Module Values.DeletePlaybackKeyPairRequestSource

Deletes a specified authorization key pair. This invalidates future viewer tokens generated using the key pair’s privateKey. 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 deleted.

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