Values.GetPromptRouterResponseSourceRetrieves details about a prompt router.
type nonrec t = {promptRouterName : PromptRouterName.t option;The router's name.
*)routingCriteria : RoutingCriteria.t option;The router's routing criteria.
*)description : PromptRouterDescription.t option;The router's description.
*)createdAt : Timestamp.t option;When the router was created.
*)updatedAt : Timestamp.t option;When the router was updated.
*)promptRouterArn : PromptRouterArn.t option;The prompt router's ARN
*)models : PromptRouterTargetModels.t option;The router's models.
*)fallbackModel : PromptRouterTargetModel.t option;The router's fallback model.
*)status : PromptRouterStatus.t option;The router's status.
*)type_ : PromptRouterType.t option;The router's type.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of PromptRouterTargetModelArn.t ]) list ]
list
| `String of PromptRouterName.t
| `Structure of
(string
* [> `Double of RoutingCriteriaResponseQualityDifferenceDouble.t
| `String of PromptRouterTargetModelArn.t ])
list
| `Timestamp of Timestamp.t ])
list ]