boto3-stubs 1.38.38__py3-none-any.whl → 1.38.40__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
@@ -16,6 +16,7 @@ from mypy_boto3_accessanalyzer.client import AccessAnalyzerClient
16
16
  from mypy_boto3_account.client import AccountClient
17
17
  from mypy_boto3_acm.client import ACMClient
18
18
  from mypy_boto3_acm_pca.client import ACMPCAClient
19
+ from mypy_boto3_aiops.client import AIOpsClient
19
20
  from mypy_boto3_amp.client import PrometheusServiceClient
20
21
  from mypy_boto3_amplify.client import AmplifyClient
21
22
  from mypy_boto3_amplifybackend.client import AmplifyBackendClient
@@ -533,6 +534,24 @@ def client(
533
534
  Create client for ACMPCA service.
534
535
  """
535
536
 
537
+ @overload
538
+ def client(
539
+ service_name: Literal["aiops"],
540
+ region_name: str | None = ...,
541
+ api_version: str | None = ...,
542
+ use_ssl: bool | None = ...,
543
+ verify: bool | str | None = ...,
544
+ endpoint_url: str | None = ...,
545
+ aws_access_key_id: str | None = ...,
546
+ aws_secret_access_key: str | None = ...,
547
+ aws_session_token: str | None = ...,
548
+ config: Config | None = ...,
549
+ aws_account_id: str | None = ...,
550
+ ) -> AIOpsClient:
551
+ """
552
+ Create client for AIOps service.
553
+ """
554
+
536
555
  @overload
537
556
  def client(
538
557
  service_name: Literal["amp"],
boto3-stubs/session.pyi CHANGED
@@ -22,6 +22,7 @@ from mypy_boto3_accessanalyzer.client import AccessAnalyzerClient
22
22
  from mypy_boto3_account.client import AccountClient
23
23
  from mypy_boto3_acm.client import ACMClient
24
24
  from mypy_boto3_acm_pca.client import ACMPCAClient
25
+ from mypy_boto3_aiops.client import AIOpsClient
25
26
  from mypy_boto3_amp.client import PrometheusServiceClient
26
27
  from mypy_boto3_amplify.client import AmplifyClient
27
28
  from mypy_boto3_amplifybackend.client import AmplifyBackendClient
@@ -557,6 +558,25 @@ class Session:
557
558
  Create client for ACMPCA service.
558
559
  """
559
560
 
561
+ @overload
562
+ def client(
563
+ self,
564
+ service_name: Literal["aiops"],
565
+ region_name: str | None = ...,
566
+ api_version: str | None = ...,
567
+ use_ssl: bool | None = ...,
568
+ verify: bool | str | None = ...,
569
+ endpoint_url: str | None = ...,
570
+ aws_access_key_id: str | None = ...,
571
+ aws_secret_access_key: str | None = ...,
572
+ aws_session_token: str | None = ...,
573
+ config: Config | None = ...,
574
+ aws_account_id: str | None = ...,
575
+ ) -> AIOpsClient:
576
+ """
577
+ Create client for AIOps service.
578
+ """
579
+
560
580
  @overload
561
581
  def client(
562
582
  self,
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: boto3-stubs
3
- Version: 1.38.38
4
- Summary: Type annotations for boto3 1.38.38 generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.38.40
4
+ Summary: Type annotations for boto3 1.38.40 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,12 +36,13 @@ 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.38; extra == "boto3"
39
+ Requires-Dist: boto3==1.38.40; 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"
43
43
  Requires-Dist: mypy-boto3-acm<1.39.0,>=1.38.0; extra == "all"
44
44
  Requires-Dist: mypy-boto3-acm-pca<1.39.0,>=1.38.0; extra == "all"
45
+ Requires-Dist: mypy-boto3-aiops<1.39.0,>=1.38.0; extra == "all"
45
46
  Requires-Dist: mypy-boto3-amp<1.39.0,>=1.38.0; extra == "all"
46
47
  Requires-Dist: mypy-boto3-amplify<1.39.0,>=1.38.0; extra == "all"
47
48
  Requires-Dist: mypy-boto3-amplifybackend<1.39.0,>=1.38.0; extra == "all"
@@ -459,6 +460,8 @@ Provides-Extra: acm
459
460
  Requires-Dist: mypy-boto3-acm<1.39.0,>=1.38.0; extra == "acm"
460
461
  Provides-Extra: acm-pca
461
462
  Requires-Dist: mypy-boto3-acm-pca<1.39.0,>=1.38.0; extra == "acm-pca"
463
+ Provides-Extra: aiops
464
+ Requires-Dist: mypy-boto3-aiops<1.39.0,>=1.38.0; extra == "aiops"
462
465
  Provides-Extra: amp
463
466
  Requires-Dist: mypy-boto3-amp<1.39.0,>=1.38.0; extra == "amp"
464
467
  Provides-Extra: amplify
@@ -1287,7 +1290,7 @@ Dynamic: summary
1287
1290
 
1288
1291
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1289
1292
 
1290
- Type annotations for [boto3 1.38.38](https://pypi.org/project/boto3/)
1293
+ Type annotations for [boto3 1.38.40](https://pypi.org/project/boto3/)
1291
1294
  compatible with [VSCode](https://code.visualstudio.com/),
1292
1295
  [PyCharm](https://www.jetbrains.com/pycharm/),
1293
1296
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1346,7 +1349,7 @@ You can generate type annotations for `boto3` package locally with
1346
1349
  isolation.
1347
1350
 
1348
1351
  1. Run mypy-boto3-builder in your package root directory:
1349
- `uvx --with 'boto3==1.38.38' mypy-boto3-builder`
1352
+ `uvx --with 'boto3==1.38.40' mypy-boto3-builder`
1350
1353
  2. Select `boto3-stubs` AWS SDK.
1351
1354
  3. Select services you use in the current project.
1352
1355
  4. Use provided commands to install generated packages.
@@ -1698,9 +1701,9 @@ repository.
1698
1701
 
1699
1702
  ## Submodules
1700
1703
 
1701
- - `boto3-stubs[full]` - Type annotations for all 405 services in one package
1704
+ - `boto3-stubs[full]` - Type annotations for all 406 services in one package
1702
1705
  (recommended).
1703
- - `boto3-stubs[all]` - Type annotations for all 405 services in separate
1706
+ - `boto3-stubs[all]` - Type annotations for all 406 services in separate
1704
1707
  packages.
1705
1708
  - `boto3-stubs[essential]` - Type annotations for
1706
1709
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -1722,6 +1725,9 @@ repository.
1722
1725
  - `boto3-stubs[acm-pca]` - Type annotations for
1723
1726
  [ACMPCA](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_acm_pca/)
1724
1727
  service.
1728
+ - `boto3-stubs[aiops]` - Type annotations for
1729
+ [AIOps](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_aiops/)
1730
+ service.
1725
1731
  - `boto3-stubs[amp]` - Type annotations for
1726
1732
  [PrometheusService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_amp/)
1727
1733
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=Ct2-bC8yy4MBHeMGGmPmOHGZg71ThdWOc4ecemABCeM,245897
1
+ boto3-stubs/__init__.pyi,sha256=O0IHwen2UU9DtncuOcvmNIIyGnPE_hW_51wQz9TFKss,246448
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=rJrG8ssdzEIo_qzU0H7FE7tiCzEM1FrTh9RqhacJXdU,281034
6
+ boto3-stubs/session.pyi,sha256=bMzriqGKmSx8rS_4zP3D7gLfWWATCxUtzGxD2Mx0obE,281667
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.38.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- boto3_stubs-1.38.38.dist-info/METADATA,sha256=0rN0OiOChgJXbRubeG_E-qoNb6PqfH8-eGS2bg3Bd7o,149551
43
- boto3_stubs-1.38.38.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
- boto3_stubs-1.38.38.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.38.38.dist-info/RECORD,,
41
+ boto3_stubs-1.38.40.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ boto3_stubs-1.38.40.dist-info/METADATA,sha256=1RNP4rINb6f0eDpV1XnKBHaOOBkZX_EUgrynlG_dW7A,149832
43
+ boto3_stubs-1.38.40.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
+ boto3_stubs-1.38.40.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs-1.38.40.dist-info/RECORD,,