boto3-stubs 1.34.44__py3-none-any.whl → 1.34.46__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
@@ -50,6 +50,7 @@ from mypy_boto3_billingconductor.client import BillingConductorClient
50
50
  from mypy_boto3_braket.client import BraketClient
51
51
  from mypy_boto3_budgets.client import BudgetsClient
52
52
  from mypy_boto3_ce.client import CostExplorerClient
53
+ from mypy_boto3_chatbot.client import chatbotClient
53
54
  from mypy_boto3_chime.client import ChimeClient
54
55
  from mypy_boto3_chime_sdk_identity.client import ChimeSDKIdentityClient
55
56
  from mypy_boto3_chime_sdk_media_pipelines.client import ChimeSDKMediaPipelinesClient
@@ -998,6 +999,19 @@ def client(
998
999
  config: Optional[Config] = ...,
999
1000
  ) -> CostExplorerClient: ...
1000
1001
  @overload
1002
+ def client(
1003
+ service_name: Literal["chatbot"],
1004
+ region_name: Optional[str] = ...,
1005
+ api_version: Optional[str] = ...,
1006
+ use_ssl: Optional[bool] = ...,
1007
+ verify: Union[bool, str, None] = ...,
1008
+ endpoint_url: Optional[str] = ...,
1009
+ aws_access_key_id: Optional[str] = ...,
1010
+ aws_secret_access_key: Optional[str] = ...,
1011
+ aws_session_token: Optional[str] = ...,
1012
+ config: Optional[Config] = ...,
1013
+ ) -> chatbotClient: ...
1014
+ @overload
1001
1015
  def client(
1002
1016
  service_name: Literal["chime"],
1003
1017
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -56,6 +56,7 @@ from mypy_boto3_billingconductor.client import BillingConductorClient
56
56
  from mypy_boto3_braket.client import BraketClient
57
57
  from mypy_boto3_budgets.client import BudgetsClient
58
58
  from mypy_boto3_ce.client import CostExplorerClient
59
+ from mypy_boto3_chatbot.client import chatbotClient
59
60
  from mypy_boto3_chime.client import ChimeClient
60
61
  from mypy_boto3_chime_sdk_identity.client import ChimeSDKIdentityClient
61
62
  from mypy_boto3_chime_sdk_media_pipelines.client import ChimeSDKMediaPipelinesClient
@@ -1063,6 +1064,20 @@ class Session:
1063
1064
  config: Optional[Config] = ...,
1064
1065
  ) -> CostExplorerClient: ...
1065
1066
  @overload
1067
+ def client(
1068
+ self,
1069
+ service_name: Literal["chatbot"],
1070
+ region_name: Optional[str] = ...,
1071
+ api_version: Optional[str] = ...,
1072
+ use_ssl: Optional[bool] = ...,
1073
+ verify: Union[bool, str, None] = ...,
1074
+ endpoint_url: Optional[str] = ...,
1075
+ aws_access_key_id: Optional[str] = ...,
1076
+ aws_secret_access_key: Optional[str] = ...,
1077
+ aws_session_token: Optional[str] = ...,
1078
+ config: Optional[Config] = ...,
1079
+ ) -> chatbotClient: ...
1080
+ @overload
1066
1081
  def client(
1067
1082
  self,
1068
1083
  service_name: Literal["chime"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.34.44
4
- Summary: Type annotations for boto3 1.34.44 generated with mypy-boto3-builder 7.23.1
3
+ Version: 1.34.46
4
+ Summary: Type annotations for boto3 1.34.46 generated with mypy-boto3-builder 7.23.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
@@ -87,6 +87,7 @@ Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'all'
87
87
  Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'all'
88
88
  Requires-Dist: mypy-boto3-budgets <1.35.0,>=1.34.0 ; extra == 'all'
89
89
  Requires-Dist: mypy-boto3-ce <1.35.0,>=1.34.0 ; extra == 'all'
90
+ Requires-Dist: mypy-boto3-chatbot <1.35.0,>=1.34.0 ; extra == 'all'
90
91
  Requires-Dist: mypy-boto3-chime <1.35.0,>=1.34.0 ; extra == 'all'
91
92
  Requires-Dist: mypy-boto3-chime-sdk-identity <1.35.0,>=1.34.0 ; extra == 'all'
92
93
  Requires-Dist: mypy-boto3-chime-sdk-media-pipelines <1.35.0,>=1.34.0 ; extra == 'all'
@@ -494,14 +495,16 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
494
495
  Provides-Extra: billingconductor
495
496
  Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
496
497
  Provides-Extra: boto3
497
- Requires-Dist: boto3 ==1.34.44 ; extra == 'boto3'
498
- Requires-Dist: botocore ==1.34.44 ; extra == 'boto3'
498
+ Requires-Dist: boto3 ==1.34.46 ; extra == 'boto3'
499
+ Requires-Dist: botocore ==1.34.46 ; extra == 'boto3'
499
500
  Provides-Extra: braket
500
501
  Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
501
502
  Provides-Extra: budgets
502
503
  Requires-Dist: mypy-boto3-budgets <1.35.0,>=1.34.0 ; extra == 'budgets'
503
504
  Provides-Extra: ce
504
505
  Requires-Dist: mypy-boto3-ce <1.35.0,>=1.34.0 ; extra == 'ce'
506
+ Provides-Extra: chatbot
507
+ Requires-Dist: mypy-boto3-chatbot <1.35.0,>=1.34.0 ; extra == 'chatbot'
505
508
  Provides-Extra: chime
506
509
  Requires-Dist: mypy-boto3-chime <1.35.0,>=1.34.0 ; extra == 'chime'
507
510
  Provides-Extra: chime-sdk-identity
@@ -1191,7 +1194,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
1191
1194
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1192
1195
 
1193
1196
  Type annotations for
1194
- [boto3 1.34.44](https://boto3.amazonaws.com/v1/documentation/api/1.34.44/index.html)
1197
+ [boto3 1.34.46](https://boto3.amazonaws.com/v1/documentation/api/1.34.46/index.html)
1195
1198
  compatible with [VSCode](https://code.visualstudio.com/),
1196
1199
  [PyCharm](https://www.jetbrains.com/pycharm/),
1197
1200
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1573,7 +1576,7 @@ repository.
1573
1576
 
1574
1577
  ## Submodules
1575
1578
 
1576
- - `boto3-stubs[all]` - Type annotations for all 378 services.
1579
+ - `boto3-stubs[all]` - Type annotations for all 379 services.
1577
1580
  - `boto3-stubs[essential]` - Type annotations for
1578
1581
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
1579
1582
  [DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
@@ -1713,6 +1716,9 @@ repository.
1713
1716
  - `boto3-stubs[ce]` - Type annotations for
1714
1717
  [CostExplorer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ce/)
1715
1718
  service.
1719
+ - `boto3-stubs[chatbot]` - Type annotations for
1720
+ [chatbot](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chatbot/)
1721
+ service.
1716
1722
  - `boto3-stubs[chime]` - Type annotations for
1717
1723
  [Chime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chime/)
1718
1724
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=9azsbZc8N8yDPmTaJmv7LY7flkiqDlGsOp1324sCnbc,203104
1
+ boto3-stubs/__init__.pyi,sha256=5pY55Cqe7xxkuDMKCydqE8RMvp8OnVRw8-sKZLs9K0o,203604
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=43Z-vInWKTFgOtTGA-bzbD5cRyF4WuQtF3AWLMfTIA8,229822
6
+ boto3-stubs/session.pyi,sha256=0lSnIx0QBOz1wYx0qhpuqQQ9ISSLUuSdx390rHaJd04,230388
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/utils.pyi,sha256=-TPT9ceptcx5Fx7PHeBt6u1jV-PuAudb5VYCtqf7SYg,934
@@ -27,8 +27,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  boto3-stubs/s3/constants.pyi,sha256=9MYiVx6cRf9tcrxvpy0Ubi4HGyrmUj19WQA54lmfoR8,75
28
28
  boto3-stubs/s3/inject.pyi,sha256=UxVi6tYfEYdvc8cKldt9StTEGFHWTdd-867frSfxF9w,4577
29
29
  boto3-stubs/s3/transfer.pyi,sha256=zQ7pQpsCWWo9cdYrOoiuKyiLz_t1sG0_OOznd5DETTo,2508
30
- boto3_stubs-1.34.44.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
- boto3_stubs-1.34.44.dist-info/METADATA,sha256=y7UhxgHL-paZo6Htl4wFw0gYelbVceKyTnJOk518W7g,139858
32
- boto3_stubs-1.34.44.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
33
- boto3_stubs-1.34.44.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
- boto3_stubs-1.34.44.dist-info/RECORD,,
30
+ boto3_stubs-1.34.46.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
+ boto3_stubs-1.34.46.dist-info/METADATA,sha256=3uChkFayjOz5f1nfPV9WWja4G8szESKEfp2CgjQE3wY,140157
32
+ boto3_stubs-1.34.46.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
33
+ boto3_stubs-1.34.46.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
+ boto3_stubs-1.34.46.dist-info/RECORD,,