boto3-stubs 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 CHANGED
@@ -431,6 +431,7 @@ from mypy_boto3_workdocs.client import WorkDocsClient
431
431
  from mypy_boto3_workmail.client import WorkMailClient
432
432
  from mypy_boto3_workmailmessageflow.client import WorkMailMessageFlowClient
433
433
  from mypy_boto3_workspaces.client import WorkSpacesClient
434
+ from mypy_boto3_workspaces_instances.client import WorkspacesInstancesClient
434
435
  from mypy_boto3_workspaces_thin_client.client import WorkSpacesThinClientClient
435
436
  from mypy_boto3_workspaces_web.client import WorkSpacesWebClient
436
437
  from mypy_boto3_xray.client import XRayClient
@@ -7716,6 +7717,24 @@ def client(
7716
7717
  Create client for WorkSpaces service.
7717
7718
  """
7718
7719
 
7720
+ @overload
7721
+ def client(
7722
+ service_name: Literal["workspaces-instances"],
7723
+ region_name: str | None = ...,
7724
+ api_version: str | None = ...,
7725
+ use_ssl: bool | None = ...,
7726
+ verify: bool | str | None = ...,
7727
+ endpoint_url: str | None = ...,
7728
+ aws_access_key_id: str | None = ...,
7729
+ aws_secret_access_key: str | None = ...,
7730
+ aws_session_token: str | None = ...,
7731
+ config: Config | None = ...,
7732
+ aws_account_id: str | None = ...,
7733
+ ) -> WorkspacesInstancesClient:
7734
+ """
7735
+ Create client for WorkspacesInstances service.
7736
+ """
7737
+
7719
7738
  @overload
7720
7739
  def client(
7721
7740
  service_name: Literal["workspaces-thin-client"],
boto3-stubs/session.pyi CHANGED
@@ -437,6 +437,7 @@ from mypy_boto3_workdocs.client import WorkDocsClient
437
437
  from mypy_boto3_workmail.client import WorkMailClient
438
438
  from mypy_boto3_workmailmessageflow.client import WorkMailMessageFlowClient
439
439
  from mypy_boto3_workspaces.client import WorkSpacesClient
440
+ from mypy_boto3_workspaces_instances.client import WorkspacesInstancesClient
440
441
  from mypy_boto3_workspaces_thin_client.client import WorkSpacesThinClientClient
441
442
  from mypy_boto3_workspaces_web.client import WorkSpacesWebClient
442
443
  from mypy_boto3_xray.client import XRayClient
@@ -8139,6 +8140,25 @@ class Session:
8139
8140
  Create client for WorkSpaces service.
8140
8141
  """
8141
8142
 
8143
+ @overload
8144
+ def client(
8145
+ self,
8146
+ service_name: Literal["workspaces-instances"],
8147
+ region_name: str | None = ...,
8148
+ api_version: str | None = ...,
8149
+ use_ssl: bool | None = ...,
8150
+ verify: bool | str | None = ...,
8151
+ endpoint_url: str | None = ...,
8152
+ aws_access_key_id: str | None = ...,
8153
+ aws_secret_access_key: str | None = ...,
8154
+ aws_session_token: str | None = ...,
8155
+ config: Config | None = ...,
8156
+ aws_account_id: str | None = ...,
8157
+ ) -> WorkspacesInstancesClient:
8158
+ """
8159
+ Create client for WorkspacesInstances service.
8160
+ """
8161
+
8142
8162
  @overload
8143
8163
  def client(
8144
8164
  self,
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: boto3-stubs
3
- Version: 1.38.41
4
- Summary: Type annotations for boto3 1.38.41 generated with mypy-boto3-builder 8.11.0
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: boto3-stubs-full<1.39.0,>=1.38.0; extra == "full"
38
38
  Provides-Extra: boto3
39
- Requires-Dist: boto3==1.38.41; extra == "boto3"
39
+ Requires-Dist: boto3==1.38.42; 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"
@@ -441,6 +441,7 @@ Requires-Dist: mypy-boto3-workdocs<1.39.0,>=1.38.0; extra == "all"
441
441
  Requires-Dist: mypy-boto3-workmail<1.39.0,>=1.38.0; extra == "all"
442
442
  Requires-Dist: mypy-boto3-workmailmessageflow<1.39.0,>=1.38.0; extra == "all"
443
443
  Requires-Dist: mypy-boto3-workspaces<1.39.0,>=1.38.0; extra == "all"
444
+ Requires-Dist: mypy-boto3-workspaces-instances<1.39.0,>=1.38.0; extra == "all"
444
445
  Requires-Dist: mypy-boto3-workspaces-thin-client<1.39.0,>=1.38.0; extra == "all"
445
446
  Requires-Dist: mypy-boto3-workspaces-web<1.39.0,>=1.38.0; extra == "all"
446
447
  Requires-Dist: mypy-boto3-xray<1.39.0,>=1.38.0; extra == "all"
@@ -1258,6 +1259,8 @@ Provides-Extra: workmailmessageflow
1258
1259
  Requires-Dist: mypy-boto3-workmailmessageflow<1.39.0,>=1.38.0; extra == "workmailmessageflow"
1259
1260
  Provides-Extra: workspaces
1260
1261
  Requires-Dist: mypy-boto3-workspaces<1.39.0,>=1.38.0; extra == "workspaces"
1262
+ Provides-Extra: workspaces-instances
1263
+ Requires-Dist: mypy-boto3-workspaces-instances<1.39.0,>=1.38.0; extra == "workspaces-instances"
1261
1264
  Provides-Extra: workspaces-thin-client
1262
1265
  Requires-Dist: mypy-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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1292
1295
 
1293
- Type annotations for [boto3 1.38.41](https://pypi.org/project/boto3/)
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/),
@@ -1349,7 +1352,7 @@ You can generate type annotations for `boto3` package locally with
1349
1352
  isolation.
1350
1353
 
1351
1354
  1. Run mypy-boto3-builder in your package root directory:
1352
- `uvx --with 'boto3==1.38.41' mypy-boto3-builder`
1355
+ `uvx --with 'boto3==1.38.42' mypy-boto3-builder`
1353
1356
  2. Select `boto3-stubs` AWS SDK.
1354
1357
  3. Select services you use in the current project.
1355
1358
  4. Use provided commands to install generated packages.
@@ -1701,9 +1704,9 @@ repository.
1701
1704
 
1702
1705
  ## Submodules
1703
1706
 
1704
- - `boto3-stubs[full]` - Type annotations for all 406 services in one package
1707
+ - `boto3-stubs[full]` - Type annotations for all 407 services in one package
1705
1708
  (recommended).
1706
- - `boto3-stubs[all]` - Type annotations for all 406 services in separate
1709
+ - `boto3-stubs[all]` - Type annotations for all 407 services in separate
1707
1710
  packages.
1708
1711
  - `boto3-stubs[essential]` - Type annotations for
1709
1712
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -2885,6 +2888,9 @@ repository.
2885
2888
  - `boto3-stubs[workspaces]` - Type annotations for
2886
2889
  [WorkSpaces](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces/)
2887
2890
  service.
2891
+ - `boto3-stubs[workspaces-instances]` - Type annotations for
2892
+ [WorkspacesInstances](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_instances/)
2893
+ service.
2888
2894
  - `boto3-stubs[workspaces-thin-client]` - Type annotations for
2889
2895
  [WorkSpacesThinClient](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_thin_client/)
2890
2896
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=O0IHwen2UU9DtncuOcvmNIIyGnPE_hW_51wQz9TFKss,246448
1
+ boto3-stubs/__init__.pyi,sha256=r-wWkWwI9COY1XmOgtB_sSO8eSCDxsMuqIj4V0u4J48,247071
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=bMzriqGKmSx8rS_4zP3D7gLfWWATCxUtzGxD2Mx0obE,281667
6
+ boto3-stubs/session.pyi,sha256=VRXJFb2gsYZXvzw_V8sYrOgnlgYLrBpBl4adNXnN6io,282372
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.41.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- boto3_stubs-1.38.41.dist-info/METADATA,sha256=RUCA_wwAPBrOqoEYcUVhRvG8v5T91bWxhvVQAkgBa34,149832
43
- boto3_stubs-1.38.41.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
- boto3_stubs-1.38.41.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.38.41.dist-info/RECORD,,
41
+ boto3_stubs-1.38.42.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ boto3_stubs-1.38.42.dist-info/METADATA,sha256=exvYCM1LgqWaPxWbJA0jyj5UYLoF_jHJexbmNQBOSHU,150217
43
+ boto3_stubs-1.38.42.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
+ boto3_stubs-1.38.42.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs-1.38.42.dist-info/RECORD,,