Type hints for AWS CloudWatch Logs boto3 service
Type annotations for boto3 CloudWatchLogs 1.42.60 service generated with mypy-boto3-builder 8.12.0
$ python3 -c "from mypy_boto3_logs import CloudWatchLogsClient; client = CloudWatchLogsClient()"$ mypy your_cloudwatch_script.py$ python3 -c "from mypy_boto3_logs.client import CloudWatchLogsClient"$ python3 -c "from mypy_boto3_logs import CloudWatchLogsClient; help(CloudWatchLogsClient.describe_log_groups)"