smithy.waiters.package.scala Maven / Gradle / Ivy
package smithy
package object waiters {
/** @param member
* Represents an acceptor in a waiter's state machine.
*/
type Acceptors = smithy.waiters.Acceptors.Type
type NonEmptyString = smithy.waiters.NonEmptyString.Type
type NonEmptyStringList = smithy.waiters.NonEmptyStringList.Type
/** Indicates that an operation has various named "waiters" that can be used
* to poll a resource until it enters a desired state.
* @param value
* Defines an individual operation waiter.
*/
type Waitable = smithy.waiters.Waitable.Type
type WaiterDelay = smithy.waiters.WaiterDelay.Type
type WaiterName = smithy.waiters.WaiterName.Type
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy