types-boto3 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 +19 -0
- boto3-stubs/session.pyi +20 -0
- {types_boto3-1.38.38.dist-info → types_boto3-1.38.40.dist-info}/METADATA +13 -7
- {types_boto3-1.38.38.dist-info → types_boto3-1.38.40.dist-info}/RECORD +7 -7
- {types_boto3-1.38.38.dist-info → types_boto3-1.38.40.dist-info}/WHEEL +0 -0
- {types_boto3-1.38.38.dist-info → types_boto3-1.38.40.dist-info}/licenses/LICENSE +0 -0
- {types_boto3-1.38.38.dist-info → types_boto3-1.38.40.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -16,6 +16,7 @@ from types_boto3_accessanalyzer.client import AccessAnalyzerClient
|
|
16
16
|
from types_boto3_account.client import AccountClient
|
17
17
|
from types_boto3_acm.client import ACMClient
|
18
18
|
from types_boto3_acm_pca.client import ACMPCAClient
|
19
|
+
from types_boto3_aiops.client import AIOpsClient
|
19
20
|
from types_boto3_amp.client import PrometheusServiceClient
|
20
21
|
from types_boto3_amplify.client import AmplifyClient
|
21
22
|
from types_boto3_amplifybackend.client import AmplifyBackendClient
|
@@ -535,6 +536,24 @@ def client(
|
|
535
536
|
Create client for ACMPCA service.
|
536
537
|
"""
|
537
538
|
|
539
|
+
@overload
|
540
|
+
def client(
|
541
|
+
service_name: Literal["aiops"],
|
542
|
+
region_name: str | None = ...,
|
543
|
+
api_version: str | None = ...,
|
544
|
+
use_ssl: bool | None = ...,
|
545
|
+
verify: bool | str | None = ...,
|
546
|
+
endpoint_url: str | None = ...,
|
547
|
+
aws_access_key_id: str | None = ...,
|
548
|
+
aws_secret_access_key: str | None = ...,
|
549
|
+
aws_session_token: str | None = ...,
|
550
|
+
config: Config | None = ...,
|
551
|
+
aws_account_id: str | None = ...,
|
552
|
+
) -> AIOpsClient:
|
553
|
+
"""
|
554
|
+
Create client for AIOps service.
|
555
|
+
"""
|
556
|
+
|
538
557
|
@overload
|
539
558
|
def client(
|
540
559
|
service_name: Literal["amp"],
|
boto3-stubs/session.pyi
CHANGED
@@ -22,6 +22,7 @@ from types_boto3_accessanalyzer.client import AccessAnalyzerClient
|
|
22
22
|
from types_boto3_account.client import AccountClient
|
23
23
|
from types_boto3_acm.client import ACMClient
|
24
24
|
from types_boto3_acm_pca.client import ACMPCAClient
|
25
|
+
from types_boto3_aiops.client import AIOpsClient
|
25
26
|
from types_boto3_amp.client import PrometheusServiceClient
|
26
27
|
from types_boto3_amplify.client import AmplifyClient
|
27
28
|
from types_boto3_amplifybackend.client import AmplifyBackendClient
|
@@ -559,6 +560,25 @@ class Session:
|
|
559
560
|
Create client for ACMPCA service.
|
560
561
|
"""
|
561
562
|
|
563
|
+
@overload
|
564
|
+
def client(
|
565
|
+
self,
|
566
|
+
service_name: Literal["aiops"],
|
567
|
+
region_name: str | None = ...,
|
568
|
+
api_version: str | None = ...,
|
569
|
+
use_ssl: bool | None = ...,
|
570
|
+
verify: bool | str | None = ...,
|
571
|
+
endpoint_url: str | None = ...,
|
572
|
+
aws_access_key_id: str | None = ...,
|
573
|
+
aws_secret_access_key: str | None = ...,
|
574
|
+
aws_session_token: str | None = ...,
|
575
|
+
config: Config | None = ...,
|
576
|
+
aws_account_id: str | None = ...,
|
577
|
+
) -> AIOpsClient:
|
578
|
+
"""
|
579
|
+
Create client for AIOps service.
|
580
|
+
"""
|
581
|
+
|
562
582
|
@overload
|
563
583
|
def client(
|
564
584
|
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.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: 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.40; 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"
|
43
43
|
Requires-Dist: types-boto3-acm<1.39.0,>=1.38.0; extra == "all"
|
44
44
|
Requires-Dist: types-boto3-acm-pca<1.39.0,>=1.38.0; extra == "all"
|
45
|
+
Requires-Dist: types-boto3-aiops<1.39.0,>=1.38.0; extra == "all"
|
45
46
|
Requires-Dist: types-boto3-amp<1.39.0,>=1.38.0; extra == "all"
|
46
47
|
Requires-Dist: types-boto3-amplify<1.39.0,>=1.38.0; extra == "all"
|
47
48
|
Requires-Dist: types-boto3-amplifybackend<1.39.0,>=1.38.0; extra == "all"
|
@@ -459,6 +460,8 @@ Provides-Extra: acm
|
|
459
460
|
Requires-Dist: types-boto3-acm<1.39.0,>=1.38.0; extra == "acm"
|
460
461
|
Provides-Extra: acm-pca
|
461
462
|
Requires-Dist: types-boto3-acm-pca<1.39.0,>=1.38.0; extra == "acm-pca"
|
463
|
+
Provides-Extra: aiops
|
464
|
+
Requires-Dist: types-boto3-aiops<1.39.0,>=1.38.0; extra == "aiops"
|
462
465
|
Provides-Extra: amp
|
463
466
|
Requires-Dist: types-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
|

|
1289
1292
|
|
1290
|
-
Type annotations for [boto3 1.38.
|
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/),
|
@@ -1345,7 +1348,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1345
1348
|
isolation.
|
1346
1349
|
|
1347
1350
|
1. Run mypy-boto3-builder in your package root directory:
|
1348
|
-
`uvx --with 'boto3==1.38.
|
1351
|
+
`uvx --with 'boto3==1.38.40' mypy-boto3-builder`
|
1349
1352
|
2. Select `boto3` AWS SDK.
|
1350
1353
|
3. Select services you use in the current project.
|
1351
1354
|
4. Use provided commands to install generated packages.
|
@@ -1673,9 +1676,9 @@ repository.
|
|
1673
1676
|
|
1674
1677
|
## Submodules
|
1675
1678
|
|
1676
|
-
- `types-boto3[full]` - Type annotations for all
|
1679
|
+
- `types-boto3[full]` - Type annotations for all 406 services in one package
|
1677
1680
|
(recommended).
|
1678
|
-
- `types-boto3[all]` - Type annotations for all
|
1681
|
+
- `types-boto3[all]` - Type annotations for all 406 services in separate
|
1679
1682
|
packages.
|
1680
1683
|
- `types-boto3[essential]` - Type annotations for
|
1681
1684
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
@@ -1697,6 +1700,9 @@ repository.
|
|
1697
1700
|
- `types-boto3[acm-pca]` - Type annotations for
|
1698
1701
|
[ACMPCA](https://youtype.github.io/types_boto3_docs/types_boto3_acm_pca/)
|
1699
1702
|
service.
|
1703
|
+
- `types-boto3[aiops]` - Type annotations for
|
1704
|
+
[AIOps](https://youtype.github.io/types_boto3_docs/types_boto3_aiops/)
|
1705
|
+
service.
|
1700
1706
|
- `types-boto3[amp]` - Type annotations for
|
1701
1707
|
[PrometheusService](https://youtype.github.io/types_boto3_docs/types_boto3_amp/)
|
1702
1708
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=nA-3CmARRc07rYls025nper9IPYtu5dknklGJfWjRhM,246873
|
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=93HlNlUkVPM1KuForhD6QHcj-qBjvCwKf6u41chrdkM,282092
|
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.40.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
types_boto3-1.38.40.dist-info/METADATA,sha256=VTJGYvpaUwr2-Tzww5BXoqBTLgKQ46PLQPsP4-h5GY8,150515
|
43
|
+
types_boto3-1.38.40.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
types_boto3-1.38.40.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
types_boto3-1.38.40.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|