Values.UpdateApiMappingInputSourceRepresents the input parameters for an UpdateApiMapping request.
type nonrec t = {apiId : Id.t option;The API identifier.
*)apiMappingKey : SelectionKey.t option;The API mapping key.
*)stage : StringWithLengthBetween1And128.t option;The API stage.
*)}