boto3-stubs 1.38.4__py3-none-any.whl → 1.38.6__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
@@ -393,6 +393,7 @@ from mypy_boto3_sqs.client import SQSClient
393
393
  from mypy_boto3_sqs.service_resource import SQSServiceResource
394
394
  from mypy_boto3_ssm.client import SSMClient
395
395
  from mypy_boto3_ssm_contacts.client import SSMContactsClient
396
+ from mypy_boto3_ssm_guiconnect.client import SSMGUIConnectClient
396
397
  from mypy_boto3_ssm_incidents.client import SSMIncidentsClient
397
398
  from mypy_boto3_ssm_quicksetup.client import SystemsManagerQuickSetupClient
398
399
  from mypy_boto3_ssm_sap.client import SsmSapClient
@@ -7030,6 +7031,24 @@ def client(
7030
7031
  Create client for SSMContacts service.
7031
7032
  """
7032
7033
 
7034
+ @overload
7035
+ def client(
7036
+ service_name: Literal["ssm-guiconnect"],
7037
+ region_name: str | None = ...,
7038
+ api_version: str | None = ...,
7039
+ use_ssl: bool | None = ...,
7040
+ verify: bool | str | None = ...,
7041
+ endpoint_url: str | None = ...,
7042
+ aws_access_key_id: str | None = ...,
7043
+ aws_secret_access_key: str | None = ...,
7044
+ aws_session_token: str | None = ...,
7045
+ config: Config | None = ...,
7046
+ aws_account_id: str | None = ...,
7047
+ ) -> SSMGUIConnectClient:
7048
+ """
7049
+ Create client for SSMGUIConnect service.
7050
+ """
7051
+
7033
7052
  @overload
7034
7053
  def client(
7035
7054
  service_name: Literal["ssm-incidents"],
boto3-stubs/session.pyi CHANGED
@@ -399,6 +399,7 @@ from mypy_boto3_sqs.client import SQSClient
399
399
  from mypy_boto3_sqs.service_resource import SQSServiceResource
400
400
  from mypy_boto3_ssm.client import SSMClient
401
401
  from mypy_boto3_ssm_contacts.client import SSMContactsClient
402
+ from mypy_boto3_ssm_guiconnect.client import SSMGUIConnectClient
402
403
  from mypy_boto3_ssm_incidents.client import SSMIncidentsClient
403
404
  from mypy_boto3_ssm_quicksetup.client import SystemsManagerQuickSetupClient
404
405
  from mypy_boto3_ssm_sap.client import SsmSapClient
@@ -7415,6 +7416,25 @@ class Session:
7415
7416
  Create client for SSMContacts service.
7416
7417
  """
7417
7418
 
7419
+ @overload
7420
+ def client(
7421
+ self,
7422
+ service_name: Literal["ssm-guiconnect"],
7423
+ region_name: str | None = ...,
7424
+ api_version: str | None = ...,
7425
+ use_ssl: bool | None = ...,
7426
+ verify: bool | str | None = ...,
7427
+ endpoint_url: str | None = ...,
7428
+ aws_access_key_id: str | None = ...,
7429
+ aws_secret_access_key: str | None = ...,
7430
+ aws_session_token: str | None = ...,
7431
+ config: Config | None = ...,
7432
+ aws_account_id: str | None = ...,
7433
+ ) -> SSMGUIConnectClient:
7434
+ """
7435
+ Create client for SSMGUIConnect service.
7436
+ """
7437
+
7418
7438
  @overload
7419
7439
  def client(
7420
7440
  self,
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: boto3-stubs
3
- Version: 1.38.4
4
- Summary: Type annotations for boto3 1.38.4 generated with mypy-boto3-builder 8.10.1
3
+ Version: 1.38.6
4
+ Summary: Type annotations for boto3 1.38.6 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: boto3-stubs-full<1.39.0,>=1.38.0; extra == "full"
38
38
  Provides-Extra: boto3
39
- Requires-Dist: boto3==1.38.4; extra == "boto3"
39
+ Requires-Dist: boto3==1.38.6; 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"
@@ -403,6 +403,7 @@ Requires-Dist: mypy-boto3-socialmessaging<1.39.0,>=1.38.0; extra == "all"
403
403
  Requires-Dist: mypy-boto3-sqs<1.39.0,>=1.38.0; extra == "all"
404
404
  Requires-Dist: mypy-boto3-ssm<1.39.0,>=1.38.0; extra == "all"
405
405
  Requires-Dist: mypy-boto3-ssm-contacts<1.39.0,>=1.38.0; extra == "all"
406
+ Requires-Dist: mypy-boto3-ssm-guiconnect<1.39.0,>=1.38.0; extra == "all"
406
407
  Requires-Dist: mypy-boto3-ssm-incidents<1.39.0,>=1.38.0; extra == "all"
407
408
  Requires-Dist: mypy-boto3-ssm-quicksetup<1.39.0,>=1.38.0; extra == "all"
408
409
  Requires-Dist: mypy-boto3-ssm-sap<1.39.0,>=1.38.0; extra == "all"
@@ -1180,6 +1181,8 @@ Provides-Extra: ssm
1180
1181
  Requires-Dist: mypy-boto3-ssm<1.39.0,>=1.38.0; extra == "ssm"
1181
1182
  Provides-Extra: ssm-contacts
1182
1183
  Requires-Dist: mypy-boto3-ssm-contacts<1.39.0,>=1.38.0; extra == "ssm-contacts"
1184
+ Provides-Extra: ssm-guiconnect
1185
+ Requires-Dist: mypy-boto3-ssm-guiconnect<1.39.0,>=1.38.0; extra == "ssm-guiconnect"
1183
1186
  Provides-Extra: ssm-incidents
1184
1187
  Requires-Dist: mypy-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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1286
1289
 
1287
- Type annotations for [boto3 1.38.4](https://pypi.org/project/boto3/) compatible
1290
+ Type annotations for [boto3 1.38.6](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/),
@@ -1343,7 +1346,7 @@ You can generate type annotations for `boto3` package locally with
1343
1346
  isolation.
1344
1347
 
1345
1348
  1. Run mypy-boto3-builder in your package root directory:
1346
- `uvx --with 'boto3==1.38.4' mypy-boto3-builder`
1349
+ `uvx --with 'boto3==1.38.6' mypy-boto3-builder`
1347
1350
  2. Select `boto3-stubs` AWS SDK.
1348
1351
  3. Select services you use in the current project.
1349
1352
  4. Use provided commands to install generated packages.
@@ -1695,9 +1698,9 @@ repository.
1695
1698
 
1696
1699
  ## Submodules
1697
1700
 
1698
- - `boto3-stubs[full]` - Type annotations for all 404 services in one package
1701
+ - `boto3-stubs[full]` - Type annotations for all 405 services in one package
1699
1702
  (recommended).
1700
- - `boto3-stubs[all]` - Type annotations for all 404 services in separate
1703
+ - `boto3-stubs[all]` - Type annotations for all 405 services in separate
1701
1704
  packages.
1702
1705
  - `boto3-stubs[essential]` - Type annotations for
1703
1706
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -2770,6 +2773,9 @@ repository.
2770
2773
  - `boto3-stubs[ssm-contacts]` - Type annotations for
2771
2774
  [SSMContacts](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm_contacts/)
2772
2775
  service.
2776
+ - `boto3-stubs[ssm-guiconnect]` - Type annotations for
2777
+ [SSMGUIConnect](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm_guiconnect/)
2778
+ service.
2773
2779
  - `boto3-stubs[ssm-incidents]` - Type annotations for
2774
2780
  [SSMIncidents](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm_incidents/)
2775
2781
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=3Hx9Hf2j7IYOA98CtCqM3BoPUveHSNYaBBY_cgmVSBw,245328
1
+ boto3-stubs/__init__.pyi,sha256=LUmgH71JI4otK8V8K_TnSsGeco65rS4sZ8mLTlioo3M,245921
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=GWYGn3X_JspZLf9zA0tc44SsLbGVATVqfnrMGLXo7Tk,280383
6
+ boto3-stubs/session.pyi,sha256=Xy6Y_cM3ZOuGvXP61CGni5DK--_SPony9AbMfRkmcwA,281058
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.4.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- boto3_stubs-1.38.4.dist-info/METADATA,sha256=Ghjr9Y9GVHBPL6eaEFUDbfu2ZNIoklAR_fKDif1PIXM,149309
43
- boto3_stubs-1.38.4.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
44
- boto3_stubs-1.38.4.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.38.4.dist-info/RECORD,,
41
+ boto3_stubs-1.38.6.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ boto3_stubs-1.38.6.dist-info/METADATA,sha256=KySOhWVqhiIB41pGDd3o5E_90KBwjd0ZYmtz38M8EQE,149652
43
+ boto3_stubs-1.38.6.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
44
+ boto3_stubs-1.38.6.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs-1.38.6.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.0.0)
2
+ Generator: setuptools (80.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5