UserExperienceCustomization module#
Index > UserExperienceCustomization
Auto-generated documentation for UserExperienceCustomization type annotations stubs module types-aiobotocore-uxc.
How to install#
Generate locally (recommended)#
You can generate type annotations for aiobotocore package locally with mypy-boto3-builder.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'aiobotocore==3.7.0' mypy-boto3-builder - Select
aiobotocoreAWS SDK. - Add
UserExperienceCustomizationservice. - Use provided commands to install generated packages.
From PyPI with pip#
Install types-aiobotocore for UserExperienceCustomization service.
# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[uxc]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aiobotocore-lite[uxc]'
# standalone installation
python -m pip install types-aiobotocore-uxc
How to uninstall#
python -m pip uninstall -y types-aiobotocore-uxc
Usage#
Code samples can be found in Examples.
UserExperienceCustomizationClient#
Type annotations and code completion for session.create_client("uxc") as UserExperienceCustomizationClient
boto3 documentation
# UserExperienceCustomizationClient usage example
from aiobotocore.session import get_session
from types_aiobotocore_uxc.client import UserExperienceCustomizationClient
session = get_session()
async with session.create_client("uxc") as client:
client: UserExperienceCustomizationClient
Paginators#
Type annotations and code completion for
paginators
from session.create_client("uxc").get_paginator("...").
# ListServicesPaginator usage example
from types_aiobotocore_uxc.paginator import ListServicesPaginator
def get_list_services_paginator() -> ListServicesPaginator:
return client.get_paginator("list_services"))
Literals#
Type annotations for literals used in methods and schema.
# AccountColorType usage example
from types_aiobotocore_uxc.literals import AccountColorType
def get_value() -> AccountColorType:
return "darkBlue"
- AccountColorType
- ListServicesPaginatorName
- UserExperienceCustomizationServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
Type definitions#
Type annotations for type definitions used in methods and schema.