types-boto3-lite 1.36.0__py3-none-any.whl → 1.36.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.
- boto3-stubs/__init__.pyi +3 -4
- boto3-stubs/session.pyi +4 -4
- {types_boto3_lite-1.36.0.dist-info → types_boto3_lite-1.36.2.dist-info}/METADATA +5 -5
- {types_boto3_lite-1.36.0.dist-info → types_boto3_lite-1.36.2.dist-info}/RECORD +7 -7
- {types_boto3_lite-1.36.0.dist-info → types_boto3_lite-1.36.2.dist-info}/LICENSE +0 -0
- {types_boto3_lite-1.36.0.dist-info → types_boto3_lite-1.36.2.dist-info}/WHEEL +0 -0
- {types_boto3_lite-1.36.0.dist-info → types_boto3_lite-1.36.2.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -5,11 +5,10 @@ Copyright 2024 Vlad Emelianov
|
|
5
5
|
"""
|
6
6
|
|
7
7
|
import logging
|
8
|
+
from typing import Any
|
8
9
|
|
9
10
|
from boto3 import session as session
|
10
|
-
from boto3.resources.base import ServiceResource
|
11
11
|
from boto3.session import Session as Session
|
12
|
-
from botocore.client import BaseClient
|
13
12
|
from botocore.config import Config
|
14
13
|
from botocore.session import Session as BotocoreSession
|
15
14
|
|
@@ -47,7 +46,7 @@ def client(
|
|
47
46
|
aws_secret_access_key: str | None = ...,
|
48
47
|
aws_session_token: str | None = ...,
|
49
48
|
config: Config | None = ...,
|
50
|
-
) ->
|
49
|
+
) -> Any: ...
|
51
50
|
def resource(
|
52
51
|
service_name: str,
|
53
52
|
region_name: str | None = ...,
|
@@ -59,4 +58,4 @@ def resource(
|
|
59
58
|
aws_secret_access_key: str | None = ...,
|
60
59
|
aws_session_token: str | None = ...,
|
61
60
|
config: Config | None = ...,
|
62
|
-
) ->
|
61
|
+
) -> Any: ...
|
boto3-stubs/session.pyi
CHANGED
@@ -4,11 +4,11 @@ Type annotations for boto3.session module.
|
|
4
4
|
Copyright 2024 Vlad Emelianov
|
5
5
|
"""
|
6
6
|
|
7
|
+
from typing import Any
|
8
|
+
|
7
9
|
from boto3.exceptions import ResourceNotExistsError as ResourceNotExistsError
|
8
10
|
from boto3.exceptions import UnknownAPIVersionError as UnknownAPIVersionError
|
9
|
-
from boto3.resources.base import ServiceResource
|
10
11
|
from boto3.resources.factory import ResourceFactory
|
11
|
-
from botocore.client import BaseClient
|
12
12
|
from botocore.config import Config
|
13
13
|
from botocore.credentials import Credentials
|
14
14
|
from botocore.exceptions import DataNotFoundError as DataNotFoundError
|
@@ -62,7 +62,7 @@ class Session:
|
|
62
62
|
aws_secret_access_key: str | None = ...,
|
63
63
|
aws_session_token: str | None = ...,
|
64
64
|
config: Config | None = ...,
|
65
|
-
) ->
|
65
|
+
) -> Any: ...
|
66
66
|
def resource(
|
67
67
|
self,
|
68
68
|
service_name: str,
|
@@ -75,4 +75,4 @@ class Session:
|
|
75
75
|
aws_secret_access_key: str | None = ...,
|
76
76
|
aws_session_token: str | None = ...,
|
77
77
|
config: Config | None = ...,
|
78
|
-
) ->
|
78
|
+
) -> Any: ...
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: types-boto3-lite
|
3
|
-
Version: 1.36.
|
4
|
-
Summary: Lite type annotations for boto3 1.36.
|
3
|
+
Version: 1.36.2
|
4
|
+
Summary: Lite type annotations for boto3 1.36.2 generated with mypy-boto3-builder 8.8.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.37.0,>=1.36.0; extra == "full"
|
38
38
|
Provides-Extra: boto3
|
39
|
-
Requires-Dist: boto3==1.36.
|
39
|
+
Requires-Dist: boto3==1.36.2; extra == "boto3"
|
40
40
|
Provides-Extra: all
|
41
41
|
Requires-Dist: types-boto3-accessanalyzer<1.37.0,>=1.36.0; extra == "all"
|
42
42
|
Requires-Dist: types-boto3-account<1.37.0,>=1.36.0; extra == "all"
|
@@ -1280,7 +1280,7 @@ Dynamic: summary
|
|
1280
1280
|
|
1281
1281
|

|
1282
1282
|
|
1283
|
-
Type annotations for [boto3 1.36.
|
1283
|
+
Type annotations for [boto3 1.36.2](https://pypi.org/project/boto3/) compatible
|
1284
1284
|
with [VSCode](https://code.visualstudio.com/),
|
1285
1285
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1286
1286
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1339,7 +1339,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1339
1339
|
isolation.
|
1340
1340
|
|
1341
1341
|
1. Run mypy-boto3-builder in your package root directory:
|
1342
|
-
`uvx --with 'boto3==1.36.
|
1342
|
+
`uvx --with 'boto3==1.36.2' mypy_boto3_builder`
|
1343
1343
|
2. Select `boto3` AWS SDK.
|
1344
1344
|
3. Select services you use in the current project.
|
1345
1345
|
4. Use provided commands to install generated packages.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=Wi1ypXsQRMvh2makw-mxM-zWBaN-lcdD1gfWSOtI4gY,1645
|
2
2
|
boto3-stubs/compat.pyi,sha256=j3-SBZqCGaoZoXzN6e7fkEQQvUmQ-MpIpcF9FuuUHH0,209
|
3
3
|
boto3-stubs/crt.pyi,sha256=OAjGbtBlQJIDRctWkMpr7UwRKxiH_lQt9OdSrHPL3QI,893
|
4
4
|
boto3-stubs/exceptions.pyi,sha256=cjOrbR2BIOcaHRmIQvGL0y-XEJdicpzRl2dQNfx6GVk,1339
|
5
5
|
boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
boto3-stubs/session.pyi,sha256=
|
6
|
+
boto3-stubs/session.pyi,sha256=9FF2TMEPxW2_3-QGwjxyUBaZKMDDkT4HrhyWmDz79dU,2715
|
7
7
|
boto3-stubs/utils.pyi,sha256=2vtGuLR-fnfzUNoeNvcEbb0Lb-DGEZ-BQ5BV9xF8vSg,841
|
8
8
|
boto3-stubs/docs/__init__.pyi,sha256=uDkzwRXE_Bb65mlFvnPSySeRYnhK9Cpk4fUyK6gpBd0,179
|
9
9
|
boto3-stubs/docs/action.pyi,sha256=_vWYnBVkwK6kU3xTdr5tPGxL-s3ULaAFBnxuFLHsmsE,1016
|
@@ -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=z72QArriCVYH-O15Z5yDGnMX0zo7nCmYhSB2tiIRTeo,4502
|
40
40
|
boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
|
41
|
-
types_boto3_lite-1.36.
|
42
|
-
types_boto3_lite-1.36.
|
43
|
-
types_boto3_lite-1.36.
|
44
|
-
types_boto3_lite-1.36.
|
45
|
-
types_boto3_lite-1.36.
|
41
|
+
types_boto3_lite-1.36.2.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
types_boto3_lite-1.36.2.dist-info/METADATA,sha256=k1wVhEnnzBS1GSMhUka16OzJmP8R6iUzzVQq_OiMF7c,150878
|
43
|
+
types_boto3_lite-1.36.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
44
|
+
types_boto3_lite-1.36.2.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
types_boto3_lite-1.36.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|