boto3-stubs 1.34.73__py3-none-any.whl → 1.34.78__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
@@ -78,6 +78,7 @@ from mypy_boto3_codeartifact.client import CodeArtifactClient
78
78
  from mypy_boto3_codebuild.client import CodeBuildClient
79
79
  from mypy_boto3_codecatalyst.client import CodeCatalystClient
80
80
  from mypy_boto3_codecommit.client import CodeCommitClient
81
+ from mypy_boto3_codeconnections.client import CodeConnectionsClient
81
82
  from mypy_boto3_codedeploy.client import CodeDeployClient
82
83
  from mypy_boto3_codeguru_reviewer.client import CodeGuruReviewerClient
83
84
  from mypy_boto3_codeguru_security.client import CodeGuruSecurityClient
@@ -108,6 +109,7 @@ from mypy_boto3_datapipeline.client import DataPipelineClient
108
109
  from mypy_boto3_datasync.client import DataSyncClient
109
110
  from mypy_boto3_datazone.client import DataZoneClient
110
111
  from mypy_boto3_dax.client import DAXClient
112
+ from mypy_boto3_deadline.client import DeadlineCloudClient
111
113
  from mypy_boto3_detective.client import DetectiveClient
112
114
  from mypy_boto3_devicefarm.client import DeviceFarmClient
113
115
  from mypy_boto3_devops_guru.client import DevOpsGuruClient
@@ -1337,6 +1339,19 @@ def client(
1337
1339
  config: Optional[Config] = ...,
1338
1340
  ) -> CodeCommitClient: ...
1339
1341
  @overload
1342
+ def client(
1343
+ service_name: Literal["codeconnections"],
1344
+ region_name: Optional[str] = ...,
1345
+ api_version: Optional[str] = ...,
1346
+ use_ssl: Optional[bool] = ...,
1347
+ verify: Union[bool, str, None] = ...,
1348
+ endpoint_url: Optional[str] = ...,
1349
+ aws_access_key_id: Optional[str] = ...,
1350
+ aws_secret_access_key: Optional[str] = ...,
1351
+ aws_session_token: Optional[str] = ...,
1352
+ config: Optional[Config] = ...,
1353
+ ) -> CodeConnectionsClient: ...
1354
+ @overload
1340
1355
  def client(
1341
1356
  service_name: Literal["codedeploy"],
1342
1357
  region_name: Optional[str] = ...,
@@ -1727,6 +1742,19 @@ def client(
1727
1742
  config: Optional[Config] = ...,
1728
1743
  ) -> DAXClient: ...
1729
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
1730
1758
  def client(
1731
1759
  service_name: Literal["detective"],
1732
1760
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -84,6 +84,7 @@ from mypy_boto3_codeartifact.client import CodeArtifactClient
84
84
  from mypy_boto3_codebuild.client import CodeBuildClient
85
85
  from mypy_boto3_codecatalyst.client import CodeCatalystClient
86
86
  from mypy_boto3_codecommit.client import CodeCommitClient
87
+ from mypy_boto3_codeconnections.client import CodeConnectionsClient
87
88
  from mypy_boto3_codedeploy.client import CodeDeployClient
88
89
  from mypy_boto3_codeguru_reviewer.client import CodeGuruReviewerClient
89
90
  from mypy_boto3_codeguru_security.client import CodeGuruSecurityClient
@@ -114,6 +115,7 @@ from mypy_boto3_datapipeline.client import DataPipelineClient
114
115
  from mypy_boto3_datasync.client import DataSyncClient
115
116
  from mypy_boto3_datazone.client import DataZoneClient
116
117
  from mypy_boto3_dax.client import DAXClient
118
+ from mypy_boto3_deadline.client import DeadlineCloudClient
117
119
  from mypy_boto3_detective.client import DetectiveClient
118
120
  from mypy_boto3_devicefarm.client import DeviceFarmClient
119
121
  from mypy_boto3_devops_guru.client import DevOpsGuruClient
@@ -1428,6 +1430,20 @@ class Session:
1428
1430
  config: Optional[Config] = ...,
1429
1431
  ) -> CodeCommitClient: ...
1430
1432
  @overload
1433
+ def client(
1434
+ self,
1435
+ service_name: Literal["codeconnections"],
1436
+ region_name: Optional[str] = ...,
1437
+ api_version: Optional[str] = ...,
1438
+ use_ssl: Optional[bool] = ...,
1439
+ verify: Union[bool, str, None] = ...,
1440
+ endpoint_url: Optional[str] = ...,
1441
+ aws_access_key_id: Optional[str] = ...,
1442
+ aws_secret_access_key: Optional[str] = ...,
1443
+ aws_session_token: Optional[str] = ...,
1444
+ config: Optional[Config] = ...,
1445
+ ) -> CodeConnectionsClient: ...
1446
+ @overload
1431
1447
  def client(
1432
1448
  self,
1433
1449
  service_name: Literal["codedeploy"],
@@ -1848,6 +1864,20 @@ class Session:
1848
1864
  config: Optional[Config] = ...,
1849
1865
  ) -> DAXClient: ...
1850
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
1851
1881
  def client(
1852
1882
  self,
1853
1883
  service_name: Literal["detective"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.34.73
4
- Summary: Type annotations for boto3 1.34.73 generated with mypy-boto3-builder 7.23.2
3
+ Version: 1.34.78
4
+ Summary: Type annotations for boto3 1.34.78 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
@@ -113,6 +113,7 @@ Requires-Dist: mypy-boto3-codeartifact <1.35.0,>=1.34.0 ; extra == 'all'
113
113
  Requires-Dist: mypy-boto3-codebuild <1.35.0,>=1.34.0 ; extra == 'all'
114
114
  Requires-Dist: mypy-boto3-codecatalyst <1.35.0,>=1.34.0 ; extra == 'all'
115
115
  Requires-Dist: mypy-boto3-codecommit <1.35.0,>=1.34.0 ; extra == 'all'
116
+ Requires-Dist: mypy-boto3-codeconnections <1.35.0,>=1.34.0 ; extra == 'all'
116
117
  Requires-Dist: mypy-boto3-codedeploy <1.35.0,>=1.34.0 ; extra == 'all'
117
118
  Requires-Dist: mypy-boto3-codeguru-reviewer <1.35.0,>=1.34.0 ; extra == 'all'
118
119
  Requires-Dist: mypy-boto3-codeguru-security <1.35.0,>=1.34.0 ; extra == 'all'
@@ -143,6 +144,7 @@ Requires-Dist: mypy-boto3-datapipeline <1.35.0,>=1.34.0 ; extra == 'all'
143
144
  Requires-Dist: mypy-boto3-datasync <1.35.0,>=1.34.0 ; extra == 'all'
144
145
  Requires-Dist: mypy-boto3-datazone <1.35.0,>=1.34.0 ; extra == 'all'
145
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'
146
148
  Requires-Dist: mypy-boto3-detective <1.35.0,>=1.34.0 ; extra == 'all'
147
149
  Requires-Dist: mypy-boto3-devicefarm <1.35.0,>=1.34.0 ; extra == 'all'
148
150
  Requires-Dist: mypy-boto3-devops-guru <1.35.0,>=1.34.0 ; extra == 'all'
@@ -495,8 +497,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
495
497
  Provides-Extra: billingconductor
496
498
  Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
497
499
  Provides-Extra: boto3
498
- Requires-Dist: boto3 ==1.34.73 ; extra == 'boto3'
499
- Requires-Dist: botocore ==1.34.73 ; extra == 'boto3'
500
+ Requires-Dist: boto3 ==1.34.78 ; extra == 'boto3'
501
+ Requires-Dist: botocore ==1.34.78 ; extra == 'boto3'
500
502
  Provides-Extra: braket
501
503
  Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
502
504
  Provides-Extra: budgets
@@ -555,6 +557,8 @@ Provides-Extra: codecatalyst
555
557
  Requires-Dist: mypy-boto3-codecatalyst <1.35.0,>=1.34.0 ; extra == 'codecatalyst'
556
558
  Provides-Extra: codecommit
557
559
  Requires-Dist: mypy-boto3-codecommit <1.35.0,>=1.34.0 ; extra == 'codecommit'
560
+ Provides-Extra: codeconnections
561
+ Requires-Dist: mypy-boto3-codeconnections <1.35.0,>=1.34.0 ; extra == 'codeconnections'
558
562
  Provides-Extra: codedeploy
559
563
  Requires-Dist: mypy-boto3-codedeploy <1.35.0,>=1.34.0 ; extra == 'codedeploy'
560
564
  Provides-Extra: codeguru-reviewer
@@ -615,6 +619,8 @@ Provides-Extra: datazone
615
619
  Requires-Dist: mypy-boto3-datazone <1.35.0,>=1.34.0 ; extra == 'datazone'
616
620
  Provides-Extra: dax
617
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'
618
624
  Provides-Extra: detective
619
625
  Requires-Dist: mypy-boto3-detective <1.35.0,>=1.34.0 ; extra == 'detective'
620
626
  Provides-Extra: devicefarm
@@ -1194,7 +1200,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
1194
1200
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1195
1201
 
1196
1202
  Type annotations for
1197
- [boto3 1.34.73](https://boto3.amazonaws.com/v1/documentation/api/1.34.73/index.html)
1203
+ [boto3 1.34.78](https://boto3.amazonaws.com/v1/documentation/api/1.34.78/index.html)
1198
1204
  compatible with [VSCode](https://code.visualstudio.com/),
1199
1205
  [PyCharm](https://www.jetbrains.com/pycharm/),
1200
1206
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1576,7 +1582,7 @@ repository.
1576
1582
 
1577
1583
  ## Submodules
1578
1584
 
1579
- - `boto3-stubs[all]` - Type annotations for all 379 services.
1585
+ - `boto3-stubs[all]` - Type annotations for all 381 services.
1580
1586
  - `boto3-stubs[essential]` - Type annotations for
1581
1587
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
1582
1588
  [DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
@@ -1794,6 +1800,9 @@ repository.
1794
1800
  - `boto3-stubs[codecommit]` - Type annotations for
1795
1801
  [CodeCommit](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codecommit/)
1796
1802
  service.
1803
+ - `boto3-stubs[codeconnections]` - Type annotations for
1804
+ [CodeConnections](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codeconnections/)
1805
+ service.
1797
1806
  - `boto3-stubs[codedeploy]` - Type annotations for
1798
1807
  [CodeDeploy](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codedeploy/)
1799
1808
  service.
@@ -1883,6 +1892,9 @@ repository.
1883
1892
  service.
1884
1893
  - `boto3-stubs[dax]` - Type annotations for
1885
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.
1886
1898
  - `boto3-stubs[detective]` - Type annotations for
1887
1899
  [Detective](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_detective/)
1888
1900
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=Xp1r55kepChr4G2xPn-EY5BTXRCshFWUbda4DLzAoBA,203624
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=sIwliwMiJ-LgCwJKUO1dMY0-4sueDaymWgmrY5C6awg,230408
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.73.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
- boto3_stubs-1.34.73.dist-info/METADATA,sha256=3IJ0KNnuzvwR-p9HxznyLFWcDGtwDVd7KYt3cEZADwY,140192
32
- boto3_stubs-1.34.73.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
33
- boto3_stubs-1.34.73.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
- boto3_stubs-1.34.73.dist-info/RECORD,,
30
+ boto3_stubs-1.34.78.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
31
+ boto3_stubs-1.34.78.dist-info/METADATA,sha256=XqS7s-h_K1MPAjpKV6xSVZ7GeUDczS7tenMOHoNTDxM,140858
32
+ boto3_stubs-1.34.78.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
33
+ boto3_stubs-1.34.78.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
+ boto3_stubs-1.34.78.dist-info/RECORD,,