Module Values.GetPlaybackKeyPairRequestSource

Gets a specified playback authorization key pair and returns the arn and fingerprint. The privateKey held by the caller can be used to generate viewer authorization tokens, to grant viewers access to private channels. For more information, see Setting Up Private Channels in the Amazon IVS User Guide.

Sourcetype nonrec t = {
  1. arn : PlaybackKeyPairArn.t;
    (*

    ARN of the key pair to be returned.

    *)
}
Sourceval context_ : string
Sourceval make : arn:PlaybackKeyPairArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PlaybackKeyPairArn.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