types-boto3 1.40.0__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 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,
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3
3
- Version: 1.40.0
4
- Summary: Type annotations for boto3 1.40.0 generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.1
4
+ Summary: Type annotations for boto3 1.40.1 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: types-boto3-full<1.41.0,>=1.40.0; extra == "full"
38
38
  Provides-Extra: boto3
39
- Requires-Dist: boto3==1.40.0; extra == "boto3"
39
+ Requires-Dist: boto3==1.40.1; extra == "boto3"
40
40
  Provides-Extra: all
41
41
  Requires-Dist: types-boto3-accessanalyzer<1.41.0,>=1.40.0; extra == "all"
42
42
  Requires-Dist: types-boto3-account<1.41.0,>=1.40.0; extra == "all"
@@ -64,6 +64,7 @@ Requires-Dist: types-boto3-apprunner<1.41.0,>=1.40.0; extra == "all"
64
64
  Requires-Dist: types-boto3-appstream<1.41.0,>=1.40.0; extra == "all"
65
65
  Requires-Dist: types-boto3-appsync<1.41.0,>=1.40.0; extra == "all"
66
66
  Requires-Dist: types-boto3-apptest<1.41.0,>=1.40.0; extra == "all"
67
+ Requires-Dist: types-boto3-arc-region-switch<1.41.0,>=1.40.0; extra == "all"
67
68
  Requires-Dist: types-boto3-arc-zonal-shift<1.41.0,>=1.40.0; extra == "all"
68
69
  Requires-Dist: types-boto3-artifact<1.41.0,>=1.40.0; extra == "all"
69
70
  Requires-Dist: types-boto3-athena<1.41.0,>=1.40.0; extra == "all"
@@ -510,6 +511,8 @@ Provides-Extra: appsync
510
511
  Requires-Dist: types-boto3-appsync<1.41.0,>=1.40.0; extra == "appsync"
511
512
  Provides-Extra: apptest
512
513
  Requires-Dist: types-boto3-apptest<1.41.0,>=1.40.0; extra == "apptest"
514
+ Provides-Extra: arc-region-switch
515
+ Requires-Dist: types-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: types-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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1310
1313
 
1311
- Type annotations for [boto3 1.40.0](https://pypi.org/project/boto3/) compatible
1314
+ Type annotations for [boto3 1.40.1](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/),
@@ -1366,7 +1369,7 @@ You can generate type annotations for `boto3` package locally with
1366
1369
  isolation.
1367
1370
 
1368
1371
  1. Run mypy-boto3-builder in your package root directory:
1369
- `uvx --with 'boto3==1.40.0' mypy-boto3-builder`
1372
+ `uvx --with 'boto3==1.40.1' mypy-boto3-builder`
1370
1373
  2. Select `boto3` AWS SDK.
1371
1374
  3. Select services you use in the current project.
1372
1375
  4. Use provided commands to install generated packages.
@@ -1694,9 +1697,9 @@ repository.
1694
1697
 
1695
1698
  ## Submodules
1696
1699
 
1697
- - `types-boto3[full]` - Type annotations for all 412 services in one package
1700
+ - `types-boto3[full]` - Type annotations for all 413 services in one package
1698
1701
  (recommended).
1699
- - `types-boto3[all]` - Type annotations for all 412 services in separate
1702
+ - `types-boto3[all]` - Type annotations for all 413 services in separate
1700
1703
  packages.
1701
1704
  - `types-boto3[essential]` - Type annotations for
1702
1705
  [CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
@@ -1784,6 +1787,9 @@ repository.
1784
1787
  - `types-boto3[apptest]` - Type annotations for
1785
1788
  [MainframeModernizationApplicationTesting](https://youtype.github.io/types_boto3_docs/types_boto3_apptest/)
1786
1789
  service.
1790
+ - `types-boto3[arc-region-switch]` - Type annotations for
1791
+ [ARCRegionswitch](https://youtype.github.io/types_boto3_docs/types_boto3_arc_region_switch/)
1792
+ service.
1787
1793
  - `types-boto3[arc-zonal-shift]` - Type annotations for
1788
1794
  [ARCZonalShift](https://youtype.github.io/types_boto3_docs/types_boto3_arc_zonal_shift/)
1789
1795
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=WMKl83FTGV6yridDtsDEjmU0vL-tl8YbMx8S4J8-h_s,250602
1
+ boto3-stubs/__init__.pyi,sha256=mXhgPwhL2KJBUNa_7OYIcJv-fXOD7RjNxPuURgAAAOg,251208
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=CWSRJFREyjQIZFEXJaiGZ4Tv8kr0tqHuL5qp9p5Ypac,286313
6
+ boto3-stubs/session.pyi,sha256=vXiG2MwrAXIBx0Szy_-8msTeOZ5DE5MgYJR3z4X3EqE,287001
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
- types_boto3-1.40.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- types_boto3-1.40.0.dist-info/METADATA,sha256=0Clb8_7xwKcTYJ7xEzn6WdPL5GNdYAj1wDEzhlfwlBQ,152668
43
- types_boto3-1.40.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
- types_boto3-1.40.0.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- types_boto3-1.40.0.dist-info/RECORD,,
41
+ types_boto3-1.40.1.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ types_boto3-1.40.1.dist-info/METADATA,sha256=lXOu00kbq_RDTeAcTA3cokEspwCpq1PigtsMoNaCiVo,153034
43
+ types_boto3-1.40.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
+ types_boto3-1.40.1.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ types_boto3-1.40.1.dist-info/RECORD,,