Module Values.BatchStartViewerSessionRevocationRequestSource

Performs StartViewerSessionRevocation on multiple channel ARN and viewer ID pairs simultaneously.

Sourcetype nonrec t = {
  1. viewerSessions : BatchStartViewerSessionRevocationViewerSessionList.t;
    (*

    Array of viewer sessions, one per channel-ARN and viewer-ID pair.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of ViewerSessionVersion.t | `String of ChannelArn.t ]) list ] list ]) 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