types-boto3-lite 1.40.8__py3-none-any.whl → 1.40.10__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.8.dist-info → types_boto3_lite-1.40.10.dist-info}/METADATA +14 -8
- {types_boto3_lite-1.40.8.dist-info → types_boto3_lite-1.40.10.dist-info}/RECORD +5 -5
- {types_boto3_lite-1.40.8.dist-info → types_boto3_lite-1.40.10.dist-info}/WHEEL +0 -0
- {types_boto3_lite-1.40.8.dist-info → types_boto3_lite-1.40.10.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_lite-1.40.8.dist-info → types_boto3_lite-1.40.10.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.10
|
|
4
|
+
Summary: Lite type annotations for boto3 1.40.10 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.10; 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"
|
|
@@ -78,6 +78,7 @@ 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
79
|
Requires-Dist: types-boto3-bcm-data-exports<1.41.0,>=1.40.0; extra == "all"
|
|
80
80
|
Requires-Dist: types-boto3-bcm-pricing-calculator<1.41.0,>=1.40.0; extra == "all"
|
|
81
|
+
Requires-Dist: types-boto3-bcm-recommended-actions<1.41.0,>=1.40.0; extra == "all"
|
|
81
82
|
Requires-Dist: types-boto3-bedrock<1.41.0,>=1.40.0; extra == "all"
|
|
82
83
|
Requires-Dist: types-boto3-bedrock-agent<1.41.0,>=1.40.0; extra == "all"
|
|
83
84
|
Requires-Dist: types-boto3-bedrock-agent-runtime<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -539,6 +540,8 @@ Provides-Extra: bcm-data-exports
|
|
|
539
540
|
Requires-Dist: types-boto3-bcm-data-exports<1.41.0,>=1.40.0; extra == "bcm-data-exports"
|
|
540
541
|
Provides-Extra: bcm-pricing-calculator
|
|
541
542
|
Requires-Dist: types-boto3-bcm-pricing-calculator<1.41.0,>=1.40.0; extra == "bcm-pricing-calculator"
|
|
543
|
+
Provides-Extra: bcm-recommended-actions
|
|
544
|
+
Requires-Dist: types-boto3-bcm-recommended-actions<1.41.0,>=1.40.0; extra == "bcm-recommended-actions"
|
|
542
545
|
Provides-Extra: bedrock
|
|
543
546
|
Requires-Dist: types-boto3-bedrock<1.41.0,>=1.40.0; extra == "bedrock"
|
|
544
547
|
Provides-Extra: bedrock-agent
|
|
@@ -1311,8 +1314,8 @@ Dynamic: summary
|
|
|
1311
1314
|
|
|
1312
1315
|

|
|
1313
1316
|
|
|
1314
|
-
Type annotations for [boto3 1.40.
|
|
1315
|
-
with [VSCode](https://code.visualstudio.com/),
|
|
1317
|
+
Type annotations for [boto3 1.40.10](https://pypi.org/project/boto3/)
|
|
1318
|
+
compatible with [VSCode](https://code.visualstudio.com/),
|
|
1316
1319
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
1317
1320
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
1318
1321
|
[Sublime Text](https://www.sublimetext.com/),
|
|
@@ -1370,7 +1373,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
1370
1373
|
isolation.
|
|
1371
1374
|
|
|
1372
1375
|
1. Run mypy-boto3-builder in your package root directory:
|
|
1373
|
-
`uvx --with 'boto3==1.40.
|
|
1376
|
+
`uvx --with 'boto3==1.40.10' mypy-boto3-builder`
|
|
1374
1377
|
2. Select `boto3` AWS SDK.
|
|
1375
1378
|
3. Select services you use in the current project.
|
|
1376
1379
|
4. Use provided commands to install generated packages.
|
|
@@ -1678,9 +1681,9 @@ repository.
|
|
|
1678
1681
|
|
|
1679
1682
|
## Submodules
|
|
1680
1683
|
|
|
1681
|
-
- `types-boto3-lite[full]` - Type annotations for all
|
|
1684
|
+
- `types-boto3-lite[full]` - Type annotations for all 414 services in one
|
|
1682
1685
|
package (recommended).
|
|
1683
|
-
- `types-boto3-lite[all]` - Type annotations for all
|
|
1686
|
+
- `types-boto3-lite[all]` - Type annotations for all 414 services in separate
|
|
1684
1687
|
packages.
|
|
1685
1688
|
- `types-boto3-lite[essential]` - Type annotations for
|
|
1686
1689
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
|
@@ -1809,6 +1812,9 @@ repository.
|
|
|
1809
1812
|
- `types-boto3-lite[bcm-pricing-calculator]` - Type annotations for
|
|
1810
1813
|
[BillingandCostManagementPricingCalculator](https://youtype.github.io/types_boto3_docs/types_boto3_bcm_pricing_calculator/)
|
|
1811
1814
|
service.
|
|
1815
|
+
- `types-boto3-lite[bcm-recommended-actions]` - Type annotations for
|
|
1816
|
+
[BillingandCostManagementRecommendedActions](https://youtype.github.io/types_boto3_docs/types_boto3_bcm_recommended_actions/)
|
|
1817
|
+
service.
|
|
1812
1818
|
- `types-boto3-lite[bedrock]` - Type annotations for
|
|
1813
1819
|
[Bedrock](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/)
|
|
1814
1820
|
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.10.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
42
|
+
types_boto3_lite-1.40.10.dist-info/METADATA,sha256=F7WB3VimCpRqE0o_nxJEiK6g_r_OWPIIqfnAH5JNCAE,154905
|
|
43
|
+
types_boto3_lite-1.40.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
44
|
+
types_boto3_lite-1.40.10.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
|
45
|
+
types_boto3_lite-1.40.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|