boto3-stubs-lite 1.38.37__py3-none-any.whl → 1.38.39__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 boto3-stubs-lite might be problematic. Click here for more details.

@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: boto3-stubs-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.39
4
+ Summary: Lite type annotations for boto3 1.38.39 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,12 +36,13 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
36
36
  Provides-Extra: full
37
37
  Requires-Dist: boto3-stubs-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.39; extra == "boto3"
40
40
  Provides-Extra: all
41
41
  Requires-Dist: mypy-boto3-accessanalyzer<1.39.0,>=1.38.0; extra == "all"
42
42
  Requires-Dist: mypy-boto3-account<1.39.0,>=1.38.0; extra == "all"
43
43
  Requires-Dist: mypy-boto3-acm<1.39.0,>=1.38.0; extra == "all"
44
44
  Requires-Dist: mypy-boto3-acm-pca<1.39.0,>=1.38.0; extra == "all"
45
+ Requires-Dist: mypy-boto3-aiops<1.39.0,>=1.38.0; extra == "all"
45
46
  Requires-Dist: mypy-boto3-amp<1.39.0,>=1.38.0; extra == "all"
46
47
  Requires-Dist: mypy-boto3-amplify<1.39.0,>=1.38.0; extra == "all"
47
48
  Requires-Dist: mypy-boto3-amplifybackend<1.39.0,>=1.38.0; extra == "all"
@@ -295,6 +296,7 @@ Requires-Dist: mypy-boto3-migration-hub-refactor-spaces<1.39.0,>=1.38.0; extra =
295
296
  Requires-Dist: mypy-boto3-migrationhub-config<1.39.0,>=1.38.0; extra == "all"
296
297
  Requires-Dist: mypy-boto3-migrationhuborchestrator<1.39.0,>=1.38.0; extra == "all"
297
298
  Requires-Dist: mypy-boto3-migrationhubstrategy<1.39.0,>=1.38.0; extra == "all"
299
+ Requires-Dist: mypy-boto3-mpa<1.39.0,>=1.38.0; extra == "all"
298
300
  Requires-Dist: mypy-boto3-mq<1.39.0,>=1.38.0; extra == "all"
299
301
  Requires-Dist: mypy-boto3-mturk<1.39.0,>=1.38.0; extra == "all"
300
302
  Requires-Dist: mypy-boto3-mwaa<1.39.0,>=1.38.0; extra == "all"
@@ -458,6 +460,8 @@ Provides-Extra: acm
458
460
  Requires-Dist: mypy-boto3-acm<1.39.0,>=1.38.0; extra == "acm"
459
461
  Provides-Extra: acm-pca
460
462
  Requires-Dist: mypy-boto3-acm-pca<1.39.0,>=1.38.0; extra == "acm-pca"
463
+ Provides-Extra: aiops
464
+ Requires-Dist: mypy-boto3-aiops<1.39.0,>=1.38.0; extra == "aiops"
461
465
  Provides-Extra: amp
462
466
  Requires-Dist: mypy-boto3-amp<1.39.0,>=1.38.0; extra == "amp"
463
467
  Provides-Extra: amplify
@@ -964,6 +968,8 @@ Provides-Extra: migrationhuborchestrator
964
968
  Requires-Dist: mypy-boto3-migrationhuborchestrator<1.39.0,>=1.38.0; extra == "migrationhuborchestrator"
965
969
  Provides-Extra: migrationhubstrategy
966
970
  Requires-Dist: mypy-boto3-migrationhubstrategy<1.39.0,>=1.38.0; extra == "migrationhubstrategy"
971
+ Provides-Extra: mpa
972
+ Requires-Dist: mypy-boto3-mpa<1.39.0,>=1.38.0; extra == "mpa"
967
973
  Provides-Extra: mq
968
974
  Requires-Dist: mypy-boto3-mq<1.39.0,>=1.38.0; extra == "mq"
969
975
  Provides-Extra: mturk
@@ -1284,7 +1290,7 @@ Dynamic: summary
1284
1290
 
1285
1291
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1286
1292
 
1287
- Type annotations for [boto3 1.38.37](https://pypi.org/project/boto3/)
1293
+ Type annotations for [boto3 1.38.39](https://pypi.org/project/boto3/)
1288
1294
  compatible with [VSCode](https://code.visualstudio.com/),
1289
1295
  [PyCharm](https://www.jetbrains.com/pycharm/),
1290
1296
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1344,7 +1350,7 @@ You can generate type annotations for `boto3` package locally with
1344
1350
  isolation.
1345
1351
 
1346
1352
  1. Run mypy-boto3-builder in your package root directory:
1347
- `uvx --with 'boto3==1.38.37' mypy-boto3-builder`
1353
+ `uvx --with 'boto3==1.38.39' mypy-boto3-builder`
1348
1354
  2. Select `boto3-stubs` AWS SDK.
1349
1355
  3. Select services you use in the current project.
1350
1356
  4. Use provided commands to install generated packages.
@@ -1677,9 +1683,9 @@ repository.
1677
1683
 
1678
1684
  ## Submodules
1679
1685
 
1680
- - `boto3-stubs-lite[full]` - Type annotations for all 404 services in one
1686
+ - `boto3-stubs-lite[full]` - Type annotations for all 406 services in one
1681
1687
  package (recommended).
1682
- - `boto3-stubs-lite[all]` - Type annotations for all 404 services in separate
1688
+ - `boto3-stubs-lite[all]` - Type annotations for all 406 services in separate
1683
1689
  packages.
1684
1690
  - `boto3-stubs-lite[essential]` - Type annotations for
1685
1691
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -1701,6 +1707,9 @@ repository.
1701
1707
  - `boto3-stubs-lite[acm-pca]` - Type annotations for
1702
1708
  [ACMPCA](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_acm_pca/)
1703
1709
  service.
1710
+ - `boto3-stubs-lite[aiops]` - Type annotations for
1711
+ [AIOps](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_aiops/)
1712
+ service.
1704
1713
  - `boto3-stubs-lite[amp]` - Type annotations for
1705
1714
  [PrometheusService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_amp/)
1706
1715
  service.
@@ -2440,6 +2449,9 @@ repository.
2440
2449
  - `boto3-stubs-lite[migrationhubstrategy]` - Type annotations for
2441
2450
  [MigrationHubStrategyRecommendations](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_migrationhubstrategy/)
2442
2451
  service.
2452
+ - `boto3-stubs-lite[mpa]` - Type annotations for
2453
+ [MultipartyApproval](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mpa/)
2454
+ service.
2443
2455
  - `boto3-stubs-lite[mq]` - Type annotations for
2444
2456
  [MQ](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mq/) service.
2445
2457
  - `boto3-stubs-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
- boto3_stubs_lite-1.38.37.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- boto3_stubs_lite-1.38.37.dist-info/METADATA,sha256=jUai7eNK0VyHE9vSFpxdCBts8bKP2vLlhjshzQviVS8,150661
43
- boto3_stubs_lite-1.38.37.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
- boto3_stubs_lite-1.38.37.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs_lite-1.38.37.dist-info/RECORD,,
41
+ boto3_stubs_lite-1.38.39.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ boto3_stubs_lite-1.38.39.dist-info/METADATA,sha256=_tC3fCll7pNRFUIRghQQDCCd55Muqdm2dV5hmU8yeNM,151234
43
+ boto3_stubs_lite-1.38.39.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
+ boto3_stubs_lite-1.38.39.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs_lite-1.38.39.dist-info/RECORD,,