:doc:`Proton <../../proton>` / Waiter / EnvironmentTemplateVersionRegistered

************************************
EnvironmentTemplateVersionRegistered
************************************



.. py:class:: Proton.Waiter.EnvironmentTemplateVersionRegistered

  ::

    
    waiter = client.get_waiter('environment_template_version_registered')

  
  

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

    Polls :py:meth:`Proton.Client.get_environment_template_version` every 2 seconds until a successful state is reached. An error is raised after 150 failed checks.

    .. danger::

            This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.


    

    See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/GetEnvironmentTemplateVersion>`_    


    **Request Syntax**
    ::

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

      To get environment template major version detail data, include ``major Version``.

      

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

      To get environment template minor version detail data, include ``minorVersion``.

      

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

      The name of the environment template a version of which you want to get detailed data for.

      

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

        

      
    
    
    :returns: None