types-boto3 1.39.0__py3-none-any.whl → 1.39.2__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
@@ -300,6 +300,7 @@ from types_boto3_notifications.client import UserNotificationsClient
300
300
  from types_boto3_notificationscontacts.client import UserNotificationsContactsClient
301
301
  from types_boto3_oam.client import CloudWatchObservabilityAccessManagerClient
302
302
  from types_boto3_observabilityadmin.client import CloudWatchObservabilityAdminServiceClient
303
+ from types_boto3_odb.client import OdbClient
303
304
  from types_boto3_omics.client import OmicsClient
304
305
  from types_boto3_opensearch.client import OpenSearchServiceClient
305
306
  from types_boto3_opensearchserverless.client import OpenSearchServiceServerlessClient
@@ -5398,6 +5399,24 @@ def client(
5398
5399
  Create client for CloudWatchObservabilityAdminService service.
5399
5400
  """
5400
5401
 
5402
+ @overload
5403
+ def client(
5404
+ service_name: Literal["odb"],
5405
+ region_name: str | None = ...,
5406
+ api_version: str | None = ...,
5407
+ use_ssl: bool | None = ...,
5408
+ verify: bool | str | None = ...,
5409
+ endpoint_url: str | None = ...,
5410
+ aws_access_key_id: str | None = ...,
5411
+ aws_secret_access_key: str | None = ...,
5412
+ aws_session_token: str | None = ...,
5413
+ config: Config | None = ...,
5414
+ aws_account_id: str | None = ...,
5415
+ ) -> OdbClient:
5416
+ """
5417
+ Create client for Odb service.
5418
+ """
5419
+
5401
5420
  @overload
5402
5421
  def client(
5403
5422
  service_name: Literal["omics"],
boto3-stubs/session.pyi CHANGED
@@ -306,6 +306,7 @@ from types_boto3_notifications.client import UserNotificationsClient
306
306
  from types_boto3_notificationscontacts.client import UserNotificationsContactsClient
307
307
  from types_boto3_oam.client import CloudWatchObservabilityAccessManagerClient
308
308
  from types_boto3_observabilityadmin.client import CloudWatchObservabilityAdminServiceClient
309
+ from types_boto3_odb.client import OdbClient
309
310
  from types_boto3_omics.client import OmicsClient
310
311
  from types_boto3_opensearch.client import OpenSearchServiceClient
311
312
  from types_boto3_opensearchserverless.client import OpenSearchServiceServerlessClient
@@ -5692,6 +5693,25 @@ class Session:
5692
5693
  Create client for CloudWatchObservabilityAdminService service.
5693
5694
  """
5694
5695
 
5696
+ @overload
5697
+ def client(
5698
+ self,
5699
+ service_name: Literal["odb"],
5700
+ region_name: str | None = ...,
5701
+ api_version: str | None = ...,
5702
+ use_ssl: bool | None = ...,
5703
+ verify: bool | str | None = ...,
5704
+ endpoint_url: str | None = ...,
5705
+ aws_access_key_id: str | None = ...,
5706
+ aws_secret_access_key: str | None = ...,
5707
+ aws_session_token: str | None = ...,
5708
+ config: Config | None = ...,
5709
+ aws_account_id: str | None = ...,
5710
+ ) -> OdbClient:
5711
+ """
5712
+ Create client for Odb service.
5713
+ """
5714
+
5695
5715
  @overload
5696
5716
  def client(
5697
5717
  self,
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3
3
- Version: 1.39.0
4
- Summary: Type annotations for boto3 1.39.0 generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.39.2
4
+ Summary: Type annotations for boto3 1.39.2 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.40.0,>=1.39.0; extra == "full"
38
38
  Provides-Extra: boto3
39
- Requires-Dist: boto3==1.39.0; extra == "boto3"
39
+ Requires-Dist: boto3==1.39.2; extra == "boto3"
40
40
  Provides-Extra: all
41
41
  Requires-Dist: types-boto3-accessanalyzer<1.40.0,>=1.39.0; extra == "all"
42
42
  Requires-Dist: types-boto3-account<1.40.0,>=1.39.0; extra == "all"
@@ -312,6 +312,7 @@ Requires-Dist: types-boto3-notifications<1.40.0,>=1.39.0; extra == "all"
312
312
  Requires-Dist: types-boto3-notificationscontacts<1.40.0,>=1.39.0; extra == "all"
313
313
  Requires-Dist: types-boto3-oam<1.40.0,>=1.39.0; extra == "all"
314
314
  Requires-Dist: types-boto3-observabilityadmin<1.40.0,>=1.39.0; extra == "all"
315
+ Requires-Dist: types-boto3-odb<1.40.0,>=1.39.0; extra == "all"
315
316
  Requires-Dist: types-boto3-omics<1.40.0,>=1.39.0; extra == "all"
316
317
  Requires-Dist: types-boto3-opensearch<1.40.0,>=1.39.0; extra == "all"
317
318
  Requires-Dist: types-boto3-opensearchserverless<1.40.0,>=1.39.0; extra == "all"
@@ -1002,6 +1003,8 @@ Provides-Extra: oam
1002
1003
  Requires-Dist: types-boto3-oam<1.40.0,>=1.39.0; extra == "oam"
1003
1004
  Provides-Extra: observabilityadmin
1004
1005
  Requires-Dist: types-boto3-observabilityadmin<1.40.0,>=1.39.0; extra == "observabilityadmin"
1006
+ Provides-Extra: odb
1007
+ Requires-Dist: types-boto3-odb<1.40.0,>=1.39.0; extra == "odb"
1005
1008
  Provides-Extra: omics
1006
1009
  Requires-Dist: types-boto3-omics<1.40.0,>=1.39.0; extra == "omics"
1007
1010
  Provides-Extra: opensearch
@@ -1296,7 +1299,7 @@ Dynamic: summary
1296
1299
 
1297
1300
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1298
1301
 
1299
- Type annotations for [boto3 1.39.0](https://pypi.org/project/boto3/) compatible
1302
+ Type annotations for [boto3 1.39.2](https://pypi.org/project/boto3/) compatible
1300
1303
  with [VSCode](https://code.visualstudio.com/),
1301
1304
  [PyCharm](https://www.jetbrains.com/pycharm/),
1302
1305
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1354,7 +1357,7 @@ You can generate type annotations for `boto3` package locally with
1354
1357
  isolation.
1355
1358
 
1356
1359
  1. Run mypy-boto3-builder in your package root directory:
1357
- `uvx --with 'boto3==1.39.0' mypy-boto3-builder`
1360
+ `uvx --with 'boto3==1.39.2' mypy-boto3-builder`
1358
1361
  2. Select `boto3` AWS SDK.
1359
1362
  3. Select services you use in the current project.
1360
1363
  4. Use provided commands to install generated packages.
@@ -1682,9 +1685,9 @@ repository.
1682
1685
 
1683
1686
  ## Submodules
1684
1687
 
1685
- - `types-boto3[full]` - Type annotations for all 408 services in one package
1688
+ - `types-boto3[full]` - Type annotations for all 409 services in one package
1686
1689
  (recommended).
1687
- - `types-boto3[all]` - Type annotations for all 408 services in separate
1690
+ - `types-boto3[all]` - Type annotations for all 409 services in separate
1688
1691
  packages.
1689
1692
  - `types-boto3[essential]` - Type annotations for
1690
1693
  [CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
@@ -2493,6 +2496,8 @@ repository.
2493
2496
  - `types-boto3[observabilityadmin]` - Type annotations for
2494
2497
  [CloudWatchObservabilityAdminService](https://youtype.github.io/types_boto3_docs/types_boto3_observabilityadmin/)
2495
2498
  service.
2499
+ - `types-boto3[odb]` - Type annotations for
2500
+ [Odb](https://youtype.github.io/types_boto3_docs/types_boto3_odb/) service.
2496
2501
  - `types-boto3[omics]` - Type annotations for
2497
2502
  [Omics](https://youtype.github.io/types_boto3_docs/types_boto3_omics/)
2498
2503
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=iGFz0iR6JANvqXMYvSyXKJr4tVxCeSU4oYZ-NDKoaHM,248104
1
+ boto3-stubs/__init__.pyi,sha256=gSfJfN91hWgOyYV8tT4iImNB-5nIyad7YF44T6CbWf0,248646
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=1r8l5WCC2QnFWdnjolLf7Yy_ph_5b5xSv9fNDhmROaY,283487
6
+ boto3-stubs/session.pyi,sha256=0Zx2GvsaAmlrCJdZliZD1iE2c0FxIyT0GrXrBK3WdXQ,284111
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.39.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- types_boto3-1.39.0.dist-info/METADATA,sha256=I2lCcdsuuFMZF9XIZN5f-YiDrP-uu7sHBEleqoma-M8,151259
43
- types_boto3-1.39.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
- types_boto3-1.39.0.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- types_boto3-1.39.0.dist-info/RECORD,,
41
+ types_boto3-1.39.2.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ types_boto3-1.39.2.dist-info/METADATA,sha256=Zf2MFD1qFq8j2jbPAO4pFEwzZRymriwEDUIAyiXLrSg,151527
43
+ types_boto3-1.39.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
+ types_boto3-1.39.2.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ types_boto3-1.39.2.dist-info/RECORD,,