boto3-stubs 1.34.88__py3-none-any.whl → 1.34.90__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 +14 -0
- boto3-stubs/session.pyi +15 -0
- {boto3_stubs-1.34.88.dist-info → boto3_stubs-1.34.90.dist-info}/METADATA +12 -6
- {boto3_stubs-1.34.88.dist-info → boto3_stubs-1.34.90.dist-info}/RECORD +7 -7
- {boto3_stubs-1.34.88.dist-info → boto3_stubs-1.34.90.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.34.88.dist-info → boto3_stubs-1.34.90.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.34.88.dist-info → boto3_stubs-1.34.90.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -324,6 +324,7 @@ from mypy_boto3_route53_recovery_cluster.client import Route53RecoveryClusterCli
|
|
324
324
|
from mypy_boto3_route53_recovery_control_config.client import Route53RecoveryControlConfigClient
|
325
325
|
from mypy_boto3_route53_recovery_readiness.client import Route53RecoveryReadinessClient
|
326
326
|
from mypy_boto3_route53domains.client import Route53DomainsClient
|
327
|
+
from mypy_boto3_route53profiles.client import Route53ProfilesClient
|
327
328
|
from mypy_boto3_route53resolver.client import Route53ResolverClient
|
328
329
|
from mypy_boto3_rum.client import CloudWatchRUMClient
|
329
330
|
from mypy_boto3_s3.client import S3Client
|
@@ -4421,6 +4422,19 @@ def client(
|
|
4421
4422
|
config: Optional[Config] = ...,
|
4422
4423
|
) -> Route53DomainsClient: ...
|
4423
4424
|
@overload
|
4425
|
+
def client(
|
4426
|
+
service_name: Literal["route53profiles"],
|
4427
|
+
region_name: Optional[str] = ...,
|
4428
|
+
api_version: Optional[str] = ...,
|
4429
|
+
use_ssl: Optional[bool] = ...,
|
4430
|
+
verify: Union[bool, str, None] = ...,
|
4431
|
+
endpoint_url: Optional[str] = ...,
|
4432
|
+
aws_access_key_id: Optional[str] = ...,
|
4433
|
+
aws_secret_access_key: Optional[str] = ...,
|
4434
|
+
aws_session_token: Optional[str] = ...,
|
4435
|
+
config: Optional[Config] = ...,
|
4436
|
+
) -> Route53ProfilesClient: ...
|
4437
|
+
@overload
|
4424
4438
|
def client(
|
4425
4439
|
service_name: Literal["route53resolver"],
|
4426
4440
|
region_name: Optional[str] = ...,
|
boto3-stubs/session.pyi
CHANGED
@@ -330,6 +330,7 @@ from mypy_boto3_route53_recovery_cluster.client import Route53RecoveryClusterCli
|
|
330
330
|
from mypy_boto3_route53_recovery_control_config.client import Route53RecoveryControlConfigClient
|
331
331
|
from mypy_boto3_route53_recovery_readiness.client import Route53RecoveryReadinessClient
|
332
332
|
from mypy_boto3_route53domains.client import Route53DomainsClient
|
333
|
+
from mypy_boto3_route53profiles.client import Route53ProfilesClient
|
333
334
|
from mypy_boto3_route53resolver.client import Route53ResolverClient
|
334
335
|
from mypy_boto3_rum.client import CloudWatchRUMClient
|
335
336
|
from mypy_boto3_s3.client import S3Client
|
@@ -4749,6 +4750,20 @@ class Session:
|
|
4749
4750
|
config: Optional[Config] = ...,
|
4750
4751
|
) -> Route53DomainsClient: ...
|
4751
4752
|
@overload
|
4753
|
+
def client(
|
4754
|
+
self,
|
4755
|
+
service_name: Literal["route53profiles"],
|
4756
|
+
region_name: Optional[str] = ...,
|
4757
|
+
api_version: Optional[str] = ...,
|
4758
|
+
use_ssl: Optional[bool] = ...,
|
4759
|
+
verify: Union[bool, str, None] = ...,
|
4760
|
+
endpoint_url: Optional[str] = ...,
|
4761
|
+
aws_access_key_id: Optional[str] = ...,
|
4762
|
+
aws_secret_access_key: Optional[str] = ...,
|
4763
|
+
aws_session_token: Optional[str] = ...,
|
4764
|
+
config: Optional[Config] = ...,
|
4765
|
+
) -> Route53ProfilesClient: ...
|
4766
|
+
@overload
|
4752
4767
|
def client(
|
4753
4768
|
self,
|
4754
4769
|
service_name: Literal["route53resolver"],
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.34.
|
4
|
-
Summary: Type annotations for boto3 1.34.
|
3
|
+
Version: 1.34.90
|
4
|
+
Summary: Type annotations for boto3 1.34.90 generated with mypy-boto3-builder 7.23.2
|
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
|
@@ -350,6 +350,7 @@ Requires-Dist: mypy-boto3-route53-recovery-cluster <1.35.0,>=1.34.0 ; extra == '
|
|
350
350
|
Requires-Dist: mypy-boto3-route53-recovery-control-config <1.35.0,>=1.34.0 ; extra == 'all'
|
351
351
|
Requires-Dist: mypy-boto3-route53-recovery-readiness <1.35.0,>=1.34.0 ; extra == 'all'
|
352
352
|
Requires-Dist: mypy-boto3-route53domains <1.35.0,>=1.34.0 ; extra == 'all'
|
353
|
+
Requires-Dist: mypy-boto3-route53profiles <1.35.0,>=1.34.0 ; extra == 'all'
|
353
354
|
Requires-Dist: mypy-boto3-route53resolver <1.35.0,>=1.34.0 ; extra == 'all'
|
354
355
|
Requires-Dist: mypy-boto3-rum <1.35.0,>=1.34.0 ; extra == 'all'
|
355
356
|
Requires-Dist: mypy-boto3-s3 <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -498,8 +499,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
|
|
498
499
|
Provides-Extra: billingconductor
|
499
500
|
Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
|
500
501
|
Provides-Extra: boto3
|
501
|
-
Requires-Dist: boto3 ==1.34.
|
502
|
-
Requires-Dist: botocore ==1.34.
|
502
|
+
Requires-Dist: boto3 ==1.34.90 ; extra == 'boto3'
|
503
|
+
Requires-Dist: botocore ==1.34.90 ; extra == 'boto3'
|
503
504
|
Provides-Extra: braket
|
504
505
|
Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
|
505
506
|
Provides-Extra: budgets
|
@@ -1040,6 +1041,8 @@ Provides-Extra: route53-recovery-readiness
|
|
1040
1041
|
Requires-Dist: mypy-boto3-route53-recovery-readiness <1.35.0,>=1.34.0 ; extra == 'route53-recovery-readiness'
|
1041
1042
|
Provides-Extra: route53domains
|
1042
1043
|
Requires-Dist: mypy-boto3-route53domains <1.35.0,>=1.34.0 ; extra == 'route53domains'
|
1044
|
+
Provides-Extra: route53profiles
|
1045
|
+
Requires-Dist: mypy-boto3-route53profiles <1.35.0,>=1.34.0 ; extra == 'route53profiles'
|
1043
1046
|
Provides-Extra: route53resolver
|
1044
1047
|
Requires-Dist: mypy-boto3-route53resolver <1.35.0,>=1.34.0 ; extra == 'route53resolver'
|
1045
1048
|
Provides-Extra: rum
|
@@ -1203,7 +1206,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
|
|
1203
1206
|

|
1204
1207
|
|
1205
1208
|
Type annotations for
|
1206
|
-
[boto3 1.34.
|
1209
|
+
[boto3 1.34.90](https://boto3.amazonaws.com/v1/documentation/api/1.34.90/index.html)
|
1207
1210
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1208
1211
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1209
1212
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1585,7 +1588,7 @@ repository.
|
|
1585
1588
|
|
1586
1589
|
## Submodules
|
1587
1590
|
|
1588
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1591
|
+
- `boto3-stubs[all]` - Type annotations for all 383 services.
|
1589
1592
|
- `boto3-stubs[essential]` - Type annotations for
|
1590
1593
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
1591
1594
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
|
@@ -2489,6 +2492,9 @@ repository.
|
|
2489
2492
|
- `boto3-stubs[route53domains]` - Type annotations for
|
2490
2493
|
[Route53Domains](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53domains/)
|
2491
2494
|
service.
|
2495
|
+
- `boto3-stubs[route53profiles]` - Type annotations for
|
2496
|
+
[Route53Profiles](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53profiles/)
|
2497
|
+
service.
|
2492
2498
|
- `boto3-stubs[route53resolver]` - Type annotations for
|
2493
2499
|
[Route53Resolver](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53resolver/)
|
2494
2500
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=rhIpp0ealUnjni3zAdTxO4ktYmHa6zWyDMyPw_BXYRc,205730
|
2
2
|
boto3-stubs/compat.pyi,sha256=xa8V0D9EklCqKSzPAsOCRxSFn9o7ZsabgMB2NbezRU8,151
|
3
3
|
boto3-stubs/crt.pyi,sha256=I9HtByOVDaxLR8UI0IVRgEnd09-9nP7cz6aLchQGJy4,839
|
4
4
|
boto3-stubs/exceptions.pyi,sha256=5RiiwvZt6WJg4NmdBqiw_F3edX-hZCPft50s3YRd_Gg,1253
|
5
5
|
boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
boto3-stubs/session.pyi,sha256=
|
6
|
+
boto3-stubs/session.pyi,sha256=Dyy1nVfRhrHDkQnVsmfvOSCOacLJXI8CwlcVnpvFuzc,232778
|
7
7
|
boto3-stubs/utils.pyi,sha256=aFM7Aoxm8HuplG367JDYs5-zZ_YQpKr7ONPs1x7f15Y,779
|
8
8
|
boto3-stubs/docs/__init__.pyi,sha256=wGWFUev9EDG-4NT4l-JUjzFUsypBQf2kwFBfdb1uJeU,99
|
9
9
|
boto3-stubs/docs/utils.pyi,sha256=-TPT9ceptcx5Fx7PHeBt6u1jV-PuAudb5VYCtqf7SYg,934
|
@@ -27,8 +27,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
27
|
boto3-stubs/s3/constants.pyi,sha256=9MYiVx6cRf9tcrxvpy0Ubi4HGyrmUj19WQA54lmfoR8,75
|
28
28
|
boto3-stubs/s3/inject.pyi,sha256=UxVi6tYfEYdvc8cKldt9StTEGFHWTdd-867frSfxF9w,4577
|
29
29
|
boto3-stubs/s3/transfer.pyi,sha256=zQ7pQpsCWWo9cdYrOoiuKyiLz_t1sG0_OOznd5DETTo,2508
|
30
|
-
boto3_stubs-1.34.
|
31
|
-
boto3_stubs-1.34.
|
32
|
-
boto3_stubs-1.34.
|
33
|
-
boto3_stubs-1.34.
|
34
|
-
boto3_stubs-1.34.
|
30
|
+
boto3_stubs-1.34.90.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
31
|
+
boto3_stubs-1.34.90.dist-info/METADATA,sha256=ZLZM2p1fVWZw1SBpdXd9qTAwhlJB2uCgy7Bmw9rtGFs,141561
|
32
|
+
boto3_stubs-1.34.90.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
33
|
+
boto3_stubs-1.34.90.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
34
|
+
boto3_stubs-1.34.90.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|