boto3-stubs 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.
- boto3-stubs/__init__.pyi +19 -0
- boto3-stubs/session.pyi +20 -0
- {boto3_stubs-1.38.29.dist-info → boto3_stubs-1.38.30.dist-info}/METADATA +12 -7
- {boto3_stubs-1.38.29.dist-info → boto3_stubs-1.38.30.dist-info}/RECORD +7 -7
- {boto3_stubs-1.38.29.dist-info → boto3_stubs-1.38.30.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.38.29.dist-info → boto3_stubs-1.38.30.dist-info}/licenses/LICENSE +0 -0
- {boto3_stubs-1.38.29.dist-info → boto3_stubs-1.38.30.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -160,6 +160,7 @@ from mypy_boto3_entityresolution.client import EntityResolutionClient
|
|
160
160
|
from mypy_boto3_es.client import ElasticsearchServiceClient
|
161
161
|
from mypy_boto3_events.client import EventBridgeClient
|
162
162
|
from mypy_boto3_evidently.client import CloudWatchEvidentlyClient
|
163
|
+
from mypy_boto3_evs.client import EVSClient
|
163
164
|
from mypy_boto3_finspace.client import FinspaceClient
|
164
165
|
from mypy_boto3_finspace_data.client import FinSpaceDataClient
|
165
166
|
from mypy_boto3_firehose.client import FirehoseClient
|
@@ -3051,6 +3052,24 @@ def client(
|
|
3051
3052
|
Create client for CloudWatchEvidently service.
|
3052
3053
|
"""
|
3053
3054
|
|
3055
|
+
@overload
|
3056
|
+
def client(
|
3057
|
+
service_name: Literal["evs"],
|
3058
|
+
region_name: str | None = ...,
|
3059
|
+
api_version: str | None = ...,
|
3060
|
+
use_ssl: bool | None = ...,
|
3061
|
+
verify: bool | str | None = ...,
|
3062
|
+
endpoint_url: str | None = ...,
|
3063
|
+
aws_access_key_id: str | None = ...,
|
3064
|
+
aws_secret_access_key: str | None = ...,
|
3065
|
+
aws_session_token: str | None = ...,
|
3066
|
+
config: Config | None = ...,
|
3067
|
+
aws_account_id: str | None = ...,
|
3068
|
+
) -> EVSClient:
|
3069
|
+
"""
|
3070
|
+
Create client for EVS service.
|
3071
|
+
"""
|
3072
|
+
|
3054
3073
|
@overload
|
3055
3074
|
def client(
|
3056
3075
|
service_name: Literal["finspace"],
|
boto3-stubs/session.pyi
CHANGED
@@ -166,6 +166,7 @@ from mypy_boto3_entityresolution.client import EntityResolutionClient
|
|
166
166
|
from mypy_boto3_es.client import ElasticsearchServiceClient
|
167
167
|
from mypy_boto3_events.client import EventBridgeClient
|
168
168
|
from mypy_boto3_evidently.client import CloudWatchEvidentlyClient
|
169
|
+
from mypy_boto3_evs.client import EVSClient
|
169
170
|
from mypy_boto3_finspace.client import FinspaceClient
|
170
171
|
from mypy_boto3_finspace_data.client import FinSpaceDataClient
|
171
172
|
from mypy_boto3_firehose.client import FirehoseClient
|
@@ -3215,6 +3216,25 @@ class Session:
|
|
3215
3216
|
Create client for CloudWatchEvidently service.
|
3216
3217
|
"""
|
3217
3218
|
|
3219
|
+
@overload
|
3220
|
+
def client(
|
3221
|
+
self,
|
3222
|
+
service_name: Literal["evs"],
|
3223
|
+
region_name: str | None = ...,
|
3224
|
+
api_version: str | None = ...,
|
3225
|
+
use_ssl: bool | None = ...,
|
3226
|
+
verify: bool | str | None = ...,
|
3227
|
+
endpoint_url: str | None = ...,
|
3228
|
+
aws_access_key_id: str | None = ...,
|
3229
|
+
aws_secret_access_key: str | None = ...,
|
3230
|
+
aws_session_token: str | None = ...,
|
3231
|
+
config: Config | None = ...,
|
3232
|
+
aws_account_id: str | None = ...,
|
3233
|
+
) -> EVSClient:
|
3234
|
+
"""
|
3235
|
+
Create client for EVS service.
|
3236
|
+
"""
|
3237
|
+
|
3218
3238
|
@overload
|
3219
3239
|
def client(
|
3220
3240
|
self,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.38.
|
4
|
-
Summary: Type annotations for boto3 1.38.
|
3
|
+
Version: 1.38.30
|
4
|
+
Summary: 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.
|
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
|

|
1283
1286
|
|
1284
|
-
Type annotations for [boto3 1.38.
|
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/),
|
@@ -1340,7 +1343,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1340
1343
|
isolation.
|
1341
1344
|
|
1342
1345
|
1. Run mypy-boto3-builder in your package root directory:
|
1343
|
-
`uvx --with 'boto3==1.38.
|
1346
|
+
`uvx --with 'boto3==1.38.30' mypy-boto3-builder`
|
1344
1347
|
2. Select `boto3-stubs` AWS SDK.
|
1345
1348
|
3. Select services you use in the current project.
|
1346
1349
|
4. Use provided commands to install generated packages.
|
@@ -1692,9 +1695,9 @@ repository.
|
|
1692
1695
|
|
1693
1696
|
## Submodules
|
1694
1697
|
|
1695
|
-
- `boto3-stubs[full]` - Type annotations for all
|
1698
|
+
- `boto3-stubs[full]` - Type annotations for all 404 services in one package
|
1696
1699
|
(recommended).
|
1697
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1700
|
+
- `boto3-stubs[all]` - Type annotations for all 404 services in separate
|
1698
1701
|
packages.
|
1699
1702
|
- `boto3-stubs[essential]` - Type annotations for
|
1700
1703
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
@@ -2125,6 +2128,8 @@ repository.
|
|
2125
2128
|
- `boto3-stubs[evidently]` - Type annotations for
|
2126
2129
|
[CloudWatchEvidently](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_evidently/)
|
2127
2130
|
service.
|
2131
|
+
- `boto3-stubs[evs]` - Type annotations for
|
2132
|
+
[EVS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_evs/) service.
|
2128
2133
|
- `boto3-stubs[finspace]` - Type annotations for
|
2129
2134
|
[Finspace](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_finspace/)
|
2130
2135
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=5LT2P_ZiF7nfecbyxcXe-PF-eVg9h-YiknrNFYCmgY0,245311
|
2
2
|
boto3-stubs/compat.pyi,sha256=PWrZhB_PeAhGJaNV3a5OXYy1k5QRa-Jm2Qt3SsVutWY,278
|
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=RjWSgC9TMdiXFaCv5ik43UoUrJzjS40CA4UWrupibHw,280366
|
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=iSD34EWV7eyBwCNgAyVC2BZ24i_DXmFF6XhlNbZ6boA,4639
|
40
40
|
boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
|
41
|
-
boto3_stubs-1.38.
|
42
|
-
boto3_stubs-1.38.
|
43
|
-
boto3_stubs-1.38.
|
44
|
-
boto3_stubs-1.38.
|
45
|
-
boto3_stubs-1.38.
|
41
|
+
boto3_stubs-1.38.30.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
boto3_stubs-1.38.30.dist-info/METADATA,sha256=yPQ4T2Jb4hz3_Ra861BtkuFPV1m8rJukJEuInX6TWxA,149269
|
43
|
+
boto3_stubs-1.38.30.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
boto3_stubs-1.38.30.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
boto3_stubs-1.38.30.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|