Module Values.StopParticipantReplicationRequestSource

Stops a replicated participant session.

Sourcetype nonrec t = {
  1. sourceStageArn : StageArn.t;
    (*

    ARN of the stage where the participant is publishing.

    *)
  2. destinationStageArn : StageArn.t;
    (*

    ARN of the stage where the participant has been replicated.

    *)
  3. participantId : ParticipantId.t;
    (*

    Participant ID of the publisher that has been replicated. This is assigned by IVS and returned by CreateParticipantToken or the jti (JWT ID) used to create a self signed token.

    *)
}
Sourceval context_ : string
Sourceval make : sourceStageArn:StageArn.t -> destinationStageArn:StageArn.t -> participantId:ParticipantId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of StageArn.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