boto3-stubs 1.36.26__py3-none-any.whl → 1.37.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 +0 -18
- boto3-stubs/session.pyi +0 -19
- {boto3_stubs-1.36.26.dist-info → boto3_stubs-1.37.1.dist-info}/METADATA +820 -826
- {boto3_stubs-1.36.26.dist-info → boto3_stubs-1.37.1.dist-info}/RECORD +7 -7
- {boto3_stubs-1.36.26.dist-info → boto3_stubs-1.37.1.dist-info}/WHEEL +1 -1
- {boto3_stubs-1.36.26.dist-info → boto3_stubs-1.37.1.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.36.26.dist-info → boto3_stubs-1.37.1.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -148,7 +148,6 @@ from mypy_boto3_ecs.client import ECSClient
|
|
148
148
|
from mypy_boto3_efs.client import EFSClient
|
149
149
|
from mypy_boto3_eks.client import EKSClient
|
150
150
|
from mypy_boto3_eks_auth.client import EKSAuthClient
|
151
|
-
from mypy_boto3_elastic_inference.client import ElasticInferenceClient
|
152
151
|
from mypy_boto3_elasticache.client import ElastiCacheClient
|
153
152
|
from mypy_boto3_elasticbeanstalk.client import ElasticBeanstalkClient
|
154
153
|
from mypy_boto3_elastictranscoder.client import ElasticTranscoderClient
|
@@ -2701,23 +2700,6 @@ def client(
|
|
2701
2700
|
Create client for EKSAuth service.
|
2702
2701
|
"""
|
2703
2702
|
|
2704
|
-
@overload
|
2705
|
-
def client(
|
2706
|
-
service_name: Literal["elastic-inference"],
|
2707
|
-
region_name: str | None = ...,
|
2708
|
-
api_version: str | None = ...,
|
2709
|
-
use_ssl: bool | None = ...,
|
2710
|
-
verify: bool | str | None = ...,
|
2711
|
-
endpoint_url: str | None = ...,
|
2712
|
-
aws_access_key_id: str | None = ...,
|
2713
|
-
aws_secret_access_key: str | None = ...,
|
2714
|
-
aws_session_token: str | None = ...,
|
2715
|
-
config: Config | None = ...,
|
2716
|
-
) -> ElasticInferenceClient:
|
2717
|
-
"""
|
2718
|
-
Create client for ElasticInference service.
|
2719
|
-
"""
|
2720
|
-
|
2721
2703
|
@overload
|
2722
2704
|
def client(
|
2723
2705
|
service_name: Literal["elasticache"],
|
boto3-stubs/session.pyi
CHANGED
@@ -154,7 +154,6 @@ from mypy_boto3_ecs.client import ECSClient
|
|
154
154
|
from mypy_boto3_efs.client import EFSClient
|
155
155
|
from mypy_boto3_eks.client import EKSClient
|
156
156
|
from mypy_boto3_eks_auth.client import EKSAuthClient
|
157
|
-
from mypy_boto3_elastic_inference.client import ElasticInferenceClient
|
158
157
|
from mypy_boto3_elasticache.client import ElastiCacheClient
|
159
158
|
from mypy_boto3_elasticbeanstalk.client import ElasticBeanstalkClient
|
160
159
|
from mypy_boto3_elastictranscoder.client import ElasticTranscoderClient
|
@@ -2852,24 +2851,6 @@ class Session:
|
|
2852
2851
|
Create client for EKSAuth service.
|
2853
2852
|
"""
|
2854
2853
|
|
2855
|
-
@overload
|
2856
|
-
def client(
|
2857
|
-
self,
|
2858
|
-
service_name: Literal["elastic-inference"],
|
2859
|
-
region_name: str | None = ...,
|
2860
|
-
api_version: str | None = ...,
|
2861
|
-
use_ssl: bool | None = ...,
|
2862
|
-
verify: bool | str | None = ...,
|
2863
|
-
endpoint_url: str | None = ...,
|
2864
|
-
aws_access_key_id: str | None = ...,
|
2865
|
-
aws_secret_access_key: str | None = ...,
|
2866
|
-
aws_session_token: str | None = ...,
|
2867
|
-
config: Config | None = ...,
|
2868
|
-
) -> ElasticInferenceClient:
|
2869
|
-
"""
|
2870
|
-
Create client for ElasticInference service.
|
2871
|
-
"""
|
2872
|
-
|
2873
2854
|
@overload
|
2874
2855
|
def client(
|
2875
2856
|
self,
|