Type annotations for boto3.GuardDuty 1.14.9 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-guardduty
Type annotations for boto3.GuardDuty 1.14.9 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 GuardDuty
service.
python -m pip install boto3-stubs[guardduty]
How to use
Client annotations
GuardDutyClient
provides annotations for boto3.client("guardduty")
.
import boto3
from mypy_boto3_guardduty import GuardDutyClient
from mypy_boto3_guardduty.paginator import (
ListDetectorsPaginator,
ListFiltersPaginator,
ListFindingsPaginator,
ListInvitationsPaginator,
ListIPSetsPaginator,
ListMembersPaginator,
ListOrganizationAdminAccountsPaginator,
ListThreatIntelSetsPaginator,
)
from mypy_boto3_guardduty.type_defs import AccessControlListTypeDef, ...
client: GuardDutyClient = boto3.client("guardduty")
# 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: GuardDutyClient = session.client("guardduty")
Paginators annotations
mypy_boto3_guardduty.paginator
module contains type annotations for all paginators.
client: GuardDutyClient = boto3.client("guardduty")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_detectors_paginator: ListDetectorsPaginator = client.get_paginator("list_detectors")
list_filters_paginator: ListFiltersPaginator = client.get_paginator("list_filters")
list_findings_paginator: ListFindingsPaginator = client.get_paginator("list_findings")
list_ip_sets_paginator: ListIPSetsPaginator = client.get_paginator("list_ip_sets")
list_invitations_paginator: ListInvitationsPaginator = client.get_paginator("list_invitations")
list_members_paginator: ListMembersPaginator = client.get_paginator("list_members")
list_organization_admin_accounts_paginator: ListOrganizationAdminAccountsPaginator = client.get_paginator("list_organization_admin_accounts")
list_threat_intel_sets_paginator: ListThreatIntelSetsPaginator = client.get_paginator("list_threat_intel_sets")
Typed dictionations
mypy_boto3_guardduty.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> AccessControlListTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_guardduty
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("guardduty")
session_client = boto3.Session().client("guardduty")
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-guardduty-1.14.9.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12717818a6238579f0960e76c37180cb96b347333901d87b6343c6701183321c |
|
MD5 | 782363eb555cb1b2ffc378d20d4806ff |
|
BLAKE2b-256 | 06ca450e9efa5d726cd4489e06f98fdfa01903e8900e1eb0132eb65e64cb9c73 |
Hashes for mypy_boto3_guardduty-1.14.9.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19911ea6a2aa34f78c234bf12b4a48d4e6ae09bc6ab1657794403839668a65b9 |
|
MD5 | d4260c6f49434ac4c5c65d7cfe67b7a2 |
|
BLAKE2b-256 | fc379a17eb4127ba5f6bca31a66276de81759e6c7e0589e87e983d4636c4bbc9 |