CloudWatchObservabilityAdminService module#
Index > CloudWatchObservabilityAdminService
Auto-generated documentation for CloudWatchObservabilityAdminService type annotations stubs module types-boto3-observabilityadmin.
How to install#
Generate locally (recommended)#
You can generate type annotations for boto3
package locally with mypy-boto3-builder
.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'boto3==1.40.5' mypy-boto3-builder
- Select
boto3
AWS SDK. - Add
CloudWatchObservabilityAdminService
service. - Use provided commands to install generated packages.
VSCode extension#
Add AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start
command.
Click Modify
and select boto3 common
and CloudWatchObservabilityAdminService
.
From PyPI with pip#
Install types-boto3
for CloudWatchObservabilityAdminService
service.
# install with boto3 type annotations
python -m pip install 'types-boto3[observabilityadmin]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-boto3-lite[observabilityadmin]'
# standalone installation
python -m pip install types-boto3-observabilityadmin
How to uninstall#
python -m pip uninstall -y types-boto3-observabilityadmin
Usage#
Code samples can be found in Examples.
CloudWatchObservabilityAdminServiceClient#
Type annotations and code completion for boto3.client("observabilityadmin")
as CloudWatchObservabilityAdminServiceClient
boto3 documentation
# CloudWatchObservabilityAdminServiceClient usage example
from boto3.session import Session
from types_boto3_observabilityadmin.client import CloudWatchObservabilityAdminServiceClient
def get_client() -> CloudWatchObservabilityAdminServiceClient:
return Session().client("observabilityadmin")
Paginators#
Type annotations and code completion for paginators
from boto3.client("observabilityadmin").get_paginator("...")
.
# ListResourceTelemetryForOrganizationPaginator usage example
from boto3.session import Session
from types_boto3_observabilityadmin.paginator import ListResourceTelemetryForOrganizationPaginator
def get_list_resource_telemetry_for_organization_paginator() -> ListResourceTelemetryForOrganizationPaginator:
return Session().client("observabilityadmin").get_paginator("list_resource_telemetry_for_organization"))
- ListResourceTelemetryForOrganizationPaginator
- ListResourceTelemetryPaginator
- ListTelemetryRulesForOrganizationPaginator
- ListTelemetryRulesPaginator
Literals#
Type annotations for literals used in methods and schema.
# DestinationTypeType usage example
from types_boto3_observabilityadmin.literals import DestinationTypeType
def get_value() -> DestinationTypeType:
return "cloud-watch-logs"
- DestinationTypeType
- ListResourceTelemetryForOrganizationPaginatorName
- ListResourceTelemetryPaginatorName
- ListTelemetryRulesForOrganizationPaginatorName
- ListTelemetryRulesPaginatorName
- ResourceTypeType
- StatusType
- TelemetryStateType
- TelemetryTypeType
- CloudWatchObservabilityAdminServiceServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
Type definitions#
Type annotations for type definitions used in methods and schema.
- ResponseMetadataTypeDef
- DeleteTelemetryRuleForOrganizationInputTypeDef
- DeleteTelemetryRuleInputTypeDef
- GetTelemetryRuleForOrganizationInputTypeDef
- GetTelemetryRuleInputTypeDef
- PaginatorConfigTypeDef
- ListResourceTelemetryForOrganizationInputTypeDef
- TelemetryConfigurationTypeDef
- ListResourceTelemetryInputTypeDef
- ListTagsForResourceInputTypeDef
- ListTelemetryRulesForOrganizationInputTypeDef
- TelemetryRuleSummaryTypeDef
- ListTelemetryRulesInputTypeDef
- TagResourceInputTypeDef
- VPCFlowLogParametersTypeDef
- UntagResourceInputTypeDef
- CreateTelemetryRuleForOrganizationOutputTypeDef
- CreateTelemetryRuleOutputTypeDef
- EmptyResponseMetadataTypeDef
- GetTelemetryEvaluationStatusForOrganizationOutputTypeDef
- GetTelemetryEvaluationStatusOutputTypeDef
- ListTagsForResourceOutputTypeDef
- UpdateTelemetryRuleForOrganizationOutputTypeDef
- UpdateTelemetryRuleOutputTypeDef
- ListResourceTelemetryForOrganizationInputPaginateTypeDef
- ListResourceTelemetryInputPaginateTypeDef
- ListTelemetryRulesForOrganizationInputPaginateTypeDef
- ListTelemetryRulesInputPaginateTypeDef
- ListResourceTelemetryForOrganizationOutputTypeDef
- ListResourceTelemetryOutputTypeDef
- ListTelemetryRulesForOrganizationOutputTypeDef
- ListTelemetryRulesOutputTypeDef
- TelemetryDestinationConfigurationTypeDef
- TelemetryRuleTypeDef
- CreateTelemetryRuleForOrganizationInputTypeDef
- CreateTelemetryRuleInputTypeDef
- GetTelemetryRuleForOrganizationOutputTypeDef
- GetTelemetryRuleOutputTypeDef
- UpdateTelemetryRuleForOrganizationInputTypeDef
- UpdateTelemetryRuleInputTypeDef