boto3-stubs 1.40.0__py3-none-any.whl → 1.40.2__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.40.0.dist-info → boto3_stubs-1.40.2.dist-info}/METADATA +13 -7
- {boto3_stubs-1.40.0.dist-info → boto3_stubs-1.40.2.dist-info}/RECORD +7 -7
- {boto3_stubs-1.40.0.dist-info → boto3_stubs-1.40.2.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.40.0.dist-info → boto3_stubs-1.40.2.dist-info}/licenses/LICENSE +0 -0
- {boto3_stubs-1.40.0.dist-info → boto3_stubs-1.40.2.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,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.40.
|
4
|
-
Summary: Type annotations for boto3 1.40.
|
3
|
+
Version: 1.40.2
|
4
|
+
Summary: Type annotations for boto3 1.40.2 generated with mypy-boto3-builder 8.11.0
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
6
6
|
Author: Vlad Emelianov
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
@@ -36,7 +36,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
36
36
|
Provides-Extra: full
|
37
37
|
Requires-Dist: boto3-stubs-full<1.41.0,>=1.40.0; extra == "full"
|
38
38
|
Provides-Extra: boto3
|
39
|
-
Requires-Dist: boto3==1.40.
|
39
|
+
Requires-Dist: boto3==1.40.2; extra == "boto3"
|
40
40
|
Provides-Extra: all
|
41
41
|
Requires-Dist: mypy-boto3-accessanalyzer<1.41.0,>=1.40.0; extra == "all"
|
42
42
|
Requires-Dist: mypy-boto3-account<1.41.0,>=1.40.0; extra == "all"
|
@@ -64,6 +64,7 @@ Requires-Dist: mypy-boto3-apprunner<1.41.0,>=1.40.0; extra == "all"
|
|
64
64
|
Requires-Dist: mypy-boto3-appstream<1.41.0,>=1.40.0; extra == "all"
|
65
65
|
Requires-Dist: mypy-boto3-appsync<1.41.0,>=1.40.0; extra == "all"
|
66
66
|
Requires-Dist: mypy-boto3-apptest<1.41.0,>=1.40.0; extra == "all"
|
67
|
+
Requires-Dist: mypy-boto3-arc-region-switch<1.41.0,>=1.40.0; extra == "all"
|
67
68
|
Requires-Dist: mypy-boto3-arc-zonal-shift<1.41.0,>=1.40.0; extra == "all"
|
68
69
|
Requires-Dist: mypy-boto3-artifact<1.41.0,>=1.40.0; extra == "all"
|
69
70
|
Requires-Dist: mypy-boto3-athena<1.41.0,>=1.40.0; extra == "all"
|
@@ -510,6 +511,8 @@ Provides-Extra: appsync
|
|
510
511
|
Requires-Dist: mypy-boto3-appsync<1.41.0,>=1.40.0; extra == "appsync"
|
511
512
|
Provides-Extra: apptest
|
512
513
|
Requires-Dist: mypy-boto3-apptest<1.41.0,>=1.40.0; extra == "apptest"
|
514
|
+
Provides-Extra: arc-region-switch
|
515
|
+
Requires-Dist: mypy-boto3-arc-region-switch<1.41.0,>=1.40.0; extra == "arc-region-switch"
|
513
516
|
Provides-Extra: arc-zonal-shift
|
514
517
|
Requires-Dist: mypy-boto3-arc-zonal-shift<1.41.0,>=1.40.0; extra == "arc-zonal-shift"
|
515
518
|
Provides-Extra: artifact
|
@@ -1308,7 +1311,7 @@ Dynamic: summary
|
|
1308
1311
|
|
1309
1312
|

|
1310
1313
|
|
1311
|
-
Type annotations for [boto3 1.40.
|
1314
|
+
Type annotations for [boto3 1.40.2](https://pypi.org/project/boto3/) compatible
|
1312
1315
|
with [VSCode](https://code.visualstudio.com/),
|
1313
1316
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1314
1317
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1367,7 +1370,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1367
1370
|
isolation.
|
1368
1371
|
|
1369
1372
|
1. Run mypy-boto3-builder in your package root directory:
|
1370
|
-
`uvx --with 'boto3==1.40.
|
1373
|
+
`uvx --with 'boto3==1.40.2' mypy-boto3-builder`
|
1371
1374
|
2. Select `boto3-stubs` AWS SDK.
|
1372
1375
|
3. Select services you use in the current project.
|
1373
1376
|
4. Use provided commands to install generated packages.
|
@@ -1719,9 +1722,9 @@ repository.
|
|
1719
1722
|
|
1720
1723
|
## Submodules
|
1721
1724
|
|
1722
|
-
- `boto3-stubs[full]` - Type annotations for all
|
1725
|
+
- `boto3-stubs[full]` - Type annotations for all 413 services in one package
|
1723
1726
|
(recommended).
|
1724
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1727
|
+
- `boto3-stubs[all]` - Type annotations for all 413 services in separate
|
1725
1728
|
packages.
|
1726
1729
|
- `boto3-stubs[essential]` - Type annotations for
|
1727
1730
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
@@ -1809,6 +1812,9 @@ repository.
|
|
1809
1812
|
- `boto3-stubs[apptest]` - Type annotations for
|
1810
1813
|
[MainframeModernizationApplicationTesting](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_apptest/)
|
1811
1814
|
service.
|
1815
|
+
- `boto3-stubs[arc-region-switch]` - Type annotations for
|
1816
|
+
[ARCRegionswitch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_arc_region_switch/)
|
1817
|
+
service.
|
1812
1818
|
- `boto3-stubs[arc-zonal-shift]` - Type annotations for
|
1813
1819
|
[ARCZonalShift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_arc_zonal_shift/)
|
1814
1820
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=o46Cc1Xtuy8Ohy3AdeKZVtgwUY4RzVCAsS4flj-bABY,250776
|
2
2
|
boto3-stubs/compat.pyi,sha256=PWrZhB_PeAhGJaNV3a5OXYy1k5QRa-Jm2Qt3SsVutWY,278
|
3
3
|
boto3-stubs/crt.pyi,sha256=OAjGbtBlQJIDRctWkMpr7UwRKxiH_lQt9OdSrHPL3QI,893
|
4
4
|
boto3-stubs/exceptions.pyi,sha256=cjOrbR2BIOcaHRmIQvGL0y-XEJdicpzRl2dQNfx6GVk,1339
|
5
5
|
boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
boto3-stubs/session.pyi,sha256=
|
6
|
+
boto3-stubs/session.pyi,sha256=cLSLvI5HGr3OYiOHG5I4KyDQmgoyl5mZYO2T0mu7G-U,286569
|
7
7
|
boto3-stubs/utils.pyi,sha256=2vtGuLR-fnfzUNoeNvcEbb0Lb-DGEZ-BQ5BV9xF8vSg,841
|
8
8
|
boto3-stubs/docs/__init__.pyi,sha256=uDkzwRXE_Bb65mlFvnPSySeRYnhK9Cpk4fUyK6gpBd0,179
|
9
9
|
boto3-stubs/docs/action.pyi,sha256=_vWYnBVkwK6kU3xTdr5tPGxL-s3ULaAFBnxuFLHsmsE,1016
|
@@ -38,8 +38,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
boto3-stubs/s3/constants.pyi,sha256=U9MRV6GXbxTyEfKLsp3fVKzLR85KSSSP5FbcIWVHX54,163
|
39
39
|
boto3-stubs/s3/inject.pyi,sha256=iSD34EWV7eyBwCNgAyVC2BZ24i_DXmFF6XhlNbZ6boA,4639
|
40
40
|
boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
|
41
|
-
boto3_stubs-1.40.
|
42
|
-
boto3_stubs-1.40.
|
43
|
-
boto3_stubs-1.40.
|
44
|
-
boto3_stubs-1.40.
|
45
|
-
boto3_stubs-1.40.
|
41
|
+
boto3_stubs-1.40.2.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
boto3_stubs-1.40.2.dist-info/METADATA,sha256=OGl1dlS-zRE9HOh2iefbYI0MIShW07SOllc2g709I7Y,152330
|
43
|
+
boto3_stubs-1.40.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
boto3_stubs-1.40.2.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
boto3_stubs-1.40.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|