Type hints for AWS Kinesis boto3 service in Python development.
Type annotations for boto3 Kinesis 1.42.41 service generated with mypy-boto3-builder 8.12.0
$ python -c "from mypy_boto3_kinesis import KinesisClient; client: KinesisClient"$ python -c "from mypy_boto3_kinesis.client import KinesisClient; help(KinesisClient.put_record)"$ mypy --strict my_kinesis_script.py$ python -c "from mypy_boto3_kinesis.type_defs import PutRecordRequestRequestTypeDef"$ from mypy_boto3_kinesis import KinesisClient