boto3-stubs 1.38.19__py3-none-any.whl → 1.38.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 +0 -19
- boto3-stubs/session.pyi +0 -20
- {boto3_stubs-1.38.19.dist-info → boto3_stubs-1.38.21.dist-info}/METADATA +7 -13
- {boto3_stubs-1.38.19.dist-info → boto3_stubs-1.38.21.dist-info}/RECORD +7 -7
- {boto3_stubs-1.38.19.dist-info → boto3_stubs-1.38.21.dist-info}/WHEEL +1 -1
- {boto3_stubs-1.38.19.dist-info → boto3_stubs-1.38.21.dist-info}/licenses/LICENSE +0 -0
- {boto3_stubs-1.38.19.dist-info → boto3_stubs-1.38.21.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -321,7 +321,6 @@ from mypy_boto3_pinpoint_sms_voice_v2.client import PinpointSMSVoiceV2Client
|
|
321
321
|
from mypy_boto3_pipes.client import EventBridgePipesClient
|
322
322
|
from mypy_boto3_polly.client import PollyClient
|
323
323
|
from mypy_boto3_pricing.client import PricingClient
|
324
|
-
from mypy_boto3_privatenetworks.client import Private5GClient
|
325
324
|
from mypy_boto3_proton.client import ProtonClient
|
326
325
|
from mypy_boto3_qapps.client import QAppsClient
|
327
326
|
from mypy_boto3_qbusiness.client import QBusinessClient
|
@@ -5788,24 +5787,6 @@ def client(
|
|
5788
5787
|
Create client for Pricing service.
|
5789
5788
|
"""
|
5790
5789
|
|
5791
|
-
@overload
|
5792
|
-
def client(
|
5793
|
-
service_name: Literal["privatenetworks"],
|
5794
|
-
region_name: str | None = ...,
|
5795
|
-
api_version: str | None = ...,
|
5796
|
-
use_ssl: bool | None = ...,
|
5797
|
-
verify: bool | str | None = ...,
|
5798
|
-
endpoint_url: str | None = ...,
|
5799
|
-
aws_access_key_id: str | None = ...,
|
5800
|
-
aws_secret_access_key: str | None = ...,
|
5801
|
-
aws_session_token: str | None = ...,
|
5802
|
-
config: Config | None = ...,
|
5803
|
-
aws_account_id: str | None = ...,
|
5804
|
-
) -> Private5GClient:
|
5805
|
-
"""
|
5806
|
-
Create client for Private5G service.
|
5807
|
-
"""
|
5808
|
-
|
5809
5790
|
@overload
|
5810
5791
|
def client(
|
5811
5792
|
service_name: Literal["proton"],
|
boto3-stubs/session.pyi
CHANGED
@@ -327,7 +327,6 @@ from mypy_boto3_pinpoint_sms_voice_v2.client import PinpointSMSVoiceV2Client
|
|
327
327
|
from mypy_boto3_pipes.client import EventBridgePipesClient
|
328
328
|
from mypy_boto3_polly.client import PollyClient
|
329
329
|
from mypy_boto3_pricing.client import PricingClient
|
330
|
-
from mypy_boto3_privatenetworks.client import Private5GClient
|
331
330
|
from mypy_boto3_proton.client import ProtonClient
|
332
331
|
from mypy_boto3_qapps.client import QAppsClient
|
333
332
|
from mypy_boto3_qbusiness.client import QBusinessClient
|
@@ -6104,25 +6103,6 @@ class Session:
|
|
6104
6103
|
Create client for Pricing service.
|
6105
6104
|
"""
|
6106
6105
|
|
6107
|
-
@overload
|
6108
|
-
def client(
|
6109
|
-
self,
|
6110
|
-
service_name: Literal["privatenetworks"],
|
6111
|
-
region_name: str | None = ...,
|
6112
|
-
api_version: str | None = ...,
|
6113
|
-
use_ssl: bool | None = ...,
|
6114
|
-
verify: bool | str | None = ...,
|
6115
|
-
endpoint_url: str | None = ...,
|
6116
|
-
aws_access_key_id: str | None = ...,
|
6117
|
-
aws_secret_access_key: str | None = ...,
|
6118
|
-
aws_session_token: str | None = ...,
|
6119
|
-
config: Config | None = ...,
|
6120
|
-
aws_account_id: str | None = ...,
|
6121
|
-
) -> Private5GClient:
|
6122
|
-
"""
|
6123
|
-
Create client for Private5G service.
|
6124
|
-
"""
|
6125
|
-
|
6126
6106
|
@overload
|
6127
6107
|
def client(
|
6128
6108
|
self,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.38.
|
4
|
-
Summary: Type annotations for boto3 1.38.
|
3
|
+
Version: 1.38.21
|
4
|
+
Summary: Type annotations for boto3 1.38.21 generated with mypy-boto3-builder 8.11.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
|
@@ -36,7 +36,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
36
36
|
Provides-Extra: full
|
37
37
|
Requires-Dist: boto3-stubs-full<1.39.0,>=1.38.0; extra == "full"
|
38
38
|
Provides-Extra: boto3
|
39
|
-
Requires-Dist: boto3==1.38.
|
39
|
+
Requires-Dist: boto3==1.38.21; extra == "boto3"
|
40
40
|
Provides-Extra: all
|
41
41
|
Requires-Dist: mypy-boto3-accessanalyzer<1.39.0,>=1.38.0; extra == "all"
|
42
42
|
Requires-Dist: mypy-boto3-account<1.39.0,>=1.38.0; extra == "all"
|
@@ -334,7 +334,6 @@ Requires-Dist: mypy-boto3-pinpoint-sms-voice-v2<1.39.0,>=1.38.0; extra == "all"
|
|
334
334
|
Requires-Dist: mypy-boto3-pipes<1.39.0,>=1.38.0; extra == "all"
|
335
335
|
Requires-Dist: mypy-boto3-polly<1.39.0,>=1.38.0; extra == "all"
|
336
336
|
Requires-Dist: mypy-boto3-pricing<1.39.0,>=1.38.0; extra == "all"
|
337
|
-
Requires-Dist: mypy-boto3-privatenetworks<1.39.0,>=1.38.0; extra == "all"
|
338
337
|
Requires-Dist: mypy-boto3-proton<1.39.0,>=1.38.0; extra == "all"
|
339
338
|
Requires-Dist: mypy-boto3-qapps<1.39.0,>=1.38.0; extra == "all"
|
340
339
|
Requires-Dist: mypy-boto3-qbusiness<1.39.0,>=1.38.0; extra == "all"
|
@@ -1042,8 +1041,6 @@ Provides-Extra: polly
|
|
1042
1041
|
Requires-Dist: mypy-boto3-polly<1.39.0,>=1.38.0; extra == "polly"
|
1043
1042
|
Provides-Extra: pricing
|
1044
1043
|
Requires-Dist: mypy-boto3-pricing<1.39.0,>=1.38.0; extra == "pricing"
|
1045
|
-
Provides-Extra: privatenetworks
|
1046
|
-
Requires-Dist: mypy-boto3-privatenetworks<1.39.0,>=1.38.0; extra == "privatenetworks"
|
1047
1044
|
Provides-Extra: proton
|
1048
1045
|
Requires-Dist: mypy-boto3-proton<1.39.0,>=1.38.0; extra == "proton"
|
1049
1046
|
Provides-Extra: qapps
|
@@ -1284,7 +1281,7 @@ Dynamic: summary
|
|
1284
1281
|
|
1285
1282
|

|
1286
1283
|
|
1287
|
-
Type annotations for [boto3 1.38.
|
1284
|
+
Type annotations for [boto3 1.38.21](https://pypi.org/project/boto3/)
|
1288
1285
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1289
1286
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1290
1287
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1343,7 +1340,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1343
1340
|
isolation.
|
1344
1341
|
|
1345
1342
|
1. Run mypy-boto3-builder in your package root directory:
|
1346
|
-
`uvx --with 'boto3==1.38.
|
1343
|
+
`uvx --with 'boto3==1.38.21' mypy-boto3-builder`
|
1347
1344
|
2. Select `boto3-stubs` AWS SDK.
|
1348
1345
|
3. Select services you use in the current project.
|
1349
1346
|
4. Use provided commands to install generated packages.
|
@@ -1695,9 +1692,9 @@ repository.
|
|
1695
1692
|
|
1696
1693
|
## Submodules
|
1697
1694
|
|
1698
|
-
- `boto3-stubs[full]` - Type annotations for all
|
1695
|
+
- `boto3-stubs[full]` - Type annotations for all 403 services in one package
|
1699
1696
|
(recommended).
|
1700
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1697
|
+
- `boto3-stubs[all]` - Type annotations for all 403 services in separate
|
1701
1698
|
packages.
|
1702
1699
|
- `boto3-stubs[essential]` - Type annotations for
|
1703
1700
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
@@ -2572,9 +2569,6 @@ repository.
|
|
2572
2569
|
- `boto3-stubs[pricing]` - Type annotations for
|
2573
2570
|
[Pricing](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pricing/)
|
2574
2571
|
service.
|
2575
|
-
- `boto3-stubs[privatenetworks]` - Type annotations for
|
2576
|
-
[Private5G](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_privatenetworks/)
|
2577
|
-
service.
|
2578
2572
|
- `boto3-stubs[proton]` - Type annotations for
|
2579
2573
|
[Proton](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_proton/)
|
2580
2574
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=R9sWqcCt1w8qw9SsBqQIvx4yAt5vAd-6Od2pZtO17H0,244770
|
2
2
|
boto3-stubs/compat.pyi,sha256=PWrZhB_PeAhGJaNV3a5OXYy1k5QRa-Jm2Qt3SsVutWY,278
|
3
3
|
boto3-stubs/crt.pyi,sha256=OAjGbtBlQJIDRctWkMpr7UwRKxiH_lQt9OdSrHPL3QI,893
|
4
4
|
boto3-stubs/exceptions.pyi,sha256=cjOrbR2BIOcaHRmIQvGL0y-XEJdicpzRl2dQNfx6GVk,1339
|
5
5
|
boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
boto3-stubs/session.pyi,sha256=
|
6
|
+
boto3-stubs/session.pyi,sha256=cJEb_frjOHYKI1FEJNF78ySA5XRr7DXY7ehFc_vR5Ts,279743
|
7
7
|
boto3-stubs/utils.pyi,sha256=2vtGuLR-fnfzUNoeNvcEbb0Lb-DGEZ-BQ5BV9xF8vSg,841
|
8
8
|
boto3-stubs/docs/__init__.pyi,sha256=uDkzwRXE_Bb65mlFvnPSySeRYnhK9Cpk4fUyK6gpBd0,179
|
9
9
|
boto3-stubs/docs/action.pyi,sha256=_vWYnBVkwK6kU3xTdr5tPGxL-s3ULaAFBnxuFLHsmsE,1016
|
@@ -38,8 +38,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
boto3-stubs/s3/constants.pyi,sha256=U9MRV6GXbxTyEfKLsp3fVKzLR85KSSSP5FbcIWVHX54,163
|
39
39
|
boto3-stubs/s3/inject.pyi,sha256=iSD34EWV7eyBwCNgAyVC2BZ24i_DXmFF6XhlNbZ6boA,4639
|
40
40
|
boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
|
41
|
-
boto3_stubs-1.38.
|
42
|
-
boto3_stubs-1.38.
|
43
|
-
boto3_stubs-1.38.
|
44
|
-
boto3_stubs-1.38.
|
45
|
-
boto3_stubs-1.38.
|
41
|
+
boto3_stubs-1.38.21.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
boto3_stubs-1.38.21.dist-info/METADATA,sha256=BsBFzqp2xpMI-KwmGrwIBq5Cdqw0Ow2h9L8MzJ_g_Lg,149004
|
43
|
+
boto3_stubs-1.38.21.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
44
|
+
boto3_stubs-1.38.21.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
boto3_stubs-1.38.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|