Waiters#
Index > GameLiftStreams > Waiters
Auto-generated documentation for GameLiftStreams type annotations stubs module types-boto3-gameliftstreams.
ApplicationDeletedWaiter#
Type annotations and code completion for boto3.client("gameliftstreams").get_waiter("application_deleted").
 boto3 documentation
# ApplicationDeletedWaiter usage example
from boto3.session import Session
from types_boto3_gameliftstreams.waiter import ApplicationDeletedWaiter
session = Session()
client = session.client("gameliftstreams")  # (1)
waiter: ApplicationDeletedWaiter = client.get_waiter("application_deleted")  # (2)
await waiter.wait(...)- client: GameLiftStreamsClient
- waiter: ApplicationDeletedWaiter
wait#
Type annotations and code completion for ApplicationDeletedWaiter.wait method.
# wait method definition
def wait(
    self,
    *,
    Identifier: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...# wait method usage example with argument unpacking
kwargs: GetApplicationInputWaitTypeDef = {  # (1)
    "Identifier": ...,
}
parent.wait(**kwargs)ApplicationReadyWaiter#
Type annotations and code completion for boto3.client("gameliftstreams").get_waiter("application_ready").
 boto3 documentation
# ApplicationReadyWaiter usage example
from boto3.session import Session
from types_boto3_gameliftstreams.waiter import ApplicationReadyWaiter
session = Session()
client = session.client("gameliftstreams")  # (1)
waiter: ApplicationReadyWaiter = client.get_waiter("application_ready")  # (2)
await waiter.wait(...)- client: GameLiftStreamsClient
- waiter: ApplicationReadyWaiter
wait#
Type annotations and code completion for ApplicationReadyWaiter.wait method.
# wait method definition
def wait(
    self,
    *,
    Identifier: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...# wait method usage example with argument unpacking
kwargs: GetApplicationInputWaitExtraTypeDef = {  # (1)
    "Identifier": ...,
}
parent.wait(**kwargs)StreamGroupActiveWaiter#
Type annotations and code completion for boto3.client("gameliftstreams").get_waiter("stream_group_active").
 boto3 documentation
# StreamGroupActiveWaiter usage example
from boto3.session import Session
from types_boto3_gameliftstreams.waiter import StreamGroupActiveWaiter
session = Session()
client = session.client("gameliftstreams")  # (1)
waiter: StreamGroupActiveWaiter = client.get_waiter("stream_group_active")  # (2)
await waiter.wait(...)- client: GameLiftStreamsClient
- waiter: StreamGroupActiveWaiter
wait#
Type annotations and code completion for StreamGroupActiveWaiter.wait method.
# wait method definition
def wait(
    self,
    *,
    Identifier: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...# wait method usage example with argument unpacking
kwargs: GetStreamGroupInputWaitTypeDef = {  # (1)
    "Identifier": ...,
}
parent.wait(**kwargs)StreamGroupDeletedWaiter#
Type annotations and code completion for boto3.client("gameliftstreams").get_waiter("stream_group_deleted").
 boto3 documentation
# StreamGroupDeletedWaiter usage example
from boto3.session import Session
from types_boto3_gameliftstreams.waiter import StreamGroupDeletedWaiter
session = Session()
client = session.client("gameliftstreams")  # (1)
waiter: StreamGroupDeletedWaiter = client.get_waiter("stream_group_deleted")  # (2)
await waiter.wait(...)- client: GameLiftStreamsClient
- waiter: StreamGroupDeletedWaiter
wait#
Type annotations and code completion for StreamGroupDeletedWaiter.wait method.
# wait method definition
def wait(
    self,
    *,
    Identifier: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...# wait method usage example with argument unpacking
kwargs: GetStreamGroupInputWaitExtraTypeDef = {  # (1)
    "Identifier": ...,
}
parent.wait(**kwargs)StreamSessionActiveWaiter#
Type annotations and code completion for boto3.client("gameliftstreams").get_waiter("stream_session_active").
 boto3 documentation
# StreamSessionActiveWaiter usage example
from boto3.session import Session
from types_boto3_gameliftstreams.waiter import StreamSessionActiveWaiter
session = Session()
client = session.client("gameliftstreams")  # (1)
waiter: StreamSessionActiveWaiter = client.get_waiter("stream_session_active")  # (2)
await waiter.wait(...)- client: GameLiftStreamsClient
- waiter: StreamSessionActiveWaiter
wait#
Type annotations and code completion for StreamSessionActiveWaiter.wait method.
# wait method definition
def wait(
    self,
    *,
    Identifier: str,
    StreamSessionIdentifier: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...# wait method usage example with argument unpacking
kwargs: GetStreamSessionInputWaitTypeDef = {  # (1)
    "Identifier": ...,
    "StreamSessionIdentifier": ...,
}
parent.wait(**kwargs)