Values.CreateParticipantTokenResponseSourceCreates an additional token for a specified stage. This can be done after stage creation or when tokens expire. Tokens always are scoped to the stage for which they are created. Encryption keys are owned by Amazon IVS and never used directly by your application.
type nonrec t = {participantToken : ParticipantToken.t option;The participant token that was created.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `PendingVerification of PendingVerification.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `PendingVerification of PendingVerification.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `PendingVerification of PendingVerification.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of ParticipantTokenDurationMinutes.t
| `List of [> `Enum of string ] list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list
| `String of ParticipantTokenId.t
| `Timestamp of ParticipantTokenExpirationTime.t ])
list ])
list ]