ControlCatalog module#
Index > ControlCatalog
Auto-generated documentation for ControlCatalog type annotations stubs module types-aiobotocore-controlcatalog.
How to install#
Generate locally (recommended)#
You can generate type annotations for aioboto3 package locally with mypy-boto3-builder.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'aioboto3==14.1.0' mypy-boto3-builder - Select
aioboto3AWS SDK. - Add
ControlCatalogservice. - Use provided commands to install generated packages.
From PyPI with pip#
Install types-aioboto3 for ControlCatalog service.
# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[controlcatalog]'
# 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[controlcatalog]'
# standalone installation
python -m pip install types-aiobotocore-controlcatalog
How to uninstall#
python -m pip uninstall -y types-aiobotocore-controlcatalog
Usage#
Code samples can be found in Examples.
ControlCatalogClient#
Type annotations and code completion for session.client("controlcatalog") as ControlCatalogClient
boto3 documentation
# ControlCatalogClient usage example
from aioboto3.session import Session
from types_aiobotocore_controlcatalog.client import ControlCatalogClient
session = Session()
async with session.client("controlcatalog") as client:
client: ControlCatalogClient
Paginators#
Type annotations and code completion for
paginators
from session.client("controlcatalog").get_paginator("...").
# ListCommonControlsPaginator usage example
from types_aiobotocore_controlcatalog.paginator import ListCommonControlsPaginator
def get_list_common_controls_paginator() -> ListCommonControlsPaginator:
return client.get_paginator("list_common_controls"))
Literals#
Type annotations for literals used in methods and schema.
# ControlBehaviorType usage example
from types_aiobotocore_controlcatalog.literals import ControlBehaviorType
def get_value() -> ControlBehaviorType:
return "DETECTIVE"
- ControlBehaviorType
- ControlScopeType
- ListCommonControlsPaginatorName
- ListControlsPaginatorName
- ListDomainsPaginatorName
- ListObjectivesPaginatorName
- ControlCatalogServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
Type definitions#
Type annotations for type definitions used in methods and schema.
- AssociatedDomainSummaryTypeDef
- AssociatedObjectiveSummaryTypeDef
- ObjectiveResourceFilterTypeDef
- ControlParameterTypeDef
- ControlSummaryTypeDef
- DomainResourceFilterTypeDef
- DomainSummaryTypeDef
- GetControlRequestTypeDef
- ImplementationDetailsTypeDef
- RegionConfigurationTypeDef
- ResponseMetadataTypeDef
- PaginatorConfigTypeDef
- ListControlsRequestTypeDef
- ListDomainsRequestTypeDef
- ObjectiveSummaryTypeDef
- CommonControlSummaryTypeDef
- CommonControlFilterTypeDef
- ObjectiveFilterTypeDef
- GetControlResponseTypeDef
- ListControlsResponseTypeDef
- ListDomainsResponseTypeDef
- ListControlsRequestPaginateTypeDef
- ListDomainsRequestPaginateTypeDef
- ListObjectivesResponseTypeDef
- ListCommonControlsResponseTypeDef
- ListCommonControlsRequestPaginateTypeDef
- ListCommonControlsRequestTypeDef
- ListObjectivesRequestPaginateTypeDef
- ListObjectivesRequestTypeDef