boto3-stubs 1.35.73__py3-none-any.whl → 1.35.74__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
boto3-stubs/__init__.pyi CHANGED
@@ -131,6 +131,7 @@ from mypy_boto3_docdb_elastic.client import DocDBElasticClient
131
131
  from mypy_boto3_drs.client import DrsClient
132
132
  from mypy_boto3_ds.client import DirectoryServiceClient
133
133
  from mypy_boto3_ds_data.client import DirectoryServiceDataClient
134
+ from mypy_boto3_dsql.client import AuroraDSQLClient
134
135
  from mypy_boto3_dynamodb.client import DynamoDBClient
135
136
  from mypy_boto3_dynamodb.service_resource import DynamoDBServiceResource
136
137
  from mypy_boto3_dynamodbstreams.client import DynamoDBStreamsClient
@@ -351,6 +352,7 @@ from mypy_boto3_s3.client import S3Client
351
352
  from mypy_boto3_s3.service_resource import S3ServiceResource
352
353
  from mypy_boto3_s3control.client import S3ControlClient
353
354
  from mypy_boto3_s3outposts.client import S3OutpostsClient
355
+ from mypy_boto3_s3tables.client import S3TablesClient
354
356
  from mypy_boto3_sagemaker.client import SageMakerClient
355
357
  from mypy_boto3_sagemaker_a2i_runtime.client import AugmentedAIRuntimeClient
356
358
  from mypy_boto3_sagemaker_edge.client import SagemakerEdgeManagerClient
@@ -1975,6 +1977,19 @@ def client(
1975
1977
  config: Optional[Config] = ...,
1976
1978
  ) -> DirectoryServiceDataClient: ...
1977
1979
  @overload
1980
+ def client(
1981
+ service_name: Literal["dsql"],
1982
+ region_name: Optional[str] = ...,
1983
+ api_version: Optional[str] = ...,
1984
+ use_ssl: Optional[bool] = ...,
1985
+ verify: Union[bool, str, None] = ...,
1986
+ endpoint_url: Optional[str] = ...,
1987
+ aws_access_key_id: Optional[str] = ...,
1988
+ aws_secret_access_key: Optional[str] = ...,
1989
+ aws_session_token: Optional[str] = ...,
1990
+ config: Optional[Config] = ...,
1991
+ ) -> AuroraDSQLClient: ...
1992
+ @overload
1978
1993
  def client(
1979
1994
  service_name: Literal["dynamodb"],
1980
1995
  region_name: Optional[str] = ...,
@@ -4705,6 +4720,19 @@ def client(
4705
4720
  config: Optional[Config] = ...,
4706
4721
  ) -> S3OutpostsClient: ...
4707
4722
  @overload
4723
+ def client(
4724
+ service_name: Literal["s3tables"],
4725
+ region_name: Optional[str] = ...,
4726
+ api_version: Optional[str] = ...,
4727
+ use_ssl: Optional[bool] = ...,
4728
+ verify: Union[bool, str, None] = ...,
4729
+ endpoint_url: Optional[str] = ...,
4730
+ aws_access_key_id: Optional[str] = ...,
4731
+ aws_secret_access_key: Optional[str] = ...,
4732
+ aws_session_token: Optional[str] = ...,
4733
+ config: Optional[Config] = ...,
4734
+ ) -> S3TablesClient: ...
4735
+ @overload
4708
4736
  def client(
4709
4737
  service_name: Literal["sagemaker"],
4710
4738
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -137,6 +137,7 @@ from mypy_boto3_docdb_elastic.client import DocDBElasticClient
137
137
  from mypy_boto3_drs.client import DrsClient
138
138
  from mypy_boto3_ds.client import DirectoryServiceClient
139
139
  from mypy_boto3_ds_data.client import DirectoryServiceDataClient
140
+ from mypy_boto3_dsql.client import AuroraDSQLClient
140
141
  from mypy_boto3_dynamodb.client import DynamoDBClient
141
142
  from mypy_boto3_dynamodb.service_resource import DynamoDBServiceResource
142
143
  from mypy_boto3_dynamodbstreams.client import DynamoDBStreamsClient
@@ -357,6 +358,7 @@ from mypy_boto3_s3.client import S3Client
357
358
  from mypy_boto3_s3.service_resource import S3ServiceResource
358
359
  from mypy_boto3_s3control.client import S3ControlClient
359
360
  from mypy_boto3_s3outposts.client import S3OutpostsClient
361
+ from mypy_boto3_s3tables.client import S3TablesClient
360
362
  from mypy_boto3_sagemaker.client import SageMakerClient
361
363
  from mypy_boto3_sagemaker_a2i_runtime.client import AugmentedAIRuntimeClient
362
364
  from mypy_boto3_sagemaker_edge.client import SagemakerEdgeManagerClient
@@ -2113,6 +2115,20 @@ class Session:
2113
2115
  config: Optional[Config] = ...,
2114
2116
  ) -> DirectoryServiceDataClient: ...
2115
2117
  @overload
2118
+ def client(
2119
+ self,
2120
+ service_name: Literal["dsql"],
2121
+ region_name: Optional[str] = ...,
2122
+ api_version: Optional[str] = ...,
2123
+ use_ssl: Optional[bool] = ...,
2124
+ verify: Union[bool, str, None] = ...,
2125
+ endpoint_url: Optional[str] = ...,
2126
+ aws_access_key_id: Optional[str] = ...,
2127
+ aws_secret_access_key: Optional[str] = ...,
2128
+ aws_session_token: Optional[str] = ...,
2129
+ config: Optional[Config] = ...,
2130
+ ) -> AuroraDSQLClient: ...
2131
+ @overload
2116
2132
  def client(
2117
2133
  self,
2118
2134
  service_name: Literal["dynamodb"],
@@ -5053,6 +5069,20 @@ class Session:
5053
5069
  config: Optional[Config] = ...,
5054
5070
  ) -> S3OutpostsClient: ...
5055
5071
  @overload
5072
+ def client(
5073
+ self,
5074
+ service_name: Literal["s3tables"],
5075
+ region_name: Optional[str] = ...,
5076
+ api_version: Optional[str] = ...,
5077
+ use_ssl: Optional[bool] = ...,
5078
+ verify: Union[bool, str, None] = ...,
5079
+ endpoint_url: Optional[str] = ...,
5080
+ aws_access_key_id: Optional[str] = ...,
5081
+ aws_secret_access_key: Optional[str] = ...,
5082
+ aws_session_token: Optional[str] = ...,
5083
+ config: Optional[Config] = ...,
5084
+ ) -> S3TablesClient: ...
5085
+ @overload
5056
5086
  def client(
5057
5087
  self,
5058
5088
  service_name: Literal["sagemaker"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.35.73
4
- Summary: Type annotations for boto3 1.35.73 generated with mypy-boto3-builder 8.5.0
3
+ Version: 1.35.74
4
+ Summary: Type annotations for boto3 1.35.74 generated with mypy-boto3-builder 8.5.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
@@ -153,6 +153,7 @@ Requires-Dist: mypy-boto3-docdb-elastic<1.36.0,>=1.35.0; extra == "all"
153
153
  Requires-Dist: mypy-boto3-drs<1.36.0,>=1.35.0; extra == "all"
154
154
  Requires-Dist: mypy-boto3-ds<1.36.0,>=1.35.0; extra == "all"
155
155
  Requires-Dist: mypy-boto3-ds-data<1.36.0,>=1.35.0; extra == "all"
156
+ Requires-Dist: mypy-boto3-dsql<1.36.0,>=1.35.0; extra == "all"
156
157
  Requires-Dist: mypy-boto3-dynamodb<1.36.0,>=1.35.0; extra == "all"
157
158
  Requires-Dist: mypy-boto3-dynamodbstreams<1.36.0,>=1.35.0; extra == "all"
158
159
  Requires-Dist: mypy-boto3-ebs<1.36.0,>=1.35.0; extra == "all"
@@ -363,6 +364,7 @@ Requires-Dist: mypy-boto3-rum<1.36.0,>=1.35.0; extra == "all"
363
364
  Requires-Dist: mypy-boto3-s3<1.36.0,>=1.35.0; extra == "all"
364
365
  Requires-Dist: mypy-boto3-s3control<1.36.0,>=1.35.0; extra == "all"
365
366
  Requires-Dist: mypy-boto3-s3outposts<1.36.0,>=1.35.0; extra == "all"
367
+ Requires-Dist: mypy-boto3-s3tables<1.36.0,>=1.35.0; extra == "all"
366
368
  Requires-Dist: mypy-boto3-sagemaker<1.36.0,>=1.35.0; extra == "all"
367
369
  Requires-Dist: mypy-boto3-sagemaker-a2i-runtime<1.36.0,>=1.35.0; extra == "all"
368
370
  Requires-Dist: mypy-boto3-sagemaker-edge<1.36.0,>=1.35.0; extra == "all"
@@ -445,8 +447,8 @@ Requires-Dist: mypy-boto3-rds<1.36.0,>=1.35.0; extra == "essential"
445
447
  Requires-Dist: mypy-boto3-s3<1.36.0,>=1.35.0; extra == "essential"
446
448
  Requires-Dist: mypy-boto3-sqs<1.36.0,>=1.35.0; extra == "essential"
447
449
  Provides-Extra: boto3
448
- Requires-Dist: boto3==1.35.73; extra == "boto3"
449
- Requires-Dist: botocore==1.35.73; extra == "boto3"
450
+ Requires-Dist: boto3==1.35.74; extra == "boto3"
451
+ Requires-Dist: botocore==1.35.74; extra == "boto3"
450
452
  Provides-Extra: accessanalyzer
451
453
  Requires-Dist: mypy-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "accessanalyzer"
452
454
  Provides-Extra: account
@@ -681,6 +683,8 @@ Provides-Extra: ds
681
683
  Requires-Dist: mypy-boto3-ds<1.36.0,>=1.35.0; extra == "ds"
682
684
  Provides-Extra: ds-data
683
685
  Requires-Dist: mypy-boto3-ds-data<1.36.0,>=1.35.0; extra == "ds-data"
686
+ Provides-Extra: dsql
687
+ Requires-Dist: mypy-boto3-dsql<1.36.0,>=1.35.0; extra == "dsql"
684
688
  Provides-Extra: dynamodb
685
689
  Requires-Dist: mypy-boto3-dynamodb<1.36.0,>=1.35.0; extra == "dynamodb"
686
690
  Provides-Extra: dynamodbstreams
@@ -1101,6 +1105,8 @@ Provides-Extra: s3control
1101
1105
  Requires-Dist: mypy-boto3-s3control<1.36.0,>=1.35.0; extra == "s3control"
1102
1106
  Provides-Extra: s3outposts
1103
1107
  Requires-Dist: mypy-boto3-s3outposts<1.36.0,>=1.35.0; extra == "s3outposts"
1108
+ Provides-Extra: s3tables
1109
+ Requires-Dist: mypy-boto3-s3tables<1.36.0,>=1.35.0; extra == "s3tables"
1104
1110
  Provides-Extra: sagemaker
1105
1111
  Requires-Dist: mypy-boto3-sagemaker<1.36.0,>=1.35.0; extra == "sagemaker"
1106
1112
  Provides-Extra: sagemaker-a2i-runtime
@@ -1259,7 +1265,7 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1259
1265
 
1260
1266
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1261
1267
 
1262
- Type annotations for [boto3 1.35.73](https://pypi.org/project/boto3/)
1268
+ Type annotations for [boto3 1.35.74](https://pypi.org/project/boto3/)
1263
1269
  compatible with [VSCode](https://code.visualstudio.com/),
1264
1270
  [PyCharm](https://www.jetbrains.com/pycharm/),
1265
1271
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1659,9 +1665,9 @@ repository.
1659
1665
 
1660
1666
  ## Submodules
1661
1667
 
1662
- - `boto3-stubs[full]` - Type annotations for all 400 services in one package
1668
+ - `boto3-stubs[full]` - Type annotations for all 402 services in one package
1663
1669
  (recommended).
1664
- - `boto3-stubs[all]` - Type annotations for all 400 services in separate
1670
+ - `boto3-stubs[all]` - Type annotations for all 402 services in separate
1665
1671
  packages.
1666
1672
  - `boto3-stubs[essential]` - Type annotations for
1667
1673
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -2018,6 +2024,9 @@ repository.
2018
2024
  - `boto3-stubs[ds-data]` - Type annotations for
2019
2025
  [DirectoryServiceData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ds_data/)
2020
2026
  service.
2027
+ - `boto3-stubs[dsql]` - Type annotations for
2028
+ [AuroraDSQL](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dsql/)
2029
+ service.
2021
2030
  - `boto3-stubs[dynamodb]` - Type annotations for
2022
2031
  [DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/)
2023
2032
  service.
@@ -2625,6 +2634,9 @@ repository.
2625
2634
  - `boto3-stubs[s3outposts]` - Type annotations for
2626
2635
  [S3Outposts](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3outposts/)
2627
2636
  service.
2637
+ - `boto3-stubs[s3tables]` - Type annotations for
2638
+ [S3Tables](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/)
2639
+ service.
2628
2640
  - `boto3-stubs[sagemaker]` - Type annotations for
2629
2641
  [SageMaker](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/)
2630
2642
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=t310BIbWQF8ctZGi-GHVCjun50b7DsU5Go-TNT-JFsM,215254
1
+ boto3-stubs/__init__.pyi,sha256=GCqzFpiyTR_LBbz4kxbfAViB1qhGOM24uenyEmelqP0,216258
2
2
  boto3-stubs/compat.pyi,sha256=j3-SBZqCGaoZoXzN6e7fkEQQvUmQ-MpIpcF9FuuUHH0,209
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=QTq8ITtAm2OM2LRAR3j_QkHx5LqybUbXQBDlb0B-QT8,243423
6
+ boto3-stubs/session.pyi,sha256=Nx2YGWDRmBMaFz8J5W-BdMA0D5dw7P5V096UVNWN8gA,244559
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=z72QArriCVYH-O15Z5yDGnMX0zo7nCmYhSB2tiIRTeo,4502
40
40
  boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
41
- boto3_stubs-1.35.73.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
- boto3_stubs-1.35.73.dist-info/METADATA,sha256=UPjFtLLWJkj_dIs8JFOhatCFMxezxT6MLPm7_FhPcqE,146990
43
- boto3_stubs-1.35.73.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
44
- boto3_stubs-1.35.73.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.35.73.dist-info/RECORD,,
41
+ boto3_stubs-1.35.74.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
+ boto3_stubs-1.35.74.dist-info/METADATA,sha256=up0I9qIgfiH8eWpx5KSRO-jK-6_7_0j3D4fMu7tcsm4,147572
43
+ boto3_stubs-1.35.74.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
44
+ boto3_stubs-1.35.74.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs-1.35.74.dist-info/RECORD,,