types-boto3 1.38.28__py3-none-any.whl → 1.38.30__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
@@ -162,6 +162,7 @@ from types_boto3_entityresolution.client import EntityResolutionClient
162
162
  from types_boto3_es.client import ElasticsearchServiceClient
163
163
  from types_boto3_events.client import EventBridgeClient
164
164
  from types_boto3_evidently.client import CloudWatchEvidentlyClient
165
+ from types_boto3_evs.client import EVSClient
165
166
  from types_boto3_finspace.client import FinspaceClient
166
167
  from types_boto3_finspace_data.client import FinSpaceDataClient
167
168
  from types_boto3_firehose.client import FirehoseClient
@@ -3053,6 +3054,24 @@ def client(
3053
3054
  Create client for CloudWatchEvidently service.
3054
3055
  """
3055
3056
 
3057
+ @overload
3058
+ def client(
3059
+ service_name: Literal["evs"],
3060
+ region_name: str | None = ...,
3061
+ api_version: str | None = ...,
3062
+ use_ssl: bool | None = ...,
3063
+ verify: bool | str | None = ...,
3064
+ endpoint_url: str | None = ...,
3065
+ aws_access_key_id: str | None = ...,
3066
+ aws_secret_access_key: str | None = ...,
3067
+ aws_session_token: str | None = ...,
3068
+ config: Config | None = ...,
3069
+ aws_account_id: str | None = ...,
3070
+ ) -> EVSClient:
3071
+ """
3072
+ Create client for EVS service.
3073
+ """
3074
+
3056
3075
  @overload
3057
3076
  def client(
3058
3077
  service_name: Literal["finspace"],
boto3-stubs/session.pyi CHANGED
@@ -168,6 +168,7 @@ from types_boto3_entityresolution.client import EntityResolutionClient
168
168
  from types_boto3_es.client import ElasticsearchServiceClient
169
169
  from types_boto3_events.client import EventBridgeClient
170
170
  from types_boto3_evidently.client import CloudWatchEvidentlyClient
171
+ from types_boto3_evs.client import EVSClient
171
172
  from types_boto3_finspace.client import FinspaceClient
172
173
  from types_boto3_finspace_data.client import FinSpaceDataClient
173
174
  from types_boto3_firehose.client import FirehoseClient
@@ -3217,6 +3218,25 @@ class Session:
3217
3218
  Create client for CloudWatchEvidently service.
3218
3219
  """
3219
3220
 
3221
+ @overload
3222
+ def client(
3223
+ self,
3224
+ service_name: Literal["evs"],
3225
+ region_name: str | None = ...,
3226
+ api_version: str | None = ...,
3227
+ use_ssl: bool | None = ...,
3228
+ verify: bool | str | None = ...,
3229
+ endpoint_url: str | None = ...,
3230
+ aws_access_key_id: str | None = ...,
3231
+ aws_secret_access_key: str | None = ...,
3232
+ aws_session_token: str | None = ...,
3233
+ config: Config | None = ...,
3234
+ aws_account_id: str | None = ...,
3235
+ ) -> EVSClient:
3236
+ """
3237
+ Create client for EVS service.
3238
+ """
3239
+
3220
3240
  @overload
3221
3241
  def client(
3222
3242
  self,
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3
3
- Version: 1.38.28
4
- Summary: Type annotations for boto3 1.38.28 generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.38.30
4
+ Summary: Type annotations for boto3 1.38.30 generated with mypy-boto3-builder 8.11.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
@@ -36,7 +36,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
36
36
  Provides-Extra: full
37
37
  Requires-Dist: types-boto3-full<1.39.0,>=1.38.0; extra == "full"
38
38
  Provides-Extra: boto3
39
- Requires-Dist: boto3==1.38.28; extra == "boto3"
39
+ Requires-Dist: boto3==1.38.30; extra == "boto3"
40
40
  Provides-Extra: all
41
41
  Requires-Dist: types-boto3-accessanalyzer<1.39.0,>=1.38.0; extra == "all"
42
42
  Requires-Dist: types-boto3-account<1.39.0,>=1.38.0; extra == "all"
@@ -182,6 +182,7 @@ Requires-Dist: types-boto3-entityresolution<1.39.0,>=1.38.0; extra == "all"
182
182
  Requires-Dist: types-boto3-es<1.39.0,>=1.38.0; extra == "all"
183
183
  Requires-Dist: types-boto3-events<1.39.0,>=1.38.0; extra == "all"
184
184
  Requires-Dist: types-boto3-evidently<1.39.0,>=1.38.0; extra == "all"
185
+ Requires-Dist: types-boto3-evs<1.39.0,>=1.38.0; extra == "all"
185
186
  Requires-Dist: types-boto3-finspace<1.39.0,>=1.38.0; extra == "all"
186
187
  Requires-Dist: types-boto3-finspace-data<1.39.0,>=1.38.0; extra == "all"
187
188
  Requires-Dist: types-boto3-firehose<1.39.0,>=1.38.0; extra == "all"
@@ -737,6 +738,8 @@ Provides-Extra: events
737
738
  Requires-Dist: types-boto3-events<1.39.0,>=1.38.0; extra == "events"
738
739
  Provides-Extra: evidently
739
740
  Requires-Dist: types-boto3-evidently<1.39.0,>=1.38.0; extra == "evidently"
741
+ Provides-Extra: evs
742
+ Requires-Dist: types-boto3-evs<1.39.0,>=1.38.0; extra == "evs"
740
743
  Provides-Extra: finspace
741
744
  Requires-Dist: types-boto3-finspace<1.39.0,>=1.38.0; extra == "finspace"
742
745
  Provides-Extra: finspace-data
@@ -1281,7 +1284,7 @@ Dynamic: summary
1281
1284
 
1282
1285
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1283
1286
 
1284
- Type annotations for [boto3 1.38.28](https://pypi.org/project/boto3/)
1287
+ Type annotations for [boto3 1.38.30](https://pypi.org/project/boto3/)
1285
1288
  compatible with [VSCode](https://code.visualstudio.com/),
1286
1289
  [PyCharm](https://www.jetbrains.com/pycharm/),
1287
1290
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1339,7 +1342,7 @@ You can generate type annotations for `boto3` package locally with
1339
1342
  isolation.
1340
1343
 
1341
1344
  1. Run mypy-boto3-builder in your package root directory:
1342
- `uvx --with 'boto3==1.38.28' mypy-boto3-builder`
1345
+ `uvx --with 'boto3==1.38.30' mypy-boto3-builder`
1343
1346
  2. Select `boto3` AWS SDK.
1344
1347
  3. Select services you use in the current project.
1345
1348
  4. Use provided commands to install generated packages.
@@ -1667,9 +1670,9 @@ repository.
1667
1670
 
1668
1671
  ## Submodules
1669
1672
 
1670
- - `types-boto3[full]` - Type annotations for all 403 services in one package
1673
+ - `types-boto3[full]` - Type annotations for all 404 services in one package
1671
1674
  (recommended).
1672
- - `types-boto3[all]` - Type annotations for all 403 services in separate
1675
+ - `types-boto3[all]` - Type annotations for all 404 services in separate
1673
1676
  packages.
1674
1677
  - `types-boto3[essential]` - Type annotations for
1675
1678
  [CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
@@ -2100,6 +2103,8 @@ repository.
2100
2103
  - `types-boto3[evidently]` - Type annotations for
2101
2104
  [CloudWatchEvidently](https://youtype.github.io/types_boto3_docs/types_boto3_evidently/)
2102
2105
  service.
2106
+ - `types-boto3[evs]` - Type annotations for
2107
+ [EVS](https://youtype.github.io/types_boto3_docs/types_boto3_evs/) service.
2103
2108
  - `types-boto3[finspace]` - Type annotations for
2104
2109
  [Finspace](https://youtype.github.io/types_boto3_docs/types_boto3_finspace/)
2105
2110
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=vnLvvFJ1QZwDegyRRXuqAeul4Zx4JOxWajwJbnDJHAo,245192
1
+ boto3-stubs/__init__.pyi,sha256=c2plnZ2rr6L8s9Qy-1JyUMOQYrPY_Wc-QB0vrEIk8jI,245734
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=zSbHXPnqKFVFheZNMfLwtXZXVST4LqyORSahTyQv7vU,280165
6
+ boto3-stubs/session.pyi,sha256=lXTC3IqkhN73bj_r1aOk8BSci4qDydv_mD_oTAyG-DY,280789
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
- types_boto3-1.38.28.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- types_boto3-1.38.28.dist-info/METADATA,sha256=ZihmuNscm_nXvnxhgrJiBAFriRX8YyUH-mhls3ja694,149678
43
- types_boto3-1.38.28.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
- types_boto3-1.38.28.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- types_boto3-1.38.28.dist-info/RECORD,,
41
+ types_boto3-1.38.30.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ types_boto3-1.38.30.dist-info/METADATA,sha256=nGXlh4YqkbTrZUtyrFD8iPF43ZsNLuIVnWF3IHpbnVI,149946
43
+ types_boto3-1.38.30.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
+ types_boto3-1.38.30.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ types_boto3-1.38.30.dist-info/RECORD,,