boto3-stubs 1.35.7__py3-none-any.whl → 1.35.8__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
@@ -285,6 +285,7 @@ from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPla
285
285
  from mypy_boto3_payment_cryptography_data.client import PaymentCryptographyDataPlaneClient
286
286
  from mypy_boto3_pca_connector_ad.client import PcaConnectorAdClient
287
287
  from mypy_boto3_pca_connector_scep.client import PrivateCAConnectorforSCEPClient
288
+ from mypy_boto3_pcs.client import ParallelComputingServiceClient
288
289
  from mypy_boto3_personalize.client import PersonalizeClient
289
290
  from mypy_boto3_personalize_events.client import PersonalizeEventsClient
290
291
  from mypy_boto3_personalize_runtime.client import PersonalizeRuntimeClient
@@ -3917,6 +3918,19 @@ def client(
3917
3918
  config: Optional[Config] = ...,
3918
3919
  ) -> PrivateCAConnectorforSCEPClient: ...
3919
3920
  @overload
3921
+ def client(
3922
+ service_name: Literal["pcs"],
3923
+ region_name: Optional[str] = ...,
3924
+ api_version: Optional[str] = ...,
3925
+ use_ssl: Optional[bool] = ...,
3926
+ verify: Union[bool, str, None] = ...,
3927
+ endpoint_url: Optional[str] = ...,
3928
+ aws_access_key_id: Optional[str] = ...,
3929
+ aws_secret_access_key: Optional[str] = ...,
3930
+ aws_session_token: Optional[str] = ...,
3931
+ config: Optional[Config] = ...,
3932
+ ) -> ParallelComputingServiceClient: ...
3933
+ @overload
3920
3934
  def client(
3921
3935
  service_name: Literal["personalize"],
3922
3936
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -291,6 +291,7 @@ from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPla
291
291
  from mypy_boto3_payment_cryptography_data.client import PaymentCryptographyDataPlaneClient
292
292
  from mypy_boto3_pca_connector_ad.client import PcaConnectorAdClient
293
293
  from mypy_boto3_pca_connector_scep.client import PrivateCAConnectorforSCEPClient
294
+ from mypy_boto3_pcs.client import ParallelComputingServiceClient
294
295
  from mypy_boto3_personalize.client import PersonalizeClient
295
296
  from mypy_boto3_personalize_events.client import PersonalizeEventsClient
296
297
  from mypy_boto3_personalize_runtime.client import PersonalizeRuntimeClient
@@ -4206,6 +4207,20 @@ class Session:
4206
4207
  config: Optional[Config] = ...,
4207
4208
  ) -> PrivateCAConnectorforSCEPClient: ...
4208
4209
  @overload
4210
+ def client(
4211
+ self,
4212
+ service_name: Literal["pcs"],
4213
+ region_name: Optional[str] = ...,
4214
+ api_version: Optional[str] = ...,
4215
+ use_ssl: Optional[bool] = ...,
4216
+ verify: Union[bool, str, None] = ...,
4217
+ endpoint_url: Optional[str] = ...,
4218
+ aws_access_key_id: Optional[str] = ...,
4219
+ aws_secret_access_key: Optional[str] = ...,
4220
+ aws_session_token: Optional[str] = ...,
4221
+ config: Optional[Config] = ...,
4222
+ ) -> ParallelComputingServiceClient: ...
4223
+ @overload
4209
4224
  def client(
4210
4225
  self,
4211
4226
  service_name: Literal["personalize"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.35.7
4
- Summary: Type annotations for boto3 1.35.7 generated with mypy-boto3-builder 7.26.1
3
+ Version: 1.35.8
4
+ Summary: Type annotations for boto3 1.35.8 generated with mypy-boto3-builder 7.26.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
@@ -309,6 +309,7 @@ Requires-Dist: mypy-boto3-payment-cryptography<1.36.0,>=1.35.0; extra == "all"
309
309
  Requires-Dist: mypy-boto3-payment-cryptography-data<1.36.0,>=1.35.0; extra == "all"
310
310
  Requires-Dist: mypy-boto3-pca-connector-ad<1.36.0,>=1.35.0; extra == "all"
311
311
  Requires-Dist: mypy-boto3-pca-connector-scep<1.36.0,>=1.35.0; extra == "all"
312
+ Requires-Dist: mypy-boto3-pcs<1.36.0,>=1.35.0; extra == "all"
312
313
  Requires-Dist: mypy-boto3-personalize<1.36.0,>=1.35.0; extra == "all"
313
314
  Requires-Dist: mypy-boto3-personalize-events<1.36.0,>=1.35.0; extra == "all"
314
315
  Requires-Dist: mypy-boto3-personalize-runtime<1.36.0,>=1.35.0; extra == "all"
@@ -501,8 +502,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "bedrock-run
501
502
  Provides-Extra: billingconductor
502
503
  Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "billingconductor"
503
504
  Provides-Extra: boto3
504
- Requires-Dist: boto3==1.35.7; extra == "boto3"
505
- Requires-Dist: botocore==1.35.7; extra == "boto3"
505
+ Requires-Dist: boto3==1.35.8; extra == "boto3"
506
+ Requires-Dist: botocore==1.35.8; extra == "boto3"
506
507
  Provides-Extra: braket
507
508
  Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "braket"
508
509
  Provides-Extra: budgets
@@ -965,6 +966,8 @@ Provides-Extra: pca-connector-ad
965
966
  Requires-Dist: mypy-boto3-pca-connector-ad<1.36.0,>=1.35.0; extra == "pca-connector-ad"
966
967
  Provides-Extra: pca-connector-scep
967
968
  Requires-Dist: mypy-boto3-pca-connector-scep<1.36.0,>=1.35.0; extra == "pca-connector-scep"
969
+ Provides-Extra: pcs
970
+ Requires-Dist: mypy-boto3-pcs<1.36.0,>=1.35.0; extra == "pcs"
968
971
  Provides-Extra: personalize
969
972
  Requires-Dist: mypy-boto3-personalize<1.36.0,>=1.35.0; extra == "personalize"
970
973
  Provides-Extra: personalize-events
@@ -1212,7 +1215,7 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.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.35.7](https://boto3.amazonaws.com/v1/documentation/api/1.35.7/index.html)
1218
+ [boto3 1.35.8](https://boto3.amazonaws.com/v1/documentation/api/1.35.8/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/),
@@ -2390,6 +2393,9 @@ repository.
2390
2393
  - `boto3-stubs[pca-connector-scep]` - Type annotations for
2391
2394
  [PrivateCAConnectorforSCEP](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pca_connector_scep/)
2392
2395
  service.
2396
+ - `boto3-stubs[pcs]` - Type annotations for
2397
+ [ParallelComputingService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pcs/)
2398
+ service.
2393
2399
  - `boto3-stubs[personalize]` - Type annotations for
2394
2400
  [Personalize](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_personalize/)
2395
2401
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=xM5BCSwBMl8fJZncN2jDPj0egx9XXIx1KN_i2BO01Pk,206924
1
+ boto3-stubs/__init__.pyi,sha256=7HZIoLHv2fJGVIj5d7X_mjs7vF9ZrYJvWiVvUSq1Knw,207450
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=qZNCrq8ZxQdQQAfKeyXiME6VgsxD_y8uF-MvYclMFto,234104
6
+ boto3-stubs/session.pyi,sha256=fLHdi0M1-PHl8rwA2mknWfZdRgHtqERKz79X88XHOKg,234696
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.35.7.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
- boto3_stubs-1.35.7.dist-info/METADATA,sha256=fdkg-eHgF7j3mVK-_9VCx481kUYApdEsIejhr3hipbM,140897
32
- boto3_stubs-1.35.7.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
33
- boto3_stubs-1.35.7.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
- boto3_stubs-1.35.7.dist-info/RECORD,,
30
+ boto3_stubs-1.35.8.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
+ boto3_stubs-1.35.8.dist-info/METADATA,sha256=CQXdJHYUIPyMbVsUqeLA8XeCa7tgGDlszLgmDVENObM,141185
32
+ boto3_stubs-1.35.8.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
33
+ boto3_stubs-1.35.8.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
+ boto3_stubs-1.35.8.dist-info/RECORD,,