types-boto3 1.36.26__py3-none-any.whl → 1.37.0__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
- {types_boto3-1.36.26.dist-info → types_boto3-1.37.0.dist-info}/METADATA +820 -826
- {types_boto3-1.36.26.dist-info → types_boto3-1.37.0.dist-info}/RECORD +7 -7
- {types_boto3-1.36.26.dist-info → types_boto3-1.37.0.dist-info}/LICENSE +0 -0
- {types_boto3-1.36.26.dist-info → types_boto3-1.37.0.dist-info}/WHEEL +0 -0
- {types_boto3-1.36.26.dist-info → types_boto3-1.37.0.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -150,7 +150,6 @@ from types_boto3_ecs.client import ECSClient
|
|
150
150
|
from types_boto3_efs.client import EFSClient
|
151
151
|
from types_boto3_eks.client import EKSClient
|
152
152
|
from types_boto3_eks_auth.client import EKSAuthClient
|
153
|
-
from types_boto3_elastic_inference.client import ElasticInferenceClient
|
154
153
|
from types_boto3_elasticache.client import ElastiCacheClient
|
155
154
|
from types_boto3_elasticbeanstalk.client import ElasticBeanstalkClient
|
156
155
|
from types_boto3_elastictranscoder.client import ElasticTranscoderClient
|
@@ -2703,23 +2702,6 @@ def client(
|
|
2703
2702
|
Create client for EKSAuth service.
|
2704
2703
|
"""
|
2705
2704
|
|
2706
|
-
@overload
|
2707
|
-
def client(
|
2708
|
-
service_name: Literal["elastic-inference"],
|
2709
|
-
region_name: str | None = ...,
|
2710
|
-
api_version: str | None = ...,
|
2711
|
-
use_ssl: bool | None = ...,
|
2712
|
-
verify: bool | str | None = ...,
|
2713
|
-
endpoint_url: str | None = ...,
|
2714
|
-
aws_access_key_id: str | None = ...,
|
2715
|
-
aws_secret_access_key: str | None = ...,
|
2716
|
-
aws_session_token: str | None = ...,
|
2717
|
-
config: Config | None = ...,
|
2718
|
-
) -> ElasticInferenceClient:
|
2719
|
-
"""
|
2720
|
-
Create client for ElasticInference service.
|
2721
|
-
"""
|
2722
|
-
|
2723
2705
|
@overload
|
2724
2706
|
def client(
|
2725
2707
|
service_name: Literal["elasticache"],
|
boto3-stubs/session.pyi
CHANGED
@@ -156,7 +156,6 @@ from types_boto3_ecs.client import ECSClient
|
|
156
156
|
from types_boto3_efs.client import EFSClient
|
157
157
|
from types_boto3_eks.client import EKSClient
|
158
158
|
from types_boto3_eks_auth.client import EKSAuthClient
|
159
|
-
from types_boto3_elastic_inference.client import ElasticInferenceClient
|
160
159
|
from types_boto3_elasticache.client import ElastiCacheClient
|
161
160
|
from types_boto3_elasticbeanstalk.client import ElasticBeanstalkClient
|
162
161
|
from types_boto3_elastictranscoder.client import ElasticTranscoderClient
|
@@ -2854,24 +2853,6 @@ class Session:
|
|
2854
2853
|
Create client for EKSAuth service.
|
2855
2854
|
"""
|
2856
2855
|
|
2857
|
-
@overload
|
2858
|
-
def client(
|
2859
|
-
self,
|
2860
|
-
service_name: Literal["elastic-inference"],
|
2861
|
-
region_name: str | None = ...,
|
2862
|
-
api_version: str | None = ...,
|
2863
|
-
use_ssl: bool | None = ...,
|
2864
|
-
verify: bool | str | None = ...,
|
2865
|
-
endpoint_url: str | None = ...,
|
2866
|
-
aws_access_key_id: str | None = ...,
|
2867
|
-
aws_secret_access_key: str | None = ...,
|
2868
|
-
aws_session_token: str | None = ...,
|
2869
|
-
config: Config | None = ...,
|
2870
|
-
) -> ElasticInferenceClient:
|
2871
|
-
"""
|
2872
|
-
Create client for ElasticInference service.
|
2873
|
-
"""
|
2874
|
-
|
2875
2856
|
@overload
|
2876
2857
|
def client(
|
2877
2858
|
self,
|