Module Values.DeleteRouteOutputSource

Sourcetype nonrec t = {
  1. route : RouteData.t option;
    (*

    The route that was deleted.

    *)
}
Sourcetype nonrec error = [
  1. | `BadRequestException of BadRequestException.t
  2. | `ForbiddenException of ForbiddenException.t
  3. | `InternalServerErrorException of InternalServerErrorException.t
  4. | `NotFoundException of NotFoundException.t
  5. | `ResourceInUseException of ResourceInUseException.t
  6. | `ServiceUnavailableException of ServiceUnavailableException.t
  7. | `TooManyRequestsException of TooManyRequestsException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?route:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `BadRequestException of BadRequestException.t | `ForbiddenException of ForbiddenException.t | `InternalServerErrorException of InternalServerErrorException.t | `NotFoundException of NotFoundException.t | `ResourceInUseException of ResourceInUseException.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 | `ForbiddenException of ForbiddenException.t | `InternalServerErrorException of InternalServerErrorException.t | `NotFoundException of NotFoundException.t | `ResourceInUseException of ResourceInUseException.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 of_header_and_body : ('a * RouteData.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of ResourceName.t | `Structure of (string * [> `Enum of string | `Integer of RoutePriority.t | `Long of Long.t | `String of Arn.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of ListenerPort.t | `List of [> `Enum of string | `String of HttpRetryPolicyEvent.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of ListenerPort.t | `String of ResourceName.t | `Structure of (string * [> `String of HeaderMatch.t | `Structure of (string * [> `Long of Long.t ]) list ]) list ]) list ] list | `Long of MaxRetries.t | `String of MethodName.t | `Structure of (string * [> `Enum of string | `Long of DurationValue.t | `String of HttpPathExact.t ]) list ]) list ]) list | `Timestamp of Timestamp.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