Values.ImportPlaybackKeyPairRequestSourceImports the public portion of a new key pair and returns its arn and fingerprint. The privateKey can then 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.
type nonrec t = {publicKeyMaterial : PlaybackPublicKeyMaterial.t;The public portion of a customer-generated key pair.
*)name : PlaybackKeyPairName.t option;Playback-key-pair name. The value does not need to be unique.
*)}val make :
?name:??? ->
?tags:??? ->
publicKeyMaterial:PlaybackPublicKeyMaterial.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of PlaybackPublicKeyMaterial.t ])
list ]