Waiters#
Auto-generated documentation for RTBFabric type annotations stubs module mypy-boto3-rtbfabric.
InboundExternalLinkActiveWaiter#
Type annotations and code completion for boto3.client("rtbfabric").get_waiter("inbound_external_link_active")
.
boto3 documentation
# InboundExternalLinkActiveWaiter usage example
from boto3.session import Session
from mypy_boto3_rtbfabric.waiter import InboundExternalLinkActiveWaiter
session = Session()
client = session.client("rtbfabric") # (1)
waiter: InboundExternalLinkActiveWaiter = client.get_waiter("inbound_external_link_active") # (2)
await waiter.wait(...)
- client: RTBFabricClient
- waiter: InboundExternalLinkActiveWaiter
wait#
Type annotations and code completion for InboundExternalLinkActiveWaiter.wait
method.
# wait method definition
def wait(
self,
*,
gatewayId: str,
linkId: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: GetInboundExternalLinkRequestWaitTypeDef = { # (1)
"gatewayId": ...,
"linkId": ...,
}
parent.wait(**kwargs)
LinkAcceptedWaiter#
Type annotations and code completion for boto3.client("rtbfabric").get_waiter("link_accepted")
.
boto3 documentation
# LinkAcceptedWaiter usage example
from boto3.session import Session
from mypy_boto3_rtbfabric.waiter import LinkAcceptedWaiter
session = Session()
client = session.client("rtbfabric") # (1)
waiter: LinkAcceptedWaiter = client.get_waiter("link_accepted") # (2)
await waiter.wait(...)
- client: RTBFabricClient
- waiter: LinkAcceptedWaiter
wait#
Type annotations and code completion for LinkAcceptedWaiter.wait
method.
# wait method definition
def wait(
self,
*,
gatewayId: str,
linkId: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: GetLinkRequestWaitTypeDef = { # (1)
"gatewayId": ...,
"linkId": ...,
}
parent.wait(**kwargs)
LinkActiveWaiter#
Type annotations and code completion for boto3.client("rtbfabric").get_waiter("link_active")
.
boto3 documentation
# LinkActiveWaiter usage example
from boto3.session import Session
from mypy_boto3_rtbfabric.waiter import LinkActiveWaiter
session = Session()
client = session.client("rtbfabric") # (1)
waiter: LinkActiveWaiter = client.get_waiter("link_active") # (2)
await waiter.wait(...)
- client: RTBFabricClient
- waiter: LinkActiveWaiter
wait#
Type annotations and code completion for LinkActiveWaiter.wait
method.
# wait method definition
def wait(
self,
*,
gatewayId: str,
linkId: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: GetLinkRequestWaitExtraTypeDef = { # (1)
"gatewayId": ...,
"linkId": ...,
}
parent.wait(**kwargs)
OutboundExternalLinkActiveWaiter#
Type annotations and code completion for boto3.client("rtbfabric").get_waiter("outbound_external_link_active")
.
boto3 documentation
# OutboundExternalLinkActiveWaiter usage example
from boto3.session import Session
from mypy_boto3_rtbfabric.waiter import OutboundExternalLinkActiveWaiter
session = Session()
client = session.client("rtbfabric") # (1)
waiter: OutboundExternalLinkActiveWaiter = client.get_waiter("outbound_external_link_active") # (2)
await waiter.wait(...)
- client: RTBFabricClient
- waiter: OutboundExternalLinkActiveWaiter
wait#
Type annotations and code completion for OutboundExternalLinkActiveWaiter.wait
method.
# wait method definition
def wait(
self,
*,
gatewayId: str,
linkId: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: GetOutboundExternalLinkRequestWaitTypeDef = { # (1)
"gatewayId": ...,
"linkId": ...,
}
parent.wait(**kwargs)
RequesterGatewayActiveWaiter#
Type annotations and code completion for boto3.client("rtbfabric").get_waiter("requester_gateway_active")
.
boto3 documentation
# RequesterGatewayActiveWaiter usage example
from boto3.session import Session
from mypy_boto3_rtbfabric.waiter import RequesterGatewayActiveWaiter
session = Session()
client = session.client("rtbfabric") # (1)
waiter: RequesterGatewayActiveWaiter = client.get_waiter("requester_gateway_active") # (2)
await waiter.wait(...)
- client: RTBFabricClient
- waiter: RequesterGatewayActiveWaiter
wait#
Type annotations and code completion for RequesterGatewayActiveWaiter.wait
method.
# wait method definition
def wait(
self,
*,
gatewayId: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: GetRequesterGatewayRequestWaitTypeDef = { # (1)
"gatewayId": ...,
}
parent.wait(**kwargs)
RequesterGatewayDeletedWaiter#
Type annotations and code completion for boto3.client("rtbfabric").get_waiter("requester_gateway_deleted")
.
boto3 documentation
# RequesterGatewayDeletedWaiter usage example
from boto3.session import Session
from mypy_boto3_rtbfabric.waiter import RequesterGatewayDeletedWaiter
session = Session()
client = session.client("rtbfabric") # (1)
waiter: RequesterGatewayDeletedWaiter = client.get_waiter("requester_gateway_deleted") # (2)
await waiter.wait(...)
- client: RTBFabricClient
- waiter: RequesterGatewayDeletedWaiter
wait#
Type annotations and code completion for RequesterGatewayDeletedWaiter.wait
method.
# wait method definition
def wait(
self,
*,
gatewayId: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: GetRequesterGatewayRequestWaitExtraTypeDef = { # (1)
"gatewayId": ...,
}
parent.wait(**kwargs)
ResponderGatewayActiveWaiter#
Type annotations and code completion for boto3.client("rtbfabric").get_waiter("responder_gateway_active")
.
boto3 documentation
# ResponderGatewayActiveWaiter usage example
from boto3.session import Session
from mypy_boto3_rtbfabric.waiter import ResponderGatewayActiveWaiter
session = Session()
client = session.client("rtbfabric") # (1)
waiter: ResponderGatewayActiveWaiter = client.get_waiter("responder_gateway_active") # (2)
await waiter.wait(...)
- client: RTBFabricClient
- waiter: ResponderGatewayActiveWaiter
wait#
Type annotations and code completion for ResponderGatewayActiveWaiter.wait
method.
# wait method definition
def wait(
self,
*,
gatewayId: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: GetResponderGatewayRequestWaitTypeDef = { # (1)
"gatewayId": ...,
}
parent.wait(**kwargs)
ResponderGatewayDeletedWaiter#
Type annotations and code completion for boto3.client("rtbfabric").get_waiter("responder_gateway_deleted")
.
boto3 documentation
# ResponderGatewayDeletedWaiter usage example
from boto3.session import Session
from mypy_boto3_rtbfabric.waiter import ResponderGatewayDeletedWaiter
session = Session()
client = session.client("rtbfabric") # (1)
waiter: ResponderGatewayDeletedWaiter = client.get_waiter("responder_gateway_deleted") # (2)
await waiter.wait(...)
- client: RTBFabricClient
- waiter: ResponderGatewayDeletedWaiter
wait#
Type annotations and code completion for ResponderGatewayDeletedWaiter.wait
method.
# wait method definition
def wait(
self,
*,
gatewayId: str,
WaiterConfig: WaiterConfigTypeDef = ..., # (1)
) -> None:
...
# wait method usage example with argument unpacking
kwargs: GetResponderGatewayRequestWaitExtraTypeDef = { # (1)
"gatewayId": ...,
}
parent.wait(**kwargs)