Module Values.DescribeReservedNodeExchangeStatusOutputMessageSource

Returns exchange status details and associated metadata for a reserved-node exchange. Statuses include such values as in progress and requested.

Sourcetype describeReservedNodeExchangeStatusResult = {
  1. reservedNodeExchangeStatusDetails : ReservedNodeExchangeStatusList.t option;
    (*

    The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.

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

    A pagination token provided by a previous DescribeReservedNodeExchangeStatus request.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeReservedNodeExchangeStatusResult : describeReservedNodeExchangeStatusResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `ReservedNodeExchangeNotFoundFault of ReservedNodeExchangeNotFoundFault.t
  2. | `ReservedNodeNotFoundFault of ReservedNodeNotFoundFault.t
  3. | `UnsupportedOperationFault of UnsupportedOperationFault.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?reservedNodeExchangeStatusDetails:??? -> ?marker:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ReservedNodeExchangeNotFoundFault of unit | `ReservedNodeNotFoundFault of unit | `Unknown_operation_error of string * string option | `UnsupportedOperationFault of unit ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ReservedNodeExchangeNotFoundFault of unit | `ReservedNodeNotFoundFault of unit | `Unknown_operation_error of string * string option | `UnsupportedOperationFault of unit ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `String of String_.t | `Timestamp of TStamp.t ]) list ] list | `String of String_.t ]) 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