Skip to content

Waiters#

Index > MediaConnect > Waiters

Auto-generated documentation for MediaConnect type annotations stubs module types-boto3-mediaconnect.

FlowActiveWaiter#

Type annotations and code completion for boto3.client("mediaconnect").get_waiter("flow_active"). boto3 documentation

# FlowActiveWaiter usage example

from boto3.session import Session

from types_boto3_mediaconnect.waiter import FlowActiveWaiter


session = Session()

client = session.client("mediaconnect")  # (1)
waiter: FlowActiveWaiter = client.get_waiter("flow_active")  # (2)
await waiter.wait(...)
  1. client: MediaConnectClient
  2. waiter: FlowActiveWaiter

wait#

Type annotations and code completion for FlowActiveWaiter.wait method.

# wait method definition

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

kwargs: DescribeFlowRequestWaitTypeDef = {  # (1)
    "FlowArn": ...,
}

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

FlowDeletedWaiter#

Type annotations and code completion for boto3.client("mediaconnect").get_waiter("flow_deleted"). boto3 documentation

# FlowDeletedWaiter usage example

from boto3.session import Session

from types_boto3_mediaconnect.waiter import FlowDeletedWaiter


session = Session()

client = session.client("mediaconnect")  # (1)
waiter: FlowDeletedWaiter = client.get_waiter("flow_deleted")  # (2)
await waiter.wait(...)
  1. client: MediaConnectClient
  2. waiter: FlowDeletedWaiter

wait#

Type annotations and code completion for FlowDeletedWaiter.wait method.

# wait method definition

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

kwargs: DescribeFlowRequestWaitExtraTypeDef = {  # (1)
    "FlowArn": ...,
}

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

FlowStandbyWaiter#

Type annotations and code completion for boto3.client("mediaconnect").get_waiter("flow_standby"). boto3 documentation

# FlowStandbyWaiter usage example

from boto3.session import Session

from types_boto3_mediaconnect.waiter import FlowStandbyWaiter


session = Session()

client = session.client("mediaconnect")  # (1)
waiter: FlowStandbyWaiter = client.get_waiter("flow_standby")  # (2)
await waiter.wait(...)
  1. client: MediaConnectClient
  2. waiter: FlowStandbyWaiter

wait#

Type annotations and code completion for FlowStandbyWaiter.wait method.

# wait method definition

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

kwargs: DescribeFlowRequestWaitExtraExtraTypeDef = {  # (1)
    "FlowArn": ...,
}

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

InputActiveWaiter#

Type annotations and code completion for boto3.client("mediaconnect").get_waiter("input_active"). boto3 documentation

# InputActiveWaiter usage example

from boto3.session import Session

from types_boto3_mediaconnect.waiter import InputActiveWaiter


session = Session()

client = session.client("mediaconnect")  # (1)
waiter: InputActiveWaiter = client.get_waiter("input_active")  # (2)
await waiter.wait(...)
  1. client: MediaConnectClient
  2. waiter: InputActiveWaiter

wait#

Type annotations and code completion for InputActiveWaiter.wait method.

# wait method definition

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

kwargs: GetRouterInputRequestWaitTypeDef = {  # (1)
    "Arn": ...,
}

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

InputDeletedWaiter#

Type annotations and code completion for boto3.client("mediaconnect").get_waiter("input_deleted"). boto3 documentation

# InputDeletedWaiter usage example

from boto3.session import Session

from types_boto3_mediaconnect.waiter import InputDeletedWaiter


session = Session()

client = session.client("mediaconnect")  # (1)
waiter: InputDeletedWaiter = client.get_waiter("input_deleted")  # (2)
await waiter.wait(...)
  1. client: MediaConnectClient
  2. waiter: InputDeletedWaiter

wait#

Type annotations and code completion for InputDeletedWaiter.wait method.

# wait method definition

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

kwargs: GetRouterInputRequestWaitExtraTypeDef = {  # (1)
    "Arn": ...,
}

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

InputStandbyWaiter#

Type annotations and code completion for boto3.client("mediaconnect").get_waiter("input_standby"). boto3 documentation

# InputStandbyWaiter usage example

from boto3.session import Session

from types_boto3_mediaconnect.waiter import InputStandbyWaiter


session = Session()

client = session.client("mediaconnect")  # (1)
waiter: InputStandbyWaiter = client.get_waiter("input_standby")  # (2)
await waiter.wait(...)
  1. client: MediaConnectClient
  2. waiter: InputStandbyWaiter

wait#

Type annotations and code completion for InputStandbyWaiter.wait method.

# wait method definition

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

kwargs: GetRouterInputRequestWaitExtraExtraTypeDef = {  # (1)
    "Arn": ...,
}

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

OutputActiveWaiter#

Type annotations and code completion for boto3.client("mediaconnect").get_waiter("output_active"). boto3 documentation

# OutputActiveWaiter usage example

from boto3.session import Session

from types_boto3_mediaconnect.waiter import OutputActiveWaiter


session = Session()

client = session.client("mediaconnect")  # (1)
waiter: OutputActiveWaiter = client.get_waiter("output_active")  # (2)
await waiter.wait(...)
  1. client: MediaConnectClient
  2. waiter: OutputActiveWaiter

wait#

Type annotations and code completion for OutputActiveWaiter.wait method.

# wait method definition

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

kwargs: GetRouterOutputRequestWaitTypeDef = {  # (1)
    "Arn": ...,
}

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

OutputDeletedWaiter#

Type annotations and code completion for boto3.client("mediaconnect").get_waiter("output_deleted"). boto3 documentation

# OutputDeletedWaiter usage example

from boto3.session import Session

from types_boto3_mediaconnect.waiter import OutputDeletedWaiter


session = Session()

client = session.client("mediaconnect")  # (1)
waiter: OutputDeletedWaiter = client.get_waiter("output_deleted")  # (2)
await waiter.wait(...)
  1. client: MediaConnectClient
  2. waiter: OutputDeletedWaiter

wait#

Type annotations and code completion for OutputDeletedWaiter.wait method.

# wait method definition

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

kwargs: GetRouterOutputRequestWaitExtraTypeDef = {  # (1)
    "Arn": ...,
}

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

OutputRoutedWaiter#

Type annotations and code completion for boto3.client("mediaconnect").get_waiter("output_routed"). boto3 documentation

# OutputRoutedWaiter usage example

from boto3.session import Session

from types_boto3_mediaconnect.waiter import OutputRoutedWaiter


session = Session()

client = session.client("mediaconnect")  # (1)
waiter: OutputRoutedWaiter = client.get_waiter("output_routed")  # (2)
await waiter.wait(...)
  1. client: MediaConnectClient
  2. waiter: OutputRoutedWaiter

wait#

Type annotations and code completion for OutputRoutedWaiter.wait method.

# wait method definition

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

kwargs: GetRouterOutputRequestWaitExtraExtraTypeDef = {  # (1)
    "Arn": ...,
}

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

OutputStandbyWaiter#

Type annotations and code completion for boto3.client("mediaconnect").get_waiter("output_standby"). boto3 documentation

# OutputStandbyWaiter usage example

from boto3.session import Session

from types_boto3_mediaconnect.waiter import OutputStandbyWaiter


session = Session()

client = session.client("mediaconnect")  # (1)
waiter: OutputStandbyWaiter = client.get_waiter("output_standby")  # (2)
await waiter.wait(...)
  1. client: MediaConnectClient
  2. waiter: OutputStandbyWaiter

wait#

Type annotations and code completion for OutputStandbyWaiter.wait method.

# wait method definition

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

kwargs: GetRouterOutputRequestWaitExtraExtraExtraTypeDef = {  # (1)
    "Arn": ...,
}

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