boto3-stubs 1.34.139__py3-none-any.whl → 1.34.141__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
@@ -300,6 +300,7 @@ from mypy_boto3_polly.client import PollyClient
300
300
  from mypy_boto3_pricing.client import PricingClient
301
301
  from mypy_boto3_privatenetworks.client import Private5GClient
302
302
  from mypy_boto3_proton.client import ProtonClient
303
+ from mypy_boto3_qapps.client import QAppsClient
303
304
  from mypy_boto3_qbusiness.client import QBusinessClient
304
305
  from mypy_boto3_qconnect.client import QConnectClient
305
306
  from mypy_boto3_qldb.client import QLDBClient
@@ -4112,6 +4113,19 @@ def client(
4112
4113
  config: Optional[Config] = ...,
4113
4114
  ) -> ProtonClient: ...
4114
4115
  @overload
4116
+ def client(
4117
+ service_name: Literal["qapps"],
4118
+ region_name: Optional[str] = ...,
4119
+ api_version: Optional[str] = ...,
4120
+ use_ssl: Optional[bool] = ...,
4121
+ verify: Union[bool, str, None] = ...,
4122
+ endpoint_url: Optional[str] = ...,
4123
+ aws_access_key_id: Optional[str] = ...,
4124
+ aws_secret_access_key: Optional[str] = ...,
4125
+ aws_session_token: Optional[str] = ...,
4126
+ config: Optional[Config] = ...,
4127
+ ) -> QAppsClient: ...
4128
+ @overload
4115
4129
  def client(
4116
4130
  service_name: Literal["qbusiness"],
4117
4131
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -306,6 +306,7 @@ from mypy_boto3_polly.client import PollyClient
306
306
  from mypy_boto3_pricing.client import PricingClient
307
307
  from mypy_boto3_privatenetworks.client import Private5GClient
308
308
  from mypy_boto3_proton.client import ProtonClient
309
+ from mypy_boto3_qapps.client import QAppsClient
309
310
  from mypy_boto3_qbusiness.client import QBusinessClient
310
311
  from mypy_boto3_qconnect.client import QConnectClient
311
312
  from mypy_boto3_qldb.client import QLDBClient
@@ -4416,6 +4417,20 @@ class Session:
4416
4417
  config: Optional[Config] = ...,
4417
4418
  ) -> ProtonClient: ...
4418
4419
  @overload
4420
+ def client(
4421
+ self,
4422
+ service_name: Literal["qapps"],
4423
+ region_name: Optional[str] = ...,
4424
+ api_version: Optional[str] = ...,
4425
+ use_ssl: Optional[bool] = ...,
4426
+ verify: Union[bool, str, None] = ...,
4427
+ endpoint_url: Optional[str] = ...,
4428
+ aws_access_key_id: Optional[str] = ...,
4429
+ aws_secret_access_key: Optional[str] = ...,
4430
+ aws_session_token: Optional[str] = ...,
4431
+ config: Optional[Config] = ...,
4432
+ ) -> QAppsClient: ...
4433
+ @overload
4419
4434
  def client(
4420
4435
  self,
4421
4436
  service_name: Literal["qbusiness"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.34.139
4
- Summary: Type annotations for boto3 1.34.139 generated with mypy-boto3-builder 7.25.0
3
+ Version: 1.34.141
4
+ Summary: Type annotations for boto3 1.34.141 generated with mypy-boto3-builder 7.25.0
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
@@ -324,6 +324,7 @@ Requires-Dist: mypy-boto3-polly <1.35.0,>=1.34.0 ; extra == 'all'
324
324
  Requires-Dist: mypy-boto3-pricing <1.35.0,>=1.34.0 ; extra == 'all'
325
325
  Requires-Dist: mypy-boto3-privatenetworks <1.35.0,>=1.34.0 ; extra == 'all'
326
326
  Requires-Dist: mypy-boto3-proton <1.35.0,>=1.34.0 ; extra == 'all'
327
+ Requires-Dist: mypy-boto3-qapps <1.35.0,>=1.34.0 ; extra == 'all'
327
328
  Requires-Dist: mypy-boto3-qbusiness <1.35.0,>=1.34.0 ; extra == 'all'
328
329
  Requires-Dist: mypy-boto3-qconnect <1.35.0,>=1.34.0 ; extra == 'all'
329
330
  Requires-Dist: mypy-boto3-qldb <1.35.0,>=1.34.0 ; extra == 'all'
@@ -501,8 +502,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
501
502
  Provides-Extra: billingconductor
502
503
  Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
503
504
  Provides-Extra: boto3
504
- Requires-Dist: boto3 ==1.34.139 ; extra == 'boto3'
505
- Requires-Dist: botocore ==1.34.139 ; extra == 'boto3'
505
+ Requires-Dist: boto3 ==1.34.141 ; extra == 'boto3'
506
+ Requires-Dist: botocore ==1.34.141 ; extra == 'boto3'
506
507
  Provides-Extra: braket
507
508
  Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
508
509
  Provides-Extra: budgets
@@ -995,6 +996,8 @@ Provides-Extra: privatenetworks
995
996
  Requires-Dist: mypy-boto3-privatenetworks <1.35.0,>=1.34.0 ; extra == 'privatenetworks'
996
997
  Provides-Extra: proton
997
998
  Requires-Dist: mypy-boto3-proton <1.35.0,>=1.34.0 ; extra == 'proton'
999
+ Provides-Extra: qapps
1000
+ Requires-Dist: mypy-boto3-qapps <1.35.0,>=1.34.0 ; extra == 'qapps'
998
1001
  Provides-Extra: qbusiness
999
1002
  Requires-Dist: mypy-boto3-qbusiness <1.35.0,>=1.34.0 ; extra == 'qbusiness'
1000
1003
  Provides-Extra: qconnect
@@ -1212,7 +1215,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
1212
1215
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1213
1216
 
1214
1217
  Type annotations for
1215
- [boto3 1.34.139](https://boto3.amazonaws.com/v1/documentation/api/1.34.139/index.html)
1218
+ [boto3 1.34.141](https://boto3.amazonaws.com/v1/documentation/api/1.34.141/index.html)
1216
1219
  compatible with [VSCode](https://code.visualstudio.com/),
1217
1220
  [PyCharm](https://www.jetbrains.com/pycharm/),
1218
1221
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1599,7 +1602,7 @@ repository.
1599
1602
 
1600
1603
  ## Submodules
1601
1604
 
1602
- - `boto3-stubs[all]` - Type annotations for all 385 services.
1605
+ - `boto3-stubs[all]` - Type annotations for all 386 services.
1603
1606
  - `boto3-stubs[essential]` - Type annotations for
1604
1607
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
1605
1608
  [DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
@@ -2434,6 +2437,9 @@ repository.
2434
2437
  - `boto3-stubs[proton]` - Type annotations for
2435
2438
  [Proton](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_proton/)
2436
2439
  service.
2440
+ - `boto3-stubs[qapps]` - Type annotations for
2441
+ [QApps](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_qapps/)
2442
+ service.
2437
2443
  - `boto3-stubs[qbusiness]` - Type annotations for
2438
2444
  [QBusiness](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_qbusiness/)
2439
2445
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=qHi2vIXb7gKTL3zNRU3i13pOwQMDLodgjtMY8twArMI,206884
1
+ boto3-stubs/__init__.pyi,sha256=GR0SQVjcUAUcaag-N7rdcBrj18Pk2TG9_kiXBEthXjQ,207376
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=DyVo2dGIm8XfJzwIsLIiaVzCiNohA7JA_QuEAuObJbc,234064
6
+ boto3-stubs/session.pyi,sha256=gNwycboqcxgS8s2BBEz9zKoayXCBNswjSdKQAT7IMO8,234622
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.139.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
- boto3_stubs-1.34.139.dist-info/METADATA,sha256=viUFgfQJ_XpcdR4wuAhnw9WuxKtqFjDuDZMmTbyaIyE,142424
32
- boto3_stubs-1.34.139.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
33
- boto3_stubs-1.34.139.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
- boto3_stubs-1.34.139.dist-info/RECORD,,
30
+ boto3_stubs-1.34.141.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
+ boto3_stubs-1.34.141.dist-info/METADATA,sha256=rHiJf2OOwySFbAAbtVaKwwz3gW6jtk0YqK0eJblCUXU,142709
32
+ boto3_stubs-1.34.141.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
33
+ boto3_stubs-1.34.141.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
+ boto3_stubs-1.34.141.dist-info/RECORD,,