mypy-boto3-logs

Type hints for AWS CloudWatch Logs boto3 service

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 CloudWatchLogs 1.42.60 service generated with mypy-boto3-builder 8.12.0

Examples

get autocomplete for cloudwatch logs in python$ python3 -c "from mypy_boto3_logs import CloudWatchLogsClient; client = CloudWatchLogsClient()"
enable type checking for aws logs client code$ mypy your_cloudwatch_script.py
import type stubs for boto3 logs service$ python3 -c "from mypy_boto3_logs.client import CloudWatchLogsClient"
use ide autocomplete for describe log groups method$ python3 -c "from mypy_boto3_logs import CloudWatchLogsClient; help(CloudWatchLogsClient.describe_log_groups)"