Waiters#
Index > RePostPrivate > Waiters
Auto-generated documentation for RePostPrivate type annotations stubs module types-boto3-repostspace.
ChannelCreatedWaiter#
Type annotations and code completion for boto3.client("repostspace").get_waiter("channel_created").
 boto3 documentation
# ChannelCreatedWaiter usage example
from boto3.session import Session
from types_boto3_repostspace.waiter import ChannelCreatedWaiter
session = Session()
client = session.client("repostspace")  # (1)
waiter: ChannelCreatedWaiter = client.get_waiter("channel_created")  # (2)
await waiter.wait(...)- client: RePostPrivateClient
- waiter: ChannelCreatedWaiter
wait#
Type annotations and code completion for ChannelCreatedWaiter.wait method.
# wait method definition
def wait(
    self,
    *,
    spaceId: str,
    channelId: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...# wait method usage example with argument unpacking
kwargs: GetChannelInputWaitTypeDef = {  # (1)
    "spaceId": ...,
    "channelId": ...,
}
parent.wait(**kwargs)ChannelDeletedWaiter#
Type annotations and code completion for boto3.client("repostspace").get_waiter("channel_deleted").
 boto3 documentation
# ChannelDeletedWaiter usage example
from boto3.session import Session
from types_boto3_repostspace.waiter import ChannelDeletedWaiter
session = Session()
client = session.client("repostspace")  # (1)
waiter: ChannelDeletedWaiter = client.get_waiter("channel_deleted")  # (2)
await waiter.wait(...)- client: RePostPrivateClient
- waiter: ChannelDeletedWaiter
wait#
Type annotations and code completion for ChannelDeletedWaiter.wait method.
# wait method definition
def wait(
    self,
    *,
    spaceId: str,
    channelId: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...# wait method usage example with argument unpacking
kwargs: GetChannelInputWaitExtraTypeDef = {  # (1)
    "spaceId": ...,
    "channelId": ...,
}
parent.wait(**kwargs)SpaceCreatedWaiter#
Type annotations and code completion for boto3.client("repostspace").get_waiter("space_created").
 boto3 documentation
# SpaceCreatedWaiter usage example
from boto3.session import Session
from types_boto3_repostspace.waiter import SpaceCreatedWaiter
session = Session()
client = session.client("repostspace")  # (1)
waiter: SpaceCreatedWaiter = client.get_waiter("space_created")  # (2)
await waiter.wait(...)- client: RePostPrivateClient
- waiter: SpaceCreatedWaiter
wait#
Type annotations and code completion for SpaceCreatedWaiter.wait method.
# wait method definition
def wait(
    self,
    *,
    spaceId: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...# wait method usage example with argument unpacking
kwargs: GetSpaceInputWaitTypeDef = {  # (1)
    "spaceId": ...,
}
parent.wait(**kwargs)SpaceDeletedWaiter#
Type annotations and code completion for boto3.client("repostspace").get_waiter("space_deleted").
 boto3 documentation
# SpaceDeletedWaiter usage example
from boto3.session import Session
from types_boto3_repostspace.waiter import SpaceDeletedWaiter
session = Session()
client = session.client("repostspace")  # (1)
waiter: SpaceDeletedWaiter = client.get_waiter("space_deleted")  # (2)
await waiter.wait(...)- client: RePostPrivateClient
- waiter: SpaceDeletedWaiter
wait#
Type annotations and code completion for SpaceDeletedWaiter.wait method.
# wait method definition
def wait(
    self,
    *,
    spaceId: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...# wait method usage example with argument unpacking
kwargs: GetSpaceInputWaitExtraTypeDef = {  # (1)
    "spaceId": ...,
}
parent.wait(**kwargs)