types-boto3 1.38.37__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
- {types_boto3-1.38.37.dist-info → types_boto3-1.38.38.dist-info}/METADATA +13 -7
- {types_boto3-1.38.37.dist-info → types_boto3-1.38.38.dist-info}/RECORD +7 -7
- {types_boto3-1.38.37.dist-info → types_boto3-1.38.38.dist-info}/WHEEL +0 -0
- {types_boto3-1.38.37.dist-info → types_boto3-1.38.38.dist-info}/licenses/LICENSE +0 -0
- {types_boto3-1.38.37.dist-info → types_boto3-1.38.38.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -283,6 +283,7 @@ from types_boto3_migration_hub_refactor_spaces.client import MigrationHubRefacto
|
|
283
283
|
from types_boto3_migrationhub_config.client import MigrationHubConfigClient
|
284
284
|
from types_boto3_migrationhuborchestrator.client import MigrationHubOrchestratorClient
|
285
285
|
from types_boto3_migrationhubstrategy.client import MigrationHubStrategyRecommendationsClient
|
286
|
+
from types_boto3_mpa.client import MultipartyApprovalClient
|
286
287
|
from types_boto3_mq.client import MQClient
|
287
288
|
from types_boto3_mturk.client import MTurkClient
|
288
289
|
from types_boto3_mwaa.client import MWAAClient
|
@@ -5088,6 +5089,24 @@ def client(
|
|
5088
5089
|
Create client for MigrationHubStrategyRecommendations service.
|
5089
5090
|
"""
|
5090
5091
|
|
5092
|
+
@overload
|
5093
|
+
def client(
|
5094
|
+
service_name: Literal["mpa"],
|
5095
|
+
region_name: str | None = ...,
|
5096
|
+
api_version: str | None = ...,
|
5097
|
+
use_ssl: bool | None = ...,
|
5098
|
+
verify: bool | str | None = ...,
|
5099
|
+
endpoint_url: str | None = ...,
|
5100
|
+
aws_access_key_id: str | None = ...,
|
5101
|
+
aws_secret_access_key: str | None = ...,
|
5102
|
+
aws_session_token: str | None = ...,
|
5103
|
+
config: Config | None = ...,
|
5104
|
+
aws_account_id: str | None = ...,
|
5105
|
+
) -> MultipartyApprovalClient:
|
5106
|
+
"""
|
5107
|
+
Create client for MultipartyApproval service.
|
5108
|
+
"""
|
5109
|
+
|
5091
5110
|
@overload
|
5092
5111
|
def client(
|
5093
5112
|
service_name: Literal["mq"],
|
boto3-stubs/session.pyi
CHANGED
@@ -289,6 +289,7 @@ from types_boto3_migration_hub_refactor_spaces.client import MigrationHubRefacto
|
|
289
289
|
from types_boto3_migrationhub_config.client import MigrationHubConfigClient
|
290
290
|
from types_boto3_migrationhuborchestrator.client import MigrationHubOrchestratorClient
|
291
291
|
from types_boto3_migrationhubstrategy.client import MigrationHubStrategyRecommendationsClient
|
292
|
+
from types_boto3_mpa.client import MultipartyApprovalClient
|
292
293
|
from types_boto3_mq.client import MQClient
|
293
294
|
from types_boto3_mturk.client import MTurkClient
|
294
295
|
from types_boto3_mwaa.client import MWAAClient
|
@@ -5365,6 +5366,25 @@ class Session:
|
|
5365
5366
|
Create client for MigrationHubStrategyRecommendations service.
|
5366
5367
|
"""
|
5367
5368
|
|
5369
|
+
@overload
|
5370
|
+
def client(
|
5371
|
+
self,
|
5372
|
+
service_name: Literal["mpa"],
|
5373
|
+
region_name: str | None = ...,
|
5374
|
+
api_version: str | None = ...,
|
5375
|
+
use_ssl: bool | None = ...,
|
5376
|
+
verify: bool | str | None = ...,
|
5377
|
+
endpoint_url: str | None = ...,
|
5378
|
+
aws_access_key_id: str | None = ...,
|
5379
|
+
aws_secret_access_key: str | None = ...,
|
5380
|
+
aws_session_token: str | None = ...,
|
5381
|
+
config: Config | None = ...,
|
5382
|
+
aws_account_id: str | None = ...,
|
5383
|
+
) -> MultipartyApprovalClient:
|
5384
|
+
"""
|
5385
|
+
Create client for MultipartyApproval service.
|
5386
|
+
"""
|
5387
|
+
|
5368
5388
|
@overload
|
5369
5389
|
def client(
|
5370
5390
|
self,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: types-boto3
|
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: types-boto3-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: types-boto3-accessanalyzer<1.39.0,>=1.38.0; extra == "all"
|
42
42
|
Requires-Dist: types-boto3-account<1.39.0,>=1.38.0; extra == "all"
|
@@ -295,6 +295,7 @@ Requires-Dist: types-boto3-migration-hub-refactor-spaces<1.39.0,>=1.38.0; extra
|
|
295
295
|
Requires-Dist: types-boto3-migrationhub-config<1.39.0,>=1.38.0; extra == "all"
|
296
296
|
Requires-Dist: types-boto3-migrationhuborchestrator<1.39.0,>=1.38.0; extra == "all"
|
297
297
|
Requires-Dist: types-boto3-migrationhubstrategy<1.39.0,>=1.38.0; extra == "all"
|
298
|
+
Requires-Dist: types-boto3-mpa<1.39.0,>=1.38.0; extra == "all"
|
298
299
|
Requires-Dist: types-boto3-mq<1.39.0,>=1.38.0; extra == "all"
|
299
300
|
Requires-Dist: types-boto3-mturk<1.39.0,>=1.38.0; extra == "all"
|
300
301
|
Requires-Dist: types-boto3-mwaa<1.39.0,>=1.38.0; extra == "all"
|
@@ -964,6 +965,8 @@ Provides-Extra: migrationhuborchestrator
|
|
964
965
|
Requires-Dist: types-boto3-migrationhuborchestrator<1.39.0,>=1.38.0; extra == "migrationhuborchestrator"
|
965
966
|
Provides-Extra: migrationhubstrategy
|
966
967
|
Requires-Dist: types-boto3-migrationhubstrategy<1.39.0,>=1.38.0; extra == "migrationhubstrategy"
|
968
|
+
Provides-Extra: mpa
|
969
|
+
Requires-Dist: types-boto3-mpa<1.39.0,>=1.38.0; extra == "mpa"
|
967
970
|
Provides-Extra: mq
|
968
971
|
Requires-Dist: types-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/),
|
@@ -1342,7 +1345,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1342
1345
|
isolation.
|
1343
1346
|
|
1344
1347
|
1. Run mypy-boto3-builder in your package root directory:
|
1345
|
-
`uvx --with 'boto3==1.38.
|
1348
|
+
`uvx --with 'boto3==1.38.38' mypy-boto3-builder`
|
1346
1349
|
2. Select `boto3` AWS SDK.
|
1347
1350
|
3. Select services you use in the current project.
|
1348
1351
|
4. Use provided commands to install generated packages.
|
@@ -1670,9 +1673,9 @@ repository.
|
|
1670
1673
|
|
1671
1674
|
## Submodules
|
1672
1675
|
|
1673
|
-
- `types-boto3[full]` - Type annotations for all
|
1676
|
+
- `types-boto3[full]` - Type annotations for all 405 services in one package
|
1674
1677
|
(recommended).
|
1675
|
-
- `types-boto3[all]` - Type annotations for all
|
1678
|
+
- `types-boto3[all]` - Type annotations for all 405 services in separate
|
1676
1679
|
packages.
|
1677
1680
|
- `types-boto3[essential]` - Type annotations for
|
1678
1681
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
@@ -2432,6 +2435,9 @@ repository.
|
|
2432
2435
|
- `types-boto3[migrationhubstrategy]` - Type annotations for
|
2433
2436
|
[MigrationHubStrategyRecommendations](https://youtype.github.io/types_boto3_docs/types_boto3_migrationhubstrategy/)
|
2434
2437
|
service.
|
2438
|
+
- `types-boto3[mpa]` - Type annotations for
|
2439
|
+
[MultipartyApproval](https://youtype.github.io/types_boto3_docs/types_boto3_mpa/)
|
2440
|
+
service.
|
2435
2441
|
- `types-boto3[mq]` - Type annotations for
|
2436
2442
|
[MQ](https://youtype.github.io/types_boto3_docs/types_boto3_mq/) service.
|
2437
2443
|
- `types-boto3[mturk]` - Type annotations for
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=XY8SCGmyW3QaqG_fec_VfjA6ATfB5s1jrXPAq55rFDM,246321
|
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=W07y_jUBVFladscH6ykIQJsu3j674zI9suh800xSoGU,281458
|
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.38.
|
42
|
-
types_boto3-1.38.
|
43
|
-
types_boto3-1.38.
|
44
|
-
types_boto3-1.38.
|
45
|
-
types_boto3-1.38.
|
41
|
+
types_boto3-1.38.38.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
types_boto3-1.38.38.dist-info/METADATA,sha256=sxje0NZakbEap3uSzst2Fkr6cTPQmSeJq_KCjsabapI,150231
|
43
|
+
types_boto3-1.38.38.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
types_boto3-1.38.38.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
types_boto3-1.38.38.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|