Waitable

smithy.waiters.Waitable
object Waitable extends Newtype[Map[WaiterName, Waiter]]

Indicates that an operation has various named "waiters" that can be used to poll a resource until it enters a desired state.

Value parameters

value

Defines an individual operation waiter.

Attributes

Graph
Supertypes
trait HasId
class Object
trait Matchable
class Any
Self type
Waitable.type

Members list

Type members

Inherited classlikes

object hint

Attributes

Inherited from:
Newtype
Supertypes
class Object
trait Matchable
class Any

Inherited types

opaque type Type

Attributes

Inherited from:
Newtype

Value members

Inherited methods

Attributes

Inherited from:
Newtype
def unapply(orig: Type): Some[A]

Attributes

Inherited from:
Newtype

Concrete fields

val hints: Hints
val id: ShapeId

Extensions

Inherited extensions

extension (orig: Type)
def value: A

Attributes

Inherited from:
Newtype

Implicits

Implicits

implicit val schema: Schema[Waitable]

Inherited implicits

Attributes

Inherited from:
Newtype
implicit val tag: ShapeTag[Type]

Attributes

Inherited from:
Newtype