Skip to content

Waiters#

Index > Proton > Waiters

Auto-generated documentation for Proton type annotations stubs module types-aiobotocore-proton.

ComponentDeletedWaiter#

Type annotations and code completion for session.create_client("proton").get_waiter("component_deleted"). boto3 documentation

# ComponentDeletedWaiter usage example

from aiobotocore.session import Session

from types_aiobotocore_proton.waiter import ComponentDeletedWaiter

session = get_session()
async with session.create_client("proton") as client:  # (1)
    waiter: ComponentDeletedWaiter = client.get_waiter("component_deleted")  # (2)
    await waiter.wait()
  1. client: ProtonClient
  2. waiter: ComponentDeletedWaiter

wait#

Type annotations and code completion for ComponentDeletedWaiter.wait method.

# wait method definition

await def wait(
    self,
    *,
    name: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...
  1. See WaiterConfigTypeDef
# wait method usage example with argument unpacking

kwargs: GetComponentInputComponentDeletedWaitTypeDef = {  # (1)
    "name": ...,
}

parent.wait(**kwargs)
  1. See GetComponentInputComponentDeletedWaitTypeDef

ComponentDeployedWaiter#

Type annotations and code completion for session.create_client("proton").get_waiter("component_deployed"). boto3 documentation

# ComponentDeployedWaiter usage example

from aiobotocore.session import Session

from types_aiobotocore_proton.waiter import ComponentDeployedWaiter

session = get_session()
async with session.create_client("proton") as client:  # (1)
    waiter: ComponentDeployedWaiter = client.get_waiter("component_deployed")  # (2)
    await waiter.wait()
  1. client: ProtonClient
  2. waiter: ComponentDeployedWaiter

wait#

Type annotations and code completion for ComponentDeployedWaiter.wait method.

# wait method definition

await def wait(
    self,
    *,
    name: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...
  1. See WaiterConfigTypeDef
# wait method usage example with argument unpacking

kwargs: GetComponentInputComponentDeployedWaitTypeDef = {  # (1)
    "name": ...,
}

parent.wait(**kwargs)
  1. See GetComponentInputComponentDeployedWaitTypeDef

EnvironmentDeployedWaiter#

Type annotations and code completion for session.create_client("proton").get_waiter("environment_deployed"). boto3 documentation

# EnvironmentDeployedWaiter usage example

from aiobotocore.session import Session

from types_aiobotocore_proton.waiter import EnvironmentDeployedWaiter

session = get_session()
async with session.create_client("proton") as client:  # (1)
    waiter: EnvironmentDeployedWaiter = client.get_waiter("environment_deployed")  # (2)
    await waiter.wait()
  1. client: ProtonClient
  2. waiter: EnvironmentDeployedWaiter

wait#

Type annotations and code completion for EnvironmentDeployedWaiter.wait method.

# wait method definition

await def wait(
    self,
    *,
    name: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...
  1. See WaiterConfigTypeDef
# wait method usage example with argument unpacking

kwargs: GetEnvironmentInputEnvironmentDeployedWaitTypeDef = {  # (1)
    "name": ...,
}

parent.wait(**kwargs)
  1. See GetEnvironmentInputEnvironmentDeployedWaitTypeDef

EnvironmentTemplateVersionRegisteredWaiter#

Type annotations and code completion for session.create_client("proton").get_waiter("environment_template_version_registered"). boto3 documentation

# EnvironmentTemplateVersionRegisteredWaiter usage example

from aiobotocore.session import Session

from types_aiobotocore_proton.waiter import EnvironmentTemplateVersionRegisteredWaiter

session = get_session()
async with session.create_client("proton") as client:  # (1)
    waiter: EnvironmentTemplateVersionRegisteredWaiter = client.get_waiter("environment_template_version_registered")  # (2)
    await waiter.wait()
  1. client: ProtonClient
  2. waiter: EnvironmentTemplateVersionRegisteredWaiter

wait#

Type annotations and code completion for EnvironmentTemplateVersionRegisteredWaiter.wait method.

# wait method definition

await def wait(
    self,
    *,
    majorVersion: str,
    minorVersion: str,
    templateName: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...
  1. See WaiterConfigTypeDef
# wait method usage example with argument unpacking

kwargs: GetEnvironmentTemplateVersionInputEnvironmentTemplateVersionRegisteredWaitTypeDef = {  # (1)
    "majorVersion": ...,
    "minorVersion": ...,
    "templateName": ...,
}

parent.wait(**kwargs)
  1. See GetEnvironmentTemplateVersionInputEnvironmentTemplateVersionRegisteredWaitTypeDef

ServiceCreatedWaiter#

Type annotations and code completion for session.create_client("proton").get_waiter("service_created"). boto3 documentation

# ServiceCreatedWaiter usage example

from aiobotocore.session import Session

from types_aiobotocore_proton.waiter import ServiceCreatedWaiter

session = get_session()
async with session.create_client("proton") as client:  # (1)
    waiter: ServiceCreatedWaiter = client.get_waiter("service_created")  # (2)
    await waiter.wait()
  1. client: ProtonClient
  2. waiter: ServiceCreatedWaiter

wait#

Type annotations and code completion for ServiceCreatedWaiter.wait method.

# wait method definition

await def wait(
    self,
    *,
    name: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...
  1. See WaiterConfigTypeDef
# wait method usage example with argument unpacking

kwargs: GetServiceInputServiceCreatedWaitTypeDef = {  # (1)
    "name": ...,
}

parent.wait(**kwargs)
  1. See GetServiceInputServiceCreatedWaitTypeDef

ServiceDeletedWaiter#

Type annotations and code completion for session.create_client("proton").get_waiter("service_deleted"). boto3 documentation

# ServiceDeletedWaiter usage example

from aiobotocore.session import Session

from types_aiobotocore_proton.waiter import ServiceDeletedWaiter

session = get_session()
async with session.create_client("proton") as client:  # (1)
    waiter: ServiceDeletedWaiter = client.get_waiter("service_deleted")  # (2)
    await waiter.wait()
  1. client: ProtonClient
  2. waiter: ServiceDeletedWaiter

wait#

Type annotations and code completion for ServiceDeletedWaiter.wait method.

# wait method definition

await def wait(
    self,
    *,
    name: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...
  1. See WaiterConfigTypeDef
# wait method usage example with argument unpacking

kwargs: GetServiceInputServiceDeletedWaitTypeDef = {  # (1)
    "name": ...,
}

parent.wait(**kwargs)
  1. See GetServiceInputServiceDeletedWaitTypeDef

ServiceInstanceDeployedWaiter#

Type annotations and code completion for session.create_client("proton").get_waiter("service_instance_deployed"). boto3 documentation

# ServiceInstanceDeployedWaiter usage example

from aiobotocore.session import Session

from types_aiobotocore_proton.waiter import ServiceInstanceDeployedWaiter

session = get_session()
async with session.create_client("proton") as client:  # (1)
    waiter: ServiceInstanceDeployedWaiter = client.get_waiter("service_instance_deployed")  # (2)
    await waiter.wait()
  1. client: ProtonClient
  2. waiter: ServiceInstanceDeployedWaiter

wait#

Type annotations and code completion for ServiceInstanceDeployedWaiter.wait method.

# wait method definition

await def wait(
    self,
    *,
    name: str,
    serviceName: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...
  1. See WaiterConfigTypeDef
# wait method usage example with argument unpacking

kwargs: GetServiceInstanceInputServiceInstanceDeployedWaitTypeDef = {  # (1)
    "name": ...,
    "serviceName": ...,
}

parent.wait(**kwargs)
  1. See GetServiceInstanceInputServiceInstanceDeployedWaitTypeDef

ServicePipelineDeployedWaiter#

Type annotations and code completion for session.create_client("proton").get_waiter("service_pipeline_deployed"). boto3 documentation

# ServicePipelineDeployedWaiter usage example

from aiobotocore.session import Session

from types_aiobotocore_proton.waiter import ServicePipelineDeployedWaiter

session = get_session()
async with session.create_client("proton") as client:  # (1)
    waiter: ServicePipelineDeployedWaiter = client.get_waiter("service_pipeline_deployed")  # (2)
    await waiter.wait()
  1. client: ProtonClient
  2. waiter: ServicePipelineDeployedWaiter

wait#

Type annotations and code completion for ServicePipelineDeployedWaiter.wait method.

# wait method definition

await def wait(
    self,
    *,
    name: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...
  1. See WaiterConfigTypeDef
# wait method usage example with argument unpacking

kwargs: GetServiceInputServicePipelineDeployedWaitTypeDef = {  # (1)
    "name": ...,
}

parent.wait(**kwargs)
  1. See GetServiceInputServicePipelineDeployedWaitTypeDef

ServiceTemplateVersionRegisteredWaiter#

Type annotations and code completion for session.create_client("proton").get_waiter("service_template_version_registered"). boto3 documentation

# ServiceTemplateVersionRegisteredWaiter usage example

from aiobotocore.session import Session

from types_aiobotocore_proton.waiter import ServiceTemplateVersionRegisteredWaiter

session = get_session()
async with session.create_client("proton") as client:  # (1)
    waiter: ServiceTemplateVersionRegisteredWaiter = client.get_waiter("service_template_version_registered")  # (2)
    await waiter.wait()
  1. client: ProtonClient
  2. waiter: ServiceTemplateVersionRegisteredWaiter

wait#

Type annotations and code completion for ServiceTemplateVersionRegisteredWaiter.wait method.

# wait method definition

await def wait(
    self,
    *,
    majorVersion: str,
    minorVersion: str,
    templateName: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...
  1. See WaiterConfigTypeDef
# wait method usage example with argument unpacking

kwargs: GetServiceTemplateVersionInputServiceTemplateVersionRegisteredWaitTypeDef = {  # (1)
    "majorVersion": ...,
    "minorVersion": ...,
    "templateName": ...,
}

parent.wait(**kwargs)
  1. See GetServiceTemplateVersionInputServiceTemplateVersionRegisteredWaitTypeDef

ServiceUpdatedWaiter#

Type annotations and code completion for session.create_client("proton").get_waiter("service_updated"). boto3 documentation

# ServiceUpdatedWaiter usage example

from aiobotocore.session import Session

from types_aiobotocore_proton.waiter import ServiceUpdatedWaiter

session = get_session()
async with session.create_client("proton") as client:  # (1)
    waiter: ServiceUpdatedWaiter = client.get_waiter("service_updated")  # (2)
    await waiter.wait()
  1. client: ProtonClient
  2. waiter: ServiceUpdatedWaiter

wait#

Type annotations and code completion for ServiceUpdatedWaiter.wait method.

# wait method definition

await def wait(
    self,
    *,
    name: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...
  1. See WaiterConfigTypeDef
# wait method usage example with argument unpacking

kwargs: GetServiceInputServiceUpdatedWaitTypeDef = {  # (1)
    "name": ...,
}

parent.wait(**kwargs)
  1. See GetServiceInputServiceUpdatedWaitTypeDef