Module Values.GetReservedNodeExchangeOfferingsInputMessageSource

Sourcetype nonrec t = {
  1. reservedNodeId : String_.t;
    (*

    A string representing the node identifier for the DC1 Reserved Node to be exchanged.

    *)
  2. maxRecords : IntegerOptional.t option;
    (*

    An integer setting the maximum number of ReservedNodeOfferings to retrieve.

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

    A value that indicates the starting point for the next set of ReservedNodeOfferings.

    *)
}
Sourceval context_ : string
Sourceval make : ?maxRecords:??? -> ?marker:??? -> reservedNodeId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of IntegerOptional.t | `String of String_.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