types-boto3 1.38.41__py3-none-any.whl → 1.38.42__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 +19 -0
- boto3-stubs/session.pyi +20 -0
- {types_boto3-1.38.41.dist-info → types_boto3-1.38.42.dist-info}/METADATA +13 -7
- {types_boto3-1.38.41.dist-info → types_boto3-1.38.42.dist-info}/RECORD +7 -7
- {types_boto3-1.38.41.dist-info → types_boto3-1.38.42.dist-info}/WHEEL +0 -0
- {types_boto3-1.38.41.dist-info → types_boto3-1.38.42.dist-info}/licenses/LICENSE +0 -0
- {types_boto3-1.38.41.dist-info → types_boto3-1.38.42.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -433,6 +433,7 @@ from types_boto3_workdocs.client import WorkDocsClient
|
|
433
433
|
from types_boto3_workmail.client import WorkMailClient
|
434
434
|
from types_boto3_workmailmessageflow.client import WorkMailMessageFlowClient
|
435
435
|
from types_boto3_workspaces.client import WorkSpacesClient
|
436
|
+
from types_boto3_workspaces_instances.client import WorkspacesInstancesClient
|
436
437
|
from types_boto3_workspaces_thin_client.client import WorkSpacesThinClientClient
|
437
438
|
from types_boto3_workspaces_web.client import WorkSpacesWebClient
|
438
439
|
from types_boto3_xray.client import XRayClient
|
@@ -7718,6 +7719,24 @@ def client(
|
|
7718
7719
|
Create client for WorkSpaces service.
|
7719
7720
|
"""
|
7720
7721
|
|
7722
|
+
@overload
|
7723
|
+
def client(
|
7724
|
+
service_name: Literal["workspaces-instances"],
|
7725
|
+
region_name: str | None = ...,
|
7726
|
+
api_version: str | None = ...,
|
7727
|
+
use_ssl: bool | None = ...,
|
7728
|
+
verify: bool | str | None = ...,
|
7729
|
+
endpoint_url: str | None = ...,
|
7730
|
+
aws_access_key_id: str | None = ...,
|
7731
|
+
aws_secret_access_key: str | None = ...,
|
7732
|
+
aws_session_token: str | None = ...,
|
7733
|
+
config: Config | None = ...,
|
7734
|
+
aws_account_id: str | None = ...,
|
7735
|
+
) -> WorkspacesInstancesClient:
|
7736
|
+
"""
|
7737
|
+
Create client for WorkspacesInstances service.
|
7738
|
+
"""
|
7739
|
+
|
7721
7740
|
@overload
|
7722
7741
|
def client(
|
7723
7742
|
service_name: Literal["workspaces-thin-client"],
|
boto3-stubs/session.pyi
CHANGED
@@ -439,6 +439,7 @@ from types_boto3_workdocs.client import WorkDocsClient
|
|
439
439
|
from types_boto3_workmail.client import WorkMailClient
|
440
440
|
from types_boto3_workmailmessageflow.client import WorkMailMessageFlowClient
|
441
441
|
from types_boto3_workspaces.client import WorkSpacesClient
|
442
|
+
from types_boto3_workspaces_instances.client import WorkspacesInstancesClient
|
442
443
|
from types_boto3_workspaces_thin_client.client import WorkSpacesThinClientClient
|
443
444
|
from types_boto3_workspaces_web.client import WorkSpacesWebClient
|
444
445
|
from types_boto3_xray.client import XRayClient
|
@@ -8141,6 +8142,25 @@ class Session:
|
|
8141
8142
|
Create client for WorkSpaces service.
|
8142
8143
|
"""
|
8143
8144
|
|
8145
|
+
@overload
|
8146
|
+
def client(
|
8147
|
+
self,
|
8148
|
+
service_name: Literal["workspaces-instances"],
|
8149
|
+
region_name: str | None = ...,
|
8150
|
+
api_version: str | None = ...,
|
8151
|
+
use_ssl: bool | None = ...,
|
8152
|
+
verify: bool | str | None = ...,
|
8153
|
+
endpoint_url: str | None = ...,
|
8154
|
+
aws_access_key_id: str | None = ...,
|
8155
|
+
aws_secret_access_key: str | None = ...,
|
8156
|
+
aws_session_token: str | None = ...,
|
8157
|
+
config: Config | None = ...,
|
8158
|
+
aws_account_id: str | None = ...,
|
8159
|
+
) -> WorkspacesInstancesClient:
|
8160
|
+
"""
|
8161
|
+
Create client for WorkspacesInstances service.
|
8162
|
+
"""
|
8163
|
+
|
8144
8164
|
@overload
|
8145
8165
|
def client(
|
8146
8166
|
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.42
|
4
|
+
Summary: Type annotations for boto3 1.38.42 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.42; 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"
|
@@ -441,6 +441,7 @@ Requires-Dist: types-boto3-workdocs<1.39.0,>=1.38.0; extra == "all"
|
|
441
441
|
Requires-Dist: types-boto3-workmail<1.39.0,>=1.38.0; extra == "all"
|
442
442
|
Requires-Dist: types-boto3-workmailmessageflow<1.39.0,>=1.38.0; extra == "all"
|
443
443
|
Requires-Dist: types-boto3-workspaces<1.39.0,>=1.38.0; extra == "all"
|
444
|
+
Requires-Dist: types-boto3-workspaces-instances<1.39.0,>=1.38.0; extra == "all"
|
444
445
|
Requires-Dist: types-boto3-workspaces-thin-client<1.39.0,>=1.38.0; extra == "all"
|
445
446
|
Requires-Dist: types-boto3-workspaces-web<1.39.0,>=1.38.0; extra == "all"
|
446
447
|
Requires-Dist: types-boto3-xray<1.39.0,>=1.38.0; extra == "all"
|
@@ -1258,6 +1259,8 @@ Provides-Extra: workmailmessageflow
|
|
1258
1259
|
Requires-Dist: types-boto3-workmailmessageflow<1.39.0,>=1.38.0; extra == "workmailmessageflow"
|
1259
1260
|
Provides-Extra: workspaces
|
1260
1261
|
Requires-Dist: types-boto3-workspaces<1.39.0,>=1.38.0; extra == "workspaces"
|
1262
|
+
Provides-Extra: workspaces-instances
|
1263
|
+
Requires-Dist: types-boto3-workspaces-instances<1.39.0,>=1.38.0; extra == "workspaces-instances"
|
1261
1264
|
Provides-Extra: workspaces-thin-client
|
1262
1265
|
Requires-Dist: types-boto3-workspaces-thin-client<1.39.0,>=1.38.0; extra == "workspaces-thin-client"
|
1263
1266
|
Provides-Extra: workspaces-web
|
@@ -1290,7 +1293,7 @@ Dynamic: summary
|
|
1290
1293
|
|
1291
1294
|

|
1292
1295
|
|
1293
|
-
Type annotations for [boto3 1.38.
|
1296
|
+
Type annotations for [boto3 1.38.42](https://pypi.org/project/boto3/)
|
1294
1297
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1295
1298
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1296
1299
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1348,7 +1351,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1348
1351
|
isolation.
|
1349
1352
|
|
1350
1353
|
1. Run mypy-boto3-builder in your package root directory:
|
1351
|
-
`uvx --with 'boto3==1.38.
|
1354
|
+
`uvx --with 'boto3==1.38.42' mypy-boto3-builder`
|
1352
1355
|
2. Select `boto3` AWS SDK.
|
1353
1356
|
3. Select services you use in the current project.
|
1354
1357
|
4. Use provided commands to install generated packages.
|
@@ -1676,9 +1679,9 @@ repository.
|
|
1676
1679
|
|
1677
1680
|
## Submodules
|
1678
1681
|
|
1679
|
-
- `types-boto3[full]` - Type annotations for all
|
1682
|
+
- `types-boto3[full]` - Type annotations for all 407 services in one package
|
1680
1683
|
(recommended).
|
1681
|
-
- `types-boto3[all]` - Type annotations for all
|
1684
|
+
- `types-boto3[all]` - Type annotations for all 407 services in separate
|
1682
1685
|
packages.
|
1683
1686
|
- `types-boto3[essential]` - Type annotations for
|
1684
1687
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
@@ -2860,6 +2863,9 @@ repository.
|
|
2860
2863
|
- `types-boto3[workspaces]` - Type annotations for
|
2861
2864
|
[WorkSpaces](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces/)
|
2862
2865
|
service.
|
2866
|
+
- `types-boto3[workspaces-instances]` - Type annotations for
|
2867
|
+
[WorkspacesInstances](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_instances/)
|
2868
|
+
service.
|
2863
2869
|
- `types-boto3[workspaces-thin-client]` - Type annotations for
|
2864
2870
|
[WorkSpacesThinClient](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_thin_client/)
|
2865
2871
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=TflXXG1GAIJXWu__q1p3dvj-TR8CgedefHjesze0TC4,247497
|
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=B3nyFnnlgNusJwISiEhSKGyMmJ-J4i5UqVxGZolt0sY,282798
|
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.42.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
types_boto3-1.38.42.dist-info/METADATA,sha256=HHAA30-Q64yOLBTplEgPbSy13hsrMHzehgZ_d3M1K3E,150903
|
43
|
+
types_boto3-1.38.42.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
types_boto3-1.38.42.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
types_boto3-1.38.42.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|