boto3-stubs 1.34.74__py3-none-any.whl → 1.34.75__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
@@ -109,6 +109,7 @@ from mypy_boto3_datapipeline.client import DataPipelineClient
109
109
  from mypy_boto3_datasync.client import DataSyncClient
110
110
  from mypy_boto3_datazone.client import DataZoneClient
111
111
  from mypy_boto3_dax.client import DAXClient
112
+ from mypy_boto3_deadline.client import DeadlineCloudClient
112
113
  from mypy_boto3_detective.client import DetectiveClient
113
114
  from mypy_boto3_devicefarm.client import DeviceFarmClient
114
115
  from mypy_boto3_devops_guru.client import DevOpsGuruClient
@@ -1741,6 +1742,19 @@ def client(
1741
1742
  config: Optional[Config] = ...,
1742
1743
  ) -> DAXClient: ...
1743
1744
  @overload
1745
+ def client(
1746
+ service_name: Literal["deadline"],
1747
+ region_name: Optional[str] = ...,
1748
+ api_version: Optional[str] = ...,
1749
+ use_ssl: Optional[bool] = ...,
1750
+ verify: Union[bool, str, None] = ...,
1751
+ endpoint_url: Optional[str] = ...,
1752
+ aws_access_key_id: Optional[str] = ...,
1753
+ aws_secret_access_key: Optional[str] = ...,
1754
+ aws_session_token: Optional[str] = ...,
1755
+ config: Optional[Config] = ...,
1756
+ ) -> DeadlineCloudClient: ...
1757
+ @overload
1744
1758
  def client(
1745
1759
  service_name: Literal["detective"],
1746
1760
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -115,6 +115,7 @@ from mypy_boto3_datapipeline.client import DataPipelineClient
115
115
  from mypy_boto3_datasync.client import DataSyncClient
116
116
  from mypy_boto3_datazone.client import DataZoneClient
117
117
  from mypy_boto3_dax.client import DAXClient
118
+ from mypy_boto3_deadline.client import DeadlineCloudClient
118
119
  from mypy_boto3_detective.client import DetectiveClient
119
120
  from mypy_boto3_devicefarm.client import DeviceFarmClient
120
121
  from mypy_boto3_devops_guru.client import DevOpsGuruClient
@@ -1863,6 +1864,20 @@ class Session:
1863
1864
  config: Optional[Config] = ...,
1864
1865
  ) -> DAXClient: ...
1865
1866
  @overload
1867
+ def client(
1868
+ self,
1869
+ service_name: Literal["deadline"],
1870
+ region_name: Optional[str] = ...,
1871
+ api_version: Optional[str] = ...,
1872
+ use_ssl: Optional[bool] = ...,
1873
+ verify: Union[bool, str, None] = ...,
1874
+ endpoint_url: Optional[str] = ...,
1875
+ aws_access_key_id: Optional[str] = ...,
1876
+ aws_secret_access_key: Optional[str] = ...,
1877
+ aws_session_token: Optional[str] = ...,
1878
+ config: Optional[Config] = ...,
1879
+ ) -> DeadlineCloudClient: ...
1880
+ @overload
1866
1881
  def client(
1867
1882
  self,
1868
1883
  service_name: Literal["detective"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.34.74
4
- Summary: Type annotations for boto3 1.34.74 generated with mypy-boto3-builder 7.23.2
3
+ Version: 1.34.75
4
+ Summary: Type annotations for boto3 1.34.75 generated with mypy-boto3-builder 7.23.2
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
@@ -144,6 +144,7 @@ Requires-Dist: mypy-boto3-datapipeline <1.35.0,>=1.34.0 ; extra == 'all'
144
144
  Requires-Dist: mypy-boto3-datasync <1.35.0,>=1.34.0 ; extra == 'all'
145
145
  Requires-Dist: mypy-boto3-datazone <1.35.0,>=1.34.0 ; extra == 'all'
146
146
  Requires-Dist: mypy-boto3-dax <1.35.0,>=1.34.0 ; extra == 'all'
147
+ Requires-Dist: mypy-boto3-deadline <1.35.0,>=1.34.0 ; extra == 'all'
147
148
  Requires-Dist: mypy-boto3-detective <1.35.0,>=1.34.0 ; extra == 'all'
148
149
  Requires-Dist: mypy-boto3-devicefarm <1.35.0,>=1.34.0 ; extra == 'all'
149
150
  Requires-Dist: mypy-boto3-devops-guru <1.35.0,>=1.34.0 ; extra == 'all'
@@ -496,8 +497,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
496
497
  Provides-Extra: billingconductor
497
498
  Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
498
499
  Provides-Extra: boto3
499
- Requires-Dist: boto3 ==1.34.74 ; extra == 'boto3'
500
- Requires-Dist: botocore ==1.34.74 ; extra == 'boto3'
500
+ Requires-Dist: boto3 ==1.34.75 ; extra == 'boto3'
501
+ Requires-Dist: botocore ==1.34.75 ; extra == 'boto3'
501
502
  Provides-Extra: braket
502
503
  Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
503
504
  Provides-Extra: budgets
@@ -618,6 +619,8 @@ Provides-Extra: datazone
618
619
  Requires-Dist: mypy-boto3-datazone <1.35.0,>=1.34.0 ; extra == 'datazone'
619
620
  Provides-Extra: dax
620
621
  Requires-Dist: mypy-boto3-dax <1.35.0,>=1.34.0 ; extra == 'dax'
622
+ Provides-Extra: deadline
623
+ Requires-Dist: mypy-boto3-deadline <1.35.0,>=1.34.0 ; extra == 'deadline'
621
624
  Provides-Extra: detective
622
625
  Requires-Dist: mypy-boto3-detective <1.35.0,>=1.34.0 ; extra == 'detective'
623
626
  Provides-Extra: devicefarm
@@ -1197,7 +1200,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
1197
1200
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1198
1201
 
1199
1202
  Type annotations for
1200
- [boto3 1.34.74](https://boto3.amazonaws.com/v1/documentation/api/1.34.74/index.html)
1203
+ [boto3 1.34.75](https://boto3.amazonaws.com/v1/documentation/api/1.34.75/index.html)
1201
1204
  compatible with [VSCode](https://code.visualstudio.com/),
1202
1205
  [PyCharm](https://www.jetbrains.com/pycharm/),
1203
1206
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1579,7 +1582,7 @@ repository.
1579
1582
 
1580
1583
  ## Submodules
1581
1584
 
1582
- - `boto3-stubs[all]` - Type annotations for all 380 services.
1585
+ - `boto3-stubs[all]` - Type annotations for all 381 services.
1583
1586
  - `boto3-stubs[essential]` - Type annotations for
1584
1587
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
1585
1588
  [DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
@@ -1889,6 +1892,9 @@ repository.
1889
1892
  service.
1890
1893
  - `boto3-stubs[dax]` - Type annotations for
1891
1894
  [DAX](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dax/) service.
1895
+ - `boto3-stubs[deadline]` - Type annotations for
1896
+ [DeadlineCloud](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_deadline/)
1897
+ service.
1892
1898
  - `boto3-stubs[detective]` - Type annotations for
1893
1899
  [Detective](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_detective/)
1894
1900
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=l5YXY3smDL3kCYQfsK9DVbnRo59ZEDpLacnfFNEw92o,204156
1
+ boto3-stubs/__init__.pyi,sha256=vxUTHaWm8hkGzWFEDDX5tB4Fc2HNjkyIhYko_aA_APQ,204670
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=WQt4jeU7qQWwdHZZ6nplvAjdEMgM1xVZ6Zt3pZUPV0o,231006
6
+ boto3-stubs/session.pyi,sha256=ZByxYScNuKVJyMhHaN6_xHElGMIoqKv34IUP2kLpzhE,231586
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.74.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
- boto3_stubs-1.34.74.dist-info/METADATA,sha256=jM_B6fL_3RxS0fGigomTJHyw96aP5z0q3m8Olcig7-M,140547
32
- boto3_stubs-1.34.74.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
33
- boto3_stubs-1.34.74.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
- boto3_stubs-1.34.74.dist-info/RECORD,,
30
+ boto3_stubs-1.34.75.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
+ boto3_stubs-1.34.75.dist-info/METADATA,sha256=iLcCfYvbxMM-n41ADIRJI77g30EJRiYCInyAu-HjtoY,140858
32
+ boto3_stubs-1.34.75.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
33
+ boto3_stubs-1.34.75.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
+ boto3_stubs-1.34.75.dist-info/RECORD,,