boto3-stubs 1.34.121__py3-none-any.whl → 1.34.123__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 +14 -0
- boto3-stubs/session.pyi +15 -0
- {boto3_stubs-1.34.121.dist-info → boto3_stubs-1.34.123.dist-info}/METADATA +12 -6
- {boto3_stubs-1.34.121.dist-info → boto3_stubs-1.34.123.dist-info}/RECORD +7 -7
- {boto3_stubs-1.34.121.dist-info → boto3_stubs-1.34.123.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.34.121.dist-info → boto3_stubs-1.34.123.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.34.121.dist-info → boto3_stubs-1.34.123.dist-info}/top_level.txt +0 -0
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
|
@@ -665,6 +666,19 @@ def client(
|
|
665
666
|
config: Optional[Config] = ...,
|
666
667
|
) -> ApplicationInsightsClient: ...
|
667
668
|
@overload
|
669
|
+
def client(
|
670
|
+
service_name: Literal["application-signals"],
|
671
|
+
region_name: Optional[str] = ...,
|
672
|
+
api_version: Optional[str] = ...,
|
673
|
+
use_ssl: Optional[bool] = ...,
|
674
|
+
verify: Union[bool, str, None] = ...,
|
675
|
+
endpoint_url: Optional[str] = ...,
|
676
|
+
aws_access_key_id: Optional[str] = ...,
|
677
|
+
aws_secret_access_key: Optional[str] = ...,
|
678
|
+
aws_session_token: Optional[str] = ...,
|
679
|
+
config: Optional[Config] = ...,
|
680
|
+
) -> CloudWatchApplicationSignalsClient: ...
|
681
|
+
@overload
|
668
682
|
def client(
|
669
683
|
service_name: Literal["applicationcostprofiler"],
|
670
684
|
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
|
@@ -704,6 +705,20 @@ class Session:
|
|
704
705
|
config: Optional[Config] = ...,
|
705
706
|
) -> ApplicationInsightsClient: ...
|
706
707
|
@overload
|
708
|
+
def client(
|
709
|
+
self,
|
710
|
+
service_name: Literal["application-signals"],
|
711
|
+
region_name: Optional[str] = ...,
|
712
|
+
api_version: Optional[str] = ...,
|
713
|
+
use_ssl: Optional[bool] = ...,
|
714
|
+
verify: Union[bool, str, None] = ...,
|
715
|
+
endpoint_url: Optional[str] = ...,
|
716
|
+
aws_access_key_id: Optional[str] = ...,
|
717
|
+
aws_secret_access_key: Optional[str] = ...,
|
718
|
+
aws_session_token: Optional[str] = ...,
|
719
|
+
config: Optional[Config] = ...,
|
720
|
+
) -> CloudWatchApplicationSignalsClient: ...
|
721
|
+
@overload
|
707
722
|
def client(
|
708
723
|
self,
|
709
724
|
service_name: Literal["applicationcostprofiler"],
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.34.
|
4
|
-
Summary: Type annotations for boto3 1.34.
|
3
|
+
Version: 1.34.123
|
4
|
+
Summary: Type annotations for boto3 1.34.123 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'
|
@@ -452,6 +453,8 @@ Provides-Extra: application-autoscaling
|
|
452
453
|
Requires-Dist: mypy-boto3-application-autoscaling <1.35.0,>=1.34.0 ; extra == 'application-autoscaling'
|
453
454
|
Provides-Extra: application-insights
|
454
455
|
Requires-Dist: mypy-boto3-application-insights <1.35.0,>=1.34.0 ; extra == 'application-insights'
|
456
|
+
Provides-Extra: application-signals
|
457
|
+
Requires-Dist: mypy-boto3-application-signals <1.35.0,>=1.34.0 ; extra == 'application-signals'
|
455
458
|
Provides-Extra: applicationcostprofiler
|
456
459
|
Requires-Dist: mypy-boto3-applicationcostprofiler <1.35.0,>=1.34.0 ; extra == 'applicationcostprofiler'
|
457
460
|
Provides-Extra: appmesh
|
@@ -497,8 +500,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
|
|
497
500
|
Provides-Extra: billingconductor
|
498
501
|
Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
|
499
502
|
Provides-Extra: boto3
|
500
|
-
Requires-Dist: boto3 ==1.34.
|
501
|
-
Requires-Dist: botocore ==1.34.
|
503
|
+
Requires-Dist: boto3 ==1.34.123 ; extra == 'boto3'
|
504
|
+
Requires-Dist: botocore ==1.34.123 ; extra == 'boto3'
|
502
505
|
Provides-Extra: braket
|
503
506
|
Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
|
504
507
|
Provides-Extra: budgets
|
@@ -1206,7 +1209,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
|
|
1206
1209
|

|
1207
1210
|
|
1208
1211
|
Type annotations for
|
1209
|
-
[boto3 1.34.
|
1212
|
+
[boto3 1.34.123](https://boto3.amazonaws.com/v1/documentation/api/1.34.123/index.html)
|
1210
1213
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1211
1214
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1212
1215
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1588,7 +1591,7 @@ repository.
|
|
1588
1591
|
|
1589
1592
|
## Submodules
|
1590
1593
|
|
1591
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1594
|
+
- `boto3-stubs[all]` - Type annotations for all 384 services.
|
1592
1595
|
- `boto3-stubs[essential]` - Type annotations for
|
1593
1596
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
1594
1597
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
|
@@ -1651,6 +1654,9 @@ repository.
|
|
1651
1654
|
- `boto3-stubs[application-insights]` - Type annotations for
|
1652
1655
|
[ApplicationInsights](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_application_insights/)
|
1653
1656
|
service.
|
1657
|
+
- `boto3-stubs[application-signals]` - Type annotations for
|
1658
|
+
[CloudWatchApplicationSignals](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_application_signals/)
|
1659
|
+
service.
|
1654
1660
|
- `boto3-stubs[applicationcostprofiler]` - Type annotations for
|
1655
1661
|
[ApplicationCostProfiler](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_applicationcostprofiler/)
|
1656
1662
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=ZAeLoiqS8XY_VmbHwYZeHCa-7kZtOD7R5SAEBS8zBxM,206284
|
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
|
6
|
+
boto3-stubs/session.pyi,sha256=-j0sDbGcE7FiZhlnA3gBMTA2hIfLPLIjNnx6s9Enkb0,233398
|
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.
|
31
|
-
boto3_stubs-1.34.
|
32
|
-
boto3_stubs-1.34.
|
33
|
-
boto3_stubs-1.34.
|
34
|
-
boto3_stubs-1.34.
|
30
|
+
boto3_stubs-1.34.123.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
31
|
+
boto3_stubs-1.34.123.dist-info/METADATA,sha256=4qhJiS2jxv8W1WDMLtiPFZfgjlD6uDCvRjLwSc3_QRE,141938
|
32
|
+
boto3_stubs-1.34.123.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
33
|
+
boto3_stubs-1.34.123.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
34
|
+
boto3_stubs-1.34.123.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|