Module Values.TakeRouterInputResponseSource

Associates a router input with a router output in AWS Elemental MediaConnect.

Sourcetype nonrec t = {
  1. routedState : RouterOutputRoutedState.t option;
    (*

    The state of the association between the router input and output.

    *)
  2. routerOutputArn : RouterOutputArn.t option;
    (*

    The ARN of the associated router output.

    *)
  3. routerOutputName : String_.t option;
    (*

    The name of the associated router output.

    *)
  4. routerInputArn : RouterInputArn.t option;
    (*

    The ARN of the associated router input.

    *)
  5. routerInputName : String_.t option;
    (*

    The name of the associated router input.

    *)
}
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 : ?routedState:??? -> ?routerOutputArn:??? -> ?routerOutputName:??? -> ?routerInputArn:??? -> ?routerInputName:??? -> 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 ]) 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