boto3-stubs 1.34.17__py3-none-any.whl → 1.34.21__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.17.dist-info → boto3_stubs-1.34.21.dist-info}/METADATA +12 -6
- {boto3_stubs-1.34.17.dist-info → boto3_stubs-1.34.21.dist-info}/RECORD +7 -7
- {boto3_stubs-1.34.17.dist-info → boto3_stubs-1.34.21.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.34.17.dist-info → boto3_stubs-1.34.21.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.34.17.dist-info → boto3_stubs-1.34.21.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -368,6 +368,7 @@ from mypy_boto3_sso_oidc.client import SSOOIDCClient
|
|
368
368
|
from mypy_boto3_stepfunctions.client import SFNClient
|
369
369
|
from mypy_boto3_storagegateway.client import StorageGatewayClient
|
370
370
|
from mypy_boto3_sts.client import STSClient
|
371
|
+
from mypy_boto3_supplychain.client import SupplyChainClient
|
371
372
|
from mypy_boto3_support.client import SupportClient
|
372
373
|
from mypy_boto3_support_app.client import SupportAppClient
|
373
374
|
from mypy_boto3_swf.client import SWFClient
|
@@ -4948,6 +4949,19 @@ def client(
|
|
4948
4949
|
config: Optional[Config] = ...,
|
4949
4950
|
) -> STSClient: ...
|
4950
4951
|
@overload
|
4952
|
+
def client(
|
4953
|
+
service_name: Literal["supplychain"],
|
4954
|
+
region_name: Optional[str] = ...,
|
4955
|
+
api_version: Optional[str] = ...,
|
4956
|
+
use_ssl: Optional[bool] = ...,
|
4957
|
+
verify: Union[bool, str, None] = ...,
|
4958
|
+
endpoint_url: Optional[str] = ...,
|
4959
|
+
aws_access_key_id: Optional[str] = ...,
|
4960
|
+
aws_secret_access_key: Optional[str] = ...,
|
4961
|
+
aws_session_token: Optional[str] = ...,
|
4962
|
+
config: Optional[Config] = ...,
|
4963
|
+
) -> SupplyChainClient: ...
|
4964
|
+
@overload
|
4951
4965
|
def client(
|
4952
4966
|
service_name: Literal["support"],
|
4953
4967
|
region_name: Optional[str] = ...,
|
boto3-stubs/session.pyi
CHANGED
@@ -374,6 +374,7 @@ from mypy_boto3_sso_oidc.client import SSOOIDCClient
|
|
374
374
|
from mypy_boto3_stepfunctions.client import SFNClient
|
375
375
|
from mypy_boto3_storagegateway.client import StorageGatewayClient
|
376
376
|
from mypy_boto3_sts.client import STSClient
|
377
|
+
from mypy_boto3_supplychain.client import SupplyChainClient
|
377
378
|
from mypy_boto3_support.client import SupportClient
|
378
379
|
from mypy_boto3_support_app.client import SupportAppClient
|
379
380
|
from mypy_boto3_swf.client import SWFClient
|
@@ -5317,6 +5318,20 @@ class Session:
|
|
5317
5318
|
config: Optional[Config] = ...,
|
5318
5319
|
) -> STSClient: ...
|
5319
5320
|
@overload
|
5321
|
+
def client(
|
5322
|
+
self,
|
5323
|
+
service_name: Literal["supplychain"],
|
5324
|
+
region_name: Optional[str] = ...,
|
5325
|
+
api_version: Optional[str] = ...,
|
5326
|
+
use_ssl: Optional[bool] = ...,
|
5327
|
+
verify: Union[bool, str, None] = ...,
|
5328
|
+
endpoint_url: Optional[str] = ...,
|
5329
|
+
aws_access_key_id: Optional[str] = ...,
|
5330
|
+
aws_secret_access_key: Optional[str] = ...,
|
5331
|
+
aws_session_token: Optional[str] = ...,
|
5332
|
+
config: Optional[Config] = ...,
|
5333
|
+
) -> SupplyChainClient: ...
|
5334
|
+
@overload
|
5320
5335
|
def client(
|
5321
5336
|
self,
|
5322
5337
|
service_name: Literal["support"],
|
@@ -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.21
|
4
|
+
Summary: Type annotations for boto3 1.34.21 generated with mypy-boto3-builder 7.23.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
|
@@ -391,6 +391,7 @@ Requires-Dist: mypy-boto3-sso-oidc <1.35.0,>=1.34.0 ; extra == 'all'
|
|
391
391
|
Requires-Dist: mypy-boto3-stepfunctions <1.35.0,>=1.34.0 ; extra == 'all'
|
392
392
|
Requires-Dist: mypy-boto3-storagegateway <1.35.0,>=1.34.0 ; extra == 'all'
|
393
393
|
Requires-Dist: mypy-boto3-sts <1.35.0,>=1.34.0 ; extra == 'all'
|
394
|
+
Requires-Dist: mypy-boto3-supplychain <1.35.0,>=1.34.0 ; extra == 'all'
|
394
395
|
Requires-Dist: mypy-boto3-support <1.35.0,>=1.34.0 ; extra == 'all'
|
395
396
|
Requires-Dist: mypy-boto3-support-app <1.35.0,>=1.34.0 ; extra == 'all'
|
396
397
|
Requires-Dist: mypy-boto3-swf <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -490,8 +491,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
|
|
490
491
|
Provides-Extra: billingconductor
|
491
492
|
Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
|
492
493
|
Provides-Extra: boto3
|
493
|
-
Requires-Dist: boto3 ==1.34.
|
494
|
-
Requires-Dist: botocore ==1.34.
|
494
|
+
Requires-Dist: boto3 ==1.34.21 ; extra == 'boto3'
|
495
|
+
Requires-Dist: botocore ==1.34.21 ; extra == 'boto3'
|
495
496
|
Provides-Extra: braket
|
496
497
|
Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
|
497
498
|
Provides-Extra: budgets
|
@@ -1116,6 +1117,8 @@ Provides-Extra: storagegateway
|
|
1116
1117
|
Requires-Dist: mypy-boto3-storagegateway <1.35.0,>=1.34.0 ; extra == 'storagegateway'
|
1117
1118
|
Provides-Extra: sts
|
1118
1119
|
Requires-Dist: mypy-boto3-sts <1.35.0,>=1.34.0 ; extra == 'sts'
|
1120
|
+
Provides-Extra: supplychain
|
1121
|
+
Requires-Dist: mypy-boto3-supplychain <1.35.0,>=1.34.0 ; extra == 'supplychain'
|
1119
1122
|
Provides-Extra: support
|
1120
1123
|
Requires-Dist: mypy-boto3-support <1.35.0,>=1.34.0 ; extra == 'support'
|
1121
1124
|
Provides-Extra: support-app
|
@@ -1185,7 +1188,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
|
|
1185
1188
|

|
1186
1189
|
|
1187
1190
|
Type annotations for
|
1188
|
-
[boto3 1.34.
|
1191
|
+
[boto3 1.34.21](https://boto3.amazonaws.com/v1/documentation/api/1.34.21/index.html)
|
1189
1192
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1190
1193
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1191
1194
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1567,7 +1570,7 @@ repository.
|
|
1567
1570
|
|
1568
1571
|
## Submodules
|
1569
1572
|
|
1570
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1573
|
+
- `boto3-stubs[all]` - Type annotations for all 377 services.
|
1571
1574
|
- `boto3-stubs[essential]` - Type annotations for
|
1572
1575
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
1573
1576
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
|
@@ -2586,6 +2589,9 @@ repository.
|
|
2586
2589
|
service.
|
2587
2590
|
- `boto3-stubs[sts]` - Type annotations for
|
2588
2591
|
[STS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sts/) service.
|
2592
|
+
- `boto3-stubs[supplychain]` - Type annotations for
|
2593
|
+
[SupplyChain](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_supplychain/)
|
2594
|
+
service.
|
2589
2595
|
- `boto3-stubs[support]` - Type annotations for
|
2590
2596
|
[Support](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_support/)
|
2591
2597
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256
|
1
|
+
boto3-stubs/__init__.pyi,sha256=-FI2cc8xtsKGL4piPpAxzjhITVxTapZZQMcWPTO06pQ,202600
|
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=bUIah1GXRHemURlcAlC-5n5dLc9r43qfu9vdNUB5kSM,229252
|
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.21.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
31
|
+
boto3_stubs-1.34.21.dist-info/METADATA,sha256=oKuvAfNjyx6K9erW5qQHKwkk4vsezjIXMltH1ljLai8,139552
|
32
|
+
boto3_stubs-1.34.21.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
33
|
+
boto3_stubs-1.34.21.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
34
|
+
boto3_stubs-1.34.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|