Type annotations for AWS KMS service in Python boto3
Type annotations for boto3 KMS 1.42.50 service generated with mypy-boto3-builder 8.12.0
$ python -c "from mypy_boto3_kms.client import KmsClient; help(KmsClient.encrypt)"$ mypy --strict script_using_kms.py$ python -c "import mypy_boto3_kms; print(dir(mypy_boto3_kms))"$ python -c "from mypy_boto3_kms.type_defs import CreateKeyRequest; print(CreateKeyRequest.__annotations__)"$ python -c "from mypy_boto3_kms.client import KmsClient; client: KmsClient"