boto3-stubs 1.34.122__py3-none-any.whl → 1.34.124__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
@@ -24,6 +24,7 @@ from mypy_boto3_appflow.client import AppflowClient
24
24
  from mypy_boto3_appintegrations.client import AppIntegrationsServiceClient
25
25
  from mypy_boto3_application_autoscaling.client import ApplicationAutoScalingClient
26
26
  from mypy_boto3_application_insights.client import ApplicationInsightsClient
27
+ from mypy_boto3_application_signals.client import CloudWatchApplicationSignalsClient
27
28
  from mypy_boto3_applicationcostprofiler.client import ApplicationCostProfilerClient
28
29
  from mypy_boto3_appmesh.client import AppMeshClient
29
30
  from mypy_boto3_apprunner.client import AppRunnerClient
@@ -285,6 +286,7 @@ from mypy_boto3_panorama.client import PanoramaClient
285
286
  from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
286
287
  from mypy_boto3_payment_cryptography_data.client import PaymentCryptographyDataPlaneClient
287
288
  from mypy_boto3_pca_connector_ad.client import PcaConnectorAdClient
289
+ from mypy_boto3_pca_connector_scep.client import PrivateCAConnectorforSCEPClient
288
290
  from mypy_boto3_personalize.client import PersonalizeClient
289
291
  from mypy_boto3_personalize_events.client import PersonalizeEventsClient
290
292
  from mypy_boto3_personalize_runtime.client import PersonalizeRuntimeClient
@@ -665,6 +667,19 @@ def client(
665
667
  config: Optional[Config] = ...,
666
668
  ) -> ApplicationInsightsClient: ...
667
669
  @overload
670
+ def client(
671
+ service_name: Literal["application-signals"],
672
+ region_name: Optional[str] = ...,
673
+ api_version: Optional[str] = ...,
674
+ use_ssl: Optional[bool] = ...,
675
+ verify: Union[bool, str, None] = ...,
676
+ endpoint_url: Optional[str] = ...,
677
+ aws_access_key_id: Optional[str] = ...,
678
+ aws_secret_access_key: Optional[str] = ...,
679
+ aws_session_token: Optional[str] = ...,
680
+ config: Optional[Config] = ...,
681
+ ) -> CloudWatchApplicationSignalsClient: ...
682
+ @overload
668
683
  def client(
669
684
  service_name: Literal["applicationcostprofiler"],
670
685
  region_name: Optional[str] = ...,
@@ -3915,6 +3930,19 @@ def client(
3915
3930
  config: Optional[Config] = ...,
3916
3931
  ) -> PcaConnectorAdClient: ...
3917
3932
  @overload
3933
+ def client(
3934
+ service_name: Literal["pca-connector-scep"],
3935
+ region_name: Optional[str] = ...,
3936
+ api_version: Optional[str] = ...,
3937
+ use_ssl: Optional[bool] = ...,
3938
+ verify: Union[bool, str, None] = ...,
3939
+ endpoint_url: Optional[str] = ...,
3940
+ aws_access_key_id: Optional[str] = ...,
3941
+ aws_secret_access_key: Optional[str] = ...,
3942
+ aws_session_token: Optional[str] = ...,
3943
+ config: Optional[Config] = ...,
3944
+ ) -> PrivateCAConnectorforSCEPClient: ...
3945
+ @overload
3918
3946
  def client(
3919
3947
  service_name: Literal["personalize"],
3920
3948
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -30,6 +30,7 @@ from mypy_boto3_appflow.client import AppflowClient
30
30
  from mypy_boto3_appintegrations.client import AppIntegrationsServiceClient
31
31
  from mypy_boto3_application_autoscaling.client import ApplicationAutoScalingClient
32
32
  from mypy_boto3_application_insights.client import ApplicationInsightsClient
33
+ from mypy_boto3_application_signals.client import CloudWatchApplicationSignalsClient
33
34
  from mypy_boto3_applicationcostprofiler.client import ApplicationCostProfilerClient
34
35
  from mypy_boto3_appmesh.client import AppMeshClient
35
36
  from mypy_boto3_apprunner.client import AppRunnerClient
@@ -291,6 +292,7 @@ from mypy_boto3_panorama.client import PanoramaClient
291
292
  from mypy_boto3_payment_cryptography.client import PaymentCryptographyControlPlaneClient
292
293
  from mypy_boto3_payment_cryptography_data.client import PaymentCryptographyDataPlaneClient
293
294
  from mypy_boto3_pca_connector_ad.client import PcaConnectorAdClient
295
+ from mypy_boto3_pca_connector_scep.client import PrivateCAConnectorforSCEPClient
294
296
  from mypy_boto3_personalize.client import PersonalizeClient
295
297
  from mypy_boto3_personalize_events.client import PersonalizeEventsClient
296
298
  from mypy_boto3_personalize_runtime.client import PersonalizeRuntimeClient
@@ -704,6 +706,20 @@ class Session:
704
706
  config: Optional[Config] = ...,
705
707
  ) -> ApplicationInsightsClient: ...
706
708
  @overload
709
+ def client(
710
+ self,
711
+ service_name: Literal["application-signals"],
712
+ region_name: Optional[str] = ...,
713
+ api_version: Optional[str] = ...,
714
+ use_ssl: Optional[bool] = ...,
715
+ verify: Union[bool, str, None] = ...,
716
+ endpoint_url: Optional[str] = ...,
717
+ aws_access_key_id: Optional[str] = ...,
718
+ aws_secret_access_key: Optional[str] = ...,
719
+ aws_session_token: Optional[str] = ...,
720
+ config: Optional[Config] = ...,
721
+ ) -> CloudWatchApplicationSignalsClient: ...
722
+ @overload
707
723
  def client(
708
724
  self,
709
725
  service_name: Literal["applicationcostprofiler"],
@@ -4204,6 +4220,20 @@ class Session:
4204
4220
  config: Optional[Config] = ...,
4205
4221
  ) -> PcaConnectorAdClient: ...
4206
4222
  @overload
4223
+ def client(
4224
+ self,
4225
+ service_name: Literal["pca-connector-scep"],
4226
+ region_name: Optional[str] = ...,
4227
+ api_version: Optional[str] = ...,
4228
+ use_ssl: Optional[bool] = ...,
4229
+ verify: Union[bool, str, None] = ...,
4230
+ endpoint_url: Optional[str] = ...,
4231
+ aws_access_key_id: Optional[str] = ...,
4232
+ aws_secret_access_key: Optional[str] = ...,
4233
+ aws_session_token: Optional[str] = ...,
4234
+ config: Optional[Config] = ...,
4235
+ ) -> PrivateCAConnectorforSCEPClient: ...
4236
+ @overload
4207
4237
  def client(
4208
4238
  self,
4209
4239
  service_name: Literal["personalize"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.34.122
4
- Summary: Type annotations for boto3 1.34.122 generated with mypy-boto3-builder 7.24.0
3
+ Version: 1.34.124
4
+ Summary: Type annotations for boto3 1.34.124 generated with mypy-boto3-builder 7.24.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
@@ -59,6 +59,7 @@ Requires-Dist: mypy-boto3-appflow <1.35.0,>=1.34.0 ; extra == 'all'
59
59
  Requires-Dist: mypy-boto3-appintegrations <1.35.0,>=1.34.0 ; extra == 'all'
60
60
  Requires-Dist: mypy-boto3-application-autoscaling <1.35.0,>=1.34.0 ; extra == 'all'
61
61
  Requires-Dist: mypy-boto3-application-insights <1.35.0,>=1.34.0 ; extra == 'all'
62
+ Requires-Dist: mypy-boto3-application-signals <1.35.0,>=1.34.0 ; extra == 'all'
62
63
  Requires-Dist: mypy-boto3-applicationcostprofiler <1.35.0,>=1.34.0 ; extra == 'all'
63
64
  Requires-Dist: mypy-boto3-appmesh <1.35.0,>=1.34.0 ; extra == 'all'
64
65
  Requires-Dist: mypy-boto3-apprunner <1.35.0,>=1.34.0 ; extra == 'all'
@@ -309,6 +310,7 @@ Requires-Dist: mypy-boto3-panorama <1.35.0,>=1.34.0 ; extra == 'all'
309
310
  Requires-Dist: mypy-boto3-payment-cryptography <1.35.0,>=1.34.0 ; extra == 'all'
310
311
  Requires-Dist: mypy-boto3-payment-cryptography-data <1.35.0,>=1.34.0 ; extra == 'all'
311
312
  Requires-Dist: mypy-boto3-pca-connector-ad <1.35.0,>=1.34.0 ; extra == 'all'
313
+ Requires-Dist: mypy-boto3-pca-connector-scep <1.35.0,>=1.34.0 ; extra == 'all'
312
314
  Requires-Dist: mypy-boto3-personalize <1.35.0,>=1.34.0 ; extra == 'all'
313
315
  Requires-Dist: mypy-boto3-personalize-events <1.35.0,>=1.34.0 ; extra == 'all'
314
316
  Requires-Dist: mypy-boto3-personalize-runtime <1.35.0,>=1.34.0 ; extra == 'all'
@@ -452,6 +454,8 @@ Provides-Extra: application-autoscaling
452
454
  Requires-Dist: mypy-boto3-application-autoscaling <1.35.0,>=1.34.0 ; extra == 'application-autoscaling'
453
455
  Provides-Extra: application-insights
454
456
  Requires-Dist: mypy-boto3-application-insights <1.35.0,>=1.34.0 ; extra == 'application-insights'
457
+ Provides-Extra: application-signals
458
+ Requires-Dist: mypy-boto3-application-signals <1.35.0,>=1.34.0 ; extra == 'application-signals'
455
459
  Provides-Extra: applicationcostprofiler
456
460
  Requires-Dist: mypy-boto3-applicationcostprofiler <1.35.0,>=1.34.0 ; extra == 'applicationcostprofiler'
457
461
  Provides-Extra: appmesh
@@ -497,8 +501,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
497
501
  Provides-Extra: billingconductor
498
502
  Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
499
503
  Provides-Extra: boto3
500
- Requires-Dist: boto3 ==1.34.122 ; extra == 'boto3'
501
- Requires-Dist: botocore ==1.34.122 ; extra == 'boto3'
504
+ Requires-Dist: boto3 ==1.34.124 ; extra == 'boto3'
505
+ Requires-Dist: botocore ==1.34.124 ; extra == 'boto3'
502
506
  Provides-Extra: braket
503
507
  Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
504
508
  Provides-Extra: budgets
@@ -963,6 +967,8 @@ Provides-Extra: payment-cryptography-data
963
967
  Requires-Dist: mypy-boto3-payment-cryptography-data <1.35.0,>=1.34.0 ; extra == 'payment-cryptography-data'
964
968
  Provides-Extra: pca-connector-ad
965
969
  Requires-Dist: mypy-boto3-pca-connector-ad <1.35.0,>=1.34.0 ; extra == 'pca-connector-ad'
970
+ Provides-Extra: pca-connector-scep
971
+ Requires-Dist: mypy-boto3-pca-connector-scep <1.35.0,>=1.34.0 ; extra == 'pca-connector-scep'
966
972
  Provides-Extra: personalize
967
973
  Requires-Dist: mypy-boto3-personalize <1.35.0,>=1.34.0 ; extra == 'personalize'
968
974
  Provides-Extra: personalize-events
@@ -1206,7 +1212,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
1206
1212
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1207
1213
 
1208
1214
  Type annotations for
1209
- [boto3 1.34.122](https://boto3.amazonaws.com/v1/documentation/api/1.34.122/index.html)
1215
+ [boto3 1.34.124](https://boto3.amazonaws.com/v1/documentation/api/1.34.124/index.html)
1210
1216
  compatible with [VSCode](https://code.visualstudio.com/),
1211
1217
  [PyCharm](https://www.jetbrains.com/pycharm/),
1212
1218
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1588,7 +1594,7 @@ repository.
1588
1594
 
1589
1595
  ## Submodules
1590
1596
 
1591
- - `boto3-stubs[all]` - Type annotations for all 383 services.
1597
+ - `boto3-stubs[all]` - Type annotations for all 385 services.
1592
1598
  - `boto3-stubs[essential]` - Type annotations for
1593
1599
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
1594
1600
  [DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
@@ -1651,6 +1657,9 @@ repository.
1651
1657
  - `boto3-stubs[application-insights]` - Type annotations for
1652
1658
  [ApplicationInsights](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_application_insights/)
1653
1659
  service.
1660
+ - `boto3-stubs[application-signals]` - Type annotations for
1661
+ [CloudWatchApplicationSignals](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_application_signals/)
1662
+ service.
1654
1663
  - `boto3-stubs[applicationcostprofiler]` - Type annotations for
1655
1664
  [ApplicationCostProfiler](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_applicationcostprofiler/)
1656
1665
  service.
@@ -2379,6 +2388,9 @@ repository.
2379
2388
  - `boto3-stubs[pca-connector-ad]` - Type annotations for
2380
2389
  [PcaConnectorAd](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pca_connector_ad/)
2381
2390
  service.
2391
+ - `boto3-stubs[pca-connector-scep]` - Type annotations for
2392
+ [PrivateCAConnectorforSCEP](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pca_connector_scep/)
2393
+ service.
2382
2394
  - `boto3-stubs[personalize]` - Type annotations for
2383
2395
  [Personalize](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_personalize/)
2384
2396
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=uJ3bsJEY4VFBxRt9uGFoMQ9mabJW4TXaPnovWPJFsRE,205718
1
+ boto3-stubs/__init__.pyi,sha256=y-8OpgAMUo2aWi5Gmn53lQPULcP-lRdZoArrBDph8dI,206842
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=7jyJmyHsCG6GrqlKuNMfMk3xIYMTuGmEpQr8Qq489lk,232766
6
+ boto3-stubs/session.pyi,sha256=_Pepf-JWet-uEWmjOAKDbnpcKW9IZM37D3EhEFY7UWE,234022
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.122.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
- boto3_stubs-1.34.122.dist-info/METADATA,sha256=m0vplIErAvA0s2Nm4FGoPeBFeB3K8azJss2sSpdW9JM,141546
32
- boto3_stubs-1.34.122.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
33
- boto3_stubs-1.34.122.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
- boto3_stubs-1.34.122.dist-info/RECORD,,
30
+ boto3_stubs-1.34.124.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
+ boto3_stubs-1.34.124.dist-info/METADATA,sha256=E0mR5QDiqbdWmi0_VpTpJo_aTKIIlCuFxGLI8fUjYKY,142321
32
+ boto3_stubs-1.34.124.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
33
+ boto3_stubs-1.34.124.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
+ boto3_stubs-1.34.124.dist-info/RECORD,,