/AWS1/IF_PRN_WAITER¶
/AWS1/IF_PRN_WAITER
represents the Waiter client for AWS Proton, representing each waiter as a method call.
List of waiter methods implemented in /AWS1/IF_PRN_WAITER
Waiter Method | Service Operation | Waiter Description |
---|---|---|
COMPONENTDELETED | GETCOMPONENT() |
Wait until a Component is deleted. Use this after invoking DeleteComponent |
COMPONENTDEPLOYED | GETCOMPONENT() |
Wait until a Component is deployed. Use this after invoking CreateComponent or UpdateComponent |
ENVIRONMENTDEPLOYED | GETENVIRONMENT() |
Wait until an Environment is deployed. Use this after invoking CreateEnvironment or UpdateEnvironment |
ENVIRONMENTTMPLVERSIONREGED | GETENVIRONMENTTMPLVERSION() |
Wait until an EnvironmentTemplateVersion is registered. Use this after invoking CreateEnvironmentTemplateVersion |
SERVICECREATED | GETSERVICE() |
Wait until an Service has deployed its instances and possibly pipeline. Use this after invoking CreateService |
SERVICEDELETED | GETSERVICE() |
Wait until a Service, its instances, and possibly pipeline have been deleted after DeleteService is invoked |
SERVICEINSTANCEDEPLOYED | GETSERVICEINSTANCE() |
Wait until a ServiceInstance is deployed. Use this after invoking CreateService or UpdateServiceInstance |
SERVICEPIPELINEDEPLOYED | GETSERVICE() |
Wait until an ServicePipeline is deployed. Use this after invoking CreateService or UpdateServicePipeline |
SERVICETEMPLATEVERSIONREGED | GETSERVICETEMPLATEVERSION() |
Wait until a ServiceTemplateVersion is registered. Use this after invoking CreateServiceTemplateVersion |
SERVICEUPDATED | GETSERVICE() |
Wait until a Service, its instances, and possibly pipeline have been deployed after UpdateService is invoked |