types-boto3 1.40.56__py3-none-any.whl → 1.40.58__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
@@ -61,10 +61,8 @@ from types_boto3_bcm_recommended_actions.client import (
61
61
  from types_boto3_bedrock.client import BedrockClient
62
62
  from types_boto3_bedrock_agent.client import AgentsforBedrockClient
63
63
  from types_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
64
- from types_boto3_bedrock_agentcore.client import BedrockAgentCoreDataPlaneFrontingLayerClient
65
- from types_boto3_bedrock_agentcore_control.client import (
66
- BedrockAgentCoreControlPlaneFrontingLayerClient,
67
- )
64
+ from types_boto3_bedrock_agentcore.client import BedrockAgentCoreClient
65
+ from types_boto3_bedrock_agentcore_control.client import BedrockAgentCoreControlClient
68
66
  from types_boto3_bedrock_data_automation.client import DataAutomationforBedrockClient
69
67
  from types_boto3_bedrock_data_automation_runtime.client import RuntimeforBedrockDataAutomationClient
70
68
  from types_boto3_bedrock_runtime.client import BedrockRuntimeClient
@@ -363,6 +361,7 @@ from types_boto3_route53_recovery_readiness.client import Route53RecoveryReadine
363
361
  from types_boto3_route53domains.client import Route53DomainsClient
364
362
  from types_boto3_route53profiles.client import Route53ProfilesClient
365
363
  from types_boto3_route53resolver.client import Route53ResolverClient
364
+ from types_boto3_rtbfabric.client import RTBFabricClient
366
365
  from types_boto3_rum.client import CloudWatchRUMClient
367
366
  from types_boto3_s3.client import S3Client
368
367
  from types_boto3_s3.service_resource import S3ServiceResource
@@ -1296,9 +1295,9 @@ def client(
1296
1295
  aws_session_token: str | None = ...,
1297
1296
  config: Config | None = ...,
1298
1297
  aws_account_id: str | None = ...,
1299
- ) -> BedrockAgentCoreDataPlaneFrontingLayerClient:
1298
+ ) -> BedrockAgentCoreClient:
1300
1299
  """
1301
- Create client for BedrockAgentCoreDataPlaneFrontingLayer service.
1300
+ Create client for BedrockAgentCore service.
1302
1301
  """
1303
1302
 
1304
1303
  @overload
@@ -1314,9 +1313,9 @@ def client(
1314
1313
  aws_session_token: str | None = ...,
1315
1314
  config: Config | None = ...,
1316
1315
  aws_account_id: str | None = ...,
1317
- ) -> BedrockAgentCoreControlPlaneFrontingLayerClient:
1316
+ ) -> BedrockAgentCoreControlClient:
1318
1317
  """
1319
- Create client for BedrockAgentCoreControlPlaneFrontingLayer service.
1318
+ Create client for BedrockAgentCoreControl service.
1320
1319
  """
1321
1320
 
1322
1321
  @overload
@@ -6467,6 +6466,24 @@ def client(
6467
6466
  Create client for Route53Resolver service.
6468
6467
  """
6469
6468
 
6469
+ @overload
6470
+ def client(
6471
+ service_name: Literal["rtbfabric"],
6472
+ region_name: str | None = ...,
6473
+ api_version: str | None = ...,
6474
+ use_ssl: bool | None = ...,
6475
+ verify: bool | str | None = ...,
6476
+ endpoint_url: str | None = ...,
6477
+ aws_access_key_id: str | None = ...,
6478
+ aws_secret_access_key: str | None = ...,
6479
+ aws_session_token: str | None = ...,
6480
+ config: Config | None = ...,
6481
+ aws_account_id: str | None = ...,
6482
+ ) -> RTBFabricClient:
6483
+ """
6484
+ Create client for RTBFabric service.
6485
+ """
6486
+
6470
6487
  @overload
6471
6488
  def client(
6472
6489
  service_name: Literal["rum"],
boto3-stubs/session.pyi CHANGED
@@ -67,10 +67,8 @@ from types_boto3_bcm_recommended_actions.client import (
67
67
  from types_boto3_bedrock.client import BedrockClient
68
68
  from types_boto3_bedrock_agent.client import AgentsforBedrockClient
69
69
  from types_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
70
- from types_boto3_bedrock_agentcore.client import BedrockAgentCoreDataPlaneFrontingLayerClient
71
- from types_boto3_bedrock_agentcore_control.client import (
72
- BedrockAgentCoreControlPlaneFrontingLayerClient,
73
- )
70
+ from types_boto3_bedrock_agentcore.client import BedrockAgentCoreClient
71
+ from types_boto3_bedrock_agentcore_control.client import BedrockAgentCoreControlClient
74
72
  from types_boto3_bedrock_data_automation.client import DataAutomationforBedrockClient
75
73
  from types_boto3_bedrock_data_automation_runtime.client import RuntimeforBedrockDataAutomationClient
76
74
  from types_boto3_bedrock_runtime.client import BedrockRuntimeClient
@@ -369,6 +367,7 @@ from types_boto3_route53_recovery_readiness.client import Route53RecoveryReadine
369
367
  from types_boto3_route53domains.client import Route53DomainsClient
370
368
  from types_boto3_route53profiles.client import Route53ProfilesClient
371
369
  from types_boto3_route53resolver.client import Route53ResolverClient
370
+ from types_boto3_rtbfabric.client import RTBFabricClient
372
371
  from types_boto3_rum.client import CloudWatchRUMClient
373
372
  from types_boto3_s3.client import S3Client
374
373
  from types_boto3_s3.service_resource import S3ServiceResource
@@ -1362,9 +1361,9 @@ class Session:
1362
1361
  aws_session_token: str | None = ...,
1363
1362
  config: Config | None = ...,
1364
1363
  aws_account_id: str | None = ...,
1365
- ) -> BedrockAgentCoreDataPlaneFrontingLayerClient:
1364
+ ) -> BedrockAgentCoreClient:
1366
1365
  """
1367
- Create client for BedrockAgentCoreDataPlaneFrontingLayer service.
1366
+ Create client for BedrockAgentCore service.
1368
1367
  """
1369
1368
 
1370
1369
  @overload
@@ -1381,9 +1380,9 @@ class Session:
1381
1380
  aws_session_token: str | None = ...,
1382
1381
  config: Config | None = ...,
1383
1382
  aws_account_id: str | None = ...,
1384
- ) -> BedrockAgentCoreControlPlaneFrontingLayerClient:
1383
+ ) -> BedrockAgentCoreControlClient:
1385
1384
  """
1386
- Create client for BedrockAgentCoreControlPlaneFrontingLayer service.
1385
+ Create client for BedrockAgentCoreControl service.
1387
1386
  """
1388
1387
 
1389
1388
  @overload
@@ -6820,6 +6819,25 @@ class Session:
6820
6819
  Create client for Route53Resolver service.
6821
6820
  """
6822
6821
 
6822
+ @overload
6823
+ def client(
6824
+ self,
6825
+ service_name: Literal["rtbfabric"],
6826
+ region_name: str | None = ...,
6827
+ api_version: str | None = ...,
6828
+ use_ssl: bool | None = ...,
6829
+ verify: bool | str | None = ...,
6830
+ endpoint_url: str | None = ...,
6831
+ aws_access_key_id: str | None = ...,
6832
+ aws_secret_access_key: str | None = ...,
6833
+ aws_session_token: str | None = ...,
6834
+ config: Config | None = ...,
6835
+ aws_account_id: str | None = ...,
6836
+ ) -> RTBFabricClient:
6837
+ """
6838
+ Create client for RTBFabric service.
6839
+ """
6840
+
6823
6841
  @overload
6824
6842
  def client(
6825
6843
  self,
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3
3
- Version: 1.40.56
4
- Summary: Type annotations for boto3 1.40.56 generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.58
4
+ Summary: Type annotations for boto3 1.40.58 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.56; extra == "boto3"
39
+ Requires-Dist: boto3==1.40.58; 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.56](https://pypi.org/project/boto3/)
1314
+ Type annotations for [boto3 1.40.58](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.56' mypy-boto3-builder`
1372
+ `uvx --with 'boto3==1.40.58' 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/),
@@ -1841,10 +1844,10 @@ repository.
1841
1844
  [AgentsforBedrockRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_agent_runtime/)
1842
1845
  service.
1843
1846
  - `types-boto3[bedrock-agentcore]` - Type annotations for
1844
- [BedrockAgentCoreDataPlaneFrontingLayer](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_agentcore/)
1847
+ [BedrockAgentCore](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_agentcore/)
1845
1848
  service.
1846
1849
  - `types-boto3[bedrock-agentcore-control]` - Type annotations for
1847
- [BedrockAgentCoreControlPlaneFrontingLayer](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_agentcore_control/)
1850
+ [BedrockAgentCoreControl](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_agentcore_control/)
1848
1851
  service.
1849
1852
  - `types-boto3[bedrock-data-automation]` - Type annotations for
1850
1853
  [DataAutomationforBedrock](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_data_automation/)
@@ -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=qElgUbh0ZO1igZrxktpQ3TXIimdwoq2OrSpuyyUAgnk,250724
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=aWQV9VPUnpL2SyA5BvbarI3KNgxXmXShoEghhYHeJPw,286435
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.56.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- types_boto3-1.40.56.dist-info/METADATA,sha256=yuwTpJj2IBhpDI7OfA7HqL-xAcXJi8Z8qzDup54FL4s,152943
43
- types_boto3-1.40.56.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
- types_boto3-1.40.56.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- types_boto3-1.40.56.dist-info/RECORD,,
41
+ types_boto3-1.40.58.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ types_boto3-1.40.58.dist-info/METADATA,sha256=YAQtdHmYlKJQRlhkCKQWMDAEJEu-jVre8CwgwyfjW2Y,153215
43
+ types_boto3-1.40.58.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
+ types_boto3-1.40.58.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ types_boto3-1.40.58.dist-info/RECORD,,