boto3-stubs 1.34.137__py3-none-any.whl → 1.34.146__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 -14
- boto3-stubs/session.pyi +15 -15
- {boto3_stubs-1.34.137.dist-info → boto3_stubs-1.34.146.dist-info}/METADATA +11 -11
- {boto3_stubs-1.34.137.dist-info → boto3_stubs-1.34.146.dist-info}/RECORD +7 -7
- {boto3_stubs-1.34.137.dist-info → boto3_stubs-1.34.146.dist-info}/WHEEL +1 -1
- {boto3_stubs-1.34.137.dist-info → boto3_stubs-1.34.146.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.34.137.dist-info → boto3_stubs-1.34.146.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -261,7 +261,6 @@ from mypy_boto3_migration_hub_refactor_spaces.client import MigrationHubRefactor
|
|
261
261
|
from mypy_boto3_migrationhub_config.client import MigrationHubConfigClient
|
262
262
|
from mypy_boto3_migrationhuborchestrator.client import MigrationHubOrchestratorClient
|
263
263
|
from mypy_boto3_migrationhubstrategy.client import MigrationHubStrategyRecommendationsClient
|
264
|
-
from mypy_boto3_mobile.client import MobileClient
|
265
264
|
from mypy_boto3_mq.client import MQClient
|
266
265
|
from mypy_boto3_mturk.client import MTurkClient
|
267
266
|
from mypy_boto3_mwaa.client import MWAAClient
|
@@ -300,6 +299,7 @@ from mypy_boto3_polly.client import PollyClient
|
|
300
299
|
from mypy_boto3_pricing.client import PricingClient
|
301
300
|
from mypy_boto3_privatenetworks.client import Private5GClient
|
302
301
|
from mypy_boto3_proton.client import ProtonClient
|
302
|
+
from mypy_boto3_qapps.client import QAppsClient
|
303
303
|
from mypy_boto3_qbusiness.client import QBusinessClient
|
304
304
|
from mypy_boto3_qconnect.client import QConnectClient
|
305
305
|
from mypy_boto3_qldb.client import QLDBClient
|
@@ -3618,19 +3618,6 @@ def client(
|
|
3618
3618
|
config: Optional[Config] = ...,
|
3619
3619
|
) -> MigrationHubStrategyRecommendationsClient: ...
|
3620
3620
|
@overload
|
3621
|
-
def client(
|
3622
|
-
service_name: Literal["mobile"],
|
3623
|
-
region_name: Optional[str] = ...,
|
3624
|
-
api_version: Optional[str] = ...,
|
3625
|
-
use_ssl: Optional[bool] = ...,
|
3626
|
-
verify: Union[bool, str, None] = ...,
|
3627
|
-
endpoint_url: Optional[str] = ...,
|
3628
|
-
aws_access_key_id: Optional[str] = ...,
|
3629
|
-
aws_secret_access_key: Optional[str] = ...,
|
3630
|
-
aws_session_token: Optional[str] = ...,
|
3631
|
-
config: Optional[Config] = ...,
|
3632
|
-
) -> MobileClient: ...
|
3633
|
-
@overload
|
3634
3621
|
def client(
|
3635
3622
|
service_name: Literal["mq"],
|
3636
3623
|
region_name: Optional[str] = ...,
|
@@ -4112,6 +4099,19 @@ def client(
|
|
4112
4099
|
config: Optional[Config] = ...,
|
4113
4100
|
) -> ProtonClient: ...
|
4114
4101
|
@overload
|
4102
|
+
def client(
|
4103
|
+
service_name: Literal["qapps"],
|
4104
|
+
region_name: Optional[str] = ...,
|
4105
|
+
api_version: Optional[str] = ...,
|
4106
|
+
use_ssl: Optional[bool] = ...,
|
4107
|
+
verify: Union[bool, str, None] = ...,
|
4108
|
+
endpoint_url: Optional[str] = ...,
|
4109
|
+
aws_access_key_id: Optional[str] = ...,
|
4110
|
+
aws_secret_access_key: Optional[str] = ...,
|
4111
|
+
aws_session_token: Optional[str] = ...,
|
4112
|
+
config: Optional[Config] = ...,
|
4113
|
+
) -> QAppsClient: ...
|
4114
|
+
@overload
|
4115
4115
|
def client(
|
4116
4116
|
service_name: Literal["qbusiness"],
|
4117
4117
|
region_name: Optional[str] = ...,
|
boto3-stubs/session.pyi
CHANGED
@@ -267,7 +267,6 @@ from mypy_boto3_migration_hub_refactor_spaces.client import MigrationHubRefactor
|
|
267
267
|
from mypy_boto3_migrationhub_config.client import MigrationHubConfigClient
|
268
268
|
from mypy_boto3_migrationhuborchestrator.client import MigrationHubOrchestratorClient
|
269
269
|
from mypy_boto3_migrationhubstrategy.client import MigrationHubStrategyRecommendationsClient
|
270
|
-
from mypy_boto3_mobile.client import MobileClient
|
271
270
|
from mypy_boto3_mq.client import MQClient
|
272
271
|
from mypy_boto3_mturk.client import MTurkClient
|
273
272
|
from mypy_boto3_mwaa.client import MWAAClient
|
@@ -306,6 +305,7 @@ from mypy_boto3_polly.client import PollyClient
|
|
306
305
|
from mypy_boto3_pricing.client import PricingClient
|
307
306
|
from mypy_boto3_privatenetworks.client import Private5GClient
|
308
307
|
from mypy_boto3_proton.client import ProtonClient
|
308
|
+
from mypy_boto3_qapps.client import QAppsClient
|
309
309
|
from mypy_boto3_qbusiness.client import QBusinessClient
|
310
310
|
from mypy_boto3_qconnect.client import QConnectClient
|
311
311
|
from mypy_boto3_qldb.client import QLDBClient
|
@@ -3884,20 +3884,6 @@ class Session:
|
|
3884
3884
|
config: Optional[Config] = ...,
|
3885
3885
|
) -> MigrationHubStrategyRecommendationsClient: ...
|
3886
3886
|
@overload
|
3887
|
-
def client(
|
3888
|
-
self,
|
3889
|
-
service_name: Literal["mobile"],
|
3890
|
-
region_name: Optional[str] = ...,
|
3891
|
-
api_version: Optional[str] = ...,
|
3892
|
-
use_ssl: Optional[bool] = ...,
|
3893
|
-
verify: Union[bool, str, None] = ...,
|
3894
|
-
endpoint_url: Optional[str] = ...,
|
3895
|
-
aws_access_key_id: Optional[str] = ...,
|
3896
|
-
aws_secret_access_key: Optional[str] = ...,
|
3897
|
-
aws_session_token: Optional[str] = ...,
|
3898
|
-
config: Optional[Config] = ...,
|
3899
|
-
) -> MobileClient: ...
|
3900
|
-
@overload
|
3901
3887
|
def client(
|
3902
3888
|
self,
|
3903
3889
|
service_name: Literal["mq"],
|
@@ -4416,6 +4402,20 @@ class Session:
|
|
4416
4402
|
config: Optional[Config] = ...,
|
4417
4403
|
) -> ProtonClient: ...
|
4418
4404
|
@overload
|
4405
|
+
def client(
|
4406
|
+
self,
|
4407
|
+
service_name: Literal["qapps"],
|
4408
|
+
region_name: Optional[str] = ...,
|
4409
|
+
api_version: Optional[str] = ...,
|
4410
|
+
use_ssl: Optional[bool] = ...,
|
4411
|
+
verify: Union[bool, str, None] = ...,
|
4412
|
+
endpoint_url: Optional[str] = ...,
|
4413
|
+
aws_access_key_id: Optional[str] = ...,
|
4414
|
+
aws_secret_access_key: Optional[str] = ...,
|
4415
|
+
aws_session_token: Optional[str] = ...,
|
4416
|
+
config: Optional[Config] = ...,
|
4417
|
+
) -> QAppsClient: ...
|
4418
|
+
@overload
|
4419
4419
|
def client(
|
4420
4420
|
self,
|
4421
4421
|
service_name: Literal["qbusiness"],
|
@@ -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.146
|
4
|
+
Summary: Type annotations for boto3 1.34.146 generated with mypy-boto3-builder 7.25.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
|
@@ -286,7 +286,6 @@ Requires-Dist: mypy-boto3-migration-hub-refactor-spaces <1.35.0,>=1.34.0 ; extra
|
|
286
286
|
Requires-Dist: mypy-boto3-migrationhub-config <1.35.0,>=1.34.0 ; extra == 'all'
|
287
287
|
Requires-Dist: mypy-boto3-migrationhuborchestrator <1.35.0,>=1.34.0 ; extra == 'all'
|
288
288
|
Requires-Dist: mypy-boto3-migrationhubstrategy <1.35.0,>=1.34.0 ; extra == 'all'
|
289
|
-
Requires-Dist: mypy-boto3-mobile <1.35.0,>=1.34.0 ; extra == 'all'
|
290
289
|
Requires-Dist: mypy-boto3-mq <1.35.0,>=1.34.0 ; extra == 'all'
|
291
290
|
Requires-Dist: mypy-boto3-mturk <1.35.0,>=1.34.0 ; extra == 'all'
|
292
291
|
Requires-Dist: mypy-boto3-mwaa <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -324,6 +323,7 @@ Requires-Dist: mypy-boto3-polly <1.35.0,>=1.34.0 ; extra == 'all'
|
|
324
323
|
Requires-Dist: mypy-boto3-pricing <1.35.0,>=1.34.0 ; extra == 'all'
|
325
324
|
Requires-Dist: mypy-boto3-privatenetworks <1.35.0,>=1.34.0 ; extra == 'all'
|
326
325
|
Requires-Dist: mypy-boto3-proton <1.35.0,>=1.34.0 ; extra == 'all'
|
326
|
+
Requires-Dist: mypy-boto3-qapps <1.35.0,>=1.34.0 ; extra == 'all'
|
327
327
|
Requires-Dist: mypy-boto3-qbusiness <1.35.0,>=1.34.0 ; extra == 'all'
|
328
328
|
Requires-Dist: mypy-boto3-qconnect <1.35.0,>=1.34.0 ; extra == 'all'
|
329
329
|
Requires-Dist: mypy-boto3-qldb <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -501,8 +501,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
|
|
501
501
|
Provides-Extra: billingconductor
|
502
502
|
Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
|
503
503
|
Provides-Extra: boto3
|
504
|
-
Requires-Dist: boto3 ==1.34.
|
505
|
-
Requires-Dist: botocore ==1.34.
|
504
|
+
Requires-Dist: boto3 ==1.34.146 ; extra == 'boto3'
|
505
|
+
Requires-Dist: botocore ==1.34.146 ; extra == 'boto3'
|
506
506
|
Provides-Extra: braket
|
507
507
|
Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
|
508
508
|
Provides-Extra: budgets
|
@@ -919,8 +919,6 @@ Provides-Extra: migrationhuborchestrator
|
|
919
919
|
Requires-Dist: mypy-boto3-migrationhuborchestrator <1.35.0,>=1.34.0 ; extra == 'migrationhuborchestrator'
|
920
920
|
Provides-Extra: migrationhubstrategy
|
921
921
|
Requires-Dist: mypy-boto3-migrationhubstrategy <1.35.0,>=1.34.0 ; extra == 'migrationhubstrategy'
|
922
|
-
Provides-Extra: mobile
|
923
|
-
Requires-Dist: mypy-boto3-mobile <1.35.0,>=1.34.0 ; extra == 'mobile'
|
924
922
|
Provides-Extra: mq
|
925
923
|
Requires-Dist: mypy-boto3-mq <1.35.0,>=1.34.0 ; extra == 'mq'
|
926
924
|
Provides-Extra: mturk
|
@@ -995,6 +993,8 @@ Provides-Extra: privatenetworks
|
|
995
993
|
Requires-Dist: mypy-boto3-privatenetworks <1.35.0,>=1.34.0 ; extra == 'privatenetworks'
|
996
994
|
Provides-Extra: proton
|
997
995
|
Requires-Dist: mypy-boto3-proton <1.35.0,>=1.34.0 ; extra == 'proton'
|
996
|
+
Provides-Extra: qapps
|
997
|
+
Requires-Dist: mypy-boto3-qapps <1.35.0,>=1.34.0 ; extra == 'qapps'
|
998
998
|
Provides-Extra: qbusiness
|
999
999
|
Requires-Dist: mypy-boto3-qbusiness <1.35.0,>=1.34.0 ; extra == 'qbusiness'
|
1000
1000
|
Provides-Extra: qconnect
|
@@ -1212,7 +1212,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
|
|
1212
1212
|

|
1213
1213
|
|
1214
1214
|
Type annotations for
|
1215
|
-
[boto3 1.34.
|
1215
|
+
[boto3 1.34.146](https://boto3.amazonaws.com/v1/documentation/api/1.34.146/index.html)
|
1216
1216
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1217
1217
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1218
1218
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -2323,9 +2323,6 @@ repository.
|
|
2323
2323
|
- `boto3-stubs[migrationhubstrategy]` - Type annotations for
|
2324
2324
|
[MigrationHubStrategyRecommendations](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_migrationhubstrategy/)
|
2325
2325
|
service.
|
2326
|
-
- `boto3-stubs[mobile]` - Type annotations for
|
2327
|
-
[Mobile](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mobile/)
|
2328
|
-
service.
|
2329
2326
|
- `boto3-stubs[mq]` - Type annotations for
|
2330
2327
|
[MQ](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mq/) service.
|
2331
2328
|
- `boto3-stubs[mturk]` - Type annotations for
|
@@ -2434,6 +2431,9 @@ repository.
|
|
2434
2431
|
- `boto3-stubs[proton]` - Type annotations for
|
2435
2432
|
[Proton](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_proton/)
|
2436
2433
|
service.
|
2434
|
+
- `boto3-stubs[qapps]` - Type annotations for
|
2435
|
+
[QApps](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_qapps/)
|
2436
|
+
service.
|
2437
2437
|
- `boto3-stubs[qbusiness]` - Type annotations for
|
2438
2438
|
[QBusiness](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_qbusiness/)
|
2439
2439
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=f1UWRC-iutopn2pjD-TR7v8sq31ltPNo-PS76lx7qz0,206880
|
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=RFklAfl10G_-18MQEPeAQ4FxIv_yOAwjKnqS2Uqhx88,234060
|
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.146.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
31
|
+
boto3_stubs-1.34.146.dist-info/METADATA,sha256=yr8mZ8mGWc6Lx_ENbcRNUrBUe-BJwTi4opqQXJsH6UQ,142417
|
32
|
+
boto3_stubs-1.34.146.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
33
|
+
boto3_stubs-1.34.146.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
34
|
+
boto3_stubs-1.34.146.dist-info/RECORD,,
|
File without changes
|
File without changes
|