package awsm-codegen

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Awsm_codegen.ShapeSource

Sourceval shape_is_header_structure : Botodata.service -> Botodata.shape -> bool
Sourceval shape_is_header_structure' : shapes:(string * Botodata.shape) list -> Botodata.shape -> bool
Sourceval capitalized_id : string -> string
Sourceval uncapitalized_id : string -> string
Sourceval structure_shape_required_field : Botodata.structure_shape -> string -> bool
Sourceval core_type_of_shape : string -> Ppxlib.Parsetree.core_type
Sourceval response_metadata_shape_name : string
Sourcemodule Graph : sig ... end