Type annotations for boto3.XRay 1.14.27 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-xray
Type annotations for boto3.XRay 1.14.27 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.2.0.
More information can be found on boto3-stubs page.
How to install
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for XRay
service.
python -m pip install boto3-stubs[xray]
How to use
Client annotations
XRayClient
provides annotations for boto3.client("xray")
.
import boto3
from mypy_boto3_xray import XRayClient
from mypy_boto3_xray.paginator import (
BatchGetTracesPaginator,
GetGroupsPaginator,
GetSamplingRulesPaginator,
GetSamplingStatisticSummariesPaginator,
GetServiceGraphPaginator,
GetTimeSeriesServiceStatisticsPaginator,
GetTraceGraphPaginator,
GetTraceSummariesPaginator,
)
from mypy_boto3_xray.type_defs import AliasTypeDef, ...
client: XRayClient = boto3.client("xray")
# now client usage is checked by mypy and IDE should provide code auto-complete
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: XRayClient = session.client("xray")
Paginators annotations
mypy_boto3_xray.paginator
module contains type annotations for all paginators.
client: XRayClient = boto3.client("xray")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
batch_get_traces_paginator: BatchGetTracesPaginator = client.get_paginator("batch_get_traces")
get_groups_paginator: GetGroupsPaginator = client.get_paginator("get_groups")
get_sampling_rules_paginator: GetSamplingRulesPaginator = client.get_paginator("get_sampling_rules")
get_sampling_statistic_summaries_paginator: GetSamplingStatisticSummariesPaginator = client.get_paginator("get_sampling_statistic_summaries")
get_service_graph_paginator: GetServiceGraphPaginator = client.get_paginator("get_service_graph")
get_time_series_service_statistics_paginator: GetTimeSeriesServiceStatisticsPaginator = client.get_paginator("get_time_series_service_statistics")
get_trace_graph_paginator: GetTraceGraphPaginator = client.get_paginator("get_trace_graph")
get_trace_summaries_paginator: GetTraceSummariesPaginator = client.get_paginator("get_trace_summaries")
Typed dictionations
mypy_boto3_xray.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> AliasTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_xray
and other installed services.
# Run this command after you add or remove service packages
python -m mypy_boto3
Generated type annotations provide overloads for boto3.client
and boto3.resource
,
boto3.Session.client
and boto3.Session.resource
functions,
so explicit type annotations are not needed.
mypy
supports function overloads as expectedPyCharm
also supports function overloads, but consumes a lot of RAM, use carefully if you have many services installedVSCode
does not currently support function overloads, use explicit type annotations
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("xray")
session_client = boto3.Session().client("xray")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mypy-boto3-xray-1.14.27.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f58a3ed5ae1df7ccdb445914dc49e41d42b12241bc5ed3846ca9e4e83be2188 |
|
MD5 | 0207e69dc171e4bff7b1b7c21fbba33d |
|
BLAKE2b-256 | 26f109a49984589dd890885d7adf5a7e22a516f281d00154be8d17955567b3eb |
Hashes for mypy_boto3_xray-1.14.27.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e62dda9f1af98d72c152b8e02838930ba3ead2a76c5e86615f7ffba7b711fe96 |
|
MD5 | a134b19278ee1ece3398cc963198af78 |
|
BLAKE2b-256 | 556e4f6fcef0c6eea8f56f792fa076ad03c35a98b93db171e650e7cc9e5a73d5 |