boto3-stubs 1.39.0__py3-none-any.whl → 1.39.1__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.39.0.dist-info → boto3_stubs-1.39.1.dist-info}/METADATA +12 -7
- {boto3_stubs-1.39.0.dist-info → boto3_stubs-1.39.1.dist-info}/RECORD +7 -7
- {boto3_stubs-1.39.0.dist-info → boto3_stubs-1.39.1.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.39.0.dist-info → boto3_stubs-1.39.1.dist-info}/licenses/LICENSE +0 -0
- {boto3_stubs-1.39.0.dist-info → boto3_stubs-1.39.1.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -298,6 +298,7 @@ from mypy_boto3_notifications.client import UserNotificationsClient
|
|
298
298
|
from mypy_boto3_notificationscontacts.client import UserNotificationsContactsClient
|
299
299
|
from mypy_boto3_oam.client import CloudWatchObservabilityAccessManagerClient
|
300
300
|
from mypy_boto3_observabilityadmin.client import CloudWatchObservabilityAdminServiceClient
|
301
|
+
from mypy_boto3_odb.client import OdbClient
|
301
302
|
from mypy_boto3_omics.client import OmicsClient
|
302
303
|
from mypy_boto3_opensearch.client import OpenSearchServiceClient
|
303
304
|
from mypy_boto3_opensearchserverless.client import OpenSearchServiceServerlessClient
|
@@ -5396,6 +5397,24 @@ def client(
|
|
5396
5397
|
Create client for CloudWatchObservabilityAdminService service.
|
5397
5398
|
"""
|
5398
5399
|
|
5400
|
+
@overload
|
5401
|
+
def client(
|
5402
|
+
service_name: Literal["odb"],
|
5403
|
+
region_name: str | None = ...,
|
5404
|
+
api_version: str | None = ...,
|
5405
|
+
use_ssl: bool | None = ...,
|
5406
|
+
verify: bool | str | None = ...,
|
5407
|
+
endpoint_url: str | None = ...,
|
5408
|
+
aws_access_key_id: str | None = ...,
|
5409
|
+
aws_secret_access_key: str | None = ...,
|
5410
|
+
aws_session_token: str | None = ...,
|
5411
|
+
config: Config | None = ...,
|
5412
|
+
aws_account_id: str | None = ...,
|
5413
|
+
) -> OdbClient:
|
5414
|
+
"""
|
5415
|
+
Create client for Odb service.
|
5416
|
+
"""
|
5417
|
+
|
5399
5418
|
@overload
|
5400
5419
|
def client(
|
5401
5420
|
service_name: Literal["omics"],
|
boto3-stubs/session.pyi
CHANGED
@@ -304,6 +304,7 @@ from mypy_boto3_notifications.client import UserNotificationsClient
|
|
304
304
|
from mypy_boto3_notificationscontacts.client import UserNotificationsContactsClient
|
305
305
|
from mypy_boto3_oam.client import CloudWatchObservabilityAccessManagerClient
|
306
306
|
from mypy_boto3_observabilityadmin.client import CloudWatchObservabilityAdminServiceClient
|
307
|
+
from mypy_boto3_odb.client import OdbClient
|
307
308
|
from mypy_boto3_omics.client import OmicsClient
|
308
309
|
from mypy_boto3_opensearch.client import OpenSearchServiceClient
|
309
310
|
from mypy_boto3_opensearchserverless.client import OpenSearchServiceServerlessClient
|
@@ -5690,6 +5691,25 @@ class Session:
|
|
5690
5691
|
Create client for CloudWatchObservabilityAdminService service.
|
5691
5692
|
"""
|
5692
5693
|
|
5694
|
+
@overload
|
5695
|
+
def client(
|
5696
|
+
self,
|
5697
|
+
service_name: Literal["odb"],
|
5698
|
+
region_name: str | None = ...,
|
5699
|
+
api_version: str | None = ...,
|
5700
|
+
use_ssl: bool | None = ...,
|
5701
|
+
verify: bool | str | None = ...,
|
5702
|
+
endpoint_url: str | None = ...,
|
5703
|
+
aws_access_key_id: str | None = ...,
|
5704
|
+
aws_secret_access_key: str | None = ...,
|
5705
|
+
aws_session_token: str | None = ...,
|
5706
|
+
config: Config | None = ...,
|
5707
|
+
aws_account_id: str | None = ...,
|
5708
|
+
) -> OdbClient:
|
5709
|
+
"""
|
5710
|
+
Create client for Odb service.
|
5711
|
+
"""
|
5712
|
+
|
5693
5713
|
@overload
|
5694
5714
|
def client(
|
5695
5715
|
self,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.39.
|
4
|
-
Summary: Type annotations for boto3 1.39.
|
3
|
+
Version: 1.39.1
|
4
|
+
Summary: Type annotations for boto3 1.39.1 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.40.0,>=1.39.0; extra == "full"
|
38
38
|
Provides-Extra: boto3
|
39
|
-
Requires-Dist: boto3==1.39.
|
39
|
+
Requires-Dist: boto3==1.39.1; extra == "boto3"
|
40
40
|
Provides-Extra: all
|
41
41
|
Requires-Dist: mypy-boto3-accessanalyzer<1.40.0,>=1.39.0; extra == "all"
|
42
42
|
Requires-Dist: mypy-boto3-account<1.40.0,>=1.39.0; extra == "all"
|
@@ -312,6 +312,7 @@ Requires-Dist: mypy-boto3-notifications<1.40.0,>=1.39.0; extra == "all"
|
|
312
312
|
Requires-Dist: mypy-boto3-notificationscontacts<1.40.0,>=1.39.0; extra == "all"
|
313
313
|
Requires-Dist: mypy-boto3-oam<1.40.0,>=1.39.0; extra == "all"
|
314
314
|
Requires-Dist: mypy-boto3-observabilityadmin<1.40.0,>=1.39.0; extra == "all"
|
315
|
+
Requires-Dist: mypy-boto3-odb<1.40.0,>=1.39.0; extra == "all"
|
315
316
|
Requires-Dist: mypy-boto3-omics<1.40.0,>=1.39.0; extra == "all"
|
316
317
|
Requires-Dist: mypy-boto3-opensearch<1.40.0,>=1.39.0; extra == "all"
|
317
318
|
Requires-Dist: mypy-boto3-opensearchserverless<1.40.0,>=1.39.0; extra == "all"
|
@@ -1002,6 +1003,8 @@ Provides-Extra: oam
|
|
1002
1003
|
Requires-Dist: mypy-boto3-oam<1.40.0,>=1.39.0; extra == "oam"
|
1003
1004
|
Provides-Extra: observabilityadmin
|
1004
1005
|
Requires-Dist: mypy-boto3-observabilityadmin<1.40.0,>=1.39.0; extra == "observabilityadmin"
|
1006
|
+
Provides-Extra: odb
|
1007
|
+
Requires-Dist: mypy-boto3-odb<1.40.0,>=1.39.0; extra == "odb"
|
1005
1008
|
Provides-Extra: omics
|
1006
1009
|
Requires-Dist: mypy-boto3-omics<1.40.0,>=1.39.0; extra == "omics"
|
1007
1010
|
Provides-Extra: opensearch
|
@@ -1296,7 +1299,7 @@ Dynamic: summary
|
|
1296
1299
|
|
1297
1300
|

|
1298
1301
|
|
1299
|
-
Type annotations for [boto3 1.39.
|
1302
|
+
Type annotations for [boto3 1.39.1](https://pypi.org/project/boto3/) compatible
|
1300
1303
|
with [VSCode](https://code.visualstudio.com/),
|
1301
1304
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1302
1305
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1355,7 +1358,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1355
1358
|
isolation.
|
1356
1359
|
|
1357
1360
|
1. Run mypy-boto3-builder in your package root directory:
|
1358
|
-
`uvx --with 'boto3==1.39.
|
1361
|
+
`uvx --with 'boto3==1.39.1' mypy-boto3-builder`
|
1359
1362
|
2. Select `boto3-stubs` AWS SDK.
|
1360
1363
|
3. Select services you use in the current project.
|
1361
1364
|
4. Use provided commands to install generated packages.
|
@@ -1707,9 +1710,9 @@ repository.
|
|
1707
1710
|
|
1708
1711
|
## Submodules
|
1709
1712
|
|
1710
|
-
- `boto3-stubs[full]` - Type annotations for all
|
1713
|
+
- `boto3-stubs[full]` - Type annotations for all 409 services in one package
|
1711
1714
|
(recommended).
|
1712
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1715
|
+
- `boto3-stubs[all]` - Type annotations for all 409 services in separate
|
1713
1716
|
packages.
|
1714
1717
|
- `boto3-stubs[essential]` - Type annotations for
|
1715
1718
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
@@ -2518,6 +2521,8 @@ repository.
|
|
2518
2521
|
- `boto3-stubs[observabilityadmin]` - Type annotations for
|
2519
2522
|
[CloudWatchObservabilityAdminService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_observabilityadmin/)
|
2520
2523
|
service.
|
2524
|
+
- `boto3-stubs[odb]` - Type annotations for
|
2525
|
+
[Odb](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_odb/) service.
|
2521
2526
|
- `boto3-stubs[omics]` - Type annotations for
|
2522
2527
|
[Omics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_omics/)
|
2523
2528
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=klZF3D2oitY6xRlZUrUGmoUO68_fY0N5BsAqLaD4IY4,248218
|
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=4pVA7ihsrvctZwzs5xUACRzmod2iPUA28emxG4R_Y2I,283683
|
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.39.
|
42
|
-
boto3_stubs-1.39.
|
43
|
-
boto3_stubs-1.39.
|
44
|
-
boto3_stubs-1.39.
|
45
|
-
boto3_stubs-1.39.
|
41
|
+
boto3_stubs-1.39.1.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
boto3_stubs-1.39.1.dist-info/METADATA,sha256=a__oLAahtQbN1pb2dZoxRHHix_QBWVks66yzc7vpMc0,150835
|
43
|
+
boto3_stubs-1.39.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
boto3_stubs-1.39.1.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
boto3_stubs-1.39.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|