boto3-stubs 1.35.60__py3-none-any.whl → 1.35.61__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 CHANGED
@@ -286,6 +286,7 @@ from mypy_boto3_organizations.client import OrganizationsClient
286
286
  from mypy_boto3_osis.client import OpenSearchIngestionClient
287
287
  from mypy_boto3_outposts.client import OutpostsClient
288
288
  from mypy_boto3_panorama.client import PanoramaClient
289
+ from mypy_boto3_partnercentral_selling.client import PartnerCentralSellingAPIClient
289
290
  from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
290
291
  from mypy_boto3_payment_cryptography_data.client import PaymentCryptographyDataPlaneClient
291
292
  from mypy_boto3_pca_connector_ad.client import PcaConnectorAdClient
@@ -3936,6 +3937,19 @@ def client(
3936
3937
  config: Optional[Config] = ...,
3937
3938
  ) -> PanoramaClient: ...
3938
3939
  @overload
3940
+ def client(
3941
+ service_name: Literal["partnercentral-selling"],
3942
+ region_name: Optional[str] = ...,
3943
+ api_version: Optional[str] = ...,
3944
+ use_ssl: Optional[bool] = ...,
3945
+ verify: Union[bool, str, None] = ...,
3946
+ endpoint_url: Optional[str] = ...,
3947
+ aws_access_key_id: Optional[str] = ...,
3948
+ aws_secret_access_key: Optional[str] = ...,
3949
+ aws_session_token: Optional[str] = ...,
3950
+ config: Optional[Config] = ...,
3951
+ ) -> PartnerCentralSellingAPIClient: ...
3952
+ @overload
3939
3953
  def client(
3940
3954
  service_name: Literal["payment-cryptography"],
3941
3955
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -292,6 +292,7 @@ from mypy_boto3_organizations.client import OrganizationsClient
292
292
  from mypy_boto3_osis.client import OpenSearchIngestionClient
293
293
  from mypy_boto3_outposts.client import OutpostsClient
294
294
  from mypy_boto3_panorama.client import PanoramaClient
295
+ from mypy_boto3_partnercentral_selling.client import PartnerCentralSellingAPIClient
295
296
  from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
296
297
  from mypy_boto3_payment_cryptography_data.client import PaymentCryptographyDataPlaneClient
297
298
  from mypy_boto3_pca_connector_ad.client import PcaConnectorAdClient
@@ -4226,6 +4227,20 @@ class Session:
4226
4227
  config: Optional[Config] = ...,
4227
4228
  ) -> PanoramaClient: ...
4228
4229
  @overload
4230
+ def client(
4231
+ self,
4232
+ service_name: Literal["partnercentral-selling"],
4233
+ region_name: Optional[str] = ...,
4234
+ api_version: Optional[str] = ...,
4235
+ use_ssl: Optional[bool] = ...,
4236
+ verify: Union[bool, str, None] = ...,
4237
+ endpoint_url: Optional[str] = ...,
4238
+ aws_access_key_id: Optional[str] = ...,
4239
+ aws_secret_access_key: Optional[str] = ...,
4240
+ aws_session_token: Optional[str] = ...,
4241
+ config: Optional[Config] = ...,
4242
+ ) -> PartnerCentralSellingAPIClient: ...
4243
+ @overload
4229
4244
  def client(
4230
4245
  self,
4231
4246
  service_name: Literal["payment-cryptography"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.35.60
4
- Summary: Type annotations for boto3 1.35.60 generated with mypy-boto3-builder 8.2.1
3
+ Version: 1.35.61
4
+ Summary: Type annotations for boto3 1.35.61 generated with mypy-boto3-builder 8.2.1
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
@@ -311,6 +311,7 @@ Requires-Dist: mypy-boto3-organizations<1.36.0,>=1.35.0; extra == "all"
311
311
  Requires-Dist: mypy-boto3-osis<1.36.0,>=1.35.0; extra == "all"
312
312
  Requires-Dist: mypy-boto3-outposts<1.36.0,>=1.35.0; extra == "all"
313
313
  Requires-Dist: mypy-boto3-panorama<1.36.0,>=1.35.0; extra == "all"
314
+ Requires-Dist: mypy-boto3-partnercentral-selling<1.36.0,>=1.35.0; extra == "all"
314
315
  Requires-Dist: mypy-boto3-payment-cryptography<1.36.0,>=1.35.0; extra == "all"
315
316
  Requires-Dist: mypy-boto3-payment-cryptography-data<1.36.0,>=1.35.0; extra == "all"
316
317
  Requires-Dist: mypy-boto3-pca-connector-ad<1.36.0,>=1.35.0; extra == "all"
@@ -510,8 +511,8 @@ Requires-Dist: mypy-boto3-billing<1.36.0,>=1.35.0; extra == "billing"
510
511
  Provides-Extra: billingconductor
511
512
  Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "billingconductor"
512
513
  Provides-Extra: boto3
513
- Requires-Dist: boto3==1.35.60; extra == "boto3"
514
- Requires-Dist: botocore==1.35.60; extra == "boto3"
514
+ Requires-Dist: boto3==1.35.61; extra == "boto3"
515
+ Requires-Dist: botocore==1.35.61; extra == "boto3"
515
516
  Provides-Extra: braket
516
517
  Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "braket"
517
518
  Provides-Extra: budgets
@@ -976,6 +977,8 @@ Provides-Extra: outposts
976
977
  Requires-Dist: mypy-boto3-outposts<1.36.0,>=1.35.0; extra == "outposts"
977
978
  Provides-Extra: panorama
978
979
  Requires-Dist: mypy-boto3-panorama<1.36.0,>=1.35.0; extra == "panorama"
980
+ Provides-Extra: partnercentral-selling
981
+ Requires-Dist: mypy-boto3-partnercentral-selling<1.36.0,>=1.35.0; extra == "partnercentral-selling"
979
982
  Provides-Extra: payment-cryptography
980
983
  Requires-Dist: mypy-boto3-payment-cryptography<1.36.0,>=1.35.0; extra == "payment-cryptography"
981
984
  Provides-Extra: payment-cryptography-data
@@ -1233,7 +1236,7 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1233
1236
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1234
1237
 
1235
1238
  Type annotations for
1236
- [boto3 1.35.60](https://boto3.amazonaws.com/v1/documentation/api/1.35.60/index.html)
1239
+ [boto3 1.35.61](https://boto3.amazonaws.com/v1/documentation/api/1.35.61/index.html)
1237
1240
  compatible with [VSCode](https://code.visualstudio.com/),
1238
1241
  [PyCharm](https://www.jetbrains.com/pycharm/),
1239
1242
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1619,9 +1622,9 @@ repository.
1619
1622
 
1620
1623
  ## Submodules
1621
1624
 
1622
- - `boto3-stubs[full]` - Type annotations for all 391 services in one package
1625
+ - `boto3-stubs[full]` - Type annotations for all 392 services in one package
1623
1626
  (recommended).
1624
- - `boto3-stubs[all]` - Type annotations for all 391 services in separate
1627
+ - `boto3-stubs[all]` - Type annotations for all 392 services in separate
1625
1628
  packages.
1626
1629
  - `boto3-stubs[essential]` - Type annotations for
1627
1630
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -2416,6 +2419,9 @@ repository.
2416
2419
  - `boto3-stubs[panorama]` - Type annotations for
2417
2420
  [Panorama](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_panorama/)
2418
2421
  service.
2422
+ - `boto3-stubs[partnercentral-selling]` - Type annotations for
2423
+ [PartnerCentralSellingAPI](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_partnercentral_selling/)
2424
+ service.
2419
2425
  - `boto3-stubs[payment-cryptography]` - Type annotations for
2420
2426
  [PaymentCryptographyControlPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_payment_cryptography/)
2421
2427
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=IntwTuue_IfJ3A5-2L1hSNAlsntukKKnxwP7JsNOnBE,210184
1
+ boto3-stubs/__init__.pyi,sha256=LyV0E4MB-HWASovyciRiNAcVf3nO61jTb1LH3q2whB0,210748
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=QumsofmlBjL5SVTC4qgD0IBSPwMrZvlkdXimQ6xudHA,237760
6
+ boto3-stubs/session.pyi,sha256=CYtguhdoJrx3hKkpYWC3wBctO41A5BYOV_V2Xk_z8ZE,238390
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=L1Nix_RmkmgT-XCxkk6L2FAIwnJqXppLXc0UnHHnMjs,2516
41
- boto3_stubs-1.35.60.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
- boto3_stubs-1.35.60.dist-info/METADATA,sha256=cGsbI-nA2yYCNYaqVn6_v0DTsMFUxMJ5g_XgDVy0_vc,143112
43
- boto3_stubs-1.35.60.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
44
- boto3_stubs-1.35.60.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.35.60.dist-info/RECORD,,
41
+ boto3_stubs-1.35.61.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
+ boto3_stubs-1.35.61.dist-info/METADATA,sha256=M_DV6K52nU_dbjJJ45R_3qPQM5nIUtx021hJD4vMhcw,143514
43
+ boto3_stubs-1.35.61.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
44
+ boto3_stubs-1.35.61.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs-1.35.61.dist-info/RECORD,,