boto3-stubs 1.34.73__py3-none-any.whl → 1.34.74__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.73.dist-info → boto3_stubs-1.34.74.dist-info}/METADATA +12 -6
- {boto3_stubs-1.34.73.dist-info → boto3_stubs-1.34.74.dist-info}/RECORD +7 -7
- {boto3_stubs-1.34.73.dist-info → boto3_stubs-1.34.74.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.34.73.dist-info → boto3_stubs-1.34.74.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.34.73.dist-info → boto3_stubs-1.34.74.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -78,6 +78,7 @@ from mypy_boto3_codeartifact.client import CodeArtifactClient
|
|
78
78
|
from mypy_boto3_codebuild.client import CodeBuildClient
|
79
79
|
from mypy_boto3_codecatalyst.client import CodeCatalystClient
|
80
80
|
from mypy_boto3_codecommit.client import CodeCommitClient
|
81
|
+
from mypy_boto3_codeconnections.client import CodeConnectionsClient
|
81
82
|
from mypy_boto3_codedeploy.client import CodeDeployClient
|
82
83
|
from mypy_boto3_codeguru_reviewer.client import CodeGuruReviewerClient
|
83
84
|
from mypy_boto3_codeguru_security.client import CodeGuruSecurityClient
|
@@ -1337,6 +1338,19 @@ def client(
|
|
1337
1338
|
config: Optional[Config] = ...,
|
1338
1339
|
) -> CodeCommitClient: ...
|
1339
1340
|
@overload
|
1341
|
+
def client(
|
1342
|
+
service_name: Literal["codeconnections"],
|
1343
|
+
region_name: Optional[str] = ...,
|
1344
|
+
api_version: Optional[str] = ...,
|
1345
|
+
use_ssl: Optional[bool] = ...,
|
1346
|
+
verify: Union[bool, str, None] = ...,
|
1347
|
+
endpoint_url: Optional[str] = ...,
|
1348
|
+
aws_access_key_id: Optional[str] = ...,
|
1349
|
+
aws_secret_access_key: Optional[str] = ...,
|
1350
|
+
aws_session_token: Optional[str] = ...,
|
1351
|
+
config: Optional[Config] = ...,
|
1352
|
+
) -> CodeConnectionsClient: ...
|
1353
|
+
@overload
|
1340
1354
|
def client(
|
1341
1355
|
service_name: Literal["codedeploy"],
|
1342
1356
|
region_name: Optional[str] = ...,
|
boto3-stubs/session.pyi
CHANGED
@@ -84,6 +84,7 @@ from mypy_boto3_codeartifact.client import CodeArtifactClient
|
|
84
84
|
from mypy_boto3_codebuild.client import CodeBuildClient
|
85
85
|
from mypy_boto3_codecatalyst.client import CodeCatalystClient
|
86
86
|
from mypy_boto3_codecommit.client import CodeCommitClient
|
87
|
+
from mypy_boto3_codeconnections.client import CodeConnectionsClient
|
87
88
|
from mypy_boto3_codedeploy.client import CodeDeployClient
|
88
89
|
from mypy_boto3_codeguru_reviewer.client import CodeGuruReviewerClient
|
89
90
|
from mypy_boto3_codeguru_security.client import CodeGuruSecurityClient
|
@@ -1428,6 +1429,20 @@ class Session:
|
|
1428
1429
|
config: Optional[Config] = ...,
|
1429
1430
|
) -> CodeCommitClient: ...
|
1430
1431
|
@overload
|
1432
|
+
def client(
|
1433
|
+
self,
|
1434
|
+
service_name: Literal["codeconnections"],
|
1435
|
+
region_name: Optional[str] = ...,
|
1436
|
+
api_version: Optional[str] = ...,
|
1437
|
+
use_ssl: Optional[bool] = ...,
|
1438
|
+
verify: Union[bool, str, None] = ...,
|
1439
|
+
endpoint_url: Optional[str] = ...,
|
1440
|
+
aws_access_key_id: Optional[str] = ...,
|
1441
|
+
aws_secret_access_key: Optional[str] = ...,
|
1442
|
+
aws_session_token: Optional[str] = ...,
|
1443
|
+
config: Optional[Config] = ...,
|
1444
|
+
) -> CodeConnectionsClient: ...
|
1445
|
+
@overload
|
1431
1446
|
def client(
|
1432
1447
|
self,
|
1433
1448
|
service_name: Literal["codedeploy"],
|
@@ -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.74
|
4
|
+
Summary: Type annotations for boto3 1.34.74 generated with mypy-boto3-builder 7.23.2
|
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
|
@@ -113,6 +113,7 @@ Requires-Dist: mypy-boto3-codeartifact <1.35.0,>=1.34.0 ; extra == 'all'
|
|
113
113
|
Requires-Dist: mypy-boto3-codebuild <1.35.0,>=1.34.0 ; extra == 'all'
|
114
114
|
Requires-Dist: mypy-boto3-codecatalyst <1.35.0,>=1.34.0 ; extra == 'all'
|
115
115
|
Requires-Dist: mypy-boto3-codecommit <1.35.0,>=1.34.0 ; extra == 'all'
|
116
|
+
Requires-Dist: mypy-boto3-codeconnections <1.35.0,>=1.34.0 ; extra == 'all'
|
116
117
|
Requires-Dist: mypy-boto3-codedeploy <1.35.0,>=1.34.0 ; extra == 'all'
|
117
118
|
Requires-Dist: mypy-boto3-codeguru-reviewer <1.35.0,>=1.34.0 ; extra == 'all'
|
118
119
|
Requires-Dist: mypy-boto3-codeguru-security <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -495,8 +496,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
|
|
495
496
|
Provides-Extra: billingconductor
|
496
497
|
Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
|
497
498
|
Provides-Extra: boto3
|
498
|
-
Requires-Dist: boto3 ==1.34.
|
499
|
-
Requires-Dist: botocore ==1.34.
|
499
|
+
Requires-Dist: boto3 ==1.34.74 ; extra == 'boto3'
|
500
|
+
Requires-Dist: botocore ==1.34.74 ; extra == 'boto3'
|
500
501
|
Provides-Extra: braket
|
501
502
|
Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
|
502
503
|
Provides-Extra: budgets
|
@@ -555,6 +556,8 @@ Provides-Extra: codecatalyst
|
|
555
556
|
Requires-Dist: mypy-boto3-codecatalyst <1.35.0,>=1.34.0 ; extra == 'codecatalyst'
|
556
557
|
Provides-Extra: codecommit
|
557
558
|
Requires-Dist: mypy-boto3-codecommit <1.35.0,>=1.34.0 ; extra == 'codecommit'
|
559
|
+
Provides-Extra: codeconnections
|
560
|
+
Requires-Dist: mypy-boto3-codeconnections <1.35.0,>=1.34.0 ; extra == 'codeconnections'
|
558
561
|
Provides-Extra: codedeploy
|
559
562
|
Requires-Dist: mypy-boto3-codedeploy <1.35.0,>=1.34.0 ; extra == 'codedeploy'
|
560
563
|
Provides-Extra: codeguru-reviewer
|
@@ -1194,7 +1197,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
|
|
1194
1197
|

|
1195
1198
|
|
1196
1199
|
Type annotations for
|
1197
|
-
[boto3 1.34.
|
1200
|
+
[boto3 1.34.74](https://boto3.amazonaws.com/v1/documentation/api/1.34.74/index.html)
|
1198
1201
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1199
1202
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1200
1203
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1576,7 +1579,7 @@ repository.
|
|
1576
1579
|
|
1577
1580
|
## Submodules
|
1578
1581
|
|
1579
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1582
|
+
- `boto3-stubs[all]` - Type annotations for all 380 services.
|
1580
1583
|
- `boto3-stubs[essential]` - Type annotations for
|
1581
1584
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
1582
1585
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
|
@@ -1794,6 +1797,9 @@ repository.
|
|
1794
1797
|
- `boto3-stubs[codecommit]` - Type annotations for
|
1795
1798
|
[CodeCommit](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codecommit/)
|
1796
1799
|
service.
|
1800
|
+
- `boto3-stubs[codeconnections]` - Type annotations for
|
1801
|
+
[CodeConnections](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codeconnections/)
|
1802
|
+
service.
|
1797
1803
|
- `boto3-stubs[codedeploy]` - Type annotations for
|
1798
1804
|
[CodeDeploy](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codedeploy/)
|
1799
1805
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=l5YXY3smDL3kCYQfsK9DVbnRo59ZEDpLacnfFNEw92o,204156
|
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=WQt4jeU7qQWwdHZZ6nplvAjdEMgM1xVZ6Zt3pZUPV0o,231006
|
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.74.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
31
|
+
boto3_stubs-1.34.74.dist-info/METADATA,sha256=jM_B6fL_3RxS0fGigomTJHyw96aP5z0q3m8Olcig7-M,140547
|
32
|
+
boto3_stubs-1.34.74.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
33
|
+
boto3_stubs-1.34.74.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
34
|
+
boto3_stubs-1.34.74.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|