types-boto3 1.38.44__py3-none-any.whl → 1.38.46__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
- {types_boto3-1.38.44.dist-info → types_boto3-1.38.46.dist-info}/METADATA +13 -7
- {types_boto3-1.38.44.dist-info → types_boto3-1.38.46.dist-info}/RECORD +7 -7
- {types_boto3-1.38.44.dist-info → types_boto3-1.38.46.dist-info}/WHEEL +0 -0
- {types_boto3-1.38.44.dist-info → types_boto3-1.38.46.dist-info}/licenses/LICENSE +0 -0
- {types_boto3-1.38.44.dist-info → types_boto3-1.38.46.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -225,6 +225,7 @@ from types_boto3_kafkaconnect.client import KafkaConnectClient
|
|
225
225
|
from types_boto3_kendra.client import KendraClient
|
226
226
|
from types_boto3_kendra_ranking.client import KendraRankingClient
|
227
227
|
from types_boto3_keyspaces.client import KeyspacesClient
|
228
|
+
from types_boto3_keyspacesstreams.client import KeyspacesStreamsClient
|
228
229
|
from types_boto3_kinesis.client import KinesisClient
|
229
230
|
from types_boto3_kinesis_video_archived_media.client import KinesisVideoArchivedMediaClient
|
230
231
|
from types_boto3_kinesis_video_media.client import KinesisVideoMediaClient
|
@@ -4119,6 +4120,24 @@ def client(
|
|
4119
4120
|
Create client for Keyspaces service.
|
4120
4121
|
"""
|
4121
4122
|
|
4123
|
+
@overload
|
4124
|
+
def client(
|
4125
|
+
service_name: Literal["keyspacesstreams"],
|
4126
|
+
region_name: str | None = ...,
|
4127
|
+
api_version: str | None = ...,
|
4128
|
+
use_ssl: bool | None = ...,
|
4129
|
+
verify: bool | str | None = ...,
|
4130
|
+
endpoint_url: str | None = ...,
|
4131
|
+
aws_access_key_id: str | None = ...,
|
4132
|
+
aws_secret_access_key: str | None = ...,
|
4133
|
+
aws_session_token: str | None = ...,
|
4134
|
+
config: Config | None = ...,
|
4135
|
+
aws_account_id: str | None = ...,
|
4136
|
+
) -> KeyspacesStreamsClient:
|
4137
|
+
"""
|
4138
|
+
Create client for KeyspacesStreams service.
|
4139
|
+
"""
|
4140
|
+
|
4122
4141
|
@overload
|
4123
4142
|
def client(
|
4124
4143
|
service_name: Literal["kinesis"],
|
boto3-stubs/session.pyi
CHANGED
@@ -231,6 +231,7 @@ from types_boto3_kafkaconnect.client import KafkaConnectClient
|
|
231
231
|
from types_boto3_kendra.client import KendraClient
|
232
232
|
from types_boto3_kendra_ranking.client import KendraRankingClient
|
233
233
|
from types_boto3_keyspaces.client import KeyspacesClient
|
234
|
+
from types_boto3_keyspacesstreams.client import KeyspacesStreamsClient
|
234
235
|
from types_boto3_kinesis.client import KinesisClient
|
235
236
|
from types_boto3_kinesis_video_archived_media.client import KinesisVideoArchivedMediaClient
|
236
237
|
from types_boto3_kinesis_video_media.client import KinesisVideoMediaClient
|
@@ -4342,6 +4343,25 @@ class Session:
|
|
4342
4343
|
Create client for Keyspaces service.
|
4343
4344
|
"""
|
4344
4345
|
|
4346
|
+
@overload
|
4347
|
+
def client(
|
4348
|
+
self,
|
4349
|
+
service_name: Literal["keyspacesstreams"],
|
4350
|
+
region_name: str | None = ...,
|
4351
|
+
api_version: str | None = ...,
|
4352
|
+
use_ssl: bool | None = ...,
|
4353
|
+
verify: bool | str | None = ...,
|
4354
|
+
endpoint_url: str | None = ...,
|
4355
|
+
aws_access_key_id: str | None = ...,
|
4356
|
+
aws_secret_access_key: str | None = ...,
|
4357
|
+
aws_session_token: str | None = ...,
|
4358
|
+
config: Config | None = ...,
|
4359
|
+
aws_account_id: str | None = ...,
|
4360
|
+
) -> KeyspacesStreamsClient:
|
4361
|
+
"""
|
4362
|
+
Create client for KeyspacesStreams service.
|
4363
|
+
"""
|
4364
|
+
|
4345
4365
|
@overload
|
4346
4366
|
def client(
|
4347
4367
|
self,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: types-boto3
|
3
|
-
Version: 1.38.
|
4
|
-
Summary: Type annotations for boto3 1.38.
|
3
|
+
Version: 1.38.46
|
4
|
+
Summary: Type annotations for boto3 1.38.46 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: types-boto3-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.46; extra == "boto3"
|
40
40
|
Provides-Extra: all
|
41
41
|
Requires-Dist: types-boto3-accessanalyzer<1.39.0,>=1.38.0; extra == "all"
|
42
42
|
Requires-Dist: types-boto3-account<1.39.0,>=1.38.0; extra == "all"
|
@@ -241,6 +241,7 @@ Requires-Dist: types-boto3-kafkaconnect<1.39.0,>=1.38.0; extra == "all"
|
|
241
241
|
Requires-Dist: types-boto3-kendra<1.39.0,>=1.38.0; extra == "all"
|
242
242
|
Requires-Dist: types-boto3-kendra-ranking<1.39.0,>=1.38.0; extra == "all"
|
243
243
|
Requires-Dist: types-boto3-keyspaces<1.39.0,>=1.38.0; extra == "all"
|
244
|
+
Requires-Dist: types-boto3-keyspacesstreams<1.39.0,>=1.38.0; extra == "all"
|
244
245
|
Requires-Dist: types-boto3-kinesis<1.39.0,>=1.38.0; extra == "all"
|
245
246
|
Requires-Dist: types-boto3-kinesis-video-archived-media<1.39.0,>=1.38.0; extra == "all"
|
246
247
|
Requires-Dist: types-boto3-kinesis-video-media<1.39.0,>=1.38.0; extra == "all"
|
@@ -859,6 +860,8 @@ Provides-Extra: kendra-ranking
|
|
859
860
|
Requires-Dist: types-boto3-kendra-ranking<1.39.0,>=1.38.0; extra == "kendra-ranking"
|
860
861
|
Provides-Extra: keyspaces
|
861
862
|
Requires-Dist: types-boto3-keyspaces<1.39.0,>=1.38.0; extra == "keyspaces"
|
863
|
+
Provides-Extra: keyspacesstreams
|
864
|
+
Requires-Dist: types-boto3-keyspacesstreams<1.39.0,>=1.38.0; extra == "keyspacesstreams"
|
862
865
|
Provides-Extra: kinesis
|
863
866
|
Requires-Dist: types-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.46](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/),
|
@@ -1351,7 +1354,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1351
1354
|
isolation.
|
1352
1355
|
|
1353
1356
|
1. Run mypy-boto3-builder in your package root directory:
|
1354
|
-
`uvx --with 'boto3==1.38.
|
1357
|
+
`uvx --with 'boto3==1.38.46' mypy-boto3-builder`
|
1355
1358
|
2. Select `boto3` AWS SDK.
|
1356
1359
|
3. Select services you use in the current project.
|
1357
1360
|
4. Use provided commands to install generated packages.
|
@@ -1679,9 +1682,9 @@ repository.
|
|
1679
1682
|
|
1680
1683
|
## Submodules
|
1681
1684
|
|
1682
|
-
- `types-boto3[full]` - Type annotations for all
|
1685
|
+
- `types-boto3[full]` - Type annotations for all 408 services in one package
|
1683
1686
|
(recommended).
|
1684
|
-
- `types-boto3[all]` - Type annotations for all
|
1687
|
+
- `types-boto3[all]` - Type annotations for all 408 services in separate
|
1685
1688
|
packages.
|
1686
1689
|
- `types-boto3[essential]` - Type annotations for
|
1687
1690
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
@@ -2281,6 +2284,9 @@ repository.
|
|
2281
2284
|
- `types-boto3[keyspaces]` - Type annotations for
|
2282
2285
|
[Keyspaces](https://youtype.github.io/types_boto3_docs/types_boto3_keyspaces/)
|
2283
2286
|
service.
|
2287
|
+
- `types-boto3[keyspacesstreams]` - Type annotations for
|
2288
|
+
[KeyspacesStreams](https://youtype.github.io/types_boto3_docs/types_boto3_keyspacesstreams/)
|
2289
|
+
service.
|
2284
2290
|
- `types-boto3[kinesis]` - Type annotations for
|
2285
2291
|
[Kinesis](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/)
|
2286
2292
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=iGFz0iR6JANvqXMYvSyXKJr4tVxCeSU4oYZ-NDKoaHM,248104
|
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=1r8l5WCC2QnFWdnjolLf7Yy_ph_5b5xSv9fNDhmROaY,283487
|
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
|
-
types_boto3-1.38.
|
42
|
-
types_boto3-1.38.
|
43
|
-
types_boto3-1.38.
|
44
|
-
types_boto3-1.38.
|
45
|
-
types_boto3-1.38.
|
41
|
+
types_boto3-1.38.46.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
types_boto3-1.38.46.dist-info/METADATA,sha256=gaVTBmIpCWAR6crNYp9h5VGBYdYm12sA0Ts3iaitHx0,151264
|
43
|
+
types_boto3-1.38.46.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
types_boto3-1.38.46.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
types_boto3-1.38.46.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|