project

smithy4s.dynamic.model.Shape.project
object project

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
project.type

Members list

Value members

Concrete methods

def _enum: Option[EnumShape]
def blob: Option[BlobShape]
def boolean: Option[BooleanShape]
def byte: Option[ByteShape]
def document: Option[DocumentShape]
def double: Option[DoubleShape]
def float: Option[FloatShape]
def intEnum: Option[IntEnumShape]
def integer: Option[IntegerShape]
def list: Option[ListShape]
def long: Option[LongShape]
def map: Option[MapShape]
def operation: Option[OperationShape]
def resource: Option[ResourceShape]
def service: Option[ServiceShape]
def set: Option[SetShape]
def short: Option[ShortShape]
def string: Option[StringShape]
def structure: Option[StructureShape]
def timestamp: Option[TimestampShape]
def union: Option[UnionShape]