package ir
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class Alternative(name: String, typ: Type, hints: List[Hint]) extends Product with Serializable
- sealed trait Def extends AnyRef
- sealed trait EnumType[A] extends AnyRef
- final case class EnumValue[A](name: String, value: A, hints: List[Hint]) extends Product with Serializable
- final case class Field(name: String, tpe: Type, required: Boolean, jsonRename: Option[String], hints: List[Hint]) extends Product with Serializable
- sealed trait Hint extends AnyRef
- sealed trait JsonRPCMethodType extends Product with Serializable
- final case class Operation(shapeId: ShapeId, inputType: Type, outputType: Type, jsonRPCMethodType: JsonRPCMethodType, jsonRPCMethod: String, hints: List[Hint]) extends Product with Serializable
- case class PolymorphicDataKind(kind: String, shapeId: ShapeId) extends Product with Serializable
- sealed trait Primitive extends AnyRef
- class SmithyToIR extends AnyRef
- sealed trait Type extends AnyRef