types-boto3 1.38.37__py3-none-any.whl → 1.38.39__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 +38 -0
- boto3-stubs/session.pyi +40 -0
- {types_boto3-1.38.37.dist-info → types_boto3-1.38.39.dist-info}/METADATA +19 -7
- {types_boto3-1.38.37.dist-info → types_boto3-1.38.39.dist-info}/RECORD +7 -7
- {types_boto3-1.38.37.dist-info → types_boto3-1.38.39.dist-info}/WHEEL +0 -0
- {types_boto3-1.38.37.dist-info → types_boto3-1.38.39.dist-info}/licenses/LICENSE +0 -0
- {types_boto3-1.38.37.dist-info → types_boto3-1.38.39.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -16,6 +16,7 @@ from types_boto3_accessanalyzer.client import AccessAnalyzerClient
|
|
16
16
|
from types_boto3_account.client import AccountClient
|
17
17
|
from types_boto3_acm.client import ACMClient
|
18
18
|
from types_boto3_acm_pca.client import ACMPCAClient
|
19
|
+
from types_boto3_aiops.client import AIOpsClient
|
19
20
|
from types_boto3_amp.client import PrometheusServiceClient
|
20
21
|
from types_boto3_amplify.client import AmplifyClient
|
21
22
|
from types_boto3_amplifybackend.client import AmplifyBackendClient
|
@@ -283,6 +284,7 @@ from types_boto3_migration_hub_refactor_spaces.client import MigrationHubRefacto
|
|
283
284
|
from types_boto3_migrationhub_config.client import MigrationHubConfigClient
|
284
285
|
from types_boto3_migrationhuborchestrator.client import MigrationHubOrchestratorClient
|
285
286
|
from types_boto3_migrationhubstrategy.client import MigrationHubStrategyRecommendationsClient
|
287
|
+
from types_boto3_mpa.client import MultipartyApprovalClient
|
286
288
|
from types_boto3_mq.client import MQClient
|
287
289
|
from types_boto3_mturk.client import MTurkClient
|
288
290
|
from types_boto3_mwaa.client import MWAAClient
|
@@ -534,6 +536,24 @@ def client(
|
|
534
536
|
Create client for ACMPCA service.
|
535
537
|
"""
|
536
538
|
|
539
|
+
@overload
|
540
|
+
def client(
|
541
|
+
service_name: Literal["aiops"],
|
542
|
+
region_name: str | None = ...,
|
543
|
+
api_version: str | None = ...,
|
544
|
+
use_ssl: bool | None = ...,
|
545
|
+
verify: bool | str | None = ...,
|
546
|
+
endpoint_url: str | None = ...,
|
547
|
+
aws_access_key_id: str | None = ...,
|
548
|
+
aws_secret_access_key: str | None = ...,
|
549
|
+
aws_session_token: str | None = ...,
|
550
|
+
config: Config | None = ...,
|
551
|
+
aws_account_id: str | None = ...,
|
552
|
+
) -> AIOpsClient:
|
553
|
+
"""
|
554
|
+
Create client for AIOps service.
|
555
|
+
"""
|
556
|
+
|
537
557
|
@overload
|
538
558
|
def client(
|
539
559
|
service_name: Literal["amp"],
|
@@ -5088,6 +5108,24 @@ def client(
|
|
5088
5108
|
Create client for MigrationHubStrategyRecommendations service.
|
5089
5109
|
"""
|
5090
5110
|
|
5111
|
+
@overload
|
5112
|
+
def client(
|
5113
|
+
service_name: Literal["mpa"],
|
5114
|
+
region_name: str | None = ...,
|
5115
|
+
api_version: str | None = ...,
|
5116
|
+
use_ssl: bool | None = ...,
|
5117
|
+
verify: bool | str | None = ...,
|
5118
|
+
endpoint_url: str | None = ...,
|
5119
|
+
aws_access_key_id: str | None = ...,
|
5120
|
+
aws_secret_access_key: str | None = ...,
|
5121
|
+
aws_session_token: str | None = ...,
|
5122
|
+
config: Config | None = ...,
|
5123
|
+
aws_account_id: str | None = ...,
|
5124
|
+
) -> MultipartyApprovalClient:
|
5125
|
+
"""
|
5126
|
+
Create client for MultipartyApproval service.
|
5127
|
+
"""
|
5128
|
+
|
5091
5129
|
@overload
|
5092
5130
|
def client(
|
5093
5131
|
service_name: Literal["mq"],
|
boto3-stubs/session.pyi
CHANGED
@@ -22,6 +22,7 @@ from types_boto3_accessanalyzer.client import AccessAnalyzerClient
|
|
22
22
|
from types_boto3_account.client import AccountClient
|
23
23
|
from types_boto3_acm.client import ACMClient
|
24
24
|
from types_boto3_acm_pca.client import ACMPCAClient
|
25
|
+
from types_boto3_aiops.client import AIOpsClient
|
25
26
|
from types_boto3_amp.client import PrometheusServiceClient
|
26
27
|
from types_boto3_amplify.client import AmplifyClient
|
27
28
|
from types_boto3_amplifybackend.client import AmplifyBackendClient
|
@@ -289,6 +290,7 @@ from types_boto3_migration_hub_refactor_spaces.client import MigrationHubRefacto
|
|
289
290
|
from types_boto3_migrationhub_config.client import MigrationHubConfigClient
|
290
291
|
from types_boto3_migrationhuborchestrator.client import MigrationHubOrchestratorClient
|
291
292
|
from types_boto3_migrationhubstrategy.client import MigrationHubStrategyRecommendationsClient
|
293
|
+
from types_boto3_mpa.client import MultipartyApprovalClient
|
292
294
|
from types_boto3_mq.client import MQClient
|
293
295
|
from types_boto3_mturk.client import MTurkClient
|
294
296
|
from types_boto3_mwaa.client import MWAAClient
|
@@ -558,6 +560,25 @@ class Session:
|
|
558
560
|
Create client for ACMPCA service.
|
559
561
|
"""
|
560
562
|
|
563
|
+
@overload
|
564
|
+
def client(
|
565
|
+
self,
|
566
|
+
service_name: Literal["aiops"],
|
567
|
+
region_name: str | None = ...,
|
568
|
+
api_version: str | None = ...,
|
569
|
+
use_ssl: bool | None = ...,
|
570
|
+
verify: bool | str | None = ...,
|
571
|
+
endpoint_url: str | None = ...,
|
572
|
+
aws_access_key_id: str | None = ...,
|
573
|
+
aws_secret_access_key: str | None = ...,
|
574
|
+
aws_session_token: str | None = ...,
|
575
|
+
config: Config | None = ...,
|
576
|
+
aws_account_id: str | None = ...,
|
577
|
+
) -> AIOpsClient:
|
578
|
+
"""
|
579
|
+
Create client for AIOps service.
|
580
|
+
"""
|
581
|
+
|
561
582
|
@overload
|
562
583
|
def client(
|
563
584
|
self,
|
@@ -5365,6 +5386,25 @@ class Session:
|
|
5365
5386
|
Create client for MigrationHubStrategyRecommendations service.
|
5366
5387
|
"""
|
5367
5388
|
|
5389
|
+
@overload
|
5390
|
+
def client(
|
5391
|
+
self,
|
5392
|
+
service_name: Literal["mpa"],
|
5393
|
+
region_name: str | None = ...,
|
5394
|
+
api_version: str | None = ...,
|
5395
|
+
use_ssl: bool | None = ...,
|
5396
|
+
verify: bool | str | None = ...,
|
5397
|
+
endpoint_url: str | None = ...,
|
5398
|
+
aws_access_key_id: str | None = ...,
|
5399
|
+
aws_secret_access_key: str | None = ...,
|
5400
|
+
aws_session_token: str | None = ...,
|
5401
|
+
config: Config | None = ...,
|
5402
|
+
aws_account_id: str | None = ...,
|
5403
|
+
) -> MultipartyApprovalClient:
|
5404
|
+
"""
|
5405
|
+
Create client for MultipartyApproval service.
|
5406
|
+
"""
|
5407
|
+
|
5368
5408
|
@overload
|
5369
5409
|
def client(
|
5370
5410
|
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.39
|
4
|
+
Summary: Type annotations for boto3 1.38.39 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,12 +36,13 @@ 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.39; 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"
|
43
43
|
Requires-Dist: types-boto3-acm<1.39.0,>=1.38.0; extra == "all"
|
44
44
|
Requires-Dist: types-boto3-acm-pca<1.39.0,>=1.38.0; extra == "all"
|
45
|
+
Requires-Dist: types-boto3-aiops<1.39.0,>=1.38.0; extra == "all"
|
45
46
|
Requires-Dist: types-boto3-amp<1.39.0,>=1.38.0; extra == "all"
|
46
47
|
Requires-Dist: types-boto3-amplify<1.39.0,>=1.38.0; extra == "all"
|
47
48
|
Requires-Dist: types-boto3-amplifybackend<1.39.0,>=1.38.0; extra == "all"
|
@@ -295,6 +296,7 @@ Requires-Dist: types-boto3-migration-hub-refactor-spaces<1.39.0,>=1.38.0; extra
|
|
295
296
|
Requires-Dist: types-boto3-migrationhub-config<1.39.0,>=1.38.0; extra == "all"
|
296
297
|
Requires-Dist: types-boto3-migrationhuborchestrator<1.39.0,>=1.38.0; extra == "all"
|
297
298
|
Requires-Dist: types-boto3-migrationhubstrategy<1.39.0,>=1.38.0; extra == "all"
|
299
|
+
Requires-Dist: types-boto3-mpa<1.39.0,>=1.38.0; extra == "all"
|
298
300
|
Requires-Dist: types-boto3-mq<1.39.0,>=1.38.0; extra == "all"
|
299
301
|
Requires-Dist: types-boto3-mturk<1.39.0,>=1.38.0; extra == "all"
|
300
302
|
Requires-Dist: types-boto3-mwaa<1.39.0,>=1.38.0; extra == "all"
|
@@ -458,6 +460,8 @@ Provides-Extra: acm
|
|
458
460
|
Requires-Dist: types-boto3-acm<1.39.0,>=1.38.0; extra == "acm"
|
459
461
|
Provides-Extra: acm-pca
|
460
462
|
Requires-Dist: types-boto3-acm-pca<1.39.0,>=1.38.0; extra == "acm-pca"
|
463
|
+
Provides-Extra: aiops
|
464
|
+
Requires-Dist: types-boto3-aiops<1.39.0,>=1.38.0; extra == "aiops"
|
461
465
|
Provides-Extra: amp
|
462
466
|
Requires-Dist: types-boto3-amp<1.39.0,>=1.38.0; extra == "amp"
|
463
467
|
Provides-Extra: amplify
|
@@ -964,6 +968,8 @@ Provides-Extra: migrationhuborchestrator
|
|
964
968
|
Requires-Dist: types-boto3-migrationhuborchestrator<1.39.0,>=1.38.0; extra == "migrationhuborchestrator"
|
965
969
|
Provides-Extra: migrationhubstrategy
|
966
970
|
Requires-Dist: types-boto3-migrationhubstrategy<1.39.0,>=1.38.0; extra == "migrationhubstrategy"
|
971
|
+
Provides-Extra: mpa
|
972
|
+
Requires-Dist: types-boto3-mpa<1.39.0,>=1.38.0; extra == "mpa"
|
967
973
|
Provides-Extra: mq
|
968
974
|
Requires-Dist: types-boto3-mq<1.39.0,>=1.38.0; extra == "mq"
|
969
975
|
Provides-Extra: mturk
|
@@ -1284,7 +1290,7 @@ Dynamic: summary
|
|
1284
1290
|
|
1285
1291
|

|
1286
1292
|
|
1287
|
-
Type annotations for [boto3 1.38.
|
1293
|
+
Type annotations for [boto3 1.38.39](https://pypi.org/project/boto3/)
|
1288
1294
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1289
1295
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1290
1296
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1342,7 +1348,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1342
1348
|
isolation.
|
1343
1349
|
|
1344
1350
|
1. Run mypy-boto3-builder in your package root directory:
|
1345
|
-
`uvx --with 'boto3==1.38.
|
1351
|
+
`uvx --with 'boto3==1.38.39' mypy-boto3-builder`
|
1346
1352
|
2. Select `boto3` AWS SDK.
|
1347
1353
|
3. Select services you use in the current project.
|
1348
1354
|
4. Use provided commands to install generated packages.
|
@@ -1670,9 +1676,9 @@ repository.
|
|
1670
1676
|
|
1671
1677
|
## Submodules
|
1672
1678
|
|
1673
|
-
- `types-boto3[full]` - Type annotations for all
|
1679
|
+
- `types-boto3[full]` - Type annotations for all 406 services in one package
|
1674
1680
|
(recommended).
|
1675
|
-
- `types-boto3[all]` - Type annotations for all
|
1681
|
+
- `types-boto3[all]` - Type annotations for all 406 services in separate
|
1676
1682
|
packages.
|
1677
1683
|
- `types-boto3[essential]` - Type annotations for
|
1678
1684
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
@@ -1694,6 +1700,9 @@ repository.
|
|
1694
1700
|
- `types-boto3[acm-pca]` - Type annotations for
|
1695
1701
|
[ACMPCA](https://youtype.github.io/types_boto3_docs/types_boto3_acm_pca/)
|
1696
1702
|
service.
|
1703
|
+
- `types-boto3[aiops]` - Type annotations for
|
1704
|
+
[AIOps](https://youtype.github.io/types_boto3_docs/types_boto3_aiops/)
|
1705
|
+
service.
|
1697
1706
|
- `types-boto3[amp]` - Type annotations for
|
1698
1707
|
[PrometheusService](https://youtype.github.io/types_boto3_docs/types_boto3_amp/)
|
1699
1708
|
service.
|
@@ -2432,6 +2441,9 @@ repository.
|
|
2432
2441
|
- `types-boto3[migrationhubstrategy]` - Type annotations for
|
2433
2442
|
[MigrationHubStrategyRecommendations](https://youtype.github.io/types_boto3_docs/types_boto3_migrationhubstrategy/)
|
2434
2443
|
service.
|
2444
|
+
- `types-boto3[mpa]` - Type annotations for
|
2445
|
+
[MultipartyApproval](https://youtype.github.io/types_boto3_docs/types_boto3_mpa/)
|
2446
|
+
service.
|
2435
2447
|
- `types-boto3[mq]` - Type annotations for
|
2436
2448
|
[MQ](https://youtype.github.io/types_boto3_docs/types_boto3_mq/) service.
|
2437
2449
|
- `types-boto3[mturk]` - Type annotations for
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=nA-3CmARRc07rYls025nper9IPYtu5dknklGJfWjRhM,246873
|
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=93HlNlUkVPM1KuForhD6QHcj-qBjvCwKf6u41chrdkM,282092
|
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.39.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
types_boto3-1.38.39.dist-info/METADATA,sha256=OKUeUmbLvyTHyY6tpv_2uVM1eMWRrMbNGNomw9EtznA,150515
|
43
|
+
types_boto3-1.38.39.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
types_boto3-1.38.39.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
types_boto3-1.38.39.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|