boto3-stubs 1.35.26__py3-none-any.whl → 1.35.27__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
@@ -400,7 +400,6 @@ from mypy_boto3_wafv2.client import WAFV2Client
400
400
  from mypy_boto3_wellarchitected.client import WellArchitectedClient
401
401
  from mypy_boto3_wisdom.client import ConnectWisdomServiceClient
402
402
  from mypy_boto3_workdocs.client import WorkDocsClient
403
- from mypy_boto3_worklink.client import WorkLinkClient
404
403
  from mypy_boto3_workmail.client import WorkMailClient
405
404
  from mypy_boto3_workmailmessageflow.client import WorkMailMessageFlowClient
406
405
  from mypy_boto3_workspaces.client import WorkSpacesClient
@@ -5375,19 +5374,6 @@ def client(
5375
5374
  config: Optional[Config] = ...,
5376
5375
  ) -> WorkDocsClient: ...
5377
5376
  @overload
5378
- def client(
5379
- service_name: Literal["worklink"],
5380
- region_name: Optional[str] = ...,
5381
- api_version: Optional[str] = ...,
5382
- use_ssl: Optional[bool] = ...,
5383
- verify: Union[bool, str, None] = ...,
5384
- endpoint_url: Optional[str] = ...,
5385
- aws_access_key_id: Optional[str] = ...,
5386
- aws_secret_access_key: Optional[str] = ...,
5387
- aws_session_token: Optional[str] = ...,
5388
- config: Optional[Config] = ...,
5389
- ) -> WorkLinkClient: ...
5390
- @overload
5391
5377
  def client(
5392
5378
  service_name: Literal["workmail"],
5393
5379
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -406,7 +406,6 @@ from mypy_boto3_wafv2.client import WAFV2Client
406
406
  from mypy_boto3_wellarchitected.client import WellArchitectedClient
407
407
  from mypy_boto3_wisdom.client import ConnectWisdomServiceClient
408
408
  from mypy_boto3_workdocs.client import WorkDocsClient
409
- from mypy_boto3_worklink.client import WorkLinkClient
410
409
  from mypy_boto3_workmail.client import WorkMailClient
411
410
  from mypy_boto3_workmailmessageflow.client import WorkMailMessageFlowClient
412
411
  from mypy_boto3_workspaces.client import WorkSpacesClient
@@ -5776,20 +5775,6 @@ class Session:
5776
5775
  config: Optional[Config] = ...,
5777
5776
  ) -> WorkDocsClient: ...
5778
5777
  @overload
5779
- def client(
5780
- self,
5781
- service_name: Literal["worklink"],
5782
- region_name: Optional[str] = ...,
5783
- api_version: Optional[str] = ...,
5784
- use_ssl: Optional[bool] = ...,
5785
- verify: Union[bool, str, None] = ...,
5786
- endpoint_url: Optional[str] = ...,
5787
- aws_access_key_id: Optional[str] = ...,
5788
- aws_secret_access_key: Optional[str] = ...,
5789
- aws_session_token: Optional[str] = ...,
5790
- config: Optional[Config] = ...,
5791
- ) -> WorkLinkClient: ...
5792
- @overload
5793
5778
  def client(
5794
5779
  self,
5795
5780
  service_name: Literal["workmail"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.35.26
4
- Summary: Type annotations for boto3 1.35.26 generated with mypy-boto3-builder 8.1.2
3
+ Version: 1.35.27
4
+ Summary: Type annotations for boto3 1.35.27 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
@@ -421,7 +421,6 @@ Requires-Dist: mypy-boto3-wafv2<1.36.0,>=1.35.0; extra == "all"
421
421
  Requires-Dist: mypy-boto3-wellarchitected<1.36.0,>=1.35.0; extra == "all"
422
422
  Requires-Dist: mypy-boto3-wisdom<1.36.0,>=1.35.0; extra == "all"
423
423
  Requires-Dist: mypy-boto3-workdocs<1.36.0,>=1.35.0; extra == "all"
424
- Requires-Dist: mypy-boto3-worklink<1.36.0,>=1.35.0; extra == "all"
425
424
  Requires-Dist: mypy-boto3-workmail<1.36.0,>=1.35.0; extra == "all"
426
425
  Requires-Dist: mypy-boto3-workmailmessageflow<1.36.0,>=1.35.0; extra == "all"
427
426
  Requires-Dist: mypy-boto3-workspaces<1.36.0,>=1.35.0; extra == "all"
@@ -503,8 +502,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "bedrock-run
503
502
  Provides-Extra: billingconductor
504
503
  Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "billingconductor"
505
504
  Provides-Extra: boto3
506
- Requires-Dist: boto3==1.35.26; extra == "boto3"
507
- Requires-Dist: botocore==1.35.26; extra == "boto3"
505
+ Requires-Dist: boto3==1.35.27; extra == "boto3"
506
+ Requires-Dist: botocore==1.35.27; extra == "boto3"
508
507
  Provides-Extra: braket
509
508
  Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "braket"
510
509
  Provides-Extra: budgets
@@ -1193,8 +1192,6 @@ Provides-Extra: wisdom
1193
1192
  Requires-Dist: mypy-boto3-wisdom<1.36.0,>=1.35.0; extra == "wisdom"
1194
1193
  Provides-Extra: workdocs
1195
1194
  Requires-Dist: mypy-boto3-workdocs<1.36.0,>=1.35.0; extra == "workdocs"
1196
- Provides-Extra: worklink
1197
- Requires-Dist: mypy-boto3-worklink<1.36.0,>=1.35.0; extra == "worklink"
1198
1195
  Provides-Extra: workmail
1199
1196
  Requires-Dist: mypy-boto3-workmail<1.36.0,>=1.35.0; extra == "workmail"
1200
1197
  Provides-Extra: workmailmessageflow
@@ -1220,7 +1217,7 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1220
1217
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1221
1218
 
1222
1219
  Type annotations for
1223
- [boto3 1.35.26](https://boto3.amazonaws.com/v1/documentation/api/1.35.26/index.html)
1220
+ [boto3 1.35.27](https://boto3.amazonaws.com/v1/documentation/api/1.35.27/index.html)
1224
1221
  compatible with [VSCode](https://code.visualstudio.com/),
1225
1222
  [PyCharm](https://www.jetbrains.com/pycharm/),
1226
1223
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1606,9 +1603,9 @@ repository.
1606
1603
 
1607
1604
  ## Submodules
1608
1605
 
1609
- - `boto3-stubs[full]` - Type annotations for all 387 services in one package
1606
+ - `boto3-stubs[full]` - Type annotations for all 386 services in one package
1610
1607
  (recommended).
1611
- - `boto3-stubs[all]` - Type annotations for all 387 services in separate
1608
+ - `boto3-stubs[all]` - Type annotations for all 386 services in separate
1612
1609
  packages.
1613
1610
  - `boto3-stubs[essential]` - Type annotations for
1614
1611
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -2722,9 +2719,6 @@ repository.
2722
2719
  - `boto3-stubs[workdocs]` - Type annotations for
2723
2720
  [WorkDocs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workdocs/)
2724
2721
  service.
2725
- - `boto3-stubs[worklink]` - Type annotations for
2726
- [WorkLink](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_worklink/)
2727
- service.
2728
2722
  - `boto3-stubs[workmail]` - Type annotations for
2729
2723
  [WorkMail](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workmail/)
2730
2724
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=OiiUECIaLLnLKyQTtQisw2mYmgUeMsV4vjbn4bovNRw,207976
1
+ boto3-stubs/__init__.pyi,sha256=LCaywapnWDQ6RSbVTsgxLUNJEbi3vVmTwt0nzy_ZoK0,207472
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=Vs-rlUQSgrdvhQqIk09uYoF-TpkkT2aw4261wVKxGOE,235288
6
+ boto3-stubs/session.pyi,sha256=T2VL4uINZW5PzB__D38tnRKbgv-T1k9iqhADr9M1_CU,234718
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.26.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
- boto3_stubs-1.35.26.dist-info/METADATA,sha256=sb_YOx5BaHXnk8HrvgBxKQgQ97Pg6yFmedd2cXY9Ghs,141633
43
- boto3_stubs-1.35.26.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
44
- boto3_stubs-1.35.26.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.35.26.dist-info/RECORD,,
41
+ boto3_stubs-1.35.27.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
+ boto3_stubs-1.35.27.dist-info/METADATA,sha256=1ScEv0SeOhrnzbpJbUpBslRE7jppDYagErCLVL9xrHw,141331
43
+ boto3_stubs-1.35.27.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
44
+ boto3_stubs-1.35.27.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs-1.35.27.dist-info/RECORD,,