boto3-stubs 1.40.18__py3-none-any.whl → 1.40.20__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 -57
- boto3-stubs/session.pyi +0 -60
- {boto3_stubs-1.40.18.dist-info → boto3_stubs-1.40.20.dist-info}/METADATA +7 -19
- {boto3_stubs-1.40.18.dist-info → boto3_stubs-1.40.20.dist-info}/RECORD +7 -7
- {boto3_stubs-1.40.18.dist-info → boto3_stubs-1.40.20.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.40.18.dist-info → boto3_stubs-1.40.20.dist-info}/licenses/LICENSE +0 -0
- {boto3_stubs-1.40.18.dist-info → boto3_stubs-1.40.20.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -311,9 +311,6 @@ from mypy_boto3_odb.client import OdbClient
|
|
311
311
|
from mypy_boto3_omics.client import OmicsClient
|
312
312
|
from mypy_boto3_opensearch.client import OpenSearchServiceClient
|
313
313
|
from mypy_boto3_opensearchserverless.client import OpenSearchServiceServerlessClient
|
314
|
-
from mypy_boto3_opsworks.client import OpsWorksClient
|
315
|
-
from mypy_boto3_opsworks.service_resource import OpsWorksServiceResource
|
316
|
-
from mypy_boto3_opsworkscm.client import OpsWorksCMClient
|
317
314
|
from mypy_boto3_organizations.client import OrganizationsClient
|
318
315
|
from mypy_boto3_osis.client import OpenSearchIngestionClient
|
319
316
|
from mypy_boto3_outposts.client import OutpostsClient
|
@@ -5569,42 +5566,6 @@ def client(
|
|
5569
5566
|
Create client for OpenSearchServiceServerless service.
|
5570
5567
|
"""
|
5571
5568
|
|
5572
|
-
@overload
|
5573
|
-
def client(
|
5574
|
-
service_name: Literal["opsworks"],
|
5575
|
-
region_name: str | None = ...,
|
5576
|
-
api_version: str | None = ...,
|
5577
|
-
use_ssl: bool | None = ...,
|
5578
|
-
verify: bool | str | None = ...,
|
5579
|
-
endpoint_url: str | None = ...,
|
5580
|
-
aws_access_key_id: str | None = ...,
|
5581
|
-
aws_secret_access_key: str | None = ...,
|
5582
|
-
aws_session_token: str | None = ...,
|
5583
|
-
config: Config | None = ...,
|
5584
|
-
aws_account_id: str | None = ...,
|
5585
|
-
) -> OpsWorksClient:
|
5586
|
-
"""
|
5587
|
-
Create client for OpsWorks service.
|
5588
|
-
"""
|
5589
|
-
|
5590
|
-
@overload
|
5591
|
-
def client(
|
5592
|
-
service_name: Literal["opsworkscm"],
|
5593
|
-
region_name: str | None = ...,
|
5594
|
-
api_version: str | None = ...,
|
5595
|
-
use_ssl: bool | None = ...,
|
5596
|
-
verify: bool | str | None = ...,
|
5597
|
-
endpoint_url: str | None = ...,
|
5598
|
-
aws_access_key_id: str | None = ...,
|
5599
|
-
aws_secret_access_key: str | None = ...,
|
5600
|
-
aws_session_token: str | None = ...,
|
5601
|
-
config: Config | None = ...,
|
5602
|
-
aws_account_id: str | None = ...,
|
5603
|
-
) -> OpsWorksCMClient:
|
5604
|
-
"""
|
5605
|
-
Create client for OpsWorksCM service.
|
5606
|
-
"""
|
5607
|
-
|
5608
5569
|
@overload
|
5609
5570
|
def client(
|
5610
5571
|
service_name: Literal["organizations"],
|
@@ -8053,24 +8014,6 @@ def resource(
|
|
8053
8014
|
Create ServiceResource for IAM service.
|
8054
8015
|
"""
|
8055
8016
|
|
8056
|
-
@overload
|
8057
|
-
def resource(
|
8058
|
-
service_name: Literal["opsworks"],
|
8059
|
-
region_name: str | None = ...,
|
8060
|
-
api_version: str | None = ...,
|
8061
|
-
use_ssl: bool | None = ...,
|
8062
|
-
verify: bool | str | None = ...,
|
8063
|
-
endpoint_url: str | None = ...,
|
8064
|
-
aws_access_key_id: str | None = ...,
|
8065
|
-
aws_secret_access_key: str | None = ...,
|
8066
|
-
aws_session_token: str | None = ...,
|
8067
|
-
config: Config | None = ...,
|
8068
|
-
aws_account_id: str | None = ...,
|
8069
|
-
) -> OpsWorksServiceResource:
|
8070
|
-
"""
|
8071
|
-
Create ServiceResource for OpsWorks service.
|
8072
|
-
"""
|
8073
|
-
|
8074
8017
|
@overload
|
8075
8018
|
def resource(
|
8076
8019
|
service_name: Literal["s3"],
|
boto3-stubs/session.pyi
CHANGED
@@ -317,9 +317,6 @@ from mypy_boto3_odb.client import OdbClient
|
|
317
317
|
from mypy_boto3_omics.client import OmicsClient
|
318
318
|
from mypy_boto3_opensearch.client import OpenSearchServiceClient
|
319
319
|
from mypy_boto3_opensearchserverless.client import OpenSearchServiceServerlessClient
|
320
|
-
from mypy_boto3_opsworks.client import OpsWorksClient
|
321
|
-
from mypy_boto3_opsworks.service_resource import OpsWorksServiceResource
|
322
|
-
from mypy_boto3_opsworkscm.client import OpsWorksCMClient
|
323
320
|
from mypy_boto3_organizations.client import OrganizationsClient
|
324
321
|
from mypy_boto3_osis.client import OpenSearchIngestionClient
|
325
322
|
from mypy_boto3_outposts.client import OutpostsClient
|
@@ -5872,44 +5869,6 @@ class Session:
|
|
5872
5869
|
Create client for OpenSearchServiceServerless service.
|
5873
5870
|
"""
|
5874
5871
|
|
5875
|
-
@overload
|
5876
|
-
def client(
|
5877
|
-
self,
|
5878
|
-
service_name: Literal["opsworks"],
|
5879
|
-
region_name: str | None = ...,
|
5880
|
-
api_version: str | None = ...,
|
5881
|
-
use_ssl: bool | None = ...,
|
5882
|
-
verify: bool | str | None = ...,
|
5883
|
-
endpoint_url: str | None = ...,
|
5884
|
-
aws_access_key_id: str | None = ...,
|
5885
|
-
aws_secret_access_key: str | None = ...,
|
5886
|
-
aws_session_token: str | None = ...,
|
5887
|
-
config: Config | None = ...,
|
5888
|
-
aws_account_id: str | None = ...,
|
5889
|
-
) -> OpsWorksClient:
|
5890
|
-
"""
|
5891
|
-
Create client for OpsWorks service.
|
5892
|
-
"""
|
5893
|
-
|
5894
|
-
@overload
|
5895
|
-
def client(
|
5896
|
-
self,
|
5897
|
-
service_name: Literal["opsworkscm"],
|
5898
|
-
region_name: str | None = ...,
|
5899
|
-
api_version: str | None = ...,
|
5900
|
-
use_ssl: bool | None = ...,
|
5901
|
-
verify: bool | str | None = ...,
|
5902
|
-
endpoint_url: str | None = ...,
|
5903
|
-
aws_access_key_id: str | None = ...,
|
5904
|
-
aws_secret_access_key: str | None = ...,
|
5905
|
-
aws_session_token: str | None = ...,
|
5906
|
-
config: Config | None = ...,
|
5907
|
-
aws_account_id: str | None = ...,
|
5908
|
-
) -> OpsWorksCMClient:
|
5909
|
-
"""
|
5910
|
-
Create client for OpsWorksCM service.
|
5911
|
-
"""
|
5912
|
-
|
5913
5872
|
@overload
|
5914
5873
|
def client(
|
5915
5874
|
self,
|
@@ -8494,25 +8453,6 @@ class Session:
|
|
8494
8453
|
Create ServiceResource for IAM service.
|
8495
8454
|
"""
|
8496
8455
|
|
8497
|
-
@overload
|
8498
|
-
def resource(
|
8499
|
-
self,
|
8500
|
-
service_name: Literal["opsworks"],
|
8501
|
-
region_name: str | None = ...,
|
8502
|
-
api_version: str | None = ...,
|
8503
|
-
use_ssl: bool | None = ...,
|
8504
|
-
verify: bool | str | None = ...,
|
8505
|
-
endpoint_url: str | None = ...,
|
8506
|
-
aws_access_key_id: str | None = ...,
|
8507
|
-
aws_secret_access_key: str | None = ...,
|
8508
|
-
aws_session_token: str | None = ...,
|
8509
|
-
config: Config | None = ...,
|
8510
|
-
aws_account_id: str | None = ...,
|
8511
|
-
) -> OpsWorksServiceResource:
|
8512
|
-
"""
|
8513
|
-
Create ServiceResource for OpsWorks service.
|
8514
|
-
"""
|
8515
|
-
|
8516
8456
|
@overload
|
8517
8457
|
def resource(
|
8518
8458
|
self,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.40.
|
4
|
-
Summary: Type annotations for boto3 1.40.
|
3
|
+
Version: 1.40.20
|
4
|
+
Summary: Type annotations for boto3 1.40.20 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.41.0,>=1.40.0; extra == "full"
|
38
38
|
Provides-Extra: boto3
|
39
|
-
Requires-Dist: boto3==1.40.
|
39
|
+
Requires-Dist: boto3==1.40.20; extra == "boto3"
|
40
40
|
Provides-Extra: all
|
41
41
|
Requires-Dist: mypy-boto3-accessanalyzer<1.41.0,>=1.40.0; extra == "all"
|
42
42
|
Requires-Dist: mypy-boto3-account<1.41.0,>=1.40.0; extra == "all"
|
@@ -321,8 +321,6 @@ Requires-Dist: mypy-boto3-odb<1.41.0,>=1.40.0; extra == "all"
|
|
321
321
|
Requires-Dist: mypy-boto3-omics<1.41.0,>=1.40.0; extra == "all"
|
322
322
|
Requires-Dist: mypy-boto3-opensearch<1.41.0,>=1.40.0; extra == "all"
|
323
323
|
Requires-Dist: mypy-boto3-opensearchserverless<1.41.0,>=1.40.0; extra == "all"
|
324
|
-
Requires-Dist: mypy-boto3-opsworks<1.41.0,>=1.40.0; extra == "all"
|
325
|
-
Requires-Dist: mypy-boto3-opsworkscm<1.41.0,>=1.40.0; extra == "all"
|
326
324
|
Requires-Dist: mypy-boto3-organizations<1.41.0,>=1.40.0; extra == "all"
|
327
325
|
Requires-Dist: mypy-boto3-osis<1.41.0,>=1.40.0; extra == "all"
|
328
326
|
Requires-Dist: mypy-boto3-outposts<1.41.0,>=1.40.0; extra == "all"
|
@@ -1027,10 +1025,6 @@ Provides-Extra: opensearch
|
|
1027
1025
|
Requires-Dist: mypy-boto3-opensearch<1.41.0,>=1.40.0; extra == "opensearch"
|
1028
1026
|
Provides-Extra: opensearchserverless
|
1029
1027
|
Requires-Dist: mypy-boto3-opensearchserverless<1.41.0,>=1.40.0; extra == "opensearchserverless"
|
1030
|
-
Provides-Extra: opsworks
|
1031
|
-
Requires-Dist: mypy-boto3-opsworks<1.41.0,>=1.40.0; extra == "opsworks"
|
1032
|
-
Provides-Extra: opsworkscm
|
1033
|
-
Requires-Dist: mypy-boto3-opsworkscm<1.41.0,>=1.40.0; extra == "opsworkscm"
|
1034
1028
|
Provides-Extra: organizations
|
1035
1029
|
Requires-Dist: mypy-boto3-organizations<1.41.0,>=1.40.0; extra == "organizations"
|
1036
1030
|
Provides-Extra: osis
|
@@ -1317,7 +1311,7 @@ Dynamic: summary
|
|
1317
1311
|
|
1318
1312
|

|
1319
1313
|
|
1320
|
-
Type annotations for [boto3 1.40.
|
1314
|
+
Type annotations for [boto3 1.40.20](https://pypi.org/project/boto3/)
|
1321
1315
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1322
1316
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1323
1317
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1376,7 +1370,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1376
1370
|
isolation.
|
1377
1371
|
|
1378
1372
|
1. Run mypy-boto3-builder in your package root directory:
|
1379
|
-
`uvx --with 'boto3==1.40.
|
1373
|
+
`uvx --with 'boto3==1.40.20' mypy-boto3-builder`
|
1380
1374
|
2. Select `boto3-stubs` AWS SDK.
|
1381
1375
|
3. Select services you use in the current project.
|
1382
1376
|
4. Use provided commands to install generated packages.
|
@@ -1728,9 +1722,9 @@ repository.
|
|
1728
1722
|
|
1729
1723
|
## Submodules
|
1730
1724
|
|
1731
|
-
- `boto3-stubs[full]` - Type annotations for all
|
1725
|
+
- `boto3-stubs[full]` - Type annotations for all 413 services in one package
|
1732
1726
|
(recommended).
|
1733
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1727
|
+
- `boto3-stubs[all]` - Type annotations for all 413 services in separate
|
1734
1728
|
packages.
|
1735
1729
|
- `boto3-stubs[essential]` - Type annotations for
|
1736
1730
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
@@ -2565,12 +2559,6 @@ repository.
|
|
2565
2559
|
- `boto3-stubs[opensearchserverless]` - Type annotations for
|
2566
2560
|
[OpenSearchServiceServerless](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_opensearchserverless/)
|
2567
2561
|
service.
|
2568
|
-
- `boto3-stubs[opsworks]` - Type annotations for
|
2569
|
-
[OpsWorks](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_opsworks/)
|
2570
|
-
service.
|
2571
|
-
- `boto3-stubs[opsworkscm]` - Type annotations for
|
2572
|
-
[OpsWorksCM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_opsworkscm/)
|
2573
|
-
service.
|
2574
2562
|
- `boto3-stubs[organizations]` - Type annotations for
|
2575
2563
|
[Organizations](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/)
|
2576
2564
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=giDyoF6-j4RXAFv_PqhqHhVoMVMYprBv4kGJJKSoidg,250392
|
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=aBq0dIHbq9L_eBQPcMiuwWCdtSFMpkxxBOPI_jklR1w,286103
|
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.40.
|
42
|
-
boto3_stubs-1.40.
|
43
|
-
boto3_stubs-1.40.
|
44
|
-
boto3_stubs-1.40.
|
45
|
-
boto3_stubs-1.40.
|
41
|
+
boto3_stubs-1.40.20.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
boto3_stubs-1.40.20.dist-info/METADATA,sha256=ZVF3PXoVn9A_1BD3OuZUfpqu67ZGh9kP5IgPNLkktAY,152507
|
43
|
+
boto3_stubs-1.40.20.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
boto3_stubs-1.40.20.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
boto3_stubs-1.40.20.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|