AcceptorState

smithy.waiters.AcceptorState$
See theAcceptorState companion class

Attributes

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

Members list

Concise view

Type members

Classlikes

case object FAILURE extends AcceptorState

The waiter failed to enter into the desired state. This is a terminal state that causes the waiter to stop.

The waiter failed to enter into the desired state. This is a terminal state that causes the waiter to stop.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
FAILURE.type
case object RETRY extends AcceptorState

The waiter will retry the operation. This state transition is implicit if no accepter causes a state transition.

The waiter will retry the operation. This state transition is implicit if no accepter causes a state transition.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
RETRY.type
case object SUCCESS extends AcceptorState

The waiter successfully finished waiting. This is a terminal state that causes the waiter to stop.

The waiter successfully finished waiting. This is a terminal state that causes the waiter to stop.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
SUCCESS.type

Inherited classlikes

object hint

Attributes

Inherited from:
Companion
Graph
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 id: ShapeId

Inherited fields

Attributes

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

Attributes

Inherited from:
Enumeration

Implicits

Implicits

implicit val schema: Schema[AcceptorState]

Inherited implicits

Attributes

Inherited from:
Companion