boto3-stubs 1.35.31__py3-none-any.whl → 1.35.33__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.35.31.dist-info → boto3_stubs-1.35.33.dist-info}/METADATA +13 -7
- {boto3_stubs-1.35.31.dist-info → boto3_stubs-1.35.33.dist-info}/RECORD +7 -7
- {boto3_stubs-1.35.31.dist-info → boto3_stubs-1.35.33.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.35.31.dist-info → boto3_stubs-1.35.33.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.35.31.dist-info → boto3_stubs-1.35.33.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -242,6 +242,7 @@ from mypy_boto3_marketplace_agreement.client import AgreementServiceClient
|
|
242
242
|
from mypy_boto3_marketplace_catalog.client import MarketplaceCatalogClient
|
243
243
|
from mypy_boto3_marketplace_deployment.client import MarketplaceDeploymentServiceClient
|
244
244
|
from mypy_boto3_marketplace_entitlement.client import MarketplaceEntitlementServiceClient
|
245
|
+
from mypy_boto3_marketplace_reporting.client import MarketplaceReportingServiceClient
|
245
246
|
from mypy_boto3_marketplacecommerceanalytics.client import MarketplaceCommerceAnalyticsClient
|
246
247
|
from mypy_boto3_mediaconnect.client import MediaConnectClient
|
247
248
|
from mypy_boto3_mediaconvert.client import MediaConvertClient
|
@@ -3372,6 +3373,19 @@ def client(
|
|
3372
3373
|
config: Optional[Config] = ...,
|
3373
3374
|
) -> MarketplaceEntitlementServiceClient: ...
|
3374
3375
|
@overload
|
3376
|
+
def client(
|
3377
|
+
service_name: Literal["marketplace-reporting"],
|
3378
|
+
region_name: Optional[str] = ...,
|
3379
|
+
api_version: Optional[str] = ...,
|
3380
|
+
use_ssl: Optional[bool] = ...,
|
3381
|
+
verify: Union[bool, str, None] = ...,
|
3382
|
+
endpoint_url: Optional[str] = ...,
|
3383
|
+
aws_access_key_id: Optional[str] = ...,
|
3384
|
+
aws_secret_access_key: Optional[str] = ...,
|
3385
|
+
aws_session_token: Optional[str] = ...,
|
3386
|
+
config: Optional[Config] = ...,
|
3387
|
+
) -> MarketplaceReportingServiceClient: ...
|
3388
|
+
@overload
|
3375
3389
|
def client(
|
3376
3390
|
service_name: Literal["marketplacecommerceanalytics"],
|
3377
3391
|
region_name: Optional[str] = ...,
|
boto3-stubs/session.pyi
CHANGED
@@ -248,6 +248,7 @@ from mypy_boto3_marketplace_agreement.client import AgreementServiceClient
|
|
248
248
|
from mypy_boto3_marketplace_catalog.client import MarketplaceCatalogClient
|
249
249
|
from mypy_boto3_marketplace_deployment.client import MarketplaceDeploymentServiceClient
|
250
250
|
from mypy_boto3_marketplace_entitlement.client import MarketplaceEntitlementServiceClient
|
251
|
+
from mypy_boto3_marketplace_reporting.client import MarketplaceReportingServiceClient
|
251
252
|
from mypy_boto3_marketplacecommerceanalytics.client import MarketplaceCommerceAnalyticsClient
|
252
253
|
from mypy_boto3_mediaconnect.client import MediaConnectClient
|
253
254
|
from mypy_boto3_mediaconvert.client import MediaConvertClient
|
@@ -3619,6 +3620,20 @@ class Session:
|
|
3619
3620
|
config: Optional[Config] = ...,
|
3620
3621
|
) -> MarketplaceEntitlementServiceClient: ...
|
3621
3622
|
@overload
|
3623
|
+
def client(
|
3624
|
+
self,
|
3625
|
+
service_name: Literal["marketplace-reporting"],
|
3626
|
+
region_name: Optional[str] = ...,
|
3627
|
+
api_version: Optional[str] = ...,
|
3628
|
+
use_ssl: Optional[bool] = ...,
|
3629
|
+
verify: Union[bool, str, None] = ...,
|
3630
|
+
endpoint_url: Optional[str] = ...,
|
3631
|
+
aws_access_key_id: Optional[str] = ...,
|
3632
|
+
aws_secret_access_key: Optional[str] = ...,
|
3633
|
+
aws_session_token: Optional[str] = ...,
|
3634
|
+
config: Optional[Config] = ...,
|
3635
|
+
) -> MarketplaceReportingServiceClient: ...
|
3636
|
+
@overload
|
3622
3637
|
def client(
|
3623
3638
|
self,
|
3624
3639
|
service_name: Literal["marketplacecommerceanalytics"],
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.35.
|
4
|
-
Summary: Type annotations for boto3 1.35.
|
3
|
+
Version: 1.35.33
|
4
|
+
Summary: Type annotations for boto3 1.35.33 generated with mypy-boto3-builder 8.1.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
|
@@ -267,6 +267,7 @@ Requires-Dist: mypy-boto3-marketplace-agreement<1.36.0,>=1.35.0; extra == "all"
|
|
267
267
|
Requires-Dist: mypy-boto3-marketplace-catalog<1.36.0,>=1.35.0; extra == "all"
|
268
268
|
Requires-Dist: mypy-boto3-marketplace-deployment<1.36.0,>=1.35.0; extra == "all"
|
269
269
|
Requires-Dist: mypy-boto3-marketplace-entitlement<1.36.0,>=1.35.0; extra == "all"
|
270
|
+
Requires-Dist: mypy-boto3-marketplace-reporting<1.36.0,>=1.35.0; extra == "all"
|
270
271
|
Requires-Dist: mypy-boto3-marketplacecommerceanalytics<1.36.0,>=1.35.0; extra == "all"
|
271
272
|
Requires-Dist: mypy-boto3-mediaconnect<1.36.0,>=1.35.0; extra == "all"
|
272
273
|
Requires-Dist: mypy-boto3-mediaconvert<1.36.0,>=1.35.0; extra == "all"
|
@@ -502,8 +503,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "bedrock-run
|
|
502
503
|
Provides-Extra: billingconductor
|
503
504
|
Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "billingconductor"
|
504
505
|
Provides-Extra: boto3
|
505
|
-
Requires-Dist: boto3==1.35.
|
506
|
-
Requires-Dist: botocore==1.35.
|
506
|
+
Requires-Dist: boto3==1.35.33; extra == "boto3"
|
507
|
+
Requires-Dist: botocore==1.35.33; extra == "boto3"
|
507
508
|
Provides-Extra: braket
|
508
509
|
Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "braket"
|
509
510
|
Provides-Extra: budgets
|
@@ -884,6 +885,8 @@ Provides-Extra: marketplace-deployment
|
|
884
885
|
Requires-Dist: mypy-boto3-marketplace-deployment<1.36.0,>=1.35.0; extra == "marketplace-deployment"
|
885
886
|
Provides-Extra: marketplace-entitlement
|
886
887
|
Requires-Dist: mypy-boto3-marketplace-entitlement<1.36.0,>=1.35.0; extra == "marketplace-entitlement"
|
888
|
+
Provides-Extra: marketplace-reporting
|
889
|
+
Requires-Dist: mypy-boto3-marketplace-reporting<1.36.0,>=1.35.0; extra == "marketplace-reporting"
|
887
890
|
Provides-Extra: marketplacecommerceanalytics
|
888
891
|
Requires-Dist: mypy-boto3-marketplacecommerceanalytics<1.36.0,>=1.35.0; extra == "marketplacecommerceanalytics"
|
889
892
|
Provides-Extra: mediaconnect
|
@@ -1217,7 +1220,7 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
|
|
1217
1220
|

|
1218
1221
|
|
1219
1222
|
Type annotations for
|
1220
|
-
[boto3 1.35.
|
1223
|
+
[boto3 1.35.33](https://boto3.amazonaws.com/v1/documentation/api/1.35.33/index.html)
|
1221
1224
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1222
1225
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1223
1226
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1603,9 +1606,9 @@ repository.
|
|
1603
1606
|
|
1604
1607
|
## Submodules
|
1605
1608
|
|
1606
|
-
- `boto3-stubs[full]` - Type annotations for all
|
1609
|
+
- `boto3-stubs[full]` - Type annotations for all 387 services in one package
|
1607
1610
|
(recommended).
|
1608
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1611
|
+
- `boto3-stubs[all]` - Type annotations for all 387 services in separate
|
1609
1612
|
packages.
|
1610
1613
|
- `boto3-stubs[essential]` - Type annotations for
|
1611
1614
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
@@ -2274,6 +2277,9 @@ repository.
|
|
2274
2277
|
- `boto3-stubs[marketplace-entitlement]` - Type annotations for
|
2275
2278
|
[MarketplaceEntitlementService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplace_entitlement/)
|
2276
2279
|
service.
|
2280
|
+
- `boto3-stubs[marketplace-reporting]` - Type annotations for
|
2281
|
+
[MarketplaceReportingService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplace_reporting/)
|
2282
|
+
service.
|
2277
2283
|
- `boto3-stubs[marketplacecommerceanalytics]` - Type annotations for
|
2278
2284
|
[MarketplaceCommerceAnalytics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplacecommerceanalytics/)
|
2279
2285
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=4rvgNnrDtv6sJpFXl31jEPuJ3RxKgazUPKxDkTzFLNc,208040
|
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=ZSxDjl87GJcS_1bCPE9NR2diNm4kOARXahWJ-PHfYyc,235352
|
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/action.pyi,sha256=swA73r0izUswkhU7lChbW4FZN491Q8HjcxnwlyDnAuE,960
|
@@ -38,8 +38,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
boto3-stubs/s3/constants.pyi,sha256=9MYiVx6cRf9tcrxvpy0Ubi4HGyrmUj19WQA54lmfoR8,75
|
39
39
|
boto3-stubs/s3/inject.pyi,sha256=UxVi6tYfEYdvc8cKldt9StTEGFHWTdd-867frSfxF9w,4577
|
40
40
|
boto3-stubs/s3/transfer.pyi,sha256=zQ7pQpsCWWo9cdYrOoiuKyiLz_t1sG0_OOznd5DETTo,2508
|
41
|
-
boto3_stubs-1.35.
|
42
|
-
boto3_stubs-1.35.
|
43
|
-
boto3_stubs-1.35.
|
44
|
-
boto3_stubs-1.35.
|
45
|
-
boto3_stubs-1.35.
|
41
|
+
boto3_stubs-1.35.33.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
42
|
+
boto3_stubs-1.35.33.dist-info/METADATA,sha256=iRQ1aD3LrBts6NeoyyUb0c3g7JA-edOGfBJj_-O01Jc,141730
|
43
|
+
boto3_stubs-1.35.33.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
44
|
+
boto3_stubs-1.35.33.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
boto3_stubs-1.35.33.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|