CloudWatchObservabilityAccessManager module#
Index > CloudWatchObservabilityAccessManager
Auto-generated documentation for CloudWatchObservabilityAccessManager type annotations stubs module types-aiobotocore-oam.
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==2.25.0' mypy-boto3-builder
- Select
aiobotocore
AWS SDK. - Add
CloudWatchObservabilityAccessManager
service. - Use provided commands to install generated packages.
From PyPI with pip#
Install types-aiobotocore
for CloudWatchObservabilityAccessManager
service.
# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[oam]'
# 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[oam]'
# standalone installation
python -m pip install types-aiobotocore-oam
How to uninstall#
python -m pip uninstall -y types-aiobotocore-oam
Usage#
Code samples can be found in Examples.
CloudWatchObservabilityAccessManagerClient#
Type annotations and code completion for session.create_client("oam")
as CloudWatchObservabilityAccessManagerClient
boto3 documentation
# CloudWatchObservabilityAccessManagerClient usage example
from aiobotocore.session import get_session
from types_aiobotocore_oam.client import CloudWatchObservabilityAccessManagerClient
session = get_session()
async with session.create_client("oam") as client:
client: CloudWatchObservabilityAccessManagerClient
Paginators#
Type annotations and code completion for
paginators
from session.create_client("oam").get_paginator("...")
.
# ListAttachedLinksPaginator usage example
from types_aiobotocore_oam.paginator import ListAttachedLinksPaginator
def get_list_attached_links_paginator() -> ListAttachedLinksPaginator:
return client.get_paginator("list_attached_links"))
Literals#
Type annotations for literals used in methods and schema.
# ListAttachedLinksPaginatorName usage example
from types_aiobotocore_oam.literals import ListAttachedLinksPaginatorName
def get_value() -> ListAttachedLinksPaginatorName:
return "list_attached_links"
- ListAttachedLinksPaginatorName
- ListLinksPaginatorName
- ListSinksPaginatorName
- ResourceTypeType
- CloudWatchObservabilityAccessManagerServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- ResponseMetadataTypeDef
- CreateSinkInputTypeDef
- DeleteLinkInputTypeDef
- DeleteSinkInputTypeDef
- GetLinkInputTypeDef
- GetSinkInputTypeDef
- GetSinkPolicyInputTypeDef
- LogGroupConfigurationTypeDef
- MetricConfigurationTypeDef
- PaginatorConfigTypeDef
- ListAttachedLinksInputTypeDef
- ListAttachedLinksItemTypeDef
- ListLinksInputTypeDef
- ListLinksItemTypeDef
- ListSinksInputTypeDef
- ListSinksItemTypeDef
- ListTagsForResourceInputTypeDef
- PutSinkPolicyInputTypeDef
- TagResourceInputTypeDef
- UntagResourceInputTypeDef
- CreateSinkOutputTypeDef
- GetSinkOutputTypeDef
- GetSinkPolicyOutputTypeDef
- ListTagsForResourceOutputTypeDef
- PutSinkPolicyOutputTypeDef
- LinkConfigurationTypeDef
- ListAttachedLinksInputPaginateTypeDef
- ListLinksInputPaginateTypeDef
- ListSinksInputPaginateTypeDef
- ListAttachedLinksOutputTypeDef
- ListLinksOutputTypeDef
- ListSinksOutputTypeDef
- CreateLinkInputTypeDef
- CreateLinkOutputTypeDef
- GetLinkOutputTypeDef
- UpdateLinkInputTypeDef
- UpdateLinkOutputTypeDef