types-boto3-lite 1.35.71.post1__py3-none-any.whl → 1.35.81__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
@@ -5,17 +5,18 @@ Copyright 2024 Vlad Emelianov
5
5
  """
6
6
 
7
7
  import logging
8
- from typing import Any
9
8
 
10
9
  from boto3 import session as session
10
+ from boto3.resources.base import ServiceResource
11
11
  from boto3.session import Session as Session
12
+ from botocore.client import BaseClient
12
13
  from botocore.config import Config
13
14
  from botocore.session import Session as BotocoreSession
14
15
 
15
- __author__: str
16
- __version__: str
16
+ __author__: str = ...
17
+ __version__: str = ...
17
18
 
18
- DEFAULT_SESSION: Session | None
19
+ DEFAULT_SESSION: Session | None = ...
19
20
 
20
21
  def setup_default_session(
21
22
  *,
@@ -27,12 +28,13 @@ def setup_default_session(
27
28
  profile_name: str | None = ...,
28
29
  ) -> None: ...
29
30
  def set_stream_logger(
30
- name: str = ..., level: int = ..., format_string: str | None = ...
31
+ name: str = ...,
32
+ level: int = ...,
33
+ format_string: str | None = ...,
31
34
  ) -> None: ...
32
35
  def _get_default_session() -> Session: ...
33
36
 
34
- class NullHandler(logging.Handler):
35
- def emit(self, record: Any) -> Any: ...
37
+ class NullHandler(logging.Handler): ...
36
38
 
37
39
  def client(
38
40
  service_name: str,
@@ -45,7 +47,7 @@ def client(
45
47
  aws_secret_access_key: str | None = ...,
46
48
  aws_session_token: str | None = ...,
47
49
  config: Config | None = ...,
48
- ) -> Any: ...
50
+ ) -> BaseClient: ...
49
51
  def resource(
50
52
  service_name: str,
51
53
  region_name: str | None = ...,
@@ -57,4 +59,4 @@ def resource(
57
59
  aws_secret_access_key: str | None = ...,
58
60
  aws_session_token: str | None = ...,
59
61
  config: Config | None = ...,
60
- ) -> Any: ...
62
+ ) -> ServiceResource: ...
boto3-stubs/session.pyi CHANGED
@@ -4,11 +4,11 @@ Type annotations for boto3.session module.
4
4
  Copyright 2024 Vlad Emelianov
5
5
  """
6
6
 
7
- from typing import Any
8
-
9
7
  from boto3.exceptions import ResourceNotExistsError as ResourceNotExistsError
10
8
  from boto3.exceptions import UnknownAPIVersionError as UnknownAPIVersionError
9
+ from boto3.resources.base import ServiceResource
11
10
  from boto3.resources.factory import ResourceFactory
11
+ from botocore.client import BaseClient
12
12
  from botocore.config import Config
13
13
  from botocore.credentials import Credentials
14
14
  from botocore.exceptions import DataNotFoundError as DataNotFoundError
@@ -39,7 +39,6 @@ class Session:
39
39
  def events(self) -> BaseEventHooks: ...
40
40
  @property
41
41
  def available_profiles(self) -> list[str]: ...
42
- def _setup_loader(self) -> None: ...
43
42
  def get_available_services(self) -> list[str]: ...
44
43
  def get_available_resources(self) -> list[str]: ...
45
44
  def get_available_partitions(self) -> list[str]: ...
@@ -51,7 +50,6 @@ class Session:
51
50
  ) -> list[str]: ...
52
51
  def get_credentials(self) -> Credentials | None: ...
53
52
  def get_partition_for_region(self, region_name: str) -> str: ...
54
- def _register_default_handlers(self) -> None: ...
55
53
  def client(
56
54
  self,
57
55
  service_name: str,
@@ -64,7 +62,7 @@ class Session:
64
62
  aws_secret_access_key: str | None = ...,
65
63
  aws_session_token: str | None = ...,
66
64
  config: Config | None = ...,
67
- ) -> Any: ...
65
+ ) -> BaseClient: ...
68
66
  def resource(
69
67
  self,
70
68
  service_name: str,
@@ -77,4 +75,4 @@ class Session:
77
75
  aws_secret_access_key: str | None = ...,
78
76
  aws_session_token: str | None = ...,
79
77
  config: Config | None = ...,
80
- ) -> Any: ...
78
+ ) -> ServiceResource: ...
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: types-boto3-lite
3
- Version: 1.35.71.post1
4
- Summary: Type annotations for boto3 1.35.71 generated with mypy-boto3-builder 8.4.1
3
+ Version: 1.35.81
4
+ Summary: Lite type annotations for boto3 1.35.81 generated with mypy-boto3-builder 8.6.3
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
@@ -34,7 +34,9 @@ Requires-Dist: botocore-stubs
34
34
  Requires-Dist: types-s3transfer
35
35
  Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
36
36
  Provides-Extra: full
37
- Requires-Dist: types-boto3-full; extra == "full"
37
+ Requires-Dist: types-boto3-full<1.36.0,>=1.35.0; extra == "full"
38
+ Provides-Extra: boto3
39
+ Requires-Dist: boto3==1.35.81; extra == "boto3"
38
40
  Provides-Extra: all
39
41
  Requires-Dist: types-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "all"
40
42
  Requires-Dist: types-boto3-account<1.36.0,>=1.35.0; extra == "all"
@@ -76,6 +78,8 @@ Requires-Dist: types-boto3-bcm-pricing-calculator<1.36.0,>=1.35.0; extra == "all
76
78
  Requires-Dist: types-boto3-bedrock<1.36.0,>=1.35.0; extra == "all"
77
79
  Requires-Dist: types-boto3-bedrock-agent<1.36.0,>=1.35.0; extra == "all"
78
80
  Requires-Dist: types-boto3-bedrock-agent-runtime<1.36.0,>=1.35.0; extra == "all"
81
+ Requires-Dist: types-boto3-bedrock-data-automation<1.36.0,>=1.35.0; extra == "all"
82
+ Requires-Dist: types-boto3-bedrock-data-automation-runtime<1.36.0,>=1.35.0; extra == "all"
79
83
  Requires-Dist: types-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "all"
80
84
  Requires-Dist: types-boto3-billing<1.36.0,>=1.35.0; extra == "all"
81
85
  Requires-Dist: types-boto3-billingconductor<1.36.0,>=1.35.0; extra == "all"
@@ -153,6 +157,7 @@ Requires-Dist: types-boto3-docdb-elastic<1.36.0,>=1.35.0; extra == "all"
153
157
  Requires-Dist: types-boto3-drs<1.36.0,>=1.35.0; extra == "all"
154
158
  Requires-Dist: types-boto3-ds<1.36.0,>=1.35.0; extra == "all"
155
159
  Requires-Dist: types-boto3-ds-data<1.36.0,>=1.35.0; extra == "all"
160
+ Requires-Dist: types-boto3-dsql<1.36.0,>=1.35.0; extra == "all"
156
161
  Requires-Dist: types-boto3-dynamodb<1.36.0,>=1.35.0; extra == "all"
157
162
  Requires-Dist: types-boto3-dynamodbstreams<1.36.0,>=1.35.0; extra == "all"
158
163
  Requires-Dist: types-boto3-ebs<1.36.0,>=1.35.0; extra == "all"
@@ -209,6 +214,7 @@ Requires-Dist: types-boto3-inspector<1.36.0,>=1.35.0; extra == "all"
209
214
  Requires-Dist: types-boto3-inspector-scan<1.36.0,>=1.35.0; extra == "all"
210
215
  Requires-Dist: types-boto3-inspector2<1.36.0,>=1.35.0; extra == "all"
211
216
  Requires-Dist: types-boto3-internetmonitor<1.36.0,>=1.35.0; extra == "all"
217
+ Requires-Dist: types-boto3-invoicing<1.36.0,>=1.35.0; extra == "all"
212
218
  Requires-Dist: types-boto3-iot<1.36.0,>=1.35.0; extra == "all"
213
219
  Requires-Dist: types-boto3-iot-data<1.36.0,>=1.35.0; extra == "all"
214
220
  Requires-Dist: types-boto3-iot-jobs-data<1.36.0,>=1.35.0; extra == "all"
@@ -295,6 +301,7 @@ Requires-Dist: types-boto3-neptune<1.36.0,>=1.35.0; extra == "all"
295
301
  Requires-Dist: types-boto3-neptune-graph<1.36.0,>=1.35.0; extra == "all"
296
302
  Requires-Dist: types-boto3-neptunedata<1.36.0,>=1.35.0; extra == "all"
297
303
  Requires-Dist: types-boto3-network-firewall<1.36.0,>=1.35.0; extra == "all"
304
+ Requires-Dist: types-boto3-networkflowmonitor<1.36.0,>=1.35.0; extra == "all"
298
305
  Requires-Dist: types-boto3-networkmanager<1.36.0,>=1.35.0; extra == "all"
299
306
  Requires-Dist: types-boto3-networkmonitor<1.36.0,>=1.35.0; extra == "all"
300
307
  Requires-Dist: types-boto3-notifications<1.36.0,>=1.35.0; extra == "all"
@@ -361,6 +368,7 @@ Requires-Dist: types-boto3-rum<1.36.0,>=1.35.0; extra == "all"
361
368
  Requires-Dist: types-boto3-s3<1.36.0,>=1.35.0; extra == "all"
362
369
  Requires-Dist: types-boto3-s3control<1.36.0,>=1.35.0; extra == "all"
363
370
  Requires-Dist: types-boto3-s3outposts<1.36.0,>=1.35.0; extra == "all"
371
+ Requires-Dist: types-boto3-s3tables<1.36.0,>=1.35.0; extra == "all"
364
372
  Requires-Dist: types-boto3-sagemaker<1.36.0,>=1.35.0; extra == "all"
365
373
  Requires-Dist: types-boto3-sagemaker-a2i-runtime<1.36.0,>=1.35.0; extra == "all"
366
374
  Requires-Dist: types-boto3-sagemaker-edge<1.36.0,>=1.35.0; extra == "all"
@@ -373,6 +381,7 @@ Requires-Dist: types-boto3-scheduler<1.36.0,>=1.35.0; extra == "all"
373
381
  Requires-Dist: types-boto3-schemas<1.36.0,>=1.35.0; extra == "all"
374
382
  Requires-Dist: types-boto3-sdb<1.36.0,>=1.35.0; extra == "all"
375
383
  Requires-Dist: types-boto3-secretsmanager<1.36.0,>=1.35.0; extra == "all"
384
+ Requires-Dist: types-boto3-security-ir<1.36.0,>=1.35.0; extra == "all"
376
385
  Requires-Dist: types-boto3-securityhub<1.36.0,>=1.35.0; extra == "all"
377
386
  Requires-Dist: types-boto3-securitylake<1.36.0,>=1.35.0; extra == "all"
378
387
  Requires-Dist: types-boto3-serverlessrepo<1.36.0,>=1.35.0; extra == "all"
@@ -441,9 +450,6 @@ Requires-Dist: types-boto3-lambda<1.36.0,>=1.35.0; extra == "essential"
441
450
  Requires-Dist: types-boto3-rds<1.36.0,>=1.35.0; extra == "essential"
442
451
  Requires-Dist: types-boto3-s3<1.36.0,>=1.35.0; extra == "essential"
443
452
  Requires-Dist: types-boto3-sqs<1.36.0,>=1.35.0; extra == "essential"
444
- Provides-Extra: boto3
445
- Requires-Dist: boto3==1.35.71; extra == "boto3"
446
- Requires-Dist: botocore==1.35.71; extra == "boto3"
447
453
  Provides-Extra: accessanalyzer
448
454
  Requires-Dist: types-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "accessanalyzer"
449
455
  Provides-Extra: account
@@ -524,6 +530,10 @@ Provides-Extra: bedrock-agent
524
530
  Requires-Dist: types-boto3-bedrock-agent<1.36.0,>=1.35.0; extra == "bedrock-agent"
525
531
  Provides-Extra: bedrock-agent-runtime
526
532
  Requires-Dist: types-boto3-bedrock-agent-runtime<1.36.0,>=1.35.0; extra == "bedrock-agent-runtime"
533
+ Provides-Extra: bedrock-data-automation
534
+ Requires-Dist: types-boto3-bedrock-data-automation<1.36.0,>=1.35.0; extra == "bedrock-data-automation"
535
+ Provides-Extra: bedrock-data-automation-runtime
536
+ Requires-Dist: types-boto3-bedrock-data-automation-runtime<1.36.0,>=1.35.0; extra == "bedrock-data-automation-runtime"
527
537
  Provides-Extra: bedrock-runtime
528
538
  Requires-Dist: types-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "bedrock-runtime"
529
539
  Provides-Extra: billing
@@ -678,6 +688,8 @@ Provides-Extra: ds
678
688
  Requires-Dist: types-boto3-ds<1.36.0,>=1.35.0; extra == "ds"
679
689
  Provides-Extra: ds-data
680
690
  Requires-Dist: types-boto3-ds-data<1.36.0,>=1.35.0; extra == "ds-data"
691
+ Provides-Extra: dsql
692
+ Requires-Dist: types-boto3-dsql<1.36.0,>=1.35.0; extra == "dsql"
681
693
  Provides-Extra: dynamodb
682
694
  Requires-Dist: types-boto3-dynamodb<1.36.0,>=1.35.0; extra == "dynamodb"
683
695
  Provides-Extra: dynamodbstreams
@@ -790,6 +802,8 @@ Provides-Extra: inspector2
790
802
  Requires-Dist: types-boto3-inspector2<1.36.0,>=1.35.0; extra == "inspector2"
791
803
  Provides-Extra: internetmonitor
792
804
  Requires-Dist: types-boto3-internetmonitor<1.36.0,>=1.35.0; extra == "internetmonitor"
805
+ Provides-Extra: invoicing
806
+ Requires-Dist: types-boto3-invoicing<1.36.0,>=1.35.0; extra == "invoicing"
793
807
  Provides-Extra: iot
794
808
  Requires-Dist: types-boto3-iot<1.36.0,>=1.35.0; extra == "iot"
795
809
  Provides-Extra: iot-data
@@ -962,6 +976,8 @@ Provides-Extra: neptunedata
962
976
  Requires-Dist: types-boto3-neptunedata<1.36.0,>=1.35.0; extra == "neptunedata"
963
977
  Provides-Extra: network-firewall
964
978
  Requires-Dist: types-boto3-network-firewall<1.36.0,>=1.35.0; extra == "network-firewall"
979
+ Provides-Extra: networkflowmonitor
980
+ Requires-Dist: types-boto3-networkflowmonitor<1.36.0,>=1.35.0; extra == "networkflowmonitor"
965
981
  Provides-Extra: networkmanager
966
982
  Requires-Dist: types-boto3-networkmanager<1.36.0,>=1.35.0; extra == "networkmanager"
967
983
  Provides-Extra: networkmonitor
@@ -1094,6 +1110,8 @@ Provides-Extra: s3control
1094
1110
  Requires-Dist: types-boto3-s3control<1.36.0,>=1.35.0; extra == "s3control"
1095
1111
  Provides-Extra: s3outposts
1096
1112
  Requires-Dist: types-boto3-s3outposts<1.36.0,>=1.35.0; extra == "s3outposts"
1113
+ Provides-Extra: s3tables
1114
+ Requires-Dist: types-boto3-s3tables<1.36.0,>=1.35.0; extra == "s3tables"
1097
1115
  Provides-Extra: sagemaker
1098
1116
  Requires-Dist: types-boto3-sagemaker<1.36.0,>=1.35.0; extra == "sagemaker"
1099
1117
  Provides-Extra: sagemaker-a2i-runtime
@@ -1118,6 +1136,8 @@ Provides-Extra: sdb
1118
1136
  Requires-Dist: types-boto3-sdb<1.36.0,>=1.35.0; extra == "sdb"
1119
1137
  Provides-Extra: secretsmanager
1120
1138
  Requires-Dist: types-boto3-secretsmanager<1.36.0,>=1.35.0; extra == "secretsmanager"
1139
+ Provides-Extra: security-ir
1140
+ Requires-Dist: types-boto3-security-ir<1.36.0,>=1.35.0; extra == "security-ir"
1121
1141
  Provides-Extra: securityhub
1122
1142
  Requires-Dist: types-boto3-securityhub<1.36.0,>=1.35.0; extra == "securityhub"
1123
1143
  Provides-Extra: securitylake
@@ -1250,7 +1270,7 @@ Requires-Dist: types-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1250
1270
 
1251
1271
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1252
1272
 
1253
- Type annotations for [boto3 1.35.71](https://pypi.org/project/boto3/)
1273
+ Type annotations for [boto3 1.35.81](https://pypi.org/project/boto3/)
1254
1274
  compatible with [VSCode](https://code.visualstudio.com/),
1255
1275
  [PyCharm](https://www.jetbrains.com/pycharm/),
1256
1276
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1258,8 +1278,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
1258
1278
  [mypy](https://github.com/python/mypy),
1259
1279
  [pyright](https://github.com/microsoft/pyright) and other tools.
1260
1280
 
1261
- Generated by
1262
- [mypy-boto3-builder 8.4.1](https://github.com/youtype/mypy_boto3_builder).
1281
+ Generated with
1282
+ [mypy-boto3-builder 8.6.3](https://github.com/youtype/mypy_boto3_builder).
1263
1283
 
1264
1284
  More information can be found on
1265
1285
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -1271,6 +1291,7 @@ See how it helps you find and fix potential bugs:
1271
1291
 
1272
1292
  - [types-boto3-lite](#types-boto3-lite)
1273
1293
  - [How to install](#how-to-install)
1294
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
1274
1295
  - [VSCode extension](#vscode-extension)
1275
1296
  - [From PyPI with pip](#from-pypi-with-pip)
1276
1297
  - [How to uninstall](#how-to-uninstall)
@@ -1282,8 +1303,8 @@ See how it helps you find and fix potential bugs:
1282
1303
  - [Other IDEs](#other-ides)
1283
1304
  - [mypy](#mypy)
1284
1305
  - [pyright](#pyright)
1285
- - [Explicit type annotations](#explicit-type-annotations)
1286
1306
  - [Pylint compatibility](#pylint-compatibility)
1307
+ - [Explicit type annotations](#explicit-type-annotations)
1287
1308
  - [How it works](#how-it-works)
1288
1309
  - [What's new](#what's-new)
1289
1310
  - [Implemented features](#implemented-features)
@@ -1298,6 +1319,21 @@ See how it helps you find and fix potential bugs:
1298
1319
 
1299
1320
  ## How to install
1300
1321
 
1322
+ <a id="generate-locally-(recommended)"></a>
1323
+
1324
+ ### Generate locally (recommended)
1325
+
1326
+ You can generate type annotations for `boto3` package locally with
1327
+ `mypy_boto3_builder`. Use
1328
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
1329
+ isolation.
1330
+
1331
+ 1. Run mypy-boto3-builder in your package root directory:
1332
+ `uvx --with 'boto3==1.35.81' mypy_boto3_builder`
1333
+ 2. Select `boto3` AWS SDK.
1334
+ 3. Select services you use in the current project.
1335
+ 4. Use provided commands to install generated packages.
1336
+
1301
1337
  <a id="vscode-extension"></a>
1302
1338
 
1303
1339
  ### VSCode extension
@@ -1313,28 +1349,24 @@ project.
1313
1349
 
1314
1350
  ### From PyPI with pip
1315
1351
 
1316
- Install `types-boto3-lite` to add type annotations for `boto3` package.
1352
+ Install `types-boto3` to add type checking for `boto3` package.
1317
1353
 
1318
1354
  ```bash
1319
1355
  # install type annotations only for boto3
1320
- python -m pip install types-boto3-lite
1356
+ python -m pip install types-boto3
1321
1357
 
1322
1358
  # install boto3 type annotations
1323
- # for ec2, s3, rds, lambda, sqs, dynamo and cloudformation
1324
- python -m pip install 'types-boto3-lite[essential]'
1359
+ # for cloudformation, dynamodb, ec2, lambda, rds, s3, sqs
1360
+ python -m pip install 'types-boto3[essential]'
1325
1361
 
1326
1362
  # or install annotations for services you use
1327
- python -m pip install 'types-boto3-lite[acm,apigateway]'
1363
+ python -m pip install 'types-boto3[acm,apigateway]'
1328
1364
 
1329
1365
  # or install annotations in sync with boto3 version
1330
- python -m pip install 'types-boto3-lite[boto3]'
1331
-
1332
-
1333
- # or install all-in-one annotations for all services at once
1334
- python -m pip install 'types-boto3-lite[full]'
1335
-
1336
-
1366
+ python -m pip install 'types-boto3[boto3]'
1337
1367
 
1368
+ # or install all-in-one annotations for all services
1369
+ python -m pip install 'types-boto3[full]'
1338
1370
  ```
1339
1371
 
1340
1372
  <a id="how-to-uninstall"></a>
@@ -1466,6 +1498,31 @@ Optionally, you can install `types-boto3-lite` to `typings` directory.
1466
1498
  Type checking should now work. No explicit type annotations required, write
1467
1499
  your `boto3` code as usual.
1468
1500
 
1501
+ <a id="pylint-compatibility"></a>
1502
+
1503
+ ### Pylint compatibility
1504
+
1505
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
1506
+ `types-boto3-lite` dependency in production. However, there is an issue in
1507
+ `pylint` that it complains about undefined variables. To fix it, set all types
1508
+ to `object` in non-`TYPE_CHECKING` mode.
1509
+
1510
+ ```python
1511
+ from typing import TYPE_CHECKING
1512
+
1513
+ if TYPE_CHECKING:
1514
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
1515
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
1516
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
1517
+ else:
1518
+ EC2Client = object
1519
+ EC2ServiceResource = object
1520
+ BundleTaskCompleteWaiter = object
1521
+ DescribeVolumesPaginator = object
1522
+
1523
+ ...
1524
+ ```
1525
+
1469
1526
  <a id="explicit-type-annotations"></a>
1470
1527
 
1471
1528
  ### Explicit type annotations
@@ -1492,32 +1549,6 @@ bundle_task_complete_waiter: BundleTaskCompleteWaiter = ec2_client.get_waiter(
1492
1549
  describe_volumes_paginator: DescribeVolumesPaginator = ec2_client.get_paginator("describe_volumes")
1493
1550
  ```
1494
1551
 
1495
- <a id="pylint-compatibility"></a>
1496
-
1497
- ### Pylint compatibility
1498
-
1499
- It is totally safe to use `TYPE_CHECKING` flag in order to avoid
1500
- `types-boto3-lite` dependency in production. However, there is an issue in
1501
- `pylint` that it complains about undefined variables. To fix it, set all types
1502
- to `object` in non-`TYPE_CHECKING` mode.
1503
-
1504
- ```python
1505
- import boto3
1506
- from typing import TYPE_CHECKING
1507
-
1508
- if TYPE_CHECKING:
1509
- from types_boto3_ec2 import EC2Client, EC2ServiceResource
1510
- from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
1511
- from types_boto3_ec2.paginators import DescribeVolumesPaginator
1512
- else:
1513
- EC2Client = object
1514
- EC2ServiceResource = object
1515
- BundleTaskCompleteWaiter = object
1516
- DescribeVolumesPaginator = object
1517
-
1518
- ...
1519
- ```
1520
-
1521
1552
  <a id="how-it-works"></a>
1522
1553
 
1523
1554
  ## How it works
@@ -1606,9 +1637,9 @@ repository.
1606
1637
 
1607
1638
  ## Submodules
1608
1639
 
1609
- - `types-boto3-lite[full]` - Type annotations for all 397 services in one
1640
+ - `types-boto3-lite[full]` - Type annotations for all 404 services in one
1610
1641
  package (recommended).
1611
- - `types-boto3-lite[all]` - Type annotations for all 397 services in separate
1642
+ - `types-boto3-lite[all]` - Type annotations for all 404 services in separate
1612
1643
  packages.
1613
1644
  - `types-boto3-lite[essential]` - Type annotations for
1614
1645
  [CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
@@ -1737,6 +1768,12 @@ repository.
1737
1768
  - `types-boto3-lite[bedrock-agent-runtime]` - Type annotations for
1738
1769
  [AgentsforBedrockRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_agent_runtime/)
1739
1770
  service.
1771
+ - `types-boto3-lite[bedrock-data-automation]` - Type annotations for
1772
+ [DataAutomationforBedrock](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_data_automation/)
1773
+ service.
1774
+ - `types-boto3-lite[bedrock-data-automation-runtime]` - Type annotations for
1775
+ [RuntimeforBedrockDataAutomation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_data_automation_runtime/)
1776
+ service.
1740
1777
  - `types-boto3-lite[bedrock-runtime]` - Type annotations for
1741
1778
  [BedrockRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_runtime/)
1742
1779
  service.
@@ -1965,6 +2002,9 @@ repository.
1965
2002
  - `types-boto3-lite[ds-data]` - Type annotations for
1966
2003
  [DirectoryServiceData](https://youtype.github.io/types_boto3_docs/types_boto3_ds_data/)
1967
2004
  service.
2005
+ - `types-boto3-lite[dsql]` - Type annotations for
2006
+ [AuroraDSQL](https://youtype.github.io/types_boto3_docs/types_boto3_dsql/)
2007
+ service.
1968
2008
  - `types-boto3-lite[dynamodb]` - Type annotations for
1969
2009
  [DynamoDB](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/)
1970
2010
  service.
@@ -2121,6 +2161,9 @@ repository.
2121
2161
  - `types-boto3-lite[internetmonitor]` - Type annotations for
2122
2162
  [CloudWatchInternetMonitor](https://youtype.github.io/types_boto3_docs/types_boto3_internetmonitor/)
2123
2163
  service.
2164
+ - `types-boto3-lite[invoicing]` - Type annotations for
2165
+ [Invoicing](https://youtype.github.io/types_boto3_docs/types_boto3_invoicing/)
2166
+ service.
2124
2167
  - `types-boto3-lite[iot]` - Type annotations for
2125
2168
  [IoT](https://youtype.github.io/types_boto3_docs/types_boto3_iot/) service.
2126
2169
  - `types-boto3-lite[iot-data]` - Type annotations for
@@ -2374,6 +2417,9 @@ repository.
2374
2417
  - `types-boto3-lite[network-firewall]` - Type annotations for
2375
2418
  [NetworkFirewall](https://youtype.github.io/types_boto3_docs/types_boto3_network_firewall/)
2376
2419
  service.
2420
+ - `types-boto3-lite[networkflowmonitor]` - Type annotations for
2421
+ [NetworkFlowMonitor](https://youtype.github.io/types_boto3_docs/types_boto3_networkflowmonitor/)
2422
+ service.
2377
2423
  - `types-boto3-lite[networkmanager]` - Type annotations for
2378
2424
  [NetworkManager](https://youtype.github.io/types_boto3_docs/types_boto3_networkmanager/)
2379
2425
  service.
@@ -2567,6 +2613,9 @@ repository.
2567
2613
  - `types-boto3-lite[s3outposts]` - Type annotations for
2568
2614
  [S3Outposts](https://youtype.github.io/types_boto3_docs/types_boto3_s3outposts/)
2569
2615
  service.
2616
+ - `types-boto3-lite[s3tables]` - Type annotations for
2617
+ [S3Tables](https://youtype.github.io/types_boto3_docs/types_boto3_s3tables/)
2618
+ service.
2570
2619
  - `types-boto3-lite[sagemaker]` - Type annotations for
2571
2620
  [SageMaker](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker/)
2572
2621
  service.
@@ -2603,6 +2652,9 @@ repository.
2603
2652
  - `types-boto3-lite[secretsmanager]` - Type annotations for
2604
2653
  [SecretsManager](https://youtype.github.io/types_boto3_docs/types_boto3_secretsmanager/)
2605
2654
  service.
2655
+ - `types-boto3-lite[security-ir]` - Type annotations for
2656
+ [SecurityIncidentResponse](https://youtype.github.io/types_boto3_docs/types_boto3_security_ir/)
2657
+ service.
2606
2658
  - `types-boto3-lite[securityhub]` - Type annotations for
2607
2659
  [SecurityHub](https://youtype.github.io/types_boto3_docs/types_boto3_securityhub/)
2608
2660
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=AfjDvmKCvHuomKVDkclnMjH_pyXk78sbytyUFgRD9Ik,1658
1
+ boto3-stubs/__init__.pyi,sha256=_Qpg9Ao1yEr-xfxSwZZUm47TYQVX7r5JsztT_dZ911Q,1729
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=kRLfOy42QRlOUQMwDLNYPFnti5zbWFpOnR8VREA-wvU,2810
6
+ boto3-stubs/session.pyi,sha256=n0mNh0cI_Z2jumJRR1Q3gMpIRb5Kjeie_kWJUBItfEc,2798
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
- types_boto3_lite-1.35.71.post1.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
- types_boto3_lite-1.35.71.post1.dist-info/METADATA,sha256=unmLl0jWStSczKfRr8C8Zf56ZCtfUKvg_LSTWKG_O5s,148016
43
- types_boto3_lite-1.35.71.post1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
44
- types_boto3_lite-1.35.71.post1.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- types_boto3_lite-1.35.71.post1.dist-info/RECORD,,
41
+ types_boto3_lite-1.35.81.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
+ types_boto3_lite-1.35.81.dist-info/METADATA,sha256=196o-dnnQBlANAK9--GpBYa9yBL4tRXQs9RIOBC082s,151026
43
+ types_boto3_lite-1.35.81.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
44
+ types_boto3_lite-1.35.81.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ types_boto3_lite-1.35.81.dist-info/RECORD,,