Packages

package ir

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class Alternative(name: String, typ: Type, hints: List[Hint]) extends Product with Serializable
  2. sealed trait Def extends AnyRef
  3. sealed trait EnumType[A] extends AnyRef
  4. final case class EnumValue[A](name: String, value: A, hints: List[Hint]) extends Product with Serializable
  5. final case class Field(name: String, tpe: Type, required: Boolean, jsonRename: Option[String], hints: List[Hint]) extends Product with Serializable
  6. sealed trait Hint extends AnyRef
  7. sealed trait JsonRPCMethodType extends Product with Serializable
  8. final case class Operation(shapeId: ShapeId, inputType: Type, outputType: Type, jsonRPCMethodType: JsonRPCMethodType, jsonRPCMethod: String, hints: List[Hint]) extends Product with Serializable
  9. case class PolymorphicDataKind(kind: String, shapeId: ShapeId) extends Product with Serializable
  10. sealed trait Primitive extends AnyRef
  11. class SmithyToIR extends AnyRef
  12. sealed trait Type extends AnyRef

Value Members

  1. object Def
  2. object EnumType
  3. object Hint
  4. object JsonRPCMethodType extends Serializable
  5. object Primitive
  6. object Type

Ungrouped