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