boto3-stubs-lite 1.38.29__py3-none-any.whl → 1.38.30__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.29
4
- Summary: Lite type annotations for boto3 1.38.29 generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.38.30
4
+ Summary: Lite type annotations for boto3 1.38.30 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: boto3-stubs-full<1.39.0,>=1.38.0; extra == "full"
38
38
  Provides-Extra: boto3
39
- Requires-Dist: boto3==1.38.29; extra == "boto3"
39
+ Requires-Dist: boto3==1.38.30; 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"
@@ -182,6 +182,7 @@ Requires-Dist: mypy-boto3-entityresolution<1.39.0,>=1.38.0; extra == "all"
182
182
  Requires-Dist: mypy-boto3-es<1.39.0,>=1.38.0; extra == "all"
183
183
  Requires-Dist: mypy-boto3-events<1.39.0,>=1.38.0; extra == "all"
184
184
  Requires-Dist: mypy-boto3-evidently<1.39.0,>=1.38.0; extra == "all"
185
+ Requires-Dist: mypy-boto3-evs<1.39.0,>=1.38.0; extra == "all"
185
186
  Requires-Dist: mypy-boto3-finspace<1.39.0,>=1.38.0; extra == "all"
186
187
  Requires-Dist: mypy-boto3-finspace-data<1.39.0,>=1.38.0; extra == "all"
187
188
  Requires-Dist: mypy-boto3-firehose<1.39.0,>=1.38.0; extra == "all"
@@ -737,6 +738,8 @@ Provides-Extra: events
737
738
  Requires-Dist: mypy-boto3-events<1.39.0,>=1.38.0; extra == "events"
738
739
  Provides-Extra: evidently
739
740
  Requires-Dist: mypy-boto3-evidently<1.39.0,>=1.38.0; extra == "evidently"
741
+ Provides-Extra: evs
742
+ Requires-Dist: mypy-boto3-evs<1.39.0,>=1.38.0; extra == "evs"
740
743
  Provides-Extra: finspace
741
744
  Requires-Dist: mypy-boto3-finspace<1.39.0,>=1.38.0; extra == "finspace"
742
745
  Provides-Extra: finspace-data
@@ -1281,7 +1284,7 @@ Dynamic: summary
1281
1284
 
1282
1285
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1283
1286
 
1284
- Type annotations for [boto3 1.38.29](https://pypi.org/project/boto3/)
1287
+ Type annotations for [boto3 1.38.30](https://pypi.org/project/boto3/)
1285
1288
  compatible with [VSCode](https://code.visualstudio.com/),
1286
1289
  [PyCharm](https://www.jetbrains.com/pycharm/),
1287
1290
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1341,7 +1344,7 @@ You can generate type annotations for `boto3` package locally with
1341
1344
  isolation.
1342
1345
 
1343
1346
  1. Run mypy-boto3-builder in your package root directory:
1344
- `uvx --with 'boto3==1.38.29' mypy-boto3-builder`
1347
+ `uvx --with 'boto3==1.38.30' mypy-boto3-builder`
1345
1348
  2. Select `boto3-stubs` AWS SDK.
1346
1349
  3. Select services you use in the current project.
1347
1350
  4. Use provided commands to install generated packages.
@@ -1674,9 +1677,9 @@ repository.
1674
1677
 
1675
1678
  ## Submodules
1676
1679
 
1677
- - `boto3-stubs-lite[full]` - Type annotations for all 403 services in one
1680
+ - `boto3-stubs-lite[full]` - Type annotations for all 404 services in one
1678
1681
  package (recommended).
1679
- - `boto3-stubs-lite[all]` - Type annotations for all 403 services in separate
1682
+ - `boto3-stubs-lite[all]` - Type annotations for all 404 services in separate
1680
1683
  packages.
1681
1684
  - `boto3-stubs-lite[essential]` - Type annotations for
1682
1685
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -2107,6 +2110,8 @@ repository.
2107
2110
  - `boto3-stubs-lite[evidently]` - Type annotations for
2108
2111
  [CloudWatchEvidently](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_evidently/)
2109
2112
  service.
2113
+ - `boto3-stubs-lite[evs]` - Type annotations for
2114
+ [EVS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_evs/) service.
2110
2115
  - `boto3-stubs-lite[finspace]` - Type annotations for
2111
2116
  [Finspace](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_finspace/)
2112
2117
  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
- boto3_stubs_lite-1.38.29.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- boto3_stubs_lite-1.38.29.dist-info/METADATA,sha256=nnIUJeDfRRGN2SVH4ObL8T34X40Ibv47wo5NIfTcL9A,150391
43
- boto3_stubs_lite-1.38.29.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
- boto3_stubs_lite-1.38.29.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs_lite-1.38.29.dist-info/RECORD,,
41
+ boto3_stubs_lite-1.38.30.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ boto3_stubs_lite-1.38.30.dist-info/METADATA,sha256=MlN9juSvBxUmyyYeCTFFM43KFxi_slipVbkY4lDFP3g,150661
43
+ boto3_stubs_lite-1.38.30.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
+ boto3_stubs_lite-1.38.30.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs_lite-1.38.30.dist-info/RECORD,,