All Downloads are FREE. Search and download functionalities are using the official Maven repository.

smithy.waiters.package.scala Maven / Gradle / Ivy

There is a newer version: 0.19.0-41-91762fb
Show newest version
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