types-boto3 1.40.55__py3-none-any.whl → 1.40.57__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.

Potentially problematic release.


This version of types-boto3 might be problematic. Click here for more details.

boto3-stubs/__init__.pyi CHANGED
@@ -363,6 +363,7 @@ from types_boto3_route53_recovery_readiness.client import Route53RecoveryReadine
363
363
  from types_boto3_route53domains.client import Route53DomainsClient
364
364
  from types_boto3_route53profiles.client import Route53ProfilesClient
365
365
  from types_boto3_route53resolver.client import Route53ResolverClient
366
+ from types_boto3_rtbfabric.client import RTBFabricClient
366
367
  from types_boto3_rum.client import CloudWatchRUMClient
367
368
  from types_boto3_s3.client import S3Client
368
369
  from types_boto3_s3.service_resource import S3ServiceResource
@@ -6467,6 +6468,24 @@ def client(
6467
6468
  Create client for Route53Resolver service.
6468
6469
  """
6469
6470
 
6471
+ @overload
6472
+ def client(
6473
+ service_name: Literal["rtbfabric"],
6474
+ region_name: str | None = ...,
6475
+ api_version: str | None = ...,
6476
+ use_ssl: bool | None = ...,
6477
+ verify: bool | str | None = ...,
6478
+ endpoint_url: str | None = ...,
6479
+ aws_access_key_id: str | None = ...,
6480
+ aws_secret_access_key: str | None = ...,
6481
+ aws_session_token: str | None = ...,
6482
+ config: Config | None = ...,
6483
+ aws_account_id: str | None = ...,
6484
+ ) -> RTBFabricClient:
6485
+ """
6486
+ Create client for RTBFabric service.
6487
+ """
6488
+
6470
6489
  @overload
6471
6490
  def client(
6472
6491
  service_name: Literal["rum"],
boto3-stubs/session.pyi CHANGED
@@ -369,6 +369,7 @@ from types_boto3_route53_recovery_readiness.client import Route53RecoveryReadine
369
369
  from types_boto3_route53domains.client import Route53DomainsClient
370
370
  from types_boto3_route53profiles.client import Route53ProfilesClient
371
371
  from types_boto3_route53resolver.client import Route53ResolverClient
372
+ from types_boto3_rtbfabric.client import RTBFabricClient
372
373
  from types_boto3_rum.client import CloudWatchRUMClient
373
374
  from types_boto3_s3.client import S3Client
374
375
  from types_boto3_s3.service_resource import S3ServiceResource
@@ -6820,6 +6821,25 @@ class Session:
6820
6821
  Create client for Route53Resolver service.
6821
6822
  """
6822
6823
 
6824
+ @overload
6825
+ def client(
6826
+ self,
6827
+ service_name: Literal["rtbfabric"],
6828
+ region_name: str | None = ...,
6829
+ api_version: str | None = ...,
6830
+ use_ssl: bool | None = ...,
6831
+ verify: bool | str | None = ...,
6832
+ endpoint_url: str | None = ...,
6833
+ aws_access_key_id: str | None = ...,
6834
+ aws_secret_access_key: str | None = ...,
6835
+ aws_session_token: str | None = ...,
6836
+ config: Config | None = ...,
6837
+ aws_account_id: str | None = ...,
6838
+ ) -> RTBFabricClient:
6839
+ """
6840
+ Create client for RTBFabric service.
6841
+ """
6842
+
6823
6843
  @overload
6824
6844
  def client(
6825
6845
  self,
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3
3
- Version: 1.40.55
4
- Summary: Type annotations for boto3 1.40.55 generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.57
4
+ Summary: Type annotations for boto3 1.40.57 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.55; extra == "boto3"
39
+ Requires-Dist: boto3==1.40.57; 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"
@@ -371,6 +371,7 @@ Requires-Dist: types-boto3-route53-recovery-readiness<1.41.0,>=1.40.0; extra ==
371
371
  Requires-Dist: types-boto3-route53domains<1.41.0,>=1.40.0; extra == "all"
372
372
  Requires-Dist: types-boto3-route53profiles<1.41.0,>=1.40.0; extra == "all"
373
373
  Requires-Dist: types-boto3-route53resolver<1.41.0,>=1.40.0; extra == "all"
374
+ Requires-Dist: types-boto3-rtbfabric<1.41.0,>=1.40.0; extra == "all"
374
375
  Requires-Dist: types-boto3-rum<1.41.0,>=1.40.0; extra == "all"
375
376
  Requires-Dist: types-boto3-s3<1.41.0,>=1.40.0; extra == "all"
376
377
  Requires-Dist: types-boto3-s3control<1.41.0,>=1.40.0; extra == "all"
@@ -1124,6 +1125,8 @@ Provides-Extra: route53profiles
1124
1125
  Requires-Dist: types-boto3-route53profiles<1.41.0,>=1.40.0; extra == "route53profiles"
1125
1126
  Provides-Extra: route53resolver
1126
1127
  Requires-Dist: types-boto3-route53resolver<1.41.0,>=1.40.0; extra == "route53resolver"
1128
+ Provides-Extra: rtbfabric
1129
+ Requires-Dist: types-boto3-rtbfabric<1.41.0,>=1.40.0; extra == "rtbfabric"
1127
1130
  Provides-Extra: rum
1128
1131
  Requires-Dist: types-boto3-rum<1.41.0,>=1.40.0; extra == "rum"
1129
1132
  Provides-Extra: s3
@@ -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.55](https://pypi.org/project/boto3/)
1314
+ Type annotations for [boto3 1.40.57](https://pypi.org/project/boto3/)
1312
1315
  compatible 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.55' mypy-boto3-builder`
1372
+ `uvx --with 'boto3==1.40.57' 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/),
@@ -2677,6 +2680,9 @@ repository.
2677
2680
  - `types-boto3[route53resolver]` - Type annotations for
2678
2681
  [Route53Resolver](https://youtype.github.io/types_boto3_docs/types_boto3_route53resolver/)
2679
2682
  service.
2683
+ - `types-boto3[rtbfabric]` - Type annotations for
2684
+ [RTBFabric](https://youtype.github.io/types_boto3_docs/types_boto3_rtbfabric/)
2685
+ service.
2680
2686
  - `types-boto3[rum]` - Type annotations for
2681
2687
  [CloudWatchRUM](https://youtype.github.io/types_boto3_docs/types_boto3_rum/)
2682
2688
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=KOc4VXX1BwBwWzfi7u6AEOFfYhl_XIS-1ihOLjII3RQ,250281
1
+ boto3-stubs/__init__.pyi,sha256=6veuN1zfcpC6HfppaNXc352lQSFNfbCY-S6cmQTba2o,250853
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=v2DGmPQFXlSzmJYpBGznW1c13GQNLc7-DeV9UYWvaLc,285910
6
+ boto3-stubs/session.pyi,sha256=kao2ax02gdoO9I3bcE8xma8PrBbb_Vq7xM6DQ46hTzk,286564
7
7
  boto3-stubs/utils.pyi,sha256=U1LwZdfy0BQyS0oa0lbVLsQxF2m8aJXVsdT9gzCHg4I,839
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=Sv47oO-2xz6jf2y3CZSJUw6S08P28bYVW_5WH6R5_ks,2569
41
- types_boto3-1.40.55.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- types_boto3-1.40.55.dist-info/METADATA,sha256=mBWtQW_2CYa8fKyJKH97yMk6RdfT5LvkkLANFvKhFjg,152943
43
- types_boto3-1.40.55.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
- types_boto3-1.40.55.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- types_boto3-1.40.55.dist-info/RECORD,,
41
+ types_boto3-1.40.57.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ types_boto3-1.40.57.dist-info/METADATA,sha256=em3j4JElS7d8uhnf59VAid49ljdkycXA35fSWclq9EY,153255
43
+ types_boto3-1.40.57.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
+ types_boto3-1.40.57.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ types_boto3-1.40.57.dist-info/RECORD,,