boto3-stubs 1.39.17__py3-none-any.whl → 1.40.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.17.dist-info → boto3_stubs-1.40.1.dist-info}/METADATA +846 -840
- {boto3_stubs-1.39.17.dist-info → boto3_stubs-1.40.1.dist-info}/RECORD +7 -7
- {boto3_stubs-1.39.17.dist-info → boto3_stubs-1.40.1.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.39.17.dist-info → boto3_stubs-1.40.1.dist-info}/licenses/LICENSE +0 -0
- {boto3_stubs-1.39.17.dist-info → boto3_stubs-1.40.1.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -38,6 +38,7 @@ from mypy_boto3_apprunner.client import AppRunnerClient
|
|
38
38
|
from mypy_boto3_appstream.client import AppStreamClient
|
39
39
|
from mypy_boto3_appsync.client import AppSyncClient
|
40
40
|
from mypy_boto3_apptest.client import MainframeModernizationApplicationTestingClient
|
41
|
+
from mypy_boto3_arc_region_switch.client import ARCRegionswitchClient
|
41
42
|
from mypy_boto3_arc_zonal_shift.client import ARCZonalShiftClient
|
42
43
|
from mypy_boto3_artifact.client import ArtifactClient
|
43
44
|
from mypy_boto3_athena.client import AthenaClient
|
@@ -938,6 +939,24 @@ def client(
|
|
938
939
|
Create client for MainframeModernizationApplicationTesting service.
|
939
940
|
"""
|
940
941
|
|
942
|
+
@overload
|
943
|
+
def client(
|
944
|
+
service_name: Literal["arc-region-switch"],
|
945
|
+
region_name: str | None = ...,
|
946
|
+
api_version: str | None = ...,
|
947
|
+
use_ssl: bool | None = ...,
|
948
|
+
verify: bool | str | None = ...,
|
949
|
+
endpoint_url: str | None = ...,
|
950
|
+
aws_access_key_id: str | None = ...,
|
951
|
+
aws_secret_access_key: str | None = ...,
|
952
|
+
aws_session_token: str | None = ...,
|
953
|
+
config: Config | None = ...,
|
954
|
+
aws_account_id: str | None = ...,
|
955
|
+
) -> ARCRegionswitchClient:
|
956
|
+
"""
|
957
|
+
Create client for ARCRegionswitch service.
|
958
|
+
"""
|
959
|
+
|
941
960
|
@overload
|
942
961
|
def client(
|
943
962
|
service_name: Literal["arc-zonal-shift"],
|
boto3-stubs/session.pyi
CHANGED
@@ -44,6 +44,7 @@ from mypy_boto3_apprunner.client import AppRunnerClient
|
|
44
44
|
from mypy_boto3_appstream.client import AppStreamClient
|
45
45
|
from mypy_boto3_appsync.client import AppSyncClient
|
46
46
|
from mypy_boto3_apptest.client import MainframeModernizationApplicationTestingClient
|
47
|
+
from mypy_boto3_arc_region_switch.client import ARCRegionswitchClient
|
47
48
|
from mypy_boto3_arc_zonal_shift.client import ARCZonalShiftClient
|
48
49
|
from mypy_boto3_artifact.client import ArtifactClient
|
49
50
|
from mypy_boto3_athena.client import AthenaClient
|
@@ -984,6 +985,25 @@ class Session:
|
|
984
985
|
Create client for MainframeModernizationApplicationTesting service.
|
985
986
|
"""
|
986
987
|
|
988
|
+
@overload
|
989
|
+
def client(
|
990
|
+
self,
|
991
|
+
service_name: Literal["arc-region-switch"],
|
992
|
+
region_name: str | None = ...,
|
993
|
+
api_version: str | None = ...,
|
994
|
+
use_ssl: bool | None = ...,
|
995
|
+
verify: bool | str | None = ...,
|
996
|
+
endpoint_url: str | None = ...,
|
997
|
+
aws_access_key_id: str | None = ...,
|
998
|
+
aws_secret_access_key: str | None = ...,
|
999
|
+
aws_session_token: str | None = ...,
|
1000
|
+
config: Config | None = ...,
|
1001
|
+
aws_account_id: str | None = ...,
|
1002
|
+
) -> ARCRegionswitchClient:
|
1003
|
+
"""
|
1004
|
+
Create client for ARCRegionswitch service.
|
1005
|
+
"""
|
1006
|
+
|
987
1007
|
@overload
|
988
1008
|
def client(
|
989
1009
|
self,
|