boto3-stubs 1.35.59__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
@@ -46,6 +46,7 @@ from mypy_boto3_bedrock.client import BedrockClient
46
46
  from mypy_boto3_bedrock_agent.client import AgentsforBedrockClient
47
47
  from mypy_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
48
48
  from mypy_boto3_bedrock_runtime.client import BedrockRuntimeClient
49
+ from mypy_boto3_billing.client import BillingClient
49
50
  from mypy_boto3_billingconductor.client import BillingConductorClient
50
51
  from mypy_boto3_braket.client import BraketClient
51
52
  from mypy_boto3_budgets.client import BudgetsClient
@@ -285,6 +286,7 @@ from mypy_boto3_organizations.client import OrganizationsClient
285
286
  from mypy_boto3_osis.client import OpenSearchIngestionClient
286
287
  from mypy_boto3_outposts.client import OutpostsClient
287
288
  from mypy_boto3_panorama.client import PanoramaClient
289
+ from mypy_boto3_partnercentral_selling.client import PartnerCentralSellingAPIClient
288
290
  from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
289
291
  from mypy_boto3_payment_cryptography_data.client import PaymentCryptographyDataPlaneClient
290
292
  from mypy_boto3_pca_connector_ad.client import PcaConnectorAdClient
@@ -958,6 +960,19 @@ def client(
958
960
  config: Optional[Config] = ...,
959
961
  ) -> BedrockRuntimeClient: ...
960
962
  @overload
963
+ def client(
964
+ service_name: Literal["billing"],
965
+ region_name: Optional[str] = ...,
966
+ api_version: Optional[str] = ...,
967
+ use_ssl: Optional[bool] = ...,
968
+ verify: Union[bool, str, None] = ...,
969
+ endpoint_url: Optional[str] = ...,
970
+ aws_access_key_id: Optional[str] = ...,
971
+ aws_secret_access_key: Optional[str] = ...,
972
+ aws_session_token: Optional[str] = ...,
973
+ config: Optional[Config] = ...,
974
+ ) -> BillingClient: ...
975
+ @overload
961
976
  def client(
962
977
  service_name: Literal["billingconductor"],
963
978
  region_name: Optional[str] = ...,
@@ -3922,6 +3937,19 @@ def client(
3922
3937
  config: Optional[Config] = ...,
3923
3938
  ) -> PanoramaClient: ...
3924
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
3925
3953
  def client(
3926
3954
  service_name: Literal["payment-cryptography"],
3927
3955
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -52,6 +52,7 @@ from mypy_boto3_bedrock.client import BedrockClient
52
52
  from mypy_boto3_bedrock_agent.client import AgentsforBedrockClient
53
53
  from mypy_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
54
54
  from mypy_boto3_bedrock_runtime.client import BedrockRuntimeClient
55
+ from mypy_boto3_billing.client import BillingClient
55
56
  from mypy_boto3_billingconductor.client import BillingConductorClient
56
57
  from mypy_boto3_braket.client import BraketClient
57
58
  from mypy_boto3_budgets.client import BudgetsClient
@@ -291,6 +292,7 @@ from mypy_boto3_organizations.client import OrganizationsClient
291
292
  from mypy_boto3_osis.client import OpenSearchIngestionClient
292
293
  from mypy_boto3_outposts.client import OutpostsClient
293
294
  from mypy_boto3_panorama.client import PanoramaClient
295
+ from mypy_boto3_partnercentral_selling.client import PartnerCentralSellingAPIClient
294
296
  from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
295
297
  from mypy_boto3_payment_cryptography_data.client import PaymentCryptographyDataPlaneClient
296
298
  from mypy_boto3_pca_connector_ad.client import PcaConnectorAdClient
@@ -1019,6 +1021,20 @@ class Session:
1019
1021
  config: Optional[Config] = ...,
1020
1022
  ) -> BedrockRuntimeClient: ...
1021
1023
  @overload
1024
+ def client(
1025
+ self,
1026
+ service_name: Literal["billing"],
1027
+ region_name: Optional[str] = ...,
1028
+ api_version: Optional[str] = ...,
1029
+ use_ssl: Optional[bool] = ...,
1030
+ verify: Union[bool, str, None] = ...,
1031
+ endpoint_url: Optional[str] = ...,
1032
+ aws_access_key_id: Optional[str] = ...,
1033
+ aws_secret_access_key: Optional[str] = ...,
1034
+ aws_session_token: Optional[str] = ...,
1035
+ config: Optional[Config] = ...,
1036
+ ) -> BillingClient: ...
1037
+ @overload
1022
1038
  def client(
1023
1039
  self,
1024
1040
  service_name: Literal["billingconductor"],
@@ -4211,6 +4227,20 @@ class Session:
4211
4227
  config: Optional[Config] = ...,
4212
4228
  ) -> PanoramaClient: ...
4213
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
4214
4244
  def client(
4215
4245
  self,
4216
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.59
4
- Summary: Type annotations for boto3 1.35.59 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
@@ -82,6 +82,7 @@ Requires-Dist: mypy-boto3-bedrock<1.36.0,>=1.35.0; extra == "all"
82
82
  Requires-Dist: mypy-boto3-bedrock-agent<1.36.0,>=1.35.0; extra == "all"
83
83
  Requires-Dist: mypy-boto3-bedrock-agent-runtime<1.36.0,>=1.35.0; extra == "all"
84
84
  Requires-Dist: mypy-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "all"
85
+ Requires-Dist: mypy-boto3-billing<1.36.0,>=1.35.0; extra == "all"
85
86
  Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "all"
86
87
  Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "all"
87
88
  Requires-Dist: mypy-boto3-budgets<1.36.0,>=1.35.0; extra == "all"
@@ -310,6 +311,7 @@ Requires-Dist: mypy-boto3-organizations<1.36.0,>=1.35.0; extra == "all"
310
311
  Requires-Dist: mypy-boto3-osis<1.36.0,>=1.35.0; extra == "all"
311
312
  Requires-Dist: mypy-boto3-outposts<1.36.0,>=1.35.0; extra == "all"
312
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"
313
315
  Requires-Dist: mypy-boto3-payment-cryptography<1.36.0,>=1.35.0; extra == "all"
314
316
  Requires-Dist: mypy-boto3-payment-cryptography-data<1.36.0,>=1.35.0; extra == "all"
315
317
  Requires-Dist: mypy-boto3-pca-connector-ad<1.36.0,>=1.35.0; extra == "all"
@@ -504,11 +506,13 @@ Provides-Extra: bedrock-agent-runtime
504
506
  Requires-Dist: mypy-boto3-bedrock-agent-runtime<1.36.0,>=1.35.0; extra == "bedrock-agent-runtime"
505
507
  Provides-Extra: bedrock-runtime
506
508
  Requires-Dist: mypy-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "bedrock-runtime"
509
+ Provides-Extra: billing
510
+ Requires-Dist: mypy-boto3-billing<1.36.0,>=1.35.0; extra == "billing"
507
511
  Provides-Extra: billingconductor
508
512
  Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "billingconductor"
509
513
  Provides-Extra: boto3
510
- Requires-Dist: boto3==1.35.59; extra == "boto3"
511
- Requires-Dist: botocore==1.35.59; extra == "boto3"
514
+ Requires-Dist: boto3==1.35.61; extra == "boto3"
515
+ Requires-Dist: botocore==1.35.61; extra == "boto3"
512
516
  Provides-Extra: braket
513
517
  Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "braket"
514
518
  Provides-Extra: budgets
@@ -973,6 +977,8 @@ Provides-Extra: outposts
973
977
  Requires-Dist: mypy-boto3-outposts<1.36.0,>=1.35.0; extra == "outposts"
974
978
  Provides-Extra: panorama
975
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"
976
982
  Provides-Extra: payment-cryptography
977
983
  Requires-Dist: mypy-boto3-payment-cryptography<1.36.0,>=1.35.0; extra == "payment-cryptography"
978
984
  Provides-Extra: payment-cryptography-data
@@ -1230,7 +1236,7 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1230
1236
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1231
1237
 
1232
1238
  Type annotations for
1233
- [boto3 1.35.59](https://boto3.amazonaws.com/v1/documentation/api/1.35.59/index.html)
1239
+ [boto3 1.35.61](https://boto3.amazonaws.com/v1/documentation/api/1.35.61/index.html)
1234
1240
  compatible with [VSCode](https://code.visualstudio.com/),
1235
1241
  [PyCharm](https://www.jetbrains.com/pycharm/),
1236
1242
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1616,9 +1622,9 @@ repository.
1616
1622
 
1617
1623
  ## Submodules
1618
1624
 
1619
- - `boto3-stubs[full]` - Type annotations for all 390 services in one package
1625
+ - `boto3-stubs[full]` - Type annotations for all 392 services in one package
1620
1626
  (recommended).
1621
- - `boto3-stubs[all]` - Type annotations for all 390 services in separate
1627
+ - `boto3-stubs[all]` - Type annotations for all 392 services in separate
1622
1628
  packages.
1623
1629
  - `boto3-stubs[essential]` - Type annotations for
1624
1630
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -1747,6 +1753,9 @@ repository.
1747
1753
  - `boto3-stubs[bedrock-runtime]` - Type annotations for
1748
1754
  [BedrockRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_runtime/)
1749
1755
  service.
1756
+ - `boto3-stubs[billing]` - Type annotations for
1757
+ [Billing](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_billing/)
1758
+ service.
1750
1759
  - `boto3-stubs[billingconductor]` - Type annotations for
1751
1760
  [BillingConductor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_billingconductor/)
1752
1761
  service.
@@ -2410,6 +2419,9 @@ repository.
2410
2419
  - `boto3-stubs[panorama]` - Type annotations for
2411
2420
  [Panorama](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_panorama/)
2412
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.
2413
2425
  - `boto3-stubs[payment-cryptography]` - Type annotations for
2414
2426
  [PaymentCryptographyControlPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_payment_cryptography/)
2415
2427
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=Pn7_hhO9byOcwhUw7ATd0j76E7SW23mIofrtH47vMSM,209684
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=wuE5xND12DWaToiVIiyZzUfrVSnUmK5luw7KW0z41no,237194
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.59.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
- boto3_stubs-1.35.59.dist-info/METADATA,sha256=HYQzVyZ8uh3ak6l1U32TPzA2Z_UC2oMWt3mQxrOzQu4,142817
43
- boto3_stubs-1.35.59.dist-info/WHEEL,sha256=a7TGlA-5DaHMRrarXjVbQagU3Man_dCnGIWMJr5kRWo,91
44
- boto3_stubs-1.35.59.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.35.59.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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.4.0)
2
+ Generator: setuptools (75.5.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5