Type hints for AWS Bedrock Runtime boto3 service in Python
Type annotations for boto3 BedrockRuntime 1.42.42 service generated with mypy-boto3-builder 8.12.0
$ python -c "from mypy_boto3_bedrock_runtime import BedrockRuntimeClient; client: BedrockRuntimeClient"$ pip install mypy-boto3-bedrock-runtime && python -c "import mypy_boto3_bedrock_runtime"$ mypy your_bedrock_script.py$ python -c "from mypy_boto3_bedrock_runtime.client import BedrockRuntimeClient; help(BedrockRuntimeClient.invoke_model)"$ python -c "from mypy_boto3_bedrock_runtime.type_defs import InvokeModelResponseTypeDef; print(InvokeModelResponseTypeDef.__annotations__)"