Type annotations for boto3.Inspector 1.13.25 service, generated by mypy-boto3-buider 2.0.2
Project description
mypy-boto3-inspector
Type annotations for boto3.Inspector 1.13.25 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.0.2.
More information can be found on boto3-stubs page.
How to use
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for Inspector
service.
python -m pip install boto3-stubs[inspector]
# update installed packages index for automated type discovery
python -m mypy_boto3
Use boto3
with mypy_boto3_inspector
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_inspector import InspectorClient
# Now mypy can check if your code is valid.
client: InspectorClient = boto3.client("inspector")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: InspectorClient = session.client("inspector")
# Annotated paginators are included as well
import mypy_boto3_inspector.paginator as inspector_paginators
list_assessment_run_agents_paginator: inspector_paginators.ListAssessmentRunAgentsPaginator = client.get_paginator("list_assessment_run_agents")
list_assessment_runs_paginator: inspector_paginators.ListAssessmentRunsPaginator = client.get_paginator("list_assessment_runs")
list_assessment_targets_paginator: inspector_paginators.ListAssessmentTargetsPaginator = client.get_paginator("list_assessment_targets")
list_assessment_templates_paginator: inspector_paginators.ListAssessmentTemplatesPaginator = client.get_paginator("list_assessment_templates")
list_event_subscriptions_paginator: inspector_paginators.ListEventSubscriptionsPaginator = client.get_paginator("list_event_subscriptions")
list_exclusions_paginator: inspector_paginators.ListExclusionsPaginator = client.get_paginator("list_exclusions")
list_findings_paginator: inspector_paginators.ListFindingsPaginator = client.get_paginator("list_findings")
list_rules_packages_paginator: inspector_paginators.ListRulesPackagesPaginator = client.get_paginator("list_rules_packages")
preview_agents_paginator: inspector_paginators.PreviewAgentsPaginator = client.get_paginator("preview_agents")
Automated type discovery
mypy_boto3
package can generate index for mypy_boto3_inspector
and other installed services.
# Run this command when you add or remove service packages
python -m mypy_boto3
Generated index provides overloads for boto3.client
and boto3.service
,
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 carefullyVSCode
does not currently support function overloads
Also, generated index allows you to import types from mypy_boto3
:
# you can replace imports
import mypy_boto3_inspector as inspector
from mypy_boto3_inspector import InspectorClient
# with these
from mypy_boto3 import inspector
from mypy_boto3.inspector import InspectorClient
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-inspector-1.13.25.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2d8a9681afa3d331dba3194d9eeb7ac94b391908b75b47da4acd4a45d4625fd |
|
MD5 | 28050f25a5b39de17de1df978a867eeb |
|
BLAKE2b-256 | 5da88e38cbd6d77bbafeeaac3371a0b9287d2ce1ab1dca789f702431e775ab0e |
Hashes for mypy_boto3_inspector-1.13.25.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 852b87dd63964e767abeec67d3d045f70ca49b8938facf5707441931db70aa38 |
|
MD5 | 67ec11ce327f2b1b160b39af9d4e25cb |
|
BLAKE2b-256 | 0dd60dd60c73d157ffe652e055f739417c35c156580242423e98985becb007b2 |