types-boto3-lite 1.38.37__py3-none-any.whl → 1.38.38__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.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-lite
3
- Version: 1.38.37
4
- Summary: Lite type annotations for boto3 1.38.37 generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.38.38
4
+ Summary: Lite type annotations for boto3 1.38.38 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.39.0,>=1.38.0; extra == "full"
38
38
  Provides-Extra: boto3
39
- Requires-Dist: boto3==1.38.37; extra == "boto3"
39
+ Requires-Dist: boto3==1.38.38; extra == "boto3"
40
40
  Provides-Extra: all
41
41
  Requires-Dist: types-boto3-accessanalyzer<1.39.0,>=1.38.0; extra == "all"
42
42
  Requires-Dist: types-boto3-account<1.39.0,>=1.38.0; extra == "all"
@@ -295,6 +295,7 @@ Requires-Dist: types-boto3-migration-hub-refactor-spaces<1.39.0,>=1.38.0; extra
295
295
  Requires-Dist: types-boto3-migrationhub-config<1.39.0,>=1.38.0; extra == "all"
296
296
  Requires-Dist: types-boto3-migrationhuborchestrator<1.39.0,>=1.38.0; extra == "all"
297
297
  Requires-Dist: types-boto3-migrationhubstrategy<1.39.0,>=1.38.0; extra == "all"
298
+ Requires-Dist: types-boto3-mpa<1.39.0,>=1.38.0; extra == "all"
298
299
  Requires-Dist: types-boto3-mq<1.39.0,>=1.38.0; extra == "all"
299
300
  Requires-Dist: types-boto3-mturk<1.39.0,>=1.38.0; extra == "all"
300
301
  Requires-Dist: types-boto3-mwaa<1.39.0,>=1.38.0; extra == "all"
@@ -964,6 +965,8 @@ Provides-Extra: migrationhuborchestrator
964
965
  Requires-Dist: types-boto3-migrationhuborchestrator<1.39.0,>=1.38.0; extra == "migrationhuborchestrator"
965
966
  Provides-Extra: migrationhubstrategy
966
967
  Requires-Dist: types-boto3-migrationhubstrategy<1.39.0,>=1.38.0; extra == "migrationhubstrategy"
968
+ Provides-Extra: mpa
969
+ Requires-Dist: types-boto3-mpa<1.39.0,>=1.38.0; extra == "mpa"
967
970
  Provides-Extra: mq
968
971
  Requires-Dist: types-boto3-mq<1.39.0,>=1.38.0; extra == "mq"
969
972
  Provides-Extra: mturk
@@ -1284,7 +1287,7 @@ Dynamic: summary
1284
1287
 
1285
1288
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1286
1289
 
1287
- Type annotations for [boto3 1.38.37](https://pypi.org/project/boto3/)
1290
+ Type annotations for [boto3 1.38.38](https://pypi.org/project/boto3/)
1288
1291
  compatible with [VSCode](https://code.visualstudio.com/),
1289
1292
  [PyCharm](https://www.jetbrains.com/pycharm/),
1290
1293
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1343,7 +1346,7 @@ You can generate type annotations for `boto3` package locally with
1343
1346
  isolation.
1344
1347
 
1345
1348
  1. Run mypy-boto3-builder in your package root directory:
1346
- `uvx --with 'boto3==1.38.37' mypy-boto3-builder`
1349
+ `uvx --with 'boto3==1.38.38' mypy-boto3-builder`
1347
1350
  2. Select `boto3` AWS SDK.
1348
1351
  3. Select services you use in the current project.
1349
1352
  4. Use provided commands to install generated packages.
@@ -1651,9 +1654,9 @@ repository.
1651
1654
 
1652
1655
  ## Submodules
1653
1656
 
1654
- - `types-boto3-lite[full]` - Type annotations for all 404 services in one
1657
+ - `types-boto3-lite[full]` - Type annotations for all 405 services in one
1655
1658
  package (recommended).
1656
- - `types-boto3-lite[all]` - Type annotations for all 404 services in separate
1659
+ - `types-boto3-lite[all]` - Type annotations for all 405 services in separate
1657
1660
  packages.
1658
1661
  - `types-boto3-lite[essential]` - Type annotations for
1659
1662
  [CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
@@ -2414,6 +2417,9 @@ repository.
2414
2417
  - `types-boto3-lite[migrationhubstrategy]` - Type annotations for
2415
2418
  [MigrationHubStrategyRecommendations](https://youtype.github.io/types_boto3_docs/types_boto3_migrationhubstrategy/)
2416
2419
  service.
2420
+ - `types-boto3-lite[mpa]` - Type annotations for
2421
+ [MultipartyApproval](https://youtype.github.io/types_boto3_docs/types_boto3_mpa/)
2422
+ service.
2417
2423
  - `types-boto3-lite[mq]` - Type annotations for
2418
2424
  [MQ](https://youtype.github.io/types_boto3_docs/types_boto3_mq/) service.
2419
2425
  - `types-boto3-lite[mturk]` - Type annotations for
@@ -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.38.37.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- types_boto3_lite-1.38.37.dist-info/METADATA,sha256=D2HhFHIpSiPGhZrbKzt4-sLx7_52rJs8yqCC0QWnvg0,151333
43
- types_boto3_lite-1.38.37.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
- types_boto3_lite-1.38.37.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- types_boto3_lite-1.38.37.dist-info/RECORD,,
41
+ types_boto3_lite-1.38.38.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ types_boto3_lite-1.38.38.dist-info/METADATA,sha256=gHGWpGO0KpR-QR-5nwCONc-gIFAAODiJV6eL_Y7mt_0,151623
43
+ types_boto3_lite-1.38.38.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
+ types_boto3_lite-1.38.38.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ types_boto3_lite-1.38.38.dist-info/RECORD,,