package docs
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait DocNode extends AnyRef
- case class DocTree(commonShapeIds: List[ShapeId], services: List[ServiceDocNode], operations: Map[ShapeId, OperationDocNode], structures: Map[ShapeId, StructureDocNode], dataKindInhabitants: Map[ShapeId, List[PolymorphicDataKind]]) extends Product with Serializable
- class MarkdownRenderer extends AnyRef
- case class OperationDocNode(operation: Operation, input: Option[ShapeId], output: Option[ShapeId]) extends DocNode with Product with Serializable
- case class ServiceDocNode(shapeId: ShapeId, operations: List[ShapeId]) extends DocNode with Product with Serializable
- case class StructureDocNode(definition: Def) extends DocNode with Product with Serializable
- class TypescriptRenderer extends AnyRef
Value Members
- object Codegen
- object MarkdownRenderer