types-boto3-lite 1.40.11__py3-none-any.whl → 1.40.13__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of types-boto3-lite might be problematic. Click here for more details.
- {types_boto3_lite-1.40.11.dist-info → types_boto3_lite-1.40.13.dist-info}/METADATA +13 -7
- {types_boto3_lite-1.40.11.dist-info → types_boto3_lite-1.40.13.dist-info}/RECORD +5 -5
- {types_boto3_lite-1.40.11.dist-info → types_boto3_lite-1.40.13.dist-info}/WHEEL +0 -0
- {types_boto3_lite-1.40.11.dist-info → types_boto3_lite-1.40.13.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_lite-1.40.11.dist-info → types_boto3_lite-1.40.13.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-lite
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Lite type annotations for boto3 1.40.
|
|
3
|
+
Version: 1.40.13
|
|
4
|
+
Summary: Lite type annotations for boto3 1.40.13 generated with mypy-boto3-builder 8.11.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -36,7 +36,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
36
36
|
Provides-Extra: full
|
|
37
37
|
Requires-Dist: types-boto3-full<1.41.0,>=1.40.0; extra == "full"
|
|
38
38
|
Provides-Extra: boto3
|
|
39
|
-
Requires-Dist: boto3==1.40.
|
|
39
|
+
Requires-Dist: boto3==1.40.13; extra == "boto3"
|
|
40
40
|
Provides-Extra: all
|
|
41
41
|
Requires-Dist: types-boto3-accessanalyzer<1.41.0,>=1.40.0; extra == "all"
|
|
42
42
|
Requires-Dist: types-boto3-account<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -76,6 +76,7 @@ Requires-Dist: types-boto3-backup<1.41.0,>=1.40.0; extra == "all"
|
|
|
76
76
|
Requires-Dist: types-boto3-backup-gateway<1.41.0,>=1.40.0; extra == "all"
|
|
77
77
|
Requires-Dist: types-boto3-backupsearch<1.41.0,>=1.40.0; extra == "all"
|
|
78
78
|
Requires-Dist: types-boto3-batch<1.41.0,>=1.40.0; extra == "all"
|
|
79
|
+
Requires-Dist: types-boto3-bcm-dashboards<1.41.0,>=1.40.0; extra == "all"
|
|
79
80
|
Requires-Dist: types-boto3-bcm-data-exports<1.41.0,>=1.40.0; extra == "all"
|
|
80
81
|
Requires-Dist: types-boto3-bcm-pricing-calculator<1.41.0,>=1.40.0; extra == "all"
|
|
81
82
|
Requires-Dist: types-boto3-bcm-recommended-actions<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -536,6 +537,8 @@ Provides-Extra: backupsearch
|
|
|
536
537
|
Requires-Dist: types-boto3-backupsearch<1.41.0,>=1.40.0; extra == "backupsearch"
|
|
537
538
|
Provides-Extra: batch
|
|
538
539
|
Requires-Dist: types-boto3-batch<1.41.0,>=1.40.0; extra == "batch"
|
|
540
|
+
Provides-Extra: bcm-dashboards
|
|
541
|
+
Requires-Dist: types-boto3-bcm-dashboards<1.41.0,>=1.40.0; extra == "bcm-dashboards"
|
|
539
542
|
Provides-Extra: bcm-data-exports
|
|
540
543
|
Requires-Dist: types-boto3-bcm-data-exports<1.41.0,>=1.40.0; extra == "bcm-data-exports"
|
|
541
544
|
Provides-Extra: bcm-pricing-calculator
|
|
@@ -1314,7 +1317,7 @@ Dynamic: summary
|
|
|
1314
1317
|
|
|
1315
1318
|

|
|
1316
1319
|
|
|
1317
|
-
Type annotations for [boto3 1.40.
|
|
1320
|
+
Type annotations for [boto3 1.40.13](https://pypi.org/project/boto3/)
|
|
1318
1321
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
1319
1322
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
1320
1323
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -1373,7 +1376,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
1373
1376
|
isolation.
|
|
1374
1377
|
|
|
1375
1378
|
1. Run mypy-boto3-builder in your package root directory:
|
|
1376
|
-
`uvx --with 'boto3==1.40.
|
|
1379
|
+
`uvx --with 'boto3==1.40.13' mypy-boto3-builder`
|
|
1377
1380
|
2. Select `boto3` AWS SDK.
|
|
1378
1381
|
3. Select services you use in the current project.
|
|
1379
1382
|
4. Use provided commands to install generated packages.
|
|
@@ -1681,9 +1684,9 @@ repository.
|
|
|
1681
1684
|
|
|
1682
1685
|
## Submodules
|
|
1683
1686
|
|
|
1684
|
-
- `types-boto3-lite[full]` - Type annotations for all
|
|
1687
|
+
- `types-boto3-lite[full]` - Type annotations for all 415 services in one
|
|
1685
1688
|
package (recommended).
|
|
1686
|
-
- `types-boto3-lite[all]` - Type annotations for all
|
|
1689
|
+
- `types-boto3-lite[all]` - Type annotations for all 415 services in separate
|
|
1687
1690
|
packages.
|
|
1688
1691
|
- `types-boto3-lite[essential]` - Type annotations for
|
|
1689
1692
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
|
@@ -1806,6 +1809,9 @@ repository.
|
|
|
1806
1809
|
- `types-boto3-lite[batch]` - Type annotations for
|
|
1807
1810
|
[Batch](https://youtype.github.io/types_boto3_docs/types_boto3_batch/)
|
|
1808
1811
|
service.
|
|
1812
|
+
- `types-boto3-lite[bcm-dashboards]` - Type annotations for
|
|
1813
|
+
[BillingandCostManagementDashboards](https://youtype.github.io/types_boto3_docs/types_boto3_bcm_dashboards/)
|
|
1814
|
+
service.
|
|
1809
1815
|
- `types-boto3-lite[bcm-data-exports]` - Type annotations for
|
|
1810
1816
|
[BillingandCostManagementDataExports](https://youtype.github.io/types_boto3_docs/types_boto3_bcm_data_exports/)
|
|
1811
1817
|
service.
|
|
@@ -38,8 +38,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
38
38
|
boto3-stubs/s3/constants.pyi,sha256=U9MRV6GXbxTyEfKLsp3fVKzLR85KSSSP5FbcIWVHX54,163
|
|
39
39
|
boto3-stubs/s3/inject.pyi,sha256=iSD34EWV7eyBwCNgAyVC2BZ24i_DXmFF6XhlNbZ6boA,4639
|
|
40
40
|
boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
|
|
41
|
-
types_boto3_lite-1.40.
|
|
42
|
-
types_boto3_lite-1.40.
|
|
43
|
-
types_boto3_lite-1.40.
|
|
44
|
-
types_boto3_lite-1.40.
|
|
45
|
-
types_boto3_lite-1.40.
|
|
41
|
+
types_boto3_lite-1.40.13.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
42
|
+
types_boto3_lite-1.40.13.dist-info/METADATA,sha256=Hy3jXS3Sxk34aYQT1XFw-aQ5YA07VLgUDH4SDHR6-70,155277
|
|
43
|
+
types_boto3_lite-1.40.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
44
|
+
types_boto3_lite-1.40.13.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
|
45
|
+
types_boto3_lite-1.40.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|