Proton / Waiter / EnvironmentTemplateVersionRegistered
EnvironmentTemplateVersionRegistered¶
- class Proton.Waiter.EnvironmentTemplateVersionRegistered¶
waiter = client.get_waiter('environment_template_version_registered')
- wait(**kwargs)¶
Polls
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
Request Syntax
waiter.wait( majorVersion='string', minorVersion='string', templateName='string', WaiterConfig={ 'Delay': 123, 'MaxAttempts': 123 } )
- Parameters:
majorVersion (string) –
[REQUIRED]
To get environment template major version detail data, include
major Version
.minorVersion (string) –
[REQUIRED]
To get environment template minor version detail data, include
minorVersion
.templateName (string) –
[REQUIRED]
The name of the environment template a version of which you want to get detailed data for.
WaiterConfig (dict) –
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