boto3-stubs 1.38.44__py3-none-any.whl → 1.38.45__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.44.dist-info → boto3_stubs-1.38.45.dist-info}/METADATA +13 -7
- {boto3_stubs-1.38.44.dist-info → boto3_stubs-1.38.45.dist-info}/RECORD +7 -7
- {boto3_stubs-1.38.44.dist-info → boto3_stubs-1.38.45.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.38.44.dist-info → boto3_stubs-1.38.45.dist-info}/licenses/LICENSE +0 -0
- {boto3_stubs-1.38.44.dist-info → boto3_stubs-1.38.45.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -223,6 +223,7 @@ from mypy_boto3_kafkaconnect.client import KafkaConnectClient
|
|
223
223
|
from mypy_boto3_kendra.client import KendraClient
|
224
224
|
from mypy_boto3_kendra_ranking.client import KendraRankingClient
|
225
225
|
from mypy_boto3_keyspaces.client import KeyspacesClient
|
226
|
+
from mypy_boto3_keyspacesstreams.client import KeyspacesStreamsClient
|
226
227
|
from mypy_boto3_kinesis.client import KinesisClient
|
227
228
|
from mypy_boto3_kinesis_video_archived_media.client import KinesisVideoArchivedMediaClient
|
228
229
|
from mypy_boto3_kinesis_video_media.client import KinesisVideoMediaClient
|
@@ -4117,6 +4118,24 @@ def client(
|
|
4117
4118
|
Create client for Keyspaces service.
|
4118
4119
|
"""
|
4119
4120
|
|
4121
|
+
@overload
|
4122
|
+
def client(
|
4123
|
+
service_name: Literal["keyspacesstreams"],
|
4124
|
+
region_name: str | None = ...,
|
4125
|
+
api_version: str | None = ...,
|
4126
|
+
use_ssl: bool | None = ...,
|
4127
|
+
verify: bool | str | None = ...,
|
4128
|
+
endpoint_url: str | None = ...,
|
4129
|
+
aws_access_key_id: str | None = ...,
|
4130
|
+
aws_secret_access_key: str | None = ...,
|
4131
|
+
aws_session_token: str | None = ...,
|
4132
|
+
config: Config | None = ...,
|
4133
|
+
aws_account_id: str | None = ...,
|
4134
|
+
) -> KeyspacesStreamsClient:
|
4135
|
+
"""
|
4136
|
+
Create client for KeyspacesStreams service.
|
4137
|
+
"""
|
4138
|
+
|
4120
4139
|
@overload
|
4121
4140
|
def client(
|
4122
4141
|
service_name: Literal["kinesis"],
|
boto3-stubs/session.pyi
CHANGED
@@ -229,6 +229,7 @@ from mypy_boto3_kafkaconnect.client import KafkaConnectClient
|
|
229
229
|
from mypy_boto3_kendra.client import KendraClient
|
230
230
|
from mypy_boto3_kendra_ranking.client import KendraRankingClient
|
231
231
|
from mypy_boto3_keyspaces.client import KeyspacesClient
|
232
|
+
from mypy_boto3_keyspacesstreams.client import KeyspacesStreamsClient
|
232
233
|
from mypy_boto3_kinesis.client import KinesisClient
|
233
234
|
from mypy_boto3_kinesis_video_archived_media.client import KinesisVideoArchivedMediaClient
|
234
235
|
from mypy_boto3_kinesis_video_media.client import KinesisVideoMediaClient
|
@@ -4340,6 +4341,25 @@ class Session:
|
|
4340
4341
|
Create client for Keyspaces service.
|
4341
4342
|
"""
|
4342
4343
|
|
4344
|
+
@overload
|
4345
|
+
def client(
|
4346
|
+
self,
|
4347
|
+
service_name: Literal["keyspacesstreams"],
|
4348
|
+
region_name: str | None = ...,
|
4349
|
+
api_version: str | None = ...,
|
4350
|
+
use_ssl: bool | None = ...,
|
4351
|
+
verify: bool | str | None = ...,
|
4352
|
+
endpoint_url: str | None = ...,
|
4353
|
+
aws_access_key_id: str | None = ...,
|
4354
|
+
aws_secret_access_key: str | None = ...,
|
4355
|
+
aws_session_token: str | None = ...,
|
4356
|
+
config: Config | None = ...,
|
4357
|
+
aws_account_id: str | None = ...,
|
4358
|
+
) -> KeyspacesStreamsClient:
|
4359
|
+
"""
|
4360
|
+
Create client for KeyspacesStreams service.
|
4361
|
+
"""
|
4362
|
+
|
4343
4363
|
@overload
|
4344
4364
|
def client(
|
4345
4365
|
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.45
|
4
|
+
Summary: Type annotations for boto3 1.38.45 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.45; 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"
|
@@ -241,6 +241,7 @@ Requires-Dist: mypy-boto3-kafkaconnect<1.39.0,>=1.38.0; extra == "all"
|
|
241
241
|
Requires-Dist: mypy-boto3-kendra<1.39.0,>=1.38.0; extra == "all"
|
242
242
|
Requires-Dist: mypy-boto3-kendra-ranking<1.39.0,>=1.38.0; extra == "all"
|
243
243
|
Requires-Dist: mypy-boto3-keyspaces<1.39.0,>=1.38.0; extra == "all"
|
244
|
+
Requires-Dist: mypy-boto3-keyspacesstreams<1.39.0,>=1.38.0; extra == "all"
|
244
245
|
Requires-Dist: mypy-boto3-kinesis<1.39.0,>=1.38.0; extra == "all"
|
245
246
|
Requires-Dist: mypy-boto3-kinesis-video-archived-media<1.39.0,>=1.38.0; extra == "all"
|
246
247
|
Requires-Dist: mypy-boto3-kinesis-video-media<1.39.0,>=1.38.0; extra == "all"
|
@@ -859,6 +860,8 @@ Provides-Extra: kendra-ranking
|
|
859
860
|
Requires-Dist: mypy-boto3-kendra-ranking<1.39.0,>=1.38.0; extra == "kendra-ranking"
|
860
861
|
Provides-Extra: keyspaces
|
861
862
|
Requires-Dist: mypy-boto3-keyspaces<1.39.0,>=1.38.0; extra == "keyspaces"
|
863
|
+
Provides-Extra: keyspacesstreams
|
864
|
+
Requires-Dist: mypy-boto3-keyspacesstreams<1.39.0,>=1.38.0; extra == "keyspacesstreams"
|
862
865
|
Provides-Extra: kinesis
|
863
866
|
Requires-Dist: mypy-boto3-kinesis<1.39.0,>=1.38.0; extra == "kinesis"
|
864
867
|
Provides-Extra: kinesis-video-archived-media
|
@@ -1293,7 +1296,7 @@ Dynamic: summary
|
|
1293
1296
|
|
1294
1297
|

|
1295
1298
|
|
1296
|
-
Type annotations for [boto3 1.38.
|
1299
|
+
Type annotations for [boto3 1.38.45](https://pypi.org/project/boto3/)
|
1297
1300
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1298
1301
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1299
1302
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1352,7 +1355,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1352
1355
|
isolation.
|
1353
1356
|
|
1354
1357
|
1. Run mypy-boto3-builder in your package root directory:
|
1355
|
-
`uvx --with 'boto3==1.38.
|
1358
|
+
`uvx --with 'boto3==1.38.45' mypy-boto3-builder`
|
1356
1359
|
2. Select `boto3-stubs` AWS SDK.
|
1357
1360
|
3. Select services you use in the current project.
|
1358
1361
|
4. Use provided commands to install generated packages.
|
@@ -1704,9 +1707,9 @@ repository.
|
|
1704
1707
|
|
1705
1708
|
## Submodules
|
1706
1709
|
|
1707
|
-
- `boto3-stubs[full]` - Type annotations for all
|
1710
|
+
- `boto3-stubs[full]` - Type annotations for all 408 services in one package
|
1708
1711
|
(recommended).
|
1709
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1712
|
+
- `boto3-stubs[all]` - Type annotations for all 408 services in separate
|
1710
1713
|
packages.
|
1711
1714
|
- `boto3-stubs[essential]` - Type annotations for
|
1712
1715
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
@@ -2306,6 +2309,9 @@ repository.
|
|
2306
2309
|
- `boto3-stubs[keyspaces]` - Type annotations for
|
2307
2310
|
[Keyspaces](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_keyspaces/)
|
2308
2311
|
service.
|
2312
|
+
- `boto3-stubs[keyspacesstreams]` - Type annotations for
|
2313
|
+
[KeyspacesStreams](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_keyspacesstreams/)
|
2314
|
+
service.
|
2309
2315
|
- `boto3-stubs[kinesis]` - Type annotations for
|
2310
2316
|
[Kinesis](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/)
|
2311
2317
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=sT7VT_bdpBCMx6B5w38UetcerpbiVhUa8TgAcApLHH4,247677
|
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=dtTHZ6V2BZZq1a5pUKsMaJi6EATeA2lrFJuXP1n8tro,283060
|
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.45.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
boto3_stubs-1.38.45.dist-info/METADATA,sha256=VcvSKiQW8crg4yDkQsm_nVtvKgOWep8yGgEuVk1M2z4,150575
|
43
|
+
boto3_stubs-1.38.45.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
boto3_stubs-1.38.45.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
boto3_stubs-1.38.45.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|