boto3-stubs 1.35.21__py3-none-any.whl → 1.35.22__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.35.21.dist-info → boto3_stubs-1.35.22.dist-info}/METADATA +14 -8
- {boto3_stubs-1.35.21.dist-info → boto3_stubs-1.35.22.dist-info}/RECORD +7 -7
- {boto3_stubs-1.35.21.dist-info → boto3_stubs-1.35.22.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.35.21.dist-info → boto3_stubs-1.35.22.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.35.21.dist-info → boto3_stubs-1.35.22.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -121,6 +121,7 @@ from mypy_boto3_docdb.client import DocDBClient
|
|
121
121
|
from mypy_boto3_docdb_elastic.client import DocDBElasticClient
|
122
122
|
from mypy_boto3_drs.client import DrsClient
|
123
123
|
from mypy_boto3_ds.client import DirectoryServiceClient
|
124
|
+
from mypy_boto3_ds_data.client import DirectoryServiceDataClient
|
124
125
|
from mypy_boto3_dynamodb.client import DynamoDBClient
|
125
126
|
from mypy_boto3_dynamodb.service_resource import DynamoDBServiceResource
|
126
127
|
from mypy_boto3_dynamodbstreams.client import DynamoDBStreamsClient
|
@@ -1903,6 +1904,19 @@ def client(
|
|
1903
1904
|
config: Optional[Config] = ...,
|
1904
1905
|
) -> DirectoryServiceClient: ...
|
1905
1906
|
@overload
|
1907
|
+
def client(
|
1908
|
+
service_name: Literal["ds-data"],
|
1909
|
+
region_name: Optional[str] = ...,
|
1910
|
+
api_version: Optional[str] = ...,
|
1911
|
+
use_ssl: Optional[bool] = ...,
|
1912
|
+
verify: Union[bool, str, None] = ...,
|
1913
|
+
endpoint_url: Optional[str] = ...,
|
1914
|
+
aws_access_key_id: Optional[str] = ...,
|
1915
|
+
aws_secret_access_key: Optional[str] = ...,
|
1916
|
+
aws_session_token: Optional[str] = ...,
|
1917
|
+
config: Optional[Config] = ...,
|
1918
|
+
) -> DirectoryServiceDataClient: ...
|
1919
|
+
@overload
|
1906
1920
|
def client(
|
1907
1921
|
service_name: Literal["dynamodb"],
|
1908
1922
|
region_name: Optional[str] = ...,
|
boto3-stubs/session.pyi
CHANGED
@@ -127,6 +127,7 @@ from mypy_boto3_docdb.client import DocDBClient
|
|
127
127
|
from mypy_boto3_docdb_elastic.client import DocDBElasticClient
|
128
128
|
from mypy_boto3_drs.client import DrsClient
|
129
129
|
from mypy_boto3_ds.client import DirectoryServiceClient
|
130
|
+
from mypy_boto3_ds_data.client import DirectoryServiceDataClient
|
130
131
|
from mypy_boto3_dynamodb.client import DynamoDBClient
|
131
132
|
from mypy_boto3_dynamodb.service_resource import DynamoDBServiceResource
|
132
133
|
from mypy_boto3_dynamodbstreams.client import DynamoDBStreamsClient
|
@@ -2037,6 +2038,20 @@ class Session:
|
|
2037
2038
|
config: Optional[Config] = ...,
|
2038
2039
|
) -> DirectoryServiceClient: ...
|
2039
2040
|
@overload
|
2041
|
+
def client(
|
2042
|
+
self,
|
2043
|
+
service_name: Literal["ds-data"],
|
2044
|
+
region_name: Optional[str] = ...,
|
2045
|
+
api_version: Optional[str] = ...,
|
2046
|
+
use_ssl: Optional[bool] = ...,
|
2047
|
+
verify: Union[bool, str, None] = ...,
|
2048
|
+
endpoint_url: Optional[str] = ...,
|
2049
|
+
aws_access_key_id: Optional[str] = ...,
|
2050
|
+
aws_secret_access_key: Optional[str] = ...,
|
2051
|
+
aws_session_token: Optional[str] = ...,
|
2052
|
+
config: Optional[Config] = ...,
|
2053
|
+
) -> DirectoryServiceDataClient: ...
|
2054
|
+
@overload
|
2040
2055
|
def client(
|
2041
2056
|
self,
|
2042
2057
|
service_name: Literal["dynamodb"],
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.35.
|
4
|
-
Summary: Type annotations for boto3 1.35.
|
3
|
+
Version: 1.35.22
|
4
|
+
Summary: Type annotations for boto3 1.35.22 generated with mypy-boto3-builder 8.1.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
|
@@ -154,6 +154,7 @@ Requires-Dist: mypy-boto3-docdb<1.36.0,>=1.35.0; extra == "all"
|
|
154
154
|
Requires-Dist: mypy-boto3-docdb-elastic<1.36.0,>=1.35.0; extra == "all"
|
155
155
|
Requires-Dist: mypy-boto3-drs<1.36.0,>=1.35.0; extra == "all"
|
156
156
|
Requires-Dist: mypy-boto3-ds<1.36.0,>=1.35.0; extra == "all"
|
157
|
+
Requires-Dist: mypy-boto3-ds-data<1.36.0,>=1.35.0; extra == "all"
|
157
158
|
Requires-Dist: mypy-boto3-dynamodb<1.36.0,>=1.35.0; extra == "all"
|
158
159
|
Requires-Dist: mypy-boto3-dynamodbstreams<1.36.0,>=1.35.0; extra == "all"
|
159
160
|
Requires-Dist: mypy-boto3-ebs<1.36.0,>=1.35.0; extra == "all"
|
@@ -502,8 +503,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "bedrock-run
|
|
502
503
|
Provides-Extra: billingconductor
|
503
504
|
Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "billingconductor"
|
504
505
|
Provides-Extra: boto3
|
505
|
-
Requires-Dist: boto3==1.35.
|
506
|
-
Requires-Dist: botocore==1.35.
|
506
|
+
Requires-Dist: boto3==1.35.22; extra == "boto3"
|
507
|
+
Requires-Dist: botocore==1.35.22; extra == "boto3"
|
507
508
|
Provides-Extra: braket
|
508
509
|
Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "braket"
|
509
510
|
Provides-Extra: budgets
|
@@ -648,6 +649,8 @@ Provides-Extra: drs
|
|
648
649
|
Requires-Dist: mypy-boto3-drs<1.36.0,>=1.35.0; extra == "drs"
|
649
650
|
Provides-Extra: ds
|
650
651
|
Requires-Dist: mypy-boto3-ds<1.36.0,>=1.35.0; extra == "ds"
|
652
|
+
Provides-Extra: ds-data
|
653
|
+
Requires-Dist: mypy-boto3-ds-data<1.36.0,>=1.35.0; extra == "ds-data"
|
651
654
|
Provides-Extra: dynamodb
|
652
655
|
Requires-Dist: mypy-boto3-dynamodb<1.36.0,>=1.35.0; extra == "dynamodb"
|
653
656
|
Provides-Extra: dynamodbstreams
|
@@ -1217,7 +1220,7 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
|
|
1217
1220
|

|
1218
1221
|
|
1219
1222
|
Type annotations for
|
1220
|
-
[boto3 1.35.
|
1223
|
+
[boto3 1.35.22](https://boto3.amazonaws.com/v1/documentation/api/1.35.22/index.html)
|
1221
1224
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1222
1225
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1223
1226
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1226,7 +1229,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
1226
1229
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
1227
1230
|
|
1228
1231
|
Generated by
|
1229
|
-
[mypy-boto3-builder 8.1.
|
1232
|
+
[mypy-boto3-builder 8.1.1](https://github.com/youtype/mypy_boto3_builder).
|
1230
1233
|
|
1231
1234
|
More information can be found in
|
1232
1235
|
[boto3-stubs docs](https://youtype.github.io/boto3_stubs_docs/).
|
@@ -1603,9 +1606,9 @@ repository.
|
|
1603
1606
|
|
1604
1607
|
## Submodules
|
1605
1608
|
|
1606
|
-
- `boto3-stubs[full]` - Type annotations for all
|
1609
|
+
- `boto3-stubs[full]` - Type annotations for all 387 services in one package
|
1607
1610
|
(recommended).
|
1608
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1611
|
+
- `boto3-stubs[all]` - Type annotations for all 387 services in separate
|
1609
1612
|
packages.
|
1610
1613
|
- `boto3-stubs[essential]` - Type annotations for
|
1611
1614
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
@@ -1950,6 +1953,9 @@ repository.
|
|
1950
1953
|
- `boto3-stubs[ds]` - Type annotations for
|
1951
1954
|
[DirectoryService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ds/)
|
1952
1955
|
service.
|
1956
|
+
- `boto3-stubs[ds-data]` - Type annotations for
|
1957
|
+
[DirectoryServiceData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ds_data/)
|
1958
|
+
service.
|
1953
1959
|
- `boto3-stubs[dynamodb]` - Type annotations for
|
1954
1960
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/)
|
1955
1961
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=OiiUECIaLLnLKyQTtQisw2mYmgUeMsV4vjbn4bovNRw,207976
|
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=Vs-rlUQSgrdvhQqIk09uYoF-TpkkT2aw4261wVKxGOE,235288
|
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/action.pyi,sha256=swA73r0izUswkhU7lChbW4FZN491Q8HjcxnwlyDnAuE,960
|
@@ -38,8 +38,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
boto3-stubs/s3/constants.pyi,sha256=9MYiVx6cRf9tcrxvpy0Ubi4HGyrmUj19WQA54lmfoR8,75
|
39
39
|
boto3-stubs/s3/inject.pyi,sha256=UxVi6tYfEYdvc8cKldt9StTEGFHWTdd-867frSfxF9w,4577
|
40
40
|
boto3-stubs/s3/transfer.pyi,sha256=zQ7pQpsCWWo9cdYrOoiuKyiLz_t1sG0_OOznd5DETTo,2508
|
41
|
-
boto3_stubs-1.35.
|
42
|
-
boto3_stubs-1.35.
|
43
|
-
boto3_stubs-1.35.
|
44
|
-
boto3_stubs-1.35.
|
45
|
-
boto3_stubs-1.35.
|
41
|
+
boto3_stubs-1.35.22.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
42
|
+
boto3_stubs-1.35.22.dist-info/METADATA,sha256=HUBcDmm66MWSTzlfrNyNrjUe8VADG5NPtATSruam-fo,141633
|
43
|
+
boto3_stubs-1.35.22.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
44
|
+
boto3_stubs-1.35.22.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
boto3_stubs-1.35.22.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|