types-boto3 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
- {types_boto3-1.38.19.dist-info → types_boto3-1.38.21.dist-info}/METADATA +7 -13
- {types_boto3-1.38.19.dist-info → types_boto3-1.38.21.dist-info}/RECORD +7 -7
- {types_boto3-1.38.19.dist-info → types_boto3-1.38.21.dist-info}/WHEEL +1 -1
- {types_boto3-1.38.19.dist-info → types_boto3-1.38.21.dist-info}/licenses/LICENSE +0 -0
- {types_boto3-1.38.19.dist-info → types_boto3-1.38.21.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -323,7 +323,6 @@ from types_boto3_pinpoint_sms_voice_v2.client import PinpointSMSVoiceV2Client
|
|
323
323
|
from types_boto3_pipes.client import EventBridgePipesClient
|
324
324
|
from types_boto3_polly.client import PollyClient
|
325
325
|
from types_boto3_pricing.client import PricingClient
|
326
|
-
from types_boto3_privatenetworks.client import Private5GClient
|
327
326
|
from types_boto3_proton.client import ProtonClient
|
328
327
|
from types_boto3_qapps.client import QAppsClient
|
329
328
|
from types_boto3_qbusiness.client import QBusinessClient
|
@@ -5790,24 +5789,6 @@ def client(
|
|
5790
5789
|
Create client for Pricing service.
|
5791
5790
|
"""
|
5792
5791
|
|
5793
|
-
@overload
|
5794
|
-
def client(
|
5795
|
-
service_name: Literal["privatenetworks"],
|
5796
|
-
region_name: str | None = ...,
|
5797
|
-
api_version: str | None = ...,
|
5798
|
-
use_ssl: bool | None = ...,
|
5799
|
-
verify: bool | str | None = ...,
|
5800
|
-
endpoint_url: str | None = ...,
|
5801
|
-
aws_access_key_id: str | None = ...,
|
5802
|
-
aws_secret_access_key: str | None = ...,
|
5803
|
-
aws_session_token: str | None = ...,
|
5804
|
-
config: Config | None = ...,
|
5805
|
-
aws_account_id: str | None = ...,
|
5806
|
-
) -> Private5GClient:
|
5807
|
-
"""
|
5808
|
-
Create client for Private5G service.
|
5809
|
-
"""
|
5810
|
-
|
5811
5792
|
@overload
|
5812
5793
|
def client(
|
5813
5794
|
service_name: Literal["proton"],
|
boto3-stubs/session.pyi
CHANGED
@@ -329,7 +329,6 @@ from types_boto3_pinpoint_sms_voice_v2.client import PinpointSMSVoiceV2Client
|
|
329
329
|
from types_boto3_pipes.client import EventBridgePipesClient
|
330
330
|
from types_boto3_polly.client import PollyClient
|
331
331
|
from types_boto3_pricing.client import PricingClient
|
332
|
-
from types_boto3_privatenetworks.client import Private5GClient
|
333
332
|
from types_boto3_proton.client import ProtonClient
|
334
333
|
from types_boto3_qapps.client import QAppsClient
|
335
334
|
from types_boto3_qbusiness.client import QBusinessClient
|
@@ -6106,25 +6105,6 @@ class Session:
|
|
6106
6105
|
Create client for Pricing service.
|
6107
6106
|
"""
|
6108
6107
|
|
6109
|
-
@overload
|
6110
|
-
def client(
|
6111
|
-
self,
|
6112
|
-
service_name: Literal["privatenetworks"],
|
6113
|
-
region_name: str | None = ...,
|
6114
|
-
api_version: str | None = ...,
|
6115
|
-
use_ssl: bool | None = ...,
|
6116
|
-
verify: bool | str | None = ...,
|
6117
|
-
endpoint_url: str | None = ...,
|
6118
|
-
aws_access_key_id: str | None = ...,
|
6119
|
-
aws_secret_access_key: str | None = ...,
|
6120
|
-
aws_session_token: str | None = ...,
|
6121
|
-
config: Config | None = ...,
|
6122
|
-
aws_account_id: str | None = ...,
|
6123
|
-
) -> Private5GClient:
|
6124
|
-
"""
|
6125
|
-
Create client for Private5G service.
|
6126
|
-
"""
|
6127
|
-
|
6128
6108
|
@overload
|
6129
6109
|
def client(
|
6130
6110
|
self,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: types-boto3
|
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: types-boto3-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: types-boto3-accessanalyzer<1.39.0,>=1.38.0; extra == "all"
|
42
42
|
Requires-Dist: types-boto3-account<1.39.0,>=1.38.0; extra == "all"
|
@@ -334,7 +334,6 @@ Requires-Dist: types-boto3-pinpoint-sms-voice-v2<1.39.0,>=1.38.0; extra == "all"
|
|
334
334
|
Requires-Dist: types-boto3-pipes<1.39.0,>=1.38.0; extra == "all"
|
335
335
|
Requires-Dist: types-boto3-polly<1.39.0,>=1.38.0; extra == "all"
|
336
336
|
Requires-Dist: types-boto3-pricing<1.39.0,>=1.38.0; extra == "all"
|
337
|
-
Requires-Dist: types-boto3-privatenetworks<1.39.0,>=1.38.0; extra == "all"
|
338
337
|
Requires-Dist: types-boto3-proton<1.39.0,>=1.38.0; extra == "all"
|
339
338
|
Requires-Dist: types-boto3-qapps<1.39.0,>=1.38.0; extra == "all"
|
340
339
|
Requires-Dist: types-boto3-qbusiness<1.39.0,>=1.38.0; extra == "all"
|
@@ -1042,8 +1041,6 @@ Provides-Extra: polly
|
|
1042
1041
|
Requires-Dist: types-boto3-polly<1.39.0,>=1.38.0; extra == "polly"
|
1043
1042
|
Provides-Extra: pricing
|
1044
1043
|
Requires-Dist: types-boto3-pricing<1.39.0,>=1.38.0; extra == "pricing"
|
1045
|
-
Provides-Extra: privatenetworks
|
1046
|
-
Requires-Dist: types-boto3-privatenetworks<1.39.0,>=1.38.0; extra == "privatenetworks"
|
1047
1044
|
Provides-Extra: proton
|
1048
1045
|
Requires-Dist: types-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/),
|
@@ -1342,7 +1339,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1342
1339
|
isolation.
|
1343
1340
|
|
1344
1341
|
1. Run mypy-boto3-builder in your package root directory:
|
1345
|
-
`uvx --with 'boto3==1.38.
|
1342
|
+
`uvx --with 'boto3==1.38.21' mypy-boto3-builder`
|
1346
1343
|
2. Select `boto3` AWS SDK.
|
1347
1344
|
3. Select services you use in the current project.
|
1348
1345
|
4. Use provided commands to install generated packages.
|
@@ -1670,9 +1667,9 @@ repository.
|
|
1670
1667
|
|
1671
1668
|
## Submodules
|
1672
1669
|
|
1673
|
-
- `types-boto3[full]` - Type annotations for all
|
1670
|
+
- `types-boto3[full]` - Type annotations for all 403 services in one package
|
1674
1671
|
(recommended).
|
1675
|
-
- `types-boto3[all]` - Type annotations for all
|
1672
|
+
- `types-boto3[all]` - Type annotations for all 403 services in separate
|
1676
1673
|
packages.
|
1677
1674
|
- `types-boto3[essential]` - Type annotations for
|
1678
1675
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
@@ -2547,9 +2544,6 @@ repository.
|
|
2547
2544
|
- `types-boto3[pricing]` - Type annotations for
|
2548
2545
|
[Pricing](https://youtype.github.io/types_boto3_docs/types_boto3_pricing/)
|
2549
2546
|
service.
|
2550
|
-
- `types-boto3[privatenetworks]` - Type annotations for
|
2551
|
-
[Private5G](https://youtype.github.io/types_boto3_docs/types_boto3_privatenetworks/)
|
2552
|
-
service.
|
2553
2547
|
- `types-boto3[proton]` - Type annotations for
|
2554
2548
|
[Proton](https://youtype.github.io/types_boto3_docs/types_boto3_proton/)
|
2555
2549
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=vnLvvFJ1QZwDegyRRXuqAeul4Zx4JOxWajwJbnDJHAo,245192
|
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=zSbHXPnqKFVFheZNMfLwtXZXVST4LqyORSahTyQv7vU,280165
|
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
|
-
types_boto3-1.38.
|
42
|
-
types_boto3-1.38.
|
43
|
-
types_boto3-1.38.
|
44
|
-
types_boto3-1.38.
|
45
|
-
types_boto3-1.38.
|
41
|
+
types_boto3-1.38.21.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
types_boto3-1.38.21.dist-info/METADATA,sha256=WF9s3IEHaxftIa5B_GxM3ppSFJa-nJa6ib15X4-LEY4,149678
|
43
|
+
types_boto3-1.38.21.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
44
|
+
types_boto3-1.38.21.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
types_boto3-1.38.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|