Values.StartRouterInputResponseSourceStarts a router input in AWS Elemental MediaConnect.
type nonrec t = {arn : RouterInputArn.t option;The ARN of the router input that was started.
*)name : String_.t option;The name of the router input that was started.
*)state : RouterInputState.t option;The current state of the router input after being started.
*)maintenanceScheduleType : MaintenanceScheduleType.t option;The type of maintenance schedule associated with the router input.
*)maintenanceSchedule : MaintenanceSchedule.t option;The details of the maintenance schedule for the router input.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.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 ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.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 ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of RouterInputArn.t
| `Structure of
(string
* [> `Structure of
(string * [> `Timestamp of SyntheticTimestamp_date_time.t ])
list ])
list ])
list ]