Module Values.StartRouterOutputResponseSource

Starts a router output in AWS Elemental MediaConnect.

Sourcetype nonrec t = {
  1. arn : RouterOutputArn.t option;
    (*

    The Amazon Resource Name (ARN) of the router output that was started.

    *)
  2. name : String_.t option;
    (*

    The name of the router output that was started.

    *)
  3. state : RouterOutputState.t option;
    (*

    The current state of the router output after being started.

    *)
  4. maintenanceScheduleType : MaintenanceScheduleType.t option;
    (*

    The type of maintenance schedule associated with the router output.

    *)
  5. maintenanceSchedule : MaintenanceSchedule.t option;
    (*

    The details of the maintenance schedule for the router output.

    *)
}
Sourcetype nonrec error = [
  1. | `BadRequestException of BadRequestException.t
  2. | `ConflictException of ConflictException.t
  3. | `ForbiddenException of ForbiddenException.t
  4. | `InternalServerErrorException of InternalServerErrorException.t
  5. | `NotFoundException of NotFoundException.t
  6. | `ServiceUnavailableException of ServiceUnavailableException.t
  7. | `TooManyRequestsException of TooManyRequestsException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?arn:??? -> ?name:??? -> ?state:??? -> ?maintenanceScheduleType:??? -> ?maintenanceSchedule:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of RouterOutputArn.t | `Structure of (string * [> `Structure of (string * [> `Timestamp of SyntheticTimestamp_date_time.t ]) list ]) list ]) 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