Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BdsWaiter

Hierarchy

  • BdsWaiter

Constructors

constructor

Properties

Private client

client: BdsClient

Private Optional Readonly config

Methods

forAutoScalingConfiguration

forBdsApiKey

  • Waits forBdsApiKey till it reaches any of the provided states

    Parameters

    • request: GetBdsApiKeyRequest

      the request to send

    • Rest ...targetStates: LifecycleState[]

      the desired states to wait for. The waiter will return once the resource reaches any of the provided states

    Returns Promise<GetBdsApiKeyResponse | null>

    response returns GetBdsApiKeyResponse | null (null in case of 404 response)

forBdsInstance

  • Waits forBdsInstance till it reaches any of the provided states

    Parameters

    • request: GetBdsInstanceRequest

      the request to send

    • Rest ...targetStates: LifecycleState[]

      the desired states to wait for. The waiter will return once the resource reaches any of the provided states

    Returns Promise<GetBdsInstanceResponse | null>

    response returns GetBdsInstanceResponse | null (null in case of 404 response)

forBdsMetastoreConfiguration

forWorkRequest