boto3-stubs 1.35.37__py3-none-any.whl → 1.35.39__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
@@ -364,6 +364,7 @@ from mypy_boto3_snow_device_management.client import SnowDeviceManagementClient
364
364
  from mypy_boto3_snowball.client import SnowballClient
365
365
  from mypy_boto3_sns.client import SNSClient
366
366
  from mypy_boto3_sns.service_resource import SNSServiceResource
367
+ from mypy_boto3_socialmessaging.client import EndUserMessagingSocialClient
367
368
  from mypy_boto3_sqs.client import SQSClient
368
369
  from mypy_boto3_sqs.service_resource import SQSServiceResource
369
370
  from mypy_boto3_ssm.client import SSMClient
@@ -4920,6 +4921,19 @@ def client(
4920
4921
  config: Optional[Config] = ...,
4921
4922
  ) -> SNSClient: ...
4922
4923
  @overload
4924
+ def client(
4925
+ service_name: Literal["socialmessaging"],
4926
+ region_name: Optional[str] = ...,
4927
+ api_version: Optional[str] = ...,
4928
+ use_ssl: Optional[bool] = ...,
4929
+ verify: Union[bool, str, None] = ...,
4930
+ endpoint_url: Optional[str] = ...,
4931
+ aws_access_key_id: Optional[str] = ...,
4932
+ aws_secret_access_key: Optional[str] = ...,
4933
+ aws_session_token: Optional[str] = ...,
4934
+ config: Optional[Config] = ...,
4935
+ ) -> EndUserMessagingSocialClient: ...
4936
+ @overload
4923
4937
  def client(
4924
4938
  service_name: Literal["sqs"],
4925
4939
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -370,6 +370,7 @@ from mypy_boto3_snow_device_management.client import SnowDeviceManagementClient
370
370
  from mypy_boto3_snowball.client import SnowballClient
371
371
  from mypy_boto3_sns.client import SNSClient
372
372
  from mypy_boto3_sns.service_resource import SNSServiceResource
373
+ from mypy_boto3_socialmessaging.client import EndUserMessagingSocialClient
373
374
  from mypy_boto3_sqs.client import SQSClient
374
375
  from mypy_boto3_sqs.service_resource import SQSServiceResource
375
376
  from mypy_boto3_ssm.client import SSMClient
@@ -5286,6 +5287,20 @@ class Session:
5286
5287
  config: Optional[Config] = ...,
5287
5288
  ) -> SNSClient: ...
5288
5289
  @overload
5290
+ def client(
5291
+ self,
5292
+ service_name: Literal["socialmessaging"],
5293
+ region_name: Optional[str] = ...,
5294
+ api_version: Optional[str] = ...,
5295
+ use_ssl: Optional[bool] = ...,
5296
+ verify: Union[bool, str, None] = ...,
5297
+ endpoint_url: Optional[str] = ...,
5298
+ aws_access_key_id: Optional[str] = ...,
5299
+ aws_secret_access_key: Optional[str] = ...,
5300
+ aws_session_token: Optional[str] = ...,
5301
+ config: Optional[Config] = ...,
5302
+ ) -> EndUserMessagingSocialClient: ...
5303
+ @overload
5289
5304
  def client(
5290
5305
  self,
5291
5306
  service_name: Literal["sqs"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.35.37
4
- Summary: Type annotations for boto3 1.35.37 generated with mypy-boto3-builder 8.1.2
3
+ Version: 1.35.39
4
+ Summary: Type annotations for boto3 1.35.39 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
@@ -386,6 +386,7 @@ Requires-Dist: mypy-boto3-sms-voice<1.36.0,>=1.35.0; extra == "all"
386
386
  Requires-Dist: mypy-boto3-snow-device-management<1.36.0,>=1.35.0; extra == "all"
387
387
  Requires-Dist: mypy-boto3-snowball<1.36.0,>=1.35.0; extra == "all"
388
388
  Requires-Dist: mypy-boto3-sns<1.36.0,>=1.35.0; extra == "all"
389
+ Requires-Dist: mypy-boto3-socialmessaging<1.36.0,>=1.35.0; extra == "all"
389
390
  Requires-Dist: mypy-boto3-sqs<1.36.0,>=1.35.0; extra == "all"
390
391
  Requires-Dist: mypy-boto3-ssm<1.36.0,>=1.35.0; extra == "all"
391
392
  Requires-Dist: mypy-boto3-ssm-contacts<1.36.0,>=1.35.0; extra == "all"
@@ -503,8 +504,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "bedrock-run
503
504
  Provides-Extra: billingconductor
504
505
  Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "billingconductor"
505
506
  Provides-Extra: boto3
506
- Requires-Dist: boto3==1.35.37; extra == "boto3"
507
- Requires-Dist: botocore==1.35.37; extra == "boto3"
507
+ Requires-Dist: boto3==1.35.39; extra == "boto3"
508
+ Requires-Dist: botocore==1.35.39; extra == "boto3"
508
509
  Provides-Extra: braket
509
510
  Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "braket"
510
511
  Provides-Extra: budgets
@@ -1123,6 +1124,8 @@ Provides-Extra: snowball
1123
1124
  Requires-Dist: mypy-boto3-snowball<1.36.0,>=1.35.0; extra == "snowball"
1124
1125
  Provides-Extra: sns
1125
1126
  Requires-Dist: mypy-boto3-sns<1.36.0,>=1.35.0; extra == "sns"
1127
+ Provides-Extra: socialmessaging
1128
+ Requires-Dist: mypy-boto3-socialmessaging<1.36.0,>=1.35.0; extra == "socialmessaging"
1126
1129
  Provides-Extra: sqs
1127
1130
  Requires-Dist: mypy-boto3-sqs<1.36.0,>=1.35.0; extra == "sqs"
1128
1131
  Provides-Extra: ssm
@@ -1220,7 +1223,7 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1220
1223
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1221
1224
 
1222
1225
  Type annotations for
1223
- [boto3 1.35.37](https://boto3.amazonaws.com/v1/documentation/api/1.35.37/index.html)
1226
+ [boto3 1.35.39](https://boto3.amazonaws.com/v1/documentation/api/1.35.39/index.html)
1224
1227
  compatible with [VSCode](https://code.visualstudio.com/),
1225
1228
  [PyCharm](https://www.jetbrains.com/pycharm/),
1226
1229
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1606,9 +1609,9 @@ repository.
1606
1609
 
1607
1610
  ## Submodules
1608
1611
 
1609
- - `boto3-stubs[full]` - Type annotations for all 387 services in one package
1612
+ - `boto3-stubs[full]` - Type annotations for all 388 services in one package
1610
1613
  (recommended).
1611
- - `boto3-stubs[all]` - Type annotations for all 387 services in separate
1614
+ - `boto3-stubs[all]` - Type annotations for all 388 services in separate
1612
1615
  packages.
1613
1616
  - `boto3-stubs[essential]` - Type annotations for
1614
1617
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -2623,6 +2626,9 @@ repository.
2623
2626
  service.
2624
2627
  - `boto3-stubs[sns]` - Type annotations for
2625
2628
  [SNS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sns/) service.
2629
+ - `boto3-stubs[socialmessaging]` - Type annotations for
2630
+ [EndUserMessagingSocial](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_socialmessaging/)
2631
+ service.
2626
2632
  - `boto3-stubs[sqs]` - Type annotations for
2627
2633
  [SQS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sqs/) service.
2628
2634
  - `boto3-stubs[ssm]` - Type annotations for
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=4rvgNnrDtv6sJpFXl31jEPuJ3RxKgazUPKxDkTzFLNc,208040
1
+ boto3-stubs/__init__.pyi,sha256=jNrVf-2SNm14Oiecnm1hGDfhFufnwD90WIc9les5Q5Q,208586
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=ZSxDjl87GJcS_1bCPE9NR2diNm4kOARXahWJ-PHfYyc,235352
6
+ boto3-stubs/session.pyi,sha256=I3SIVEYZog6-1KuTo7AZOyRJkob_oKd5URjUnfEjU0E,235964
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.37.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
- boto3_stubs-1.35.37.dist-info/METADATA,sha256=tIK8nQVku8wNdetqQVp5pYixnt2nnLLHiYU8ZMoM6tQ,141730
43
- boto3_stubs-1.35.37.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
44
- boto3_stubs-1.35.37.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.35.37.dist-info/RECORD,,
41
+ boto3_stubs-1.35.39.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
+ boto3_stubs-1.35.39.dist-info/METADATA,sha256=r3eosLx0-2w_OFa62_5hYC71oNHnsVk_gJk6htt6gAk,142088
43
+ boto3_stubs-1.35.39.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
44
+ boto3_stubs-1.35.39.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs-1.35.39.dist-info/RECORD,,