Type annotations for boto3.XRay 1.14.13 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-xray
Type annotations for boto3.XRay 1.14.13 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.13.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 295b9f9fa34a8731da1f85fdbd2ae18cccd647911fe0365bf78d1e5f4d7c35bb |
|
MD5 | 8455026d6bd6b3295d32c3096e813d27 |
|
BLAKE2b-256 | de2399d51ff6b5b849a803a84d690a5a634b84d72432508ef05b90072958dbf6 |
Hashes for mypy_boto3_xray-1.14.13.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00a9bb62327ba6d41858934b09a17916bdf228da9d0b328d9ac601c28d8318d2 |
|
MD5 | ceb4f3d01a390ed85a7eca31bc21f77c |
|
BLAKE2b-256 | e2bf33aa094a8c2fee56152daadec9fa2936ea9a7dd7e37f4d95b1fb68551ead |