boto3-stubs 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.
- boto3-stubs/__init__.pyi +25 -8
- boto3-stubs/session.pyi +26 -8
- {boto3_stubs-1.40.56.dist-info → boto3_stubs-1.40.58.dist-info}/METADATA +15 -9
- {boto3_stubs-1.40.56.dist-info → boto3_stubs-1.40.58.dist-info}/RECORD +7 -7
- {boto3_stubs-1.40.56.dist-info → boto3_stubs-1.40.58.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.40.56.dist-info → boto3_stubs-1.40.58.dist-info}/licenses/LICENSE +0 -0
- {boto3_stubs-1.40.56.dist-info → boto3_stubs-1.40.58.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
|
@@ -59,10 +59,8 @@ from mypy_boto3_bcm_recommended_actions.client import (
|
|
|
59
59
|
from mypy_boto3_bedrock.client import BedrockClient
|
|
60
60
|
from mypy_boto3_bedrock_agent.client import AgentsforBedrockClient
|
|
61
61
|
from mypy_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
|
|
62
|
-
from mypy_boto3_bedrock_agentcore.client import
|
|
63
|
-
from mypy_boto3_bedrock_agentcore_control.client import
|
|
64
|
-
BedrockAgentCoreControlPlaneFrontingLayerClient,
|
|
65
|
-
)
|
|
62
|
+
from mypy_boto3_bedrock_agentcore.client import BedrockAgentCoreClient
|
|
63
|
+
from mypy_boto3_bedrock_agentcore_control.client import BedrockAgentCoreControlClient
|
|
66
64
|
from mypy_boto3_bedrock_data_automation.client import DataAutomationforBedrockClient
|
|
67
65
|
from mypy_boto3_bedrock_data_automation_runtime.client import RuntimeforBedrockDataAutomationClient
|
|
68
66
|
from mypy_boto3_bedrock_runtime.client import BedrockRuntimeClient
|
|
@@ -361,6 +359,7 @@ from mypy_boto3_route53_recovery_readiness.client import Route53RecoveryReadines
|
|
|
361
359
|
from mypy_boto3_route53domains.client import Route53DomainsClient
|
|
362
360
|
from mypy_boto3_route53profiles.client import Route53ProfilesClient
|
|
363
361
|
from mypy_boto3_route53resolver.client import Route53ResolverClient
|
|
362
|
+
from mypy_boto3_rtbfabric.client import RTBFabricClient
|
|
364
363
|
from mypy_boto3_rum.client import CloudWatchRUMClient
|
|
365
364
|
from mypy_boto3_s3.client import S3Client
|
|
366
365
|
from mypy_boto3_s3.service_resource import S3ServiceResource
|
|
@@ -1294,9 +1293,9 @@ def client(
|
|
|
1294
1293
|
aws_session_token: str | None = ...,
|
|
1295
1294
|
config: Config | None = ...,
|
|
1296
1295
|
aws_account_id: str | None = ...,
|
|
1297
|
-
) ->
|
|
1296
|
+
) -> BedrockAgentCoreClient:
|
|
1298
1297
|
"""
|
|
1299
|
-
Create client for
|
|
1298
|
+
Create client for BedrockAgentCore service.
|
|
1300
1299
|
"""
|
|
1301
1300
|
|
|
1302
1301
|
@overload
|
|
@@ -1312,9 +1311,9 @@ def client(
|
|
|
1312
1311
|
aws_session_token: str | None = ...,
|
|
1313
1312
|
config: Config | None = ...,
|
|
1314
1313
|
aws_account_id: str | None = ...,
|
|
1315
|
-
) ->
|
|
1314
|
+
) -> BedrockAgentCoreControlClient:
|
|
1316
1315
|
"""
|
|
1317
|
-
Create client for
|
|
1316
|
+
Create client for BedrockAgentCoreControl service.
|
|
1318
1317
|
"""
|
|
1319
1318
|
|
|
1320
1319
|
@overload
|
|
@@ -6465,6 +6464,24 @@ def client(
|
|
|
6465
6464
|
Create client for Route53Resolver service.
|
|
6466
6465
|
"""
|
|
6467
6466
|
|
|
6467
|
+
@overload
|
|
6468
|
+
def client(
|
|
6469
|
+
service_name: Literal["rtbfabric"],
|
|
6470
|
+
region_name: str | None = ...,
|
|
6471
|
+
api_version: str | None = ...,
|
|
6472
|
+
use_ssl: bool | None = ...,
|
|
6473
|
+
verify: bool | str | None = ...,
|
|
6474
|
+
endpoint_url: str | None = ...,
|
|
6475
|
+
aws_access_key_id: str | None = ...,
|
|
6476
|
+
aws_secret_access_key: str | None = ...,
|
|
6477
|
+
aws_session_token: str | None = ...,
|
|
6478
|
+
config: Config | None = ...,
|
|
6479
|
+
aws_account_id: str | None = ...,
|
|
6480
|
+
) -> RTBFabricClient:
|
|
6481
|
+
"""
|
|
6482
|
+
Create client for RTBFabric service.
|
|
6483
|
+
"""
|
|
6484
|
+
|
|
6468
6485
|
@overload
|
|
6469
6486
|
def client(
|
|
6470
6487
|
service_name: Literal["rum"],
|
boto3-stubs/session.pyi
CHANGED
|
@@ -65,10 +65,8 @@ from mypy_boto3_bcm_recommended_actions.client import (
|
|
|
65
65
|
from mypy_boto3_bedrock.client import BedrockClient
|
|
66
66
|
from mypy_boto3_bedrock_agent.client import AgentsforBedrockClient
|
|
67
67
|
from mypy_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
|
|
68
|
-
from mypy_boto3_bedrock_agentcore.client import
|
|
69
|
-
from mypy_boto3_bedrock_agentcore_control.client import
|
|
70
|
-
BedrockAgentCoreControlPlaneFrontingLayerClient,
|
|
71
|
-
)
|
|
68
|
+
from mypy_boto3_bedrock_agentcore.client import BedrockAgentCoreClient
|
|
69
|
+
from mypy_boto3_bedrock_agentcore_control.client import BedrockAgentCoreControlClient
|
|
72
70
|
from mypy_boto3_bedrock_data_automation.client import DataAutomationforBedrockClient
|
|
73
71
|
from mypy_boto3_bedrock_data_automation_runtime.client import RuntimeforBedrockDataAutomationClient
|
|
74
72
|
from mypy_boto3_bedrock_runtime.client import BedrockRuntimeClient
|
|
@@ -367,6 +365,7 @@ from mypy_boto3_route53_recovery_readiness.client import Route53RecoveryReadines
|
|
|
367
365
|
from mypy_boto3_route53domains.client import Route53DomainsClient
|
|
368
366
|
from mypy_boto3_route53profiles.client import Route53ProfilesClient
|
|
369
367
|
from mypy_boto3_route53resolver.client import Route53ResolverClient
|
|
368
|
+
from mypy_boto3_rtbfabric.client import RTBFabricClient
|
|
370
369
|
from mypy_boto3_rum.client import CloudWatchRUMClient
|
|
371
370
|
from mypy_boto3_s3.client import S3Client
|
|
372
371
|
from mypy_boto3_s3.service_resource import S3ServiceResource
|
|
@@ -1360,9 +1359,9 @@ class Session:
|
|
|
1360
1359
|
aws_session_token: str | None = ...,
|
|
1361
1360
|
config: Config | None = ...,
|
|
1362
1361
|
aws_account_id: str | None = ...,
|
|
1363
|
-
) ->
|
|
1362
|
+
) -> BedrockAgentCoreClient:
|
|
1364
1363
|
"""
|
|
1365
|
-
Create client for
|
|
1364
|
+
Create client for BedrockAgentCore service.
|
|
1366
1365
|
"""
|
|
1367
1366
|
|
|
1368
1367
|
@overload
|
|
@@ -1379,9 +1378,9 @@ class Session:
|
|
|
1379
1378
|
aws_session_token: str | None = ...,
|
|
1380
1379
|
config: Config | None = ...,
|
|
1381
1380
|
aws_account_id: str | None = ...,
|
|
1382
|
-
) ->
|
|
1381
|
+
) -> BedrockAgentCoreControlClient:
|
|
1383
1382
|
"""
|
|
1384
|
-
Create client for
|
|
1383
|
+
Create client for BedrockAgentCoreControl service.
|
|
1385
1384
|
"""
|
|
1386
1385
|
|
|
1387
1386
|
@overload
|
|
@@ -6818,6 +6817,25 @@ class Session:
|
|
|
6818
6817
|
Create client for Route53Resolver service.
|
|
6819
6818
|
"""
|
|
6820
6819
|
|
|
6820
|
+
@overload
|
|
6821
|
+
def client(
|
|
6822
|
+
self,
|
|
6823
|
+
service_name: Literal["rtbfabric"],
|
|
6824
|
+
region_name: str | None = ...,
|
|
6825
|
+
api_version: str | None = ...,
|
|
6826
|
+
use_ssl: bool | None = ...,
|
|
6827
|
+
verify: bool | str | None = ...,
|
|
6828
|
+
endpoint_url: str | None = ...,
|
|
6829
|
+
aws_access_key_id: str | None = ...,
|
|
6830
|
+
aws_secret_access_key: str | None = ...,
|
|
6831
|
+
aws_session_token: str | None = ...,
|
|
6832
|
+
config: Config | None = ...,
|
|
6833
|
+
aws_account_id: str | None = ...,
|
|
6834
|
+
) -> RTBFabricClient:
|
|
6835
|
+
"""
|
|
6836
|
+
Create client for RTBFabric service.
|
|
6837
|
+
"""
|
|
6838
|
+
|
|
6821
6839
|
@overload
|
|
6822
6840
|
def client(
|
|
6823
6841
|
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.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: 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.58; 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"
|
|
@@ -371,6 +371,7 @@ Requires-Dist: mypy-boto3-route53-recovery-readiness<1.41.0,>=1.40.0; extra == "
|
|
|
371
371
|
Requires-Dist: mypy-boto3-route53domains<1.41.0,>=1.40.0; extra == "all"
|
|
372
372
|
Requires-Dist: mypy-boto3-route53profiles<1.41.0,>=1.40.0; extra == "all"
|
|
373
373
|
Requires-Dist: mypy-boto3-route53resolver<1.41.0,>=1.40.0; extra == "all"
|
|
374
|
+
Requires-Dist: mypy-boto3-rtbfabric<1.41.0,>=1.40.0; extra == "all"
|
|
374
375
|
Requires-Dist: mypy-boto3-rum<1.41.0,>=1.40.0; extra == "all"
|
|
375
376
|
Requires-Dist: mypy-boto3-s3<1.41.0,>=1.40.0; extra == "all"
|
|
376
377
|
Requires-Dist: mypy-boto3-s3control<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -1124,6 +1125,8 @@ Provides-Extra: route53profiles
|
|
|
1124
1125
|
Requires-Dist: mypy-boto3-route53profiles<1.41.0,>=1.40.0; extra == "route53profiles"
|
|
1125
1126
|
Provides-Extra: route53resolver
|
|
1126
1127
|
Requires-Dist: mypy-boto3-route53resolver<1.41.0,>=1.40.0; extra == "route53resolver"
|
|
1128
|
+
Provides-Extra: rtbfabric
|
|
1129
|
+
Requires-Dist: mypy-boto3-rtbfabric<1.41.0,>=1.40.0; extra == "rtbfabric"
|
|
1127
1130
|
Provides-Extra: rum
|
|
1128
1131
|
Requires-Dist: mypy-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
|

|
|
1310
1313
|
|
|
1311
|
-
Type annotations for [boto3 1.40.
|
|
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/),
|
|
@@ -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.58' 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/),
|
|
@@ -1866,10 +1869,10 @@ repository.
|
|
|
1866
1869
|
[AgentsforBedrockRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_agent_runtime/)
|
|
1867
1870
|
service.
|
|
1868
1871
|
- `boto3-stubs[bedrock-agentcore]` - Type annotations for
|
|
1869
|
-
[
|
|
1872
|
+
[BedrockAgentCore](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_agentcore/)
|
|
1870
1873
|
service.
|
|
1871
1874
|
- `boto3-stubs[bedrock-agentcore-control]` - Type annotations for
|
|
1872
|
-
[
|
|
1875
|
+
[BedrockAgentCoreControl](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_agentcore_control/)
|
|
1873
1876
|
service.
|
|
1874
1877
|
- `boto3-stubs[bedrock-data-automation]` - Type annotations for
|
|
1875
1878
|
[DataAutomationforBedrock](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_data_automation/)
|
|
@@ -2702,6 +2705,9 @@ repository.
|
|
|
2702
2705
|
- `boto3-stubs[route53resolver]` - Type annotations for
|
|
2703
2706
|
[Route53Resolver](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53resolver/)
|
|
2704
2707
|
service.
|
|
2708
|
+
- `boto3-stubs[rtbfabric]` - Type annotations for
|
|
2709
|
+
[RTBFabric](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rtbfabric/)
|
|
2710
|
+
service.
|
|
2705
2711
|
- `boto3-stubs[rum]` - Type annotations for
|
|
2706
2712
|
[CloudWatchRUM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rum/)
|
|
2707
2713
|
service.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
|
1
|
+
boto3-stubs/__init__.pyi,sha256=wI_qyx84XmbHedCOPuich-1voiapYrvUaFxQQPutmFo,250293
|
|
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=j4M0iEs9ZSnLqHGo468YzL0GnHi0QlBCHFHiv1obb70,286004
|
|
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
|
-
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.58.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
42
|
+
boto3_stubs-1.40.58.dist-info/METADATA,sha256=ReXFPOjAi6fcFYHsGWZifsKXzIlc__p2k0UrEHsyTAk,152511
|
|
43
|
+
boto3_stubs-1.40.58.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
44
|
+
boto3_stubs-1.40.58.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
|
45
|
+
boto3_stubs-1.40.58.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|