boto3-stubs 1.38.46__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.38.46.dist-info → boto3_stubs-1.39.1.dist-info}/METADATA +837 -832
- {boto3_stubs-1.38.46.dist-info → boto3_stubs-1.39.1.dist-info}/RECORD +7 -7
- {boto3_stubs-1.38.46.dist-info → boto3_stubs-1.39.1.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.38.46.dist-info → boto3_stubs-1.39.1.dist-info}/licenses/LICENSE +0 -0
- {boto3_stubs-1.38.46.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,
|