types-boto3-lite 1.40.0__py3-none-any.whl → 1.40.2__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.
- {types_boto3_lite-1.40.0.dist-info → types_boto3_lite-1.40.2.dist-info}/METADATA +13 -7
- {types_boto3_lite-1.40.0.dist-info → types_boto3_lite-1.40.2.dist-info}/RECORD +5 -5
- {types_boto3_lite-1.40.0.dist-info → types_boto3_lite-1.40.2.dist-info}/WHEEL +0 -0
- {types_boto3_lite-1.40.0.dist-info → types_boto3_lite-1.40.2.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_lite-1.40.0.dist-info → types_boto3_lite-1.40.2.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.2
|
|
4
|
+
Summary: Lite type annotations for boto3 1.40.2 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.2; 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"
|
|
@@ -64,6 +64,7 @@ Requires-Dist: types-boto3-apprunner<1.41.0,>=1.40.0; extra == "all"
|
|
|
64
64
|
Requires-Dist: types-boto3-appstream<1.41.0,>=1.40.0; extra == "all"
|
|
65
65
|
Requires-Dist: types-boto3-appsync<1.41.0,>=1.40.0; extra == "all"
|
|
66
66
|
Requires-Dist: types-boto3-apptest<1.41.0,>=1.40.0; extra == "all"
|
|
67
|
+
Requires-Dist: types-boto3-arc-region-switch<1.41.0,>=1.40.0; extra == "all"
|
|
67
68
|
Requires-Dist: types-boto3-arc-zonal-shift<1.41.0,>=1.40.0; extra == "all"
|
|
68
69
|
Requires-Dist: types-boto3-artifact<1.41.0,>=1.40.0; extra == "all"
|
|
69
70
|
Requires-Dist: types-boto3-athena<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -510,6 +511,8 @@ Provides-Extra: appsync
|
|
|
510
511
|
Requires-Dist: types-boto3-appsync<1.41.0,>=1.40.0; extra == "appsync"
|
|
511
512
|
Provides-Extra: apptest
|
|
512
513
|
Requires-Dist: types-boto3-apptest<1.41.0,>=1.40.0; extra == "apptest"
|
|
514
|
+
Provides-Extra: arc-region-switch
|
|
515
|
+
Requires-Dist: types-boto3-arc-region-switch<1.41.0,>=1.40.0; extra == "arc-region-switch"
|
|
513
516
|
Provides-Extra: arc-zonal-shift
|
|
514
517
|
Requires-Dist: types-boto3-arc-zonal-shift<1.41.0,>=1.40.0; extra == "arc-zonal-shift"
|
|
515
518
|
Provides-Extra: artifact
|
|
@@ -1308,7 +1311,7 @@ Dynamic: summary
|
|
|
1308
1311
|
|
|
1309
1312
|

|
|
1310
1313
|
|
|
1311
|
-
Type annotations for [boto3 1.40.
|
|
1314
|
+
Type annotations for [boto3 1.40.2](https://pypi.org/project/boto3/) compatible
|
|
1312
1315
|
with [VSCode](https://code.visualstudio.com/),
|
|
1313
1316
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
1314
1317
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -1367,7 +1370,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
1367
1370
|
isolation.
|
|
1368
1371
|
|
|
1369
1372
|
1. Run mypy-boto3-builder in your package root directory:
|
|
1370
|
-
`uvx --with 'boto3==1.40.
|
|
1373
|
+
`uvx --with 'boto3==1.40.2' mypy-boto3-builder`
|
|
1371
1374
|
2. Select `boto3` AWS SDK.
|
|
1372
1375
|
3. Select services you use in the current project.
|
|
1373
1376
|
4. Use provided commands to install generated packages.
|
|
@@ -1675,9 +1678,9 @@ repository.
|
|
|
1675
1678
|
|
|
1676
1679
|
## Submodules
|
|
1677
1680
|
|
|
1678
|
-
- `types-boto3-lite[full]` - Type annotations for all
|
|
1681
|
+
- `types-boto3-lite[full]` - Type annotations for all 413 services in one
|
|
1679
1682
|
package (recommended).
|
|
1680
|
-
- `types-boto3-lite[all]` - Type annotations for all
|
|
1683
|
+
- `types-boto3-lite[all]` - Type annotations for all 413 services in separate
|
|
1681
1684
|
packages.
|
|
1682
1685
|
- `types-boto3-lite[essential]` - Type annotations for
|
|
1683
1686
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
|
@@ -1765,6 +1768,9 @@ repository.
|
|
|
1765
1768
|
- `types-boto3-lite[apptest]` - Type annotations for
|
|
1766
1769
|
[MainframeModernizationApplicationTesting](https://youtype.github.io/types_boto3_docs/types_boto3_apptest/)
|
|
1767
1770
|
service.
|
|
1771
|
+
- `types-boto3-lite[arc-region-switch]` - Type annotations for
|
|
1772
|
+
[ARCRegionswitch](https://youtype.github.io/types_boto3_docs/types_boto3_arc_region_switch/)
|
|
1773
|
+
service.
|
|
1768
1774
|
- `types-boto3-lite[arc-zonal-shift]` - Type annotations for
|
|
1769
1775
|
[ARCZonalShift](https://youtype.github.io/types_boto3_docs/types_boto3_arc_zonal_shift/)
|
|
1770
1776
|
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.2.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
42
|
+
types_boto3_lite-1.40.2.dist-info/METADATA,sha256=VxbNmq6wW9ZQ9wyluoz4Rb0j4dxSVp31m62S1Qanlew,154466
|
|
43
|
+
types_boto3_lite-1.40.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
44
|
+
types_boto3_lite-1.40.2.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
|
45
|
+
types_boto3_lite-1.40.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|