Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IdentityWaiter

Hierarchy

  • IdentityWaiter

Constructors

constructor

Properties

Private client

Private Optional Readonly config

Methods

forCompartment

forDomain

forDynamicGroup

forGroup

  • Waits forGroup till it reaches any of the provided states

    Parameters

    • request: GetGroupRequest

      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<GetGroupResponse | null>

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

forIamWorkRequest

forIdentityProvider

forIdpGroupMapping

forPolicy

forTag

  • Waits forTag till it reaches any of the provided states

    Parameters

    • request: GetTagRequest

      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<GetTagResponse | null>

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

forTagDefault

forTagNamespace

forTaggingWorkRequest

forUser

  • Waits forUser till it reaches any of the provided states

    Parameters

    • request: GetUserRequest

      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<GetUserResponse | null>

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

forUserGroupMembership

forWorkRequest