types-boto3 1.38.3__py3-none-any.whl → 1.38.5__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.3.dist-info → types_boto3-1.38.5.dist-info}/METADATA +13 -7
- {types_boto3-1.38.3.dist-info → types_boto3-1.38.5.dist-info}/RECORD +7 -7
- {types_boto3-1.38.3.dist-info → types_boto3-1.38.5.dist-info}/WHEEL +1 -1
- {types_boto3-1.38.3.dist-info → types_boto3-1.38.5.dist-info}/licenses/LICENSE +0 -0
- {types_boto3-1.38.3.dist-info → types_boto3-1.38.5.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -395,6 +395,7 @@ from types_boto3_sqs.client import SQSClient
|
|
395
395
|
from types_boto3_sqs.service_resource import SQSServiceResource
|
396
396
|
from types_boto3_ssm.client import SSMClient
|
397
397
|
from types_boto3_ssm_contacts.client import SSMContactsClient
|
398
|
+
from types_boto3_ssm_guiconnect.client import SSMGUIConnectClient
|
398
399
|
from types_boto3_ssm_incidents.client import SSMIncidentsClient
|
399
400
|
from types_boto3_ssm_quicksetup.client import SystemsManagerQuickSetupClient
|
400
401
|
from types_boto3_ssm_sap.client import SsmSapClient
|
@@ -7032,6 +7033,24 @@ def client(
|
|
7032
7033
|
Create client for SSMContacts service.
|
7033
7034
|
"""
|
7034
7035
|
|
7036
|
+
@overload
|
7037
|
+
def client(
|
7038
|
+
service_name: Literal["ssm-guiconnect"],
|
7039
|
+
region_name: str | None = ...,
|
7040
|
+
api_version: str | None = ...,
|
7041
|
+
use_ssl: bool | None = ...,
|
7042
|
+
verify: bool | str | None = ...,
|
7043
|
+
endpoint_url: str | None = ...,
|
7044
|
+
aws_access_key_id: str | None = ...,
|
7045
|
+
aws_secret_access_key: str | None = ...,
|
7046
|
+
aws_session_token: str | None = ...,
|
7047
|
+
config: Config | None = ...,
|
7048
|
+
aws_account_id: str | None = ...,
|
7049
|
+
) -> SSMGUIConnectClient:
|
7050
|
+
"""
|
7051
|
+
Create client for SSMGUIConnect service.
|
7052
|
+
"""
|
7053
|
+
|
7035
7054
|
@overload
|
7036
7055
|
def client(
|
7037
7056
|
service_name: Literal["ssm-incidents"],
|
boto3-stubs/session.pyi
CHANGED
@@ -401,6 +401,7 @@ from types_boto3_sqs.client import SQSClient
|
|
401
401
|
from types_boto3_sqs.service_resource import SQSServiceResource
|
402
402
|
from types_boto3_ssm.client import SSMClient
|
403
403
|
from types_boto3_ssm_contacts.client import SSMContactsClient
|
404
|
+
from types_boto3_ssm_guiconnect.client import SSMGUIConnectClient
|
404
405
|
from types_boto3_ssm_incidents.client import SSMIncidentsClient
|
405
406
|
from types_boto3_ssm_quicksetup.client import SystemsManagerQuickSetupClient
|
406
407
|
from types_boto3_ssm_sap.client import SsmSapClient
|
@@ -7417,6 +7418,25 @@ class Session:
|
|
7417
7418
|
Create client for SSMContacts service.
|
7418
7419
|
"""
|
7419
7420
|
|
7421
|
+
@overload
|
7422
|
+
def client(
|
7423
|
+
self,
|
7424
|
+
service_name: Literal["ssm-guiconnect"],
|
7425
|
+
region_name: str | None = ...,
|
7426
|
+
api_version: str | None = ...,
|
7427
|
+
use_ssl: bool | None = ...,
|
7428
|
+
verify: bool | str | None = ...,
|
7429
|
+
endpoint_url: str | None = ...,
|
7430
|
+
aws_access_key_id: str | None = ...,
|
7431
|
+
aws_secret_access_key: str | None = ...,
|
7432
|
+
aws_session_token: str | None = ...,
|
7433
|
+
config: Config | None = ...,
|
7434
|
+
aws_account_id: str | None = ...,
|
7435
|
+
) -> SSMGUIConnectClient:
|
7436
|
+
"""
|
7437
|
+
Create client for SSMGUIConnect service.
|
7438
|
+
"""
|
7439
|
+
|
7420
7440
|
@overload
|
7421
7441
|
def client(
|
7422
7442
|
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.5
|
4
|
+
Summary: Type annotations for boto3 1.38.5 generated with mypy-boto3-builder 8.10.1
|
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.5; 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"
|
@@ -403,6 +403,7 @@ Requires-Dist: types-boto3-socialmessaging<1.39.0,>=1.38.0; extra == "all"
|
|
403
403
|
Requires-Dist: types-boto3-sqs<1.39.0,>=1.38.0; extra == "all"
|
404
404
|
Requires-Dist: types-boto3-ssm<1.39.0,>=1.38.0; extra == "all"
|
405
405
|
Requires-Dist: types-boto3-ssm-contacts<1.39.0,>=1.38.0; extra == "all"
|
406
|
+
Requires-Dist: types-boto3-ssm-guiconnect<1.39.0,>=1.38.0; extra == "all"
|
406
407
|
Requires-Dist: types-boto3-ssm-incidents<1.39.0,>=1.38.0; extra == "all"
|
407
408
|
Requires-Dist: types-boto3-ssm-quicksetup<1.39.0,>=1.38.0; extra == "all"
|
408
409
|
Requires-Dist: types-boto3-ssm-sap<1.39.0,>=1.38.0; extra == "all"
|
@@ -1180,6 +1181,8 @@ Provides-Extra: ssm
|
|
1180
1181
|
Requires-Dist: types-boto3-ssm<1.39.0,>=1.38.0; extra == "ssm"
|
1181
1182
|
Provides-Extra: ssm-contacts
|
1182
1183
|
Requires-Dist: types-boto3-ssm-contacts<1.39.0,>=1.38.0; extra == "ssm-contacts"
|
1184
|
+
Provides-Extra: ssm-guiconnect
|
1185
|
+
Requires-Dist: types-boto3-ssm-guiconnect<1.39.0,>=1.38.0; extra == "ssm-guiconnect"
|
1183
1186
|
Provides-Extra: ssm-incidents
|
1184
1187
|
Requires-Dist: types-boto3-ssm-incidents<1.39.0,>=1.38.0; extra == "ssm-incidents"
|
1185
1188
|
Provides-Extra: ssm-quicksetup
|
@@ -1284,7 +1287,7 @@ Dynamic: summary
|
|
1284
1287
|
|
1285
1288
|

|
1286
1289
|
|
1287
|
-
Type annotations for [boto3 1.38.
|
1290
|
+
Type annotations for [boto3 1.38.5](https://pypi.org/project/boto3/) compatible
|
1288
1291
|
with [VSCode](https://code.visualstudio.com/),
|
1289
1292
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1290
1293
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1342,7 +1345,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1342
1345
|
isolation.
|
1343
1346
|
|
1344
1347
|
1. Run mypy-boto3-builder in your package root directory:
|
1345
|
-
`uvx --with 'boto3==1.38.
|
1348
|
+
`uvx --with 'boto3==1.38.5' mypy-boto3-builder`
|
1346
1349
|
2. Select `boto3` AWS SDK.
|
1347
1350
|
3. Select services you use in the current project.
|
1348
1351
|
4. Use provided commands to install generated packages.
|
@@ -1670,9 +1673,9 @@ repository.
|
|
1670
1673
|
|
1671
1674
|
## Submodules
|
1672
1675
|
|
1673
|
-
- `types-boto3[full]` - Type annotations for all
|
1676
|
+
- `types-boto3[full]` - Type annotations for all 405 services in one package
|
1674
1677
|
(recommended).
|
1675
|
-
- `types-boto3[all]` - Type annotations for all
|
1678
|
+
- `types-boto3[all]` - Type annotations for all 405 services in separate
|
1676
1679
|
packages.
|
1677
1680
|
- `types-boto3[essential]` - Type annotations for
|
1678
1681
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
@@ -2745,6 +2748,9 @@ repository.
|
|
2745
2748
|
- `types-boto3[ssm-contacts]` - Type annotations for
|
2746
2749
|
[SSMContacts](https://youtype.github.io/types_boto3_docs/types_boto3_ssm_contacts/)
|
2747
2750
|
service.
|
2751
|
+
- `types-boto3[ssm-guiconnect]` - Type annotations for
|
2752
|
+
[SSMGUIConnect](https://youtype.github.io/types_boto3_docs/types_boto3_ssm_guiconnect/)
|
2753
|
+
service.
|
2748
2754
|
- `types-boto3[ssm-incidents]` - Type annotations for
|
2749
2755
|
[SSMIncidents](https://youtype.github.io/types_boto3_docs/types_boto3_ssm_incidents/)
|
2750
2756
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=sqWc8m5jAZMNoQbRQ9oYNLPGzAS6nMIfn8gaQo9FwJ4,246345
|
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=Zy1FY7lFo3yHQT-pyAHmFTuJPLmgHULi48eYePSEPhc,281482
|
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.5.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
types_boto3-1.38.5.dist-info/METADATA,sha256=-ZhXBVTqQpeCQHuSHkXaosYWSjBu1YQnoF_6YQo93bc,150332
|
43
|
+
types_boto3-1.38.5.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
|
44
|
+
types_boto3-1.38.5.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
types_boto3-1.38.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|