Values.RotateIngestEndpointCredentialsResponseSourceRotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.
type nonrec t = {arn : string option;The Amazon Resource Name (ARN) assigned to the Channel.
*)createdAt : string option;The date and time the Channel was created.
*)description : string option;A short text description of the Channel.
*)egressAccessLogs : EgressAccessLogs.t option;hlsIngest : HlsIngest.t option;id : string option;The ID of the Channel.
*)ingressAccessLogs : IngressAccessLogs.t option;}type nonrec error = [ | `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `UnprocessableEntityException of UnprocessableEntityException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UnprocessableEntityException of UnprocessableEntityException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UnprocessableEntityException of UnprocessableEntityException.t ]