boto3-stubs 1.34.151__py3-none-any.whl → 1.34.152__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 +14 -0
- boto3-stubs/session.pyi +15 -0
- {boto3_stubs-1.34.151.dist-info → boto3_stubs-1.34.152.dist-info}/METADATA +12 -6
- {boto3_stubs-1.34.151.dist-info → boto3_stubs-1.34.152.dist-info}/RECORD +7 -7
- {boto3_stubs-1.34.151.dist-info → boto3_stubs-1.34.152.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.34.151.dist-info → boto3_stubs-1.34.152.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.34.151.dist-info → boto3_stubs-1.34.152.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -367,6 +367,7 @@ from mypy_boto3_sqs.service_resource import SQSServiceResource
|
|
367
367
|
from mypy_boto3_ssm.client import SSMClient
|
368
368
|
from mypy_boto3_ssm_contacts.client import SSMContactsClient
|
369
369
|
from mypy_boto3_ssm_incidents.client import SSMIncidentsClient
|
370
|
+
from mypy_boto3_ssm_quicksetup.client import SystemsManagerQuickSetupClient
|
370
371
|
from mypy_boto3_ssm_sap.client import SsmSapClient
|
371
372
|
from mypy_boto3_sso.client import SSOClient
|
372
373
|
from mypy_boto3_sso_admin.client import SSOAdminClient
|
@@ -4944,6 +4945,19 @@ def client(
|
|
4944
4945
|
config: Optional[Config] = ...,
|
4945
4946
|
) -> SSMIncidentsClient: ...
|
4946
4947
|
@overload
|
4948
|
+
def client(
|
4949
|
+
service_name: Literal["ssm-quicksetup"],
|
4950
|
+
region_name: Optional[str] = ...,
|
4951
|
+
api_version: Optional[str] = ...,
|
4952
|
+
use_ssl: Optional[bool] = ...,
|
4953
|
+
verify: Union[bool, str, None] = ...,
|
4954
|
+
endpoint_url: Optional[str] = ...,
|
4955
|
+
aws_access_key_id: Optional[str] = ...,
|
4956
|
+
aws_secret_access_key: Optional[str] = ...,
|
4957
|
+
aws_session_token: Optional[str] = ...,
|
4958
|
+
config: Optional[Config] = ...,
|
4959
|
+
) -> SystemsManagerQuickSetupClient: ...
|
4960
|
+
@overload
|
4947
4961
|
def client(
|
4948
4962
|
service_name: Literal["ssm-sap"],
|
4949
4963
|
region_name: Optional[str] = ...,
|
boto3-stubs/session.pyi
CHANGED
@@ -373,6 +373,7 @@ from mypy_boto3_sqs.service_resource import SQSServiceResource
|
|
373
373
|
from mypy_boto3_ssm.client import SSMClient
|
374
374
|
from mypy_boto3_ssm_contacts.client import SSMContactsClient
|
375
375
|
from mypy_boto3_ssm_incidents.client import SSMIncidentsClient
|
376
|
+
from mypy_boto3_ssm_quicksetup.client import SystemsManagerQuickSetupClient
|
376
377
|
from mypy_boto3_ssm_sap.client import SsmSapClient
|
377
378
|
from mypy_boto3_sso.client import SSOClient
|
378
379
|
from mypy_boto3_sso_admin.client import SSOAdminClient
|
@@ -5312,6 +5313,20 @@ class Session:
|
|
5312
5313
|
config: Optional[Config] = ...,
|
5313
5314
|
) -> SSMIncidentsClient: ...
|
5314
5315
|
@overload
|
5316
|
+
def client(
|
5317
|
+
self,
|
5318
|
+
service_name: Literal["ssm-quicksetup"],
|
5319
|
+
region_name: Optional[str] = ...,
|
5320
|
+
api_version: Optional[str] = ...,
|
5321
|
+
use_ssl: Optional[bool] = ...,
|
5322
|
+
verify: Union[bool, str, None] = ...,
|
5323
|
+
endpoint_url: Optional[str] = ...,
|
5324
|
+
aws_access_key_id: Optional[str] = ...,
|
5325
|
+
aws_secret_access_key: Optional[str] = ...,
|
5326
|
+
aws_session_token: Optional[str] = ...,
|
5327
|
+
config: Optional[Config] = ...,
|
5328
|
+
) -> SystemsManagerQuickSetupClient: ...
|
5329
|
+
@overload
|
5315
5330
|
def client(
|
5316
5331
|
self,
|
5317
5332
|
service_name: Literal["ssm-sap"],
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.34.
|
4
|
-
Summary: Type annotations for boto3 1.34.
|
3
|
+
Version: 1.34.152
|
4
|
+
Summary: Type annotations for boto3 1.34.152 generated with mypy-boto3-builder 7.25.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
|
@@ -388,6 +388,7 @@ Requires-Dist: mypy-boto3-sqs <1.35.0,>=1.34.0 ; extra == 'all'
|
|
388
388
|
Requires-Dist: mypy-boto3-ssm <1.35.0,>=1.34.0 ; extra == 'all'
|
389
389
|
Requires-Dist: mypy-boto3-ssm-contacts <1.35.0,>=1.34.0 ; extra == 'all'
|
390
390
|
Requires-Dist: mypy-boto3-ssm-incidents <1.35.0,>=1.34.0 ; extra == 'all'
|
391
|
+
Requires-Dist: mypy-boto3-ssm-quicksetup <1.35.0,>=1.34.0 ; extra == 'all'
|
391
392
|
Requires-Dist: mypy-boto3-ssm-sap <1.35.0,>=1.34.0 ; extra == 'all'
|
392
393
|
Requires-Dist: mypy-boto3-sso <1.35.0,>=1.34.0 ; extra == 'all'
|
393
394
|
Requires-Dist: mypy-boto3-sso-admin <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -501,8 +502,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
|
|
501
502
|
Provides-Extra: billingconductor
|
502
503
|
Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
|
503
504
|
Provides-Extra: boto3
|
504
|
-
Requires-Dist: boto3 ==1.34.
|
505
|
-
Requires-Dist: botocore ==1.34.
|
505
|
+
Requires-Dist: boto3 ==1.34.152 ; extra == 'boto3'
|
506
|
+
Requires-Dist: botocore ==1.34.152 ; extra == 'boto3'
|
506
507
|
Provides-Extra: braket
|
507
508
|
Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
|
508
509
|
Provides-Extra: budgets
|
@@ -1123,6 +1124,8 @@ Provides-Extra: ssm-contacts
|
|
1123
1124
|
Requires-Dist: mypy-boto3-ssm-contacts <1.35.0,>=1.34.0 ; extra == 'ssm-contacts'
|
1124
1125
|
Provides-Extra: ssm-incidents
|
1125
1126
|
Requires-Dist: mypy-boto3-ssm-incidents <1.35.0,>=1.34.0 ; extra == 'ssm-incidents'
|
1127
|
+
Provides-Extra: ssm-quicksetup
|
1128
|
+
Requires-Dist: mypy-boto3-ssm-quicksetup <1.35.0,>=1.34.0 ; extra == 'ssm-quicksetup'
|
1126
1129
|
Provides-Extra: ssm-sap
|
1127
1130
|
Requires-Dist: mypy-boto3-ssm-sap <1.35.0,>=1.34.0 ; extra == 'ssm-sap'
|
1128
1131
|
Provides-Extra: sso
|
@@ -1212,7 +1215,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
|
|
1212
1215
|

|
1213
1216
|
|
1214
1217
|
Type annotations for
|
1215
|
-
[boto3 1.34.
|
1218
|
+
[boto3 1.34.152](https://boto3.amazonaws.com/v1/documentation/api/1.34.152/index.html)
|
1216
1219
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1217
1220
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1218
1221
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1599,7 +1602,7 @@ repository.
|
|
1599
1602
|
|
1600
1603
|
## Submodules
|
1601
1604
|
|
1602
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1605
|
+
- `boto3-stubs[all]` - Type annotations for all 386 services.
|
1603
1606
|
- `boto3-stubs[essential]` - Type annotations for
|
1604
1607
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
1605
1608
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
|
@@ -2617,6 +2620,9 @@ repository.
|
|
2617
2620
|
- `boto3-stubs[ssm-incidents]` - Type annotations for
|
2618
2621
|
[SSMIncidents](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm_incidents/)
|
2619
2622
|
service.
|
2623
|
+
- `boto3-stubs[ssm-quicksetup]` - Type annotations for
|
2624
|
+
[SystemsManagerQuickSetup](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm_quicksetup/)
|
2625
|
+
service.
|
2620
2626
|
- `boto3-stubs[ssm-sap]` - Type annotations for
|
2621
2627
|
[SsmSap](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm_sap/)
|
2622
2628
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=Fi9X4BsoOToabdHhBskfARykrwtC8o3-CaWtMmlbru8,207428
|
2
2
|
boto3-stubs/compat.pyi,sha256=xa8V0D9EklCqKSzPAsOCRxSFn9o7ZsabgMB2NbezRU8,151
|
3
3
|
boto3-stubs/crt.pyi,sha256=I9HtByOVDaxLR8UI0IVRgEnd09-9nP7cz6aLchQGJy4,839
|
4
4
|
boto3-stubs/exceptions.pyi,sha256=5RiiwvZt6WJg4NmdBqiw_F3edX-hZCPft50s3YRd_Gg,1253
|
5
5
|
boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
boto3-stubs/session.pyi,sha256=
|
6
|
+
boto3-stubs/session.pyi,sha256=5cD3hX4KmoIUlMXEbqyQgh6c5GV7if0tv7ZZsQu5pEU,234674
|
7
7
|
boto3-stubs/utils.pyi,sha256=aFM7Aoxm8HuplG367JDYs5-zZ_YQpKr7ONPs1x7f15Y,779
|
8
8
|
boto3-stubs/docs/__init__.pyi,sha256=wGWFUev9EDG-4NT4l-JUjzFUsypBQf2kwFBfdb1uJeU,99
|
9
9
|
boto3-stubs/docs/utils.pyi,sha256=-TPT9ceptcx5Fx7PHeBt6u1jV-PuAudb5VYCtqf7SYg,934
|
@@ -27,8 +27,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
27
|
boto3-stubs/s3/constants.pyi,sha256=9MYiVx6cRf9tcrxvpy0Ubi4HGyrmUj19WQA54lmfoR8,75
|
28
28
|
boto3-stubs/s3/inject.pyi,sha256=UxVi6tYfEYdvc8cKldt9StTEGFHWTdd-867frSfxF9w,4577
|
29
29
|
boto3-stubs/s3/transfer.pyi,sha256=zQ7pQpsCWWo9cdYrOoiuKyiLz_t1sG0_OOznd5DETTo,2508
|
30
|
-
boto3_stubs-1.34.
|
31
|
-
boto3_stubs-1.34.
|
32
|
-
boto3_stubs-1.34.
|
33
|
-
boto3_stubs-1.34.
|
34
|
-
boto3_stubs-1.34.
|
30
|
+
boto3_stubs-1.34.152.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
31
|
+
boto3_stubs-1.34.152.dist-info/METADATA,sha256=CNJNBoxaRjvuzvp8ulmUVdQ737WlV4mLf2YOBRk4Ysc,142775
|
32
|
+
boto3_stubs-1.34.152.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
33
|
+
boto3_stubs-1.34.152.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
34
|
+
boto3_stubs-1.34.152.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|