TimestampFormat

smithy.api.TimestampFormat
See theTimestampFormat companion class

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
trait HasId
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

case object DATE_TIME extends TimestampFormat

Date time as defined by the date-time production in RFC3339 section 5.6 with no UTC offset (for example, 1985-04-12T23:20:50.52Z).

Date time as defined by the date-time production in RFC3339 section 5.6 with no UTC offset (for example, 1985-04-12T23:20:50.52Z).

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
DATE_TIME.type
case object EPOCH_SECONDS extends TimestampFormat

Also known as Unix time, the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970, with decimal precision (for example, 1515531081.1234).

Also known as Unix time, the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970, with decimal precision (for example, 1515531081.1234).

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object HTTP_DATE extends TimestampFormat

An HTTP date as defined by the IMF-fixdate production in RFC 7231#section-7.1.1.1 (for example, Tue, 29 Apr 2014 18:30:38 GMT).

An HTTP date as defined by the IMF-fixdate production in RFC 7231#section-7.1.1.1 (for example, Tue, 29 Apr 2014 18:30:38 GMT).

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
HTTP_DATE.type

Inherited classlikes

object hint

Attributes

Inherited from:
Companion
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

final def fromOrdinal(s: Int): Option[E]

Attributes

Inherited from:
Enumeration
final def fromString(s: String): Option[E]

Attributes

Inherited from:
Enumeration
final override def getTag: ShapeTag[A]

Attributes

Definition Classes
Inherited from:
Companion

Concrete fields

val hints: Hints
val id: ShapeId

Inherited fields

Attributes

Inherited from:
Enumeration
lazy val valueMap: Map[String, TimestampFormat]

Attributes

Inherited from:
Enumeration

Implicits

Implicits

implicit val schema: Schema[TimestampFormat]

Inherited implicits

Attributes

Inherited from:
Companion