Waiters#
Auto-generated documentation for Signer type annotations stubs module mypy-boto3-signer.
SuccessfulSigningJobWaiter#
Type annotations and code completion for boto3.client("signer").get_waiter("successful_signing_job")
.
boto3 documentation
# SuccessfulSigningJobWaiter usage example
from boto3.session import Session
from mypy_boto3_signer.waiter import SuccessfulSigningJobWaiter
session = Session()
client = session.client("signer") # (1)
waiter: SuccessfulSigningJobWaiter = client.get_waiter("successful_signing_job") # (2)
await waiter.wait()
- client: SignerClient
- w