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(...)
- client: MediaConnectClient
- waiter: FlowActiveWaiter
wait#
Type annotations and code completion for FlowActiveWaiter.wait method.
# wait method definition
def wait(
self,
*,
FlowArn: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: DescribeFlowRequestWaitTypeDef = { # (1)
"FlowArn": ...,
}
parent.wait(**kwargs)
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(...)
- client: MediaConnectClient
- waiter: FlowDeletedWaiter
wait#
Type annotations and code completion for FlowDeletedWaiter.wait method.
# wait method definition
def wait(
self,
*,
FlowArn: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: DescribeFlowRequestWaitExtraTypeDef = { # (1)
"FlowArn": ...,
}
parent.wait(**kwargs)
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(...)
- client: MediaConnectClient
- waiter: FlowStandbyWaiter
wait#
Type annotations and code completion for FlowStandbyWaiter.wait method.
# wait method definition
def wait(
self,
*,
FlowArn: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: DescribeFlowRequestWaitExtraExtraTypeDef = { # (1)
"FlowArn": ...,
}
parent.wait(**kwargs)
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(...)
- client: MediaConnectClient
- waiter: InputActiveWaiter
wait#
Type annotations and code completion for InputActiveWaiter.wait method.
# wait method definition
def wait(
self,
*,
Arn: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: GetRouterInputRequestWaitTypeDef = { # (1)
"Arn": ...,
}
parent.wait(**kwargs)
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(...)
- client: MediaConnectClient
- waiter: InputDeletedWaiter
wait#
Type annotations and code completion for InputDeletedWaiter.wait method.
# wait method definition
def wait(
self,
*,
Arn: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: GetRouterInputRequestWaitExtraTypeDef = { # (1)
"Arn": ...,
}
parent.wait(**kwargs)
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(...)
- client: MediaConnectClient
- waiter: InputStandbyWaiter
wait#
Type annotations and code completion for InputStandbyWaiter.wait method.
# wait method definition
def wait(
self,
*,
Arn: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: GetRouterInputRequestWaitExtraExtraTypeDef = { # (1)
"Arn": ...,
}
parent.wait(**kwargs)
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(...)
- client: MediaConnectClient
- waiter: OutputActiveWaiter
wait#
Type annotations and code completion for OutputActiveWaiter.wait method.
# wait method definition
def wait(
self,
*,
Arn: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: GetRouterOutputRequestWaitTypeDef = { # (1)
"Arn": ...,
}
parent.wait(**kwargs)
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(...)
- client: MediaConnectClient
- waiter: OutputDeletedWaiter
wait#
Type annotations and code completion for OutputDeletedWaiter.wait method.
# wait method definition
def wait(
self,
*,
Arn: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: GetRouterOutputRequestWaitExtraTypeDef = { # (1)
"Arn": ...,
}
parent.wait(**kwargs)
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(...)
- client: MediaConnectClient
- waiter: OutputRoutedWaiter
wait#
Type annotations and code completion for OutputRoutedWaiter.wait method.
# wait method definition
def wait(
self,
*,
Arn: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: GetRouterOutputRequestWaitExtraExtraTypeDef = { # (1)
"Arn": ...,
}
parent.wait(**kwargs)
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(...)
- client: MediaConnectClient
- waiter: OutputStandbyWaiter
wait#
Type annotations and code completion for OutputStandbyWaiter.wait method.
# wait method definition
def wait(
self,
*,
Arn: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: GetRouterOutputRequestWaitExtraExtraExtraTypeDef = { # (1)
"Arn": ...,
}
parent.wait(**kwargs)