boto3-stubs 1.38.35__py3-none-any.whl → 1.38.38__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.38.35.dist-info → boto3_stubs-1.38.38.dist-info}/METADATA +13 -7
- {boto3_stubs-1.38.35.dist-info → boto3_stubs-1.38.38.dist-info}/RECORD +7 -7
- {boto3_stubs-1.38.35.dist-info → boto3_stubs-1.38.38.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.38.35.dist-info → boto3_stubs-1.38.38.dist-info}/licenses/LICENSE +0 -0
- {boto3_stubs-1.38.35.dist-info → boto3_stubs-1.38.38.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -281,6 +281,7 @@ from mypy_boto3_migration_hub_refactor_spaces.client import MigrationHubRefactor
|
|
281
281
|
from mypy_boto3_migrationhub_config.client import MigrationHubConfigClient
|
282
282
|
from mypy_boto3_migrationhuborchestrator.client import MigrationHubOrchestratorClient
|
283
283
|
from mypy_boto3_migrationhubstrategy.client import MigrationHubStrategyRecommendationsClient
|
284
|
+
from mypy_boto3_mpa.client import MultipartyApprovalClient
|
284
285
|
from mypy_boto3_mq.client import MQClient
|
285
286
|
from mypy_boto3_mturk.client import MTurkClient
|
286
287
|
from mypy_boto3_mwaa.client import MWAAClient
|
@@ -5086,6 +5087,24 @@ def client(
|
|
5086
5087
|
Create client for MigrationHubStrategyRecommendations service.
|
5087
5088
|
"""
|
5088
5089
|
|
5090
|
+
@overload
|
5091
|
+
def client(
|
5092
|
+
service_name: Literal["mpa"],
|
5093
|
+
region_name: str | None = ...,
|
5094
|
+
api_version: str | None = ...,
|
5095
|
+
use_ssl: bool | None = ...,
|
5096
|
+
verify: bool | str | None = ...,
|
5097
|
+
endpoint_url: str | None = ...,
|
5098
|
+
aws_access_key_id: str | None = ...,
|
5099
|
+
aws_secret_access_key: str | None = ...,
|
5100
|
+
aws_session_token: str | None = ...,
|
5101
|
+
config: Config | None = ...,
|
5102
|
+
aws_account_id: str | None = ...,
|
5103
|
+
) -> MultipartyApprovalClient:
|
5104
|
+
"""
|
5105
|
+
Create client for MultipartyApproval service.
|
5106
|
+
"""
|
5107
|
+
|
5089
5108
|
@overload
|
5090
5109
|
def client(
|
5091
5110
|
service_name: Literal["mq"],
|
boto3-stubs/session.pyi
CHANGED
@@ -287,6 +287,7 @@ from mypy_boto3_migration_hub_refactor_spaces.client import MigrationHubRefactor
|
|
287
287
|
from mypy_boto3_migrationhub_config.client import MigrationHubConfigClient
|
288
288
|
from mypy_boto3_migrationhuborchestrator.client import MigrationHubOrchestratorClient
|
289
289
|
from mypy_boto3_migrationhubstrategy.client import MigrationHubStrategyRecommendationsClient
|
290
|
+
from mypy_boto3_mpa.client import MultipartyApprovalClient
|
290
291
|
from mypy_boto3_mq.client import MQClient
|
291
292
|
from mypy_boto3_mturk.client import MTurkClient
|
292
293
|
from mypy_boto3_mwaa.client import MWAAClient
|
@@ -5363,6 +5364,25 @@ class Session:
|
|
5363
5364
|
Create client for MigrationHubStrategyRecommendations service.
|
5364
5365
|
"""
|
5365
5366
|
|
5367
|
+
@overload
|
5368
|
+
def client(
|
5369
|
+
self,
|
5370
|
+
service_name: Literal["mpa"],
|
5371
|
+
region_name: str | None = ...,
|
5372
|
+
api_version: str | None = ...,
|
5373
|
+
use_ssl: bool | None = ...,
|
5374
|
+
verify: bool | str | None = ...,
|
5375
|
+
endpoint_url: str | None = ...,
|
5376
|
+
aws_access_key_id: str | None = ...,
|
5377
|
+
aws_secret_access_key: str | None = ...,
|
5378
|
+
aws_session_token: str | None = ...,
|
5379
|
+
config: Config | None = ...,
|
5380
|
+
aws_account_id: str | None = ...,
|
5381
|
+
) -> MultipartyApprovalClient:
|
5382
|
+
"""
|
5383
|
+
Create client for MultipartyApproval service.
|
5384
|
+
"""
|
5385
|
+
|
5366
5386
|
@overload
|
5367
5387
|
def client(
|
5368
5388
|
self,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.38.
|
4
|
-
Summary: Type annotations for boto3 1.38.
|
3
|
+
Version: 1.38.38
|
4
|
+
Summary: Type annotations for boto3 1.38.38 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.39.0,>=1.38.0; extra == "full"
|
38
38
|
Provides-Extra: boto3
|
39
|
-
Requires-Dist: boto3==1.38.
|
39
|
+
Requires-Dist: boto3==1.38.38; extra == "boto3"
|
40
40
|
Provides-Extra: all
|
41
41
|
Requires-Dist: mypy-boto3-accessanalyzer<1.39.0,>=1.38.0; extra == "all"
|
42
42
|
Requires-Dist: mypy-boto3-account<1.39.0,>=1.38.0; extra == "all"
|
@@ -295,6 +295,7 @@ Requires-Dist: mypy-boto3-migration-hub-refactor-spaces<1.39.0,>=1.38.0; extra =
|
|
295
295
|
Requires-Dist: mypy-boto3-migrationhub-config<1.39.0,>=1.38.0; extra == "all"
|
296
296
|
Requires-Dist: mypy-boto3-migrationhuborchestrator<1.39.0,>=1.38.0; extra == "all"
|
297
297
|
Requires-Dist: mypy-boto3-migrationhubstrategy<1.39.0,>=1.38.0; extra == "all"
|
298
|
+
Requires-Dist: mypy-boto3-mpa<1.39.0,>=1.38.0; extra == "all"
|
298
299
|
Requires-Dist: mypy-boto3-mq<1.39.0,>=1.38.0; extra == "all"
|
299
300
|
Requires-Dist: mypy-boto3-mturk<1.39.0,>=1.38.0; extra == "all"
|
300
301
|
Requires-Dist: mypy-boto3-mwaa<1.39.0,>=1.38.0; extra == "all"
|
@@ -964,6 +965,8 @@ Provides-Extra: migrationhuborchestrator
|
|
964
965
|
Requires-Dist: mypy-boto3-migrationhuborchestrator<1.39.0,>=1.38.0; extra == "migrationhuborchestrator"
|
965
966
|
Provides-Extra: migrationhubstrategy
|
966
967
|
Requires-Dist: mypy-boto3-migrationhubstrategy<1.39.0,>=1.38.0; extra == "migrationhubstrategy"
|
968
|
+
Provides-Extra: mpa
|
969
|
+
Requires-Dist: mypy-boto3-mpa<1.39.0,>=1.38.0; extra == "mpa"
|
967
970
|
Provides-Extra: mq
|
968
971
|
Requires-Dist: mypy-boto3-mq<1.39.0,>=1.38.0; extra == "mq"
|
969
972
|
Provides-Extra: mturk
|
@@ -1284,7 +1287,7 @@ Dynamic: summary
|
|
1284
1287
|
|
1285
1288
|

|
1286
1289
|
|
1287
|
-
Type annotations for [boto3 1.38.
|
1290
|
+
Type annotations for [boto3 1.38.38](https://pypi.org/project/boto3/)
|
1288
1291
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1289
1292
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1290
1293
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1343,7 +1346,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1343
1346
|
isolation.
|
1344
1347
|
|
1345
1348
|
1. Run mypy-boto3-builder in your package root directory:
|
1346
|
-
`uvx --with 'boto3==1.38.
|
1349
|
+
`uvx --with 'boto3==1.38.38' mypy-boto3-builder`
|
1347
1350
|
2. Select `boto3-stubs` AWS SDK.
|
1348
1351
|
3. Select services you use in the current project.
|
1349
1352
|
4. Use provided commands to install generated packages.
|
@@ -1695,9 +1698,9 @@ repository.
|
|
1695
1698
|
|
1696
1699
|
## Submodules
|
1697
1700
|
|
1698
|
-
- `boto3-stubs[full]` - Type annotations for all
|
1701
|
+
- `boto3-stubs[full]` - Type annotations for all 405 services in one package
|
1699
1702
|
(recommended).
|
1700
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1703
|
+
- `boto3-stubs[all]` - Type annotations for all 405 services in separate
|
1701
1704
|
packages.
|
1702
1705
|
- `boto3-stubs[essential]` - Type annotations for
|
1703
1706
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
@@ -2457,6 +2460,9 @@ repository.
|
|
2457
2460
|
- `boto3-stubs[migrationhubstrategy]` - Type annotations for
|
2458
2461
|
[MigrationHubStrategyRecommendations](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_migrationhubstrategy/)
|
2459
2462
|
service.
|
2463
|
+
- `boto3-stubs[mpa]` - Type annotations for
|
2464
|
+
[MultipartyApproval](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mpa/)
|
2465
|
+
service.
|
2460
2466
|
- `boto3-stubs[mq]` - Type annotations for
|
2461
2467
|
[MQ](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mq/) service.
|
2462
2468
|
- `boto3-stubs[mturk]` - Type annotations for
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=Ct2-bC8yy4MBHeMGGmPmOHGZg71ThdWOc4ecemABCeM,245897
|
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=rJrG8ssdzEIo_qzU0H7FE7tiCzEM1FrTh9RqhacJXdU,281034
|
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.38.
|
42
|
-
boto3_stubs-1.38.
|
43
|
-
boto3_stubs-1.38.
|
44
|
-
boto3_stubs-1.38.
|
45
|
-
boto3_stubs-1.38.
|
41
|
+
boto3_stubs-1.38.38.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
boto3_stubs-1.38.38.dist-info/METADATA,sha256=0rN0OiOChgJXbRubeG_E-qoNb6PqfH8-eGS2bg3Bd7o,149551
|
43
|
+
boto3_stubs-1.38.38.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
boto3_stubs-1.38.38.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
boto3_stubs-1.38.38.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|