summaryrefslogtreecommitdiff
path: root/python-mypy-boto3-iot.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-23 09:12:35 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-23 09:12:35 +0000
commit2ec11f5010706e768a04ad3d5654e0285efef1f9 (patch)
treeef41215f822ba2bc5322ea3d4523642b1a6e1f5d /python-mypy-boto3-iot.spec
parentf479040b465f027726e34106e9b9cecf80fac22e (diff)
automatic import of python-mypy-boto3-iotopeneuler20.03
Diffstat (limited to 'python-mypy-boto3-iot.spec')
-rw-r--r--python-mypy-boto3-iot.spec102
1 files changed, 69 insertions, 33 deletions
diff --git a/python-mypy-boto3-iot.spec b/python-mypy-boto3-iot.spec
index 356d779..f28e164 100644
--- a/python-mypy-boto3-iot.spec
+++ b/python-mypy-boto3-iot.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-mypy-boto3-iot
-Version: 1.26.83
+Version: 1.26.117
Release: 1
-Summary: Type annotations for boto3.IoT 1.26.83 service generated with mypy-boto3-builder 7.12.5
+Summary: Type annotations for boto3.IoT 1.26.117 service generated with mypy-boto3-builder 7.14.5
License: MIT License
URL: https://github.com/youtype/mypy_boto3_builder
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1f/fe/ee50dc0aaf1523d16d690c64d9d1a0bcb3c2978557a761c16ee1ef7a3935/mypy-boto3-iot-1.26.83.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d9/31/377134d844f8238ccad5eccd05827aaa6d68fdee0ac19f18c4a5dfec497e/mypy-boto3-iot-1.26.117.tar.gz
BuildArch: noarch
Requires: python3-typing-extensions
@@ -17,13 +17,13 @@ Requires: python3-typing-extensions
[![PyPI - mypy-boto3-iot](https://img.shields.io/pypi/v/mypy-boto3-iot.svg?color=blue)](https://pypi.org/project/mypy-boto3-iot)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-iot.svg?color=blue)](https://pypi.org/project/mypy-boto3-iot)
-[![Docs](https://img.shields.io/readthedocs/mypy-boto3-builder.svg?color=blue)](https://mypy-boto3-builder.readthedocs.io/)
+[![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/mypy-boto3-iot?color=blue)](https://pypistats.org/packages/mypy-boto3-iot)
![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
Type annotations for
-[boto3.IoT 1.26.83](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/iot.html#IoT)
+[boto3.IoT 1.26.117](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/iot.html#IoT)
service compatible with [VSCode](https://code.visualstudio.com/),
[PyCharm](https://www.jetbrains.com/pycharm/),
[Emacs](https://www.gnu.org/software/emacs/),
@@ -32,7 +32,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
[pyright](https://github.com/microsoft/pyright) and other tools.
Generated by
-[mypy-boto3-builder 7.12.5](https://github.com/youtype/mypy_boto3_builder).
+[mypy-boto3-builder 7.14.5](https://github.com/youtype/mypy_boto3_builder).
More information can be found on
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -287,6 +287,7 @@ from mypy_boto3_iot.paginator import (
ListJobExecutionsForThingPaginator,
ListJobTemplatesPaginator,
ListJobsPaginator,
+ ListManagedJobTemplatesPaginator,
ListMetricValuesPaginator,
ListMitigationActionsPaginator,
ListOTAUpdatesPaginator,
@@ -297,6 +298,7 @@ from mypy_boto3_iot.paginator import (
ListPrincipalThingsPaginator,
ListProvisioningTemplateVersionsPaginator,
ListProvisioningTemplatesPaginator,
+ ListRelatedResourcesForAuditFindingPaginator,
ListRoleAliasesPaginator,
ListScheduledAuditsPaginator,
ListSecurityProfilesPaginator,
@@ -380,6 +382,9 @@ list_job_executions_for_thing_paginator: ListJobExecutionsForThingPaginator = cl
)
list_job_templates_paginator: ListJobTemplatesPaginator = client.get_paginator("list_job_templates")
list_jobs_paginator: ListJobsPaginator = client.get_paginator("list_jobs")
+list_managed_job_templates_paginator: ListManagedJobTemplatesPaginator = client.get_paginator(
+ "list_managed_job_templates"
+)
list_metric_values_paginator: ListMetricValuesPaginator = client.get_paginator("list_metric_values")
list_mitigation_actions_paginator: ListMitigationActionsPaginator = client.get_paginator(
"list_mitigation_actions"
@@ -404,6 +409,9 @@ list_provisioning_template_versions_paginator: ListProvisioningTemplateVersionsP
list_provisioning_templates_paginator: ListProvisioningTemplatesPaginator = client.get_paginator(
"list_provisioning_templates"
)
+list_related_resources_for_audit_finding_paginator: ListRelatedResourcesForAuditFindingPaginator = (
+ client.get_paginator("list_related_resources_for_audit_finding")
+)
list_role_aliases_paginator: ListRoleAliasesPaginator = client.get_paginator("list_role_aliases")
list_scheduled_audits_paginator: ListScheduledAuditsPaginator = client.get_paginator(
"list_scheduled_audits"
@@ -535,6 +543,7 @@ from mypy_boto3_iot.literals import (
ListJobExecutionsForThingPaginatorName,
ListJobTemplatesPaginatorName,
ListJobsPaginatorName,
+ ListManagedJobTemplatesPaginatorName,
ListMetricValuesPaginatorName,
ListMitigationActionsPaginatorName,
ListOTAUpdatesPaginatorName,
@@ -545,6 +554,7 @@ from mypy_boto3_iot.literals import (
ListPrincipalThingsPaginatorName,
ListProvisioningTemplateVersionsPaginatorName,
ListProvisioningTemplatesPaginatorName,
+ ListRelatedResourcesForAuditFindingPaginatorName,
ListRoleAliasesPaginatorName,
ListScheduledAuditsPaginatorName,
ListSecurityProfilesForTargetPaginatorName,
@@ -1100,6 +1110,7 @@ from mypy_boto3_iot.type_defs import (
ListJobExecutionsForThingRequestListJobExecutionsForThingPaginateTypeDef,
ListJobTemplatesRequestListJobTemplatesPaginateTypeDef,
ListJobsRequestListJobsPaginateTypeDef,
+ ListManagedJobTemplatesRequestListManagedJobTemplatesPaginateTypeDef,
ListMetricValuesRequestListMetricValuesPaginateTypeDef,
ListMitigationActionsRequestListMitigationActionsPaginateTypeDef,
ListOTAUpdatesRequestListOTAUpdatesPaginateTypeDef,
@@ -1110,6 +1121,7 @@ from mypy_boto3_iot.type_defs import (
ListPrincipalThingsRequestListPrincipalThingsPaginateTypeDef,
ListProvisioningTemplateVersionsRequestListProvisioningTemplateVersionsPaginateTypeDef,
ListProvisioningTemplatesRequestListProvisioningTemplatesPaginateTypeDef,
+ ListRelatedResourcesForAuditFindingRequestListRelatedResourcesForAuditFindingPaginateTypeDef,
ListRoleAliasesRequestListRoleAliasesPaginateTypeDef,
ListScheduledAuditsRequestListScheduledAuditsPaginateTypeDef,
ListSecurityProfilesForTargetRequestListSecurityProfilesForTargetPaginateTypeDef,
@@ -1275,12 +1287,11 @@ def get_structure() -> AbortCriteriaTypeDef:
Fully automated
[mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
generates type annotations for each service, patiently waiting for `boto3`
-updates. It delivers a drop-in type annotations for you and makes sure that:
+updates. It delivers drop-in type annotations for you and makes sure that:
- All available `boto3` services are covered.
- Each public class and method of every `boto3` service gets valid type
- annotations extracted from the documentation (blame `botocore` docs if types
- are incorrect).
+ annotations extracted from `botocore` schemas.
- Type annotations include up-to-date documentation.
- Link to documentation is provided for every method.
- Code is processed by [black](https://github.com/psf/black) and
@@ -1294,15 +1305,16 @@ updates. It delivers a drop-in type annotations for you and makes sure that:
### Implemented features
-- Fully type annotated `boto3`, `botocore` and `aiobotocore` libraries
+- Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
+ libraries
- `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
compatibility
- `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
annotations for each service
- Generated `TypeDefs` for each service
- Generated `Literals` for each service
-- Auto discovery of types for `boto3.client` and `boto3.session` calls
-- Auto discovery of types for `session.client` and `session.session` calls
+- Auto discovery of types for `boto3.client` and `boto3.resource` calls
+- Auto discovery of types for `session.client` and `session.resource` calls
- Auto discovery of types for `client.get_waiter` and `client.get_paginator`
calls
- Auto discovery of types for `ServiceResource` and `Resource` collections
@@ -1355,7 +1367,7 @@ repository.
%package -n python3-mypy-boto3-iot
-Summary: Type annotations for boto3.IoT 1.26.83 service generated with mypy-boto3-builder 7.12.5
+Summary: Type annotations for boto3.IoT 1.26.117 service generated with mypy-boto3-builder 7.14.5
Provides: python-mypy-boto3-iot
BuildRequires: python3-devel
BuildRequires: python3-setuptools
@@ -1367,13 +1379,13 @@ BuildRequires: python3-pip
[![PyPI - mypy-boto3-iot](https://img.shields.io/pypi/v/mypy-boto3-iot.svg?color=blue)](https://pypi.org/project/mypy-boto3-iot)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-iot.svg?color=blue)](https://pypi.org/project/mypy-boto3-iot)
-[![Docs](https://img.shields.io/readthedocs/mypy-boto3-builder.svg?color=blue)](https://mypy-boto3-builder.readthedocs.io/)
+[![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/mypy-boto3-iot?color=blue)](https://pypistats.org/packages/mypy-boto3-iot)
![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
Type annotations for
-[boto3.IoT 1.26.83](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/iot.html#IoT)
+[boto3.IoT 1.26.117](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/iot.html#IoT)
service compatible with [VSCode](https://code.visualstudio.com/),
[PyCharm](https://www.jetbrains.com/pycharm/),
[Emacs](https://www.gnu.org/software/emacs/),
@@ -1382,7 +1394,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
[pyright](https://github.com/microsoft/pyright) and other tools.
Generated by
-[mypy-boto3-builder 7.12.5](https://github.com/youtype/mypy_boto3_builder).
+[mypy-boto3-builder 7.14.5](https://github.com/youtype/mypy_boto3_builder).
More information can be found on
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -1637,6 +1649,7 @@ from mypy_boto3_iot.paginator import (
ListJobExecutionsForThingPaginator,
ListJobTemplatesPaginator,
ListJobsPaginator,
+ ListManagedJobTemplatesPaginator,
ListMetricValuesPaginator,
ListMitigationActionsPaginator,
ListOTAUpdatesPaginator,
@@ -1647,6 +1660,7 @@ from mypy_boto3_iot.paginator import (
ListPrincipalThingsPaginator,
ListProvisioningTemplateVersionsPaginator,
ListProvisioningTemplatesPaginator,
+ ListRelatedResourcesForAuditFindingPaginator,
ListRoleAliasesPaginator,
ListScheduledAuditsPaginator,
ListSecurityProfilesPaginator,
@@ -1730,6 +1744,9 @@ list_job_executions_for_thing_paginator: ListJobExecutionsForThingPaginator = cl
)
list_job_templates_paginator: ListJobTemplatesPaginator = client.get_paginator("list_job_templates")
list_jobs_paginator: ListJobsPaginator = client.get_paginator("list_jobs")
+list_managed_job_templates_paginator: ListManagedJobTemplatesPaginator = client.get_paginator(
+ "list_managed_job_templates"
+)
list_metric_values_paginator: ListMetricValuesPaginator = client.get_paginator("list_metric_values")
list_mitigation_actions_paginator: ListMitigationActionsPaginator = client.get_paginator(
"list_mitigation_actions"
@@ -1754,6 +1771,9 @@ list_provisioning_template_versions_paginator: ListProvisioningTemplateVersionsP
list_provisioning_templates_paginator: ListProvisioningTemplatesPaginator = client.get_paginator(
"list_provisioning_templates"
)
+list_related_resources_for_audit_finding_paginator: ListRelatedResourcesForAuditFindingPaginator = (
+ client.get_paginator("list_related_resources_for_audit_finding")
+)
list_role_aliases_paginator: ListRoleAliasesPaginator = client.get_paginator("list_role_aliases")
list_scheduled_audits_paginator: ListScheduledAuditsPaginator = client.get_paginator(
"list_scheduled_audits"
@@ -1885,6 +1905,7 @@ from mypy_boto3_iot.literals import (
ListJobExecutionsForThingPaginatorName,
ListJobTemplatesPaginatorName,
ListJobsPaginatorName,
+ ListManagedJobTemplatesPaginatorName,
ListMetricValuesPaginatorName,
ListMitigationActionsPaginatorName,
ListOTAUpdatesPaginatorName,
@@ -1895,6 +1916,7 @@ from mypy_boto3_iot.literals import (
ListPrincipalThingsPaginatorName,
ListProvisioningTemplateVersionsPaginatorName,
ListProvisioningTemplatesPaginatorName,
+ ListRelatedResourcesForAuditFindingPaginatorName,
ListRoleAliasesPaginatorName,
ListScheduledAuditsPaginatorName,
ListSecurityProfilesForTargetPaginatorName,
@@ -2450,6 +2472,7 @@ from mypy_boto3_iot.type_defs import (
ListJobExecutionsForThingRequestListJobExecutionsForThingPaginateTypeDef,
ListJobTemplatesRequestListJobTemplatesPaginateTypeDef,
ListJobsRequestListJobsPaginateTypeDef,
+ ListManagedJobTemplatesRequestListManagedJobTemplatesPaginateTypeDef,
ListMetricValuesRequestListMetricValuesPaginateTypeDef,
ListMitigationActionsRequestListMitigationActionsPaginateTypeDef,
ListOTAUpdatesRequestListOTAUpdatesPaginateTypeDef,
@@ -2460,6 +2483,7 @@ from mypy_boto3_iot.type_defs import (
ListPrincipalThingsRequestListPrincipalThingsPaginateTypeDef,
ListProvisioningTemplateVersionsRequestListProvisioningTemplateVersionsPaginateTypeDef,
ListProvisioningTemplatesRequestListProvisioningTemplatesPaginateTypeDef,
+ ListRelatedResourcesForAuditFindingRequestListRelatedResourcesForAuditFindingPaginateTypeDef,
ListRoleAliasesRequestListRoleAliasesPaginateTypeDef,
ListScheduledAuditsRequestListScheduledAuditsPaginateTypeDef,
ListSecurityProfilesForTargetRequestListSecurityProfilesForTargetPaginateTypeDef,
@@ -2625,12 +2649,11 @@ def get_structure() -> AbortCriteriaTypeDef:
Fully automated
[mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
generates type annotations for each service, patiently waiting for `boto3`
-updates. It delivers a drop-in type annotations for you and makes sure that:
+updates. It delivers drop-in type annotations for you and makes sure that:
- All available `boto3` services are covered.
- Each public class and method of every `boto3` service gets valid type
- annotations extracted from the documentation (blame `botocore` docs if types
- are incorrect).
+ annotations extracted from `botocore` schemas.
- Type annotations include up-to-date documentation.
- Link to documentation is provided for every method.
- Code is processed by [black](https://github.com/psf/black) and
@@ -2644,15 +2667,16 @@ updates. It delivers a drop-in type annotations for you and makes sure that:
### Implemented features
-- Fully type annotated `boto3`, `botocore` and `aiobotocore` libraries
+- Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
+ libraries
- `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
compatibility
- `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
annotations for each service
- Generated `TypeDefs` for each service
- Generated `Literals` for each service
-- Auto discovery of types for `boto3.client` and `boto3.session` calls
-- Auto discovery of types for `session.client` and `session.session` calls
+- Auto discovery of types for `boto3.client` and `boto3.resource` calls
+- Auto discovery of types for `session.client` and `session.resource` calls
- Auto discovery of types for `client.get_waiter` and `client.get_paginator`
calls
- Auto discovery of types for `ServiceResource` and `Resource` collections
@@ -2714,13 +2738,13 @@ Provides: python3-mypy-boto3-iot-doc
[![PyPI - mypy-boto3-iot](https://img.shields.io/pypi/v/mypy-boto3-iot.svg?color=blue)](https://pypi.org/project/mypy-boto3-iot)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-iot.svg?color=blue)](https://pypi.org/project/mypy-boto3-iot)
-[![Docs](https://img.shields.io/readthedocs/mypy-boto3-builder.svg?color=blue)](https://mypy-boto3-builder.readthedocs.io/)
+[![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/mypy-boto3-iot?color=blue)](https://pypistats.org/packages/mypy-boto3-iot)
![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
Type annotations for
-[boto3.IoT 1.26.83](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/iot.html#IoT)
+[boto3.IoT 1.26.117](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/iot.html#IoT)
service compatible with [VSCode](https://code.visualstudio.com/),
[PyCharm](https://www.jetbrains.com/pycharm/),
[Emacs](https://www.gnu.org/software/emacs/),
@@ -2729,7 +2753,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
[pyright](https://github.com/microsoft/pyright) and other tools.
Generated by
-[mypy-boto3-builder 7.12.5](https://github.com/youtype/mypy_boto3_builder).
+[mypy-boto3-builder 7.14.5](https://github.com/youtype/mypy_boto3_builder).
More information can be found on
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -2984,6 +3008,7 @@ from mypy_boto3_iot.paginator import (
ListJobExecutionsForThingPaginator,
ListJobTemplatesPaginator,
ListJobsPaginator,
+ ListManagedJobTemplatesPaginator,
ListMetricValuesPaginator,
ListMitigationActionsPaginator,
ListOTAUpdatesPaginator,
@@ -2994,6 +3019,7 @@ from mypy_boto3_iot.paginator import (
ListPrincipalThingsPaginator,
ListProvisioningTemplateVersionsPaginator,
ListProvisioningTemplatesPaginator,
+ ListRelatedResourcesForAuditFindingPaginator,
ListRoleAliasesPaginator,
ListScheduledAuditsPaginator,
ListSecurityProfilesPaginator,
@@ -3077,6 +3103,9 @@ list_job_executions_for_thing_paginator: ListJobExecutionsForThingPaginator = cl
)
list_job_templates_paginator: ListJobTemplatesPaginator = client.get_paginator("list_job_templates")
list_jobs_paginator: ListJobsPaginator = client.get_paginator("list_jobs")
+list_managed_job_templates_paginator: ListManagedJobTemplatesPaginator = client.get_paginator(
+ "list_managed_job_templates"
+)
list_metric_values_paginator: ListMetricValuesPaginator = client.get_paginator("list_metric_values")
list_mitigation_actions_paginator: ListMitigationActionsPaginator = client.get_paginator(
"list_mitigation_actions"
@@ -3101,6 +3130,9 @@ list_provisioning_template_versions_paginator: ListProvisioningTemplateVersionsP
list_provisioning_templates_paginator: ListProvisioningTemplatesPaginator = client.get_paginator(
"list_provisioning_templates"
)
+list_related_resources_for_audit_finding_paginator: ListRelatedResourcesForAuditFindingPaginator = (
+ client.get_paginator("list_related_resources_for_audit_finding")
+)
list_role_aliases_paginator: ListRoleAliasesPaginator = client.get_paginator("list_role_aliases")
list_scheduled_audits_paginator: ListScheduledAuditsPaginator = client.get_paginator(
"list_scheduled_audits"
@@ -3232,6 +3264,7 @@ from mypy_boto3_iot.literals import (
ListJobExecutionsForThingPaginatorName,
ListJobTemplatesPaginatorName,
ListJobsPaginatorName,
+ ListManagedJobTemplatesPaginatorName,
ListMetricValuesPaginatorName,
ListMitigationActionsPaginatorName,
ListOTAUpdatesPaginatorName,
@@ -3242,6 +3275,7 @@ from mypy_boto3_iot.literals import (
ListPrincipalThingsPaginatorName,
ListProvisioningTemplateVersionsPaginatorName,
ListProvisioningTemplatesPaginatorName,
+ ListRelatedResourcesForAuditFindingPaginatorName,
ListRoleAliasesPaginatorName,
ListScheduledAuditsPaginatorName,
ListSecurityProfilesForTargetPaginatorName,
@@ -3797,6 +3831,7 @@ from mypy_boto3_iot.type_defs import (
ListJobExecutionsForThingRequestListJobExecutionsForThingPaginateTypeDef,
ListJobTemplatesRequestListJobTemplatesPaginateTypeDef,
ListJobsRequestListJobsPaginateTypeDef,
+ ListManagedJobTemplatesRequestListManagedJobTemplatesPaginateTypeDef,
ListMetricValuesRequestListMetricValuesPaginateTypeDef,
ListMitigationActionsRequestListMitigationActionsPaginateTypeDef,
ListOTAUpdatesRequestListOTAUpdatesPaginateTypeDef,
@@ -3807,6 +3842,7 @@ from mypy_boto3_iot.type_defs import (
ListPrincipalThingsRequestListPrincipalThingsPaginateTypeDef,
ListProvisioningTemplateVersionsRequestListProvisioningTemplateVersionsPaginateTypeDef,
ListProvisioningTemplatesRequestListProvisioningTemplatesPaginateTypeDef,
+ ListRelatedResourcesForAuditFindingRequestListRelatedResourcesForAuditFindingPaginateTypeDef,
ListRoleAliasesRequestListRoleAliasesPaginateTypeDef,
ListScheduledAuditsRequestListScheduledAuditsPaginateTypeDef,
ListSecurityProfilesForTargetRequestListSecurityProfilesForTargetPaginateTypeDef,
@@ -3972,12 +4008,11 @@ def get_structure() -> AbortCriteriaTypeDef:
Fully automated
[mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
generates type annotations for each service, patiently waiting for `boto3`
-updates. It delivers a drop-in type annotations for you and makes sure that:
+updates. It delivers drop-in type annotations for you and makes sure that:
- All available `boto3` services are covered.
- Each public class and method of every `boto3` service gets valid type
- annotations extracted from the documentation (blame `botocore` docs if types
- are incorrect).
+ annotations extracted from `botocore` schemas.
- Type annotations include up-to-date documentation.
- Link to documentation is provided for every method.
- Code is processed by [black](https://github.com/psf/black) and
@@ -3991,15 +4026,16 @@ updates. It delivers a drop-in type annotations for you and makes sure that:
### Implemented features
-- Fully type annotated `boto3`, `botocore` and `aiobotocore` libraries
+- Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
+ libraries
- `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
compatibility
- `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
annotations for each service
- Generated `TypeDefs` for each service
- Generated `Literals` for each service
-- Auto discovery of types for `boto3.client` and `boto3.session` calls
-- Auto discovery of types for `session.client` and `session.session` calls
+- Auto discovery of types for `boto3.client` and `boto3.resource` calls
+- Auto discovery of types for `session.client` and `session.resource` calls
- Auto discovery of types for `client.get_waiter` and `client.get_paginator`
calls
- Auto discovery of types for `ServiceResource` and `Resource` collections
@@ -4052,7 +4088,7 @@ repository.
%prep
-%autosetup -n mypy-boto3-iot-1.26.83
+%autosetup -n mypy-boto3-iot-1.26.117
%build
%py3_build
@@ -4092,5 +4128,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.26.83-1
+* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 1.26.117-1
- Package Spec generated