boto3-stubs 1.35.2__py3-none-any.whl → 1.35.3__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 +0 -14
- boto3-stubs/session.pyi +0 -15
- {boto3_stubs-1.35.2.dist-info → boto3_stubs-1.35.3.dist-info}/METADATA +7 -13
- {boto3_stubs-1.35.2.dist-info → boto3_stubs-1.35.3.dist-info}/RECORD +7 -7
- {boto3_stubs-1.35.2.dist-info → boto3_stubs-1.35.3.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.35.2.dist-info → boto3_stubs-1.35.3.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.35.2.dist-info → boto3_stubs-1.35.3.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -84,7 +84,6 @@ from mypy_boto3_codeguru_reviewer.client import CodeGuruReviewerClient
|
|
84
84
|
from mypy_boto3_codeguru_security.client import CodeGuruSecurityClient
|
85
85
|
from mypy_boto3_codeguruprofiler.client import CodeGuruProfilerClient
|
86
86
|
from mypy_boto3_codepipeline.client import CodePipelineClient
|
87
|
-
from mypy_boto3_codestar.client import CodeStarClient
|
88
87
|
from mypy_boto3_codestar_connections.client import CodeStarconnectionsClient
|
89
88
|
from mypy_boto3_codestar_notifications.client import CodeStarNotificationsClient
|
90
89
|
from mypy_boto3_cognito_identity.client import CognitoIdentityClient
|
@@ -1422,19 +1421,6 @@ def client(
|
|
1422
1421
|
config: Optional[Config] = ...,
|
1423
1422
|
) -> CodePipelineClient: ...
|
1424
1423
|
@overload
|
1425
|
-
def client(
|
1426
|
-
service_name: Literal["codestar"],
|
1427
|
-
region_name: Optional[str] = ...,
|
1428
|
-
api_version: Optional[str] = ...,
|
1429
|
-
use_ssl: Optional[bool] = ...,
|
1430
|
-
verify: Union[bool, str, None] = ...,
|
1431
|
-
endpoint_url: Optional[str] = ...,
|
1432
|
-
aws_access_key_id: Optional[str] = ...,
|
1433
|
-
aws_secret_access_key: Optional[str] = ...,
|
1434
|
-
aws_session_token: Optional[str] = ...,
|
1435
|
-
config: Optional[Config] = ...,
|
1436
|
-
) -> CodeStarClient: ...
|
1437
|
-
@overload
|
1438
1424
|
def client(
|
1439
1425
|
service_name: Literal["codestar-connections"],
|
1440
1426
|
region_name: Optional[str] = ...,
|
boto3-stubs/session.pyi
CHANGED
@@ -90,7 +90,6 @@ from mypy_boto3_codeguru_reviewer.client import CodeGuruReviewerClient
|
|
90
90
|
from mypy_boto3_codeguru_security.client import CodeGuruSecurityClient
|
91
91
|
from mypy_boto3_codeguruprofiler.client import CodeGuruProfilerClient
|
92
92
|
from mypy_boto3_codepipeline.client import CodePipelineClient
|
93
|
-
from mypy_boto3_codestar.client import CodeStarClient
|
94
93
|
from mypy_boto3_codestar_connections.client import CodeStarconnectionsClient
|
95
94
|
from mypy_boto3_codestar_notifications.client import CodeStarNotificationsClient
|
96
95
|
from mypy_boto3_cognito_identity.client import CognitoIdentityClient
|
@@ -1519,20 +1518,6 @@ class Session:
|
|
1519
1518
|
config: Optional[Config] = ...,
|
1520
1519
|
) -> CodePipelineClient: ...
|
1521
1520
|
@overload
|
1522
|
-
def client(
|
1523
|
-
self,
|
1524
|
-
service_name: Literal["codestar"],
|
1525
|
-
region_name: Optional[str] = ...,
|
1526
|
-
api_version: Optional[str] = ...,
|
1527
|
-
use_ssl: Optional[bool] = ...,
|
1528
|
-
verify: Union[bool, str, None] = ...,
|
1529
|
-
endpoint_url: Optional[str] = ...,
|
1530
|
-
aws_access_key_id: Optional[str] = ...,
|
1531
|
-
aws_secret_access_key: Optional[str] = ...,
|
1532
|
-
aws_session_token: Optional[str] = ...,
|
1533
|
-
config: Optional[Config] = ...,
|
1534
|
-
) -> CodeStarClient: ...
|
1535
|
-
@overload
|
1536
1521
|
def client(
|
1537
1522
|
self,
|
1538
1523
|
service_name: Literal["codestar-connections"],
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.35.
|
4
|
-
Summary: Type annotations for boto3 1.35.
|
3
|
+
Version: 1.35.3
|
4
|
+
Summary: Type annotations for boto3 1.35.3 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
|
@@ -117,7 +117,6 @@ Requires-Dist: mypy-boto3-codeguru-reviewer<1.36.0,>=1.35.0; extra == "all"
|
|
117
117
|
Requires-Dist: mypy-boto3-codeguru-security<1.36.0,>=1.35.0; extra == "all"
|
118
118
|
Requires-Dist: mypy-boto3-codeguruprofiler<1.36.0,>=1.35.0; extra == "all"
|
119
119
|
Requires-Dist: mypy-boto3-codepipeline<1.36.0,>=1.35.0; extra == "all"
|
120
|
-
Requires-Dist: mypy-boto3-codestar<1.36.0,>=1.35.0; extra == "all"
|
121
120
|
Requires-Dist: mypy-boto3-codestar-connections<1.36.0,>=1.35.0; extra == "all"
|
122
121
|
Requires-Dist: mypy-boto3-codestar-notifications<1.36.0,>=1.35.0; extra == "all"
|
123
122
|
Requires-Dist: mypy-boto3-cognito-identity<1.36.0,>=1.35.0; extra == "all"
|
@@ -502,8 +501,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "bedrock-run
|
|
502
501
|
Provides-Extra: billingconductor
|
503
502
|
Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "billingconductor"
|
504
503
|
Provides-Extra: boto3
|
505
|
-
Requires-Dist: boto3==1.35.
|
506
|
-
Requires-Dist: botocore==1.35.
|
504
|
+
Requires-Dist: boto3==1.35.3; extra == "boto3"
|
505
|
+
Requires-Dist: botocore==1.35.3; extra == "boto3"
|
507
506
|
Provides-Extra: braket
|
508
507
|
Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "braket"
|
509
508
|
Provides-Extra: budgets
|
@@ -574,8 +573,6 @@ Provides-Extra: codeguruprofiler
|
|
574
573
|
Requires-Dist: mypy-boto3-codeguruprofiler<1.36.0,>=1.35.0; extra == "codeguruprofiler"
|
575
574
|
Provides-Extra: codepipeline
|
576
575
|
Requires-Dist: mypy-boto3-codepipeline<1.36.0,>=1.35.0; extra == "codepipeline"
|
577
|
-
Provides-Extra: codestar
|
578
|
-
Requires-Dist: mypy-boto3-codestar<1.36.0,>=1.35.0; extra == "codestar"
|
579
576
|
Provides-Extra: codestar-connections
|
580
577
|
Requires-Dist: mypy-boto3-codestar-connections<1.36.0,>=1.35.0; extra == "codestar-connections"
|
581
578
|
Provides-Extra: codestar-notifications
|
@@ -1215,7 +1212,7 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
|
|
1215
1212
|

|
1216
1213
|
|
1217
1214
|
Type annotations for
|
1218
|
-
[boto3 1.35.
|
1215
|
+
[boto3 1.35.3](https://boto3.amazonaws.com/v1/documentation/api/1.35.3/index.html)
|
1219
1216
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1220
1217
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1221
1218
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1224,7 +1221,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
1224
1221
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
1225
1222
|
|
1226
1223
|
Generated by
|
1227
|
-
[mypy-boto3-builder 7.26.
|
1224
|
+
[mypy-boto3-builder 7.26.1](https://github.com/youtype/mypy_boto3_builder).
|
1228
1225
|
|
1229
1226
|
More information can be found in
|
1230
1227
|
[boto3-stubs docs](https://youtype.github.io/boto3_stubs_docs/).
|
@@ -1602,7 +1599,7 @@ repository.
|
|
1602
1599
|
|
1603
1600
|
## Submodules
|
1604
1601
|
|
1605
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1602
|
+
- `boto3-stubs[all]` - Type annotations for all 385 services.
|
1606
1603
|
- `boto3-stubs[essential]` - Type annotations for
|
1607
1604
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
1608
1605
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
|
@@ -1838,9 +1835,6 @@ repository.
|
|
1838
1835
|
- `boto3-stubs[codepipeline]` - Type annotations for
|
1839
1836
|
[CodePipeline](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codepipeline/)
|
1840
1837
|
service.
|
1841
|
-
- `boto3-stubs[codestar]` - Type annotations for
|
1842
|
-
[CodeStar](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codestar/)
|
1843
|
-
service.
|
1844
1838
|
- `boto3-stubs[codestar-connections]` - Type annotations for
|
1845
1839
|
[CodeStarconnections](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codestar_connections/)
|
1846
1840
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=xM5BCSwBMl8fJZncN2jDPj0egx9XXIx1KN_i2BO01Pk,206924
|
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=qZNCrq8ZxQdQQAfKeyXiME6VgsxD_y8uF-MvYclMFto,234104
|
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.
|
31
|
-
boto3_stubs-1.35.
|
32
|
-
boto3_stubs-1.35.
|
33
|
-
boto3_stubs-1.35.
|
34
|
-
boto3_stubs-1.35.
|
30
|
+
boto3_stubs-1.35.3.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
31
|
+
boto3_stubs-1.35.3.dist-info/METADATA,sha256=WQ6GTT-Y2VAgXLXNRmGby16S5lQYHIcnxXmBhqS4yu8,140897
|
32
|
+
boto3_stubs-1.35.3.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
|
33
|
+
boto3_stubs-1.35.3.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
34
|
+
boto3_stubs-1.35.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|