Module Values.CreateApiMappingInputSource

Represents the input parameters for a CreateApiMapping request.

Sourcetype nonrec t = {
  1. apiId : Id.t;
    (*

    The API identifier.

    *)
  2. apiMappingKey : SelectionKey.t option;
    (*

    The API mapping key.

    *)
  3. stage : StringWithLengthBetween1And128.t;
    (*

    The API stage.

    *)
}
Sourceval context_ : string
Sourceval make : ?apiMappingKey:??? -> apiId:Id.t -> stage:StringWithLengthBetween1And128.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Id.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