types-boto3 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
- {types_boto3-1.38.46.dist-info → types_boto3-1.39.1.dist-info}/METADATA +837 -832
- {types_boto3-1.38.46.dist-info → types_boto3-1.39.1.dist-info}/RECORD +7 -7
- {types_boto3-1.38.46.dist-info → types_boto3-1.39.1.dist-info}/WHEEL +0 -0
- {types_boto3-1.38.46.dist-info → types_boto3-1.39.1.dist-info}/licenses/LICENSE +0 -0
- {types_boto3-1.38.46.dist-info → types_boto3-1.39.1.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -300,6 +300,7 @@ from types_boto3_notifications.client import UserNotificationsClient
|
|
300
300
|
from types_boto3_notificationscontacts.client import UserNotificationsContactsClient
|
301
301
|
from types_boto3_oam.client import CloudWatchObservabilityAccessManagerClient
|
302
302
|
from types_boto3_observabilityadmin.client import CloudWatchObservabilityAdminServiceClient
|
303
|
+
from types_boto3_odb.client import OdbClient
|
303
304
|
from types_boto3_omics.client import OmicsClient
|
304
305
|
from types_boto3_opensearch.client import OpenSearchServiceClient
|
305
306
|
from types_boto3_opensearchserverless.client import OpenSearchServiceServerlessClient
|
@@ -5398,6 +5399,24 @@ def client(
|
|
5398
5399
|
Create client for CloudWatchObservabilityAdminService service.
|
5399
5400
|
"""
|
5400
5401
|
|
5402
|
+
@overload
|
5403
|
+
def client(
|
5404
|
+
service_name: Literal["odb"],
|
5405
|
+
region_name: str | None = ...,
|
5406
|
+
api_version: str | None = ...,
|
5407
|
+
use_ssl: bool | None = ...,
|
5408
|
+
verify: bool | str | None = ...,
|
5409
|
+
endpoint_url: str | None = ...,
|
5410
|
+
aws_access_key_id: str | None = ...,
|
5411
|
+
aws_secret_access_key: str | None = ...,
|
5412
|
+
aws_session_token: str | None = ...,
|
5413
|
+
config: Config | None = ...,
|
5414
|
+
aws_account_id: str | None = ...,
|
5415
|
+
) -> OdbClient:
|
5416
|
+
"""
|
5417
|
+
Create client for Odb service.
|
5418
|
+
"""
|
5419
|
+
|
5401
5420
|
@overload
|
5402
5421
|
def client(
|
5403
5422
|
service_name: Literal["omics"],
|
boto3-stubs/session.pyi
CHANGED
@@ -306,6 +306,7 @@ from types_boto3_notifications.client import UserNotificationsClient
|
|
306
306
|
from types_boto3_notificationscontacts.client import UserNotificationsContactsClient
|
307
307
|
from types_boto3_oam.client import CloudWatchObservabilityAccessManagerClient
|
308
308
|
from types_boto3_observabilityadmin.client import CloudWatchObservabilityAdminServiceClient
|
309
|
+
from types_boto3_odb.client import OdbClient
|
309
310
|
from types_boto3_omics.client import OmicsClient
|
310
311
|
from types_boto3_opensearch.client import OpenSearchServiceClient
|
311
312
|
from types_boto3_opensearchserverless.client import OpenSearchServiceServerlessClient
|
@@ -5692,6 +5693,25 @@ class Session:
|
|
5692
5693
|
Create client for CloudWatchObservabilityAdminService service.
|
5693
5694
|
"""
|
5694
5695
|
|
5696
|
+
@overload
|
5697
|
+
def client(
|
5698
|
+
self,
|
5699
|
+
service_name: Literal["odb"],
|
5700
|
+
region_name: str | None = ...,
|
5701
|
+
api_version: str | None = ...,
|
5702
|
+
use_ssl: bool | None = ...,
|
5703
|
+
verify: bool | str | None = ...,
|
5704
|
+
endpoint_url: str | None = ...,
|
5705
|
+
aws_access_key_id: str | None = ...,
|
5706
|
+
aws_secret_access_key: str | None = ...,
|
5707
|
+
aws_session_token: str | None = ...,
|
5708
|
+
config: Config | None = ...,
|
5709
|
+
aws_account_id: str | None = ...,
|
5710
|
+
) -> OdbClient:
|
5711
|
+
"""
|
5712
|
+
Create client for Odb service.
|
5713
|
+
"""
|
5714
|
+
|
5695
5715
|
@overload
|
5696
5716
|
def client(
|
5697
5717
|
self,
|