Type hints for AWS CodeArtifact boto3 library in Python.
Type annotations for boto3 CodeArtifact 1.42.3 service generated with mypy-boto3-builder 8.12.0
$ python -c "from mypy_boto3_codeartifact import CodeArtifactClient; client: CodeArtifactClient"$ pip install mypy-boto3-codeartifact && python -c "import boto3; from mypy_boto3_codeartifact import CodeArtifactClient; client = boto3.client('codeartifact')"$ mypy --strict your_codeartifact_script.py$ python -c "from mypy_boto3_codeartifact.client import CodeArtifactClient; help(CodeArtifactClient.publish_package_version)"$ pip install mypy-boto3-codeartifact[codeartifact]