:doc:`AppConfig <../../appconfig>` / Waiter / DeploymentComplete

******************
DeploymentComplete
******************



.. py:class:: AppConfig.Waiter.DeploymentComplete

  ::

    
    waiter = client.get_waiter('deployment_complete')

  
  

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

    Polls :py:meth:`AppConfig.Client.get_deployment` every 30 seconds until a successful state is reached. An error is raised after 999 failed checks.

    See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetDeployment>`_    


    **Request Syntax**
    ::

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

      The ID of the application that includes the deployment you want to get.

      

    
    :type EnvironmentId: string
    :param EnvironmentId: **[REQUIRED]** 

      The ID of the environment that includes the deployment you want to get.

      

    
    :type DeploymentNumber: integer
    :param DeploymentNumber: **[REQUIRED]** 

      The sequence number of the deployment.

      

    
    :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: 30

        

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

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

        

      
    
    
    :returns: None