Skip to content

WorkLink module#

Index > WorkLink

Auto-generated documentation for WorkLink type annotations stubs module types-aiobotocore-worklink.

How to install#

From PyPI with pip#

Install types-aioboto3 for WorkLink service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[worklink]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aioboto3-lite[worklink]'


# standalone installation
python -m pip install types-aiobotocore-worklink

How to uninstall#

python -m pip uninstall -y types-aiobotocore-worklink

Usage#

Code samples can be found in Examples.

WorkLinkClient#

Type annotations and code completion for session.client("worklink") as WorkLinkClient boto3 documentation

# WorkLinkClient usage example

from aioboto3.session import Session

from types_aiobotocore_worklink.client import WorkLinkClient


session = Session()
async with session.client("worklink") as client:
    client: WorkLinkClient

Literals#

Type annotations for literals used in methods and schema.

# AuthorizationProviderTypeType usage example

from types_aiobotocore_worklink.literals import AuthorizationProviderTypeType

def get_value() -> AuthorizationProviderTypeType:
    return "SAML"

Type definitions#

Type annotations for type definitions used in methods and schema.