:doc:`GameLiftStreams <../../gameliftstreams>` / Waiter / ApplicationDeleted

******************
ApplicationDeleted
******************



.. py:class:: GameLiftStreams.Waiter.ApplicationDeleted

  ::

    
    waiter = client.get_waiter('application_deleted')

  
  

  .. py:method:: wait(**kwargs)

    Polls :py:meth:`GameLiftStreams.Client.get_application` every 2 seconds until a successful state is reached. An error is raised after 60 failed checks.

    See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/GetApplication>`_    


    **Request Syntax**
    ::

      waiter.wait(
          Identifier='string',
          WaiterConfig={
              'Delay': 123,
              'MaxAttempts': 123
          }
      )
      
    :type Identifier: string
    :param Identifier: **[REQUIRED]** 

      An `Amazon Resource Name (ARN) <https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html>`__ or ID that uniquely identifies the application resource. Example ARN: ``arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6``. Example ID: ``a-9ZY8X7Wv6``.

      

    
    :type WaiterConfig: dict
    :param WaiterConfig: 

      A dictionary that provides parameters to control waiting behavior.

      

    
      - **Delay** *(integer) --* 

        The amount of time in seconds to wait between attempts. Default: 2

        

      
      - **MaxAttempts** *(integer) --* 

        The maximum number of attempts to be made. Default: 60

        

      
    
    
    :returns: None