types-boto3 1.35.71__py3-none-any.whl → 1.35.93__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.
Files changed (49) hide show
  1. boto3-stubs/__init__.pyi +7517 -0
  2. boto3-stubs/s3/__init__.pyi +0 -0
  3. boto3-stubs/session.pyi +7951 -0
  4. {types_boto3-1.35.71.dist-info → types_boto3-1.35.93.dist-info}/LICENSE +1 -1
  5. {types_boto3-1.35.71.dist-info → types_boto3-1.35.93.dist-info}/METADATA +105 -47
  6. types_boto3-1.35.93.dist-info/RECORD +45 -0
  7. {types_boto3-1.35.71.dist-info → types_boto3-1.35.93.dist-info}/WHEEL +1 -1
  8. types_boto3-1.35.93.dist-info/top_level.txt +1 -0
  9. types-boto3/__init__.pyi +0 -60
  10. types-boto3/session.pyi +0 -80
  11. types_boto3-1.35.71.dist-info/RECORD +0 -44
  12. types_boto3-1.35.71.dist-info/top_level.txt +0 -1
  13. {types-boto3 → boto3-stubs}/compat.pyi +0 -0
  14. {types-boto3 → boto3-stubs}/crt.pyi +0 -0
  15. {types-boto3 → boto3-stubs}/docs/__init__.pyi +0 -0
  16. {types-boto3 → boto3-stubs}/docs/action.pyi +0 -0
  17. {types-boto3 → boto3-stubs}/docs/attr.pyi +0 -0
  18. {types-boto3 → boto3-stubs}/docs/base.pyi +0 -0
  19. {types-boto3 → boto3-stubs}/docs/client.pyi +0 -0
  20. {types-boto3 → boto3-stubs}/docs/collection.pyi +0 -0
  21. {types-boto3 → boto3-stubs}/docs/docstring.pyi +0 -0
  22. {types-boto3 → boto3-stubs}/docs/method.pyi +0 -0
  23. {types-boto3 → boto3-stubs}/docs/resource.pyi +0 -0
  24. {types-boto3 → boto3-stubs}/docs/service.pyi +0 -0
  25. {types-boto3 → boto3-stubs}/docs/subresource.pyi +0 -0
  26. {types-boto3 → boto3-stubs}/docs/utils.pyi +0 -0
  27. {types-boto3 → boto3-stubs}/docs/waiter.pyi +0 -0
  28. {types-boto3 → boto3-stubs}/dynamodb/__init__.pyi +0 -0
  29. {types-boto3 → boto3-stubs}/dynamodb/conditions.pyi +0 -0
  30. {types-boto3 → boto3-stubs}/dynamodb/table.pyi +0 -0
  31. {types-boto3 → boto3-stubs}/dynamodb/transform.pyi +0 -0
  32. {types-boto3 → boto3-stubs}/dynamodb/types.pyi +0 -0
  33. {types-boto3 → boto3-stubs}/ec2/__init__.pyi +0 -0
  34. {types-boto3 → boto3-stubs}/ec2/createtags.pyi +0 -0
  35. {types-boto3 → boto3-stubs}/ec2/deletetags.pyi +0 -0
  36. {types-boto3 → boto3-stubs}/exceptions.pyi +0 -0
  37. /types-boto3/resources/__init__.pyi → /boto3-stubs/py.typed +0 -0
  38. {types-boto3/s3 → boto3-stubs/resources}/__init__.pyi +0 -0
  39. {types-boto3 → boto3-stubs}/resources/action.pyi +0 -0
  40. {types-boto3 → boto3-stubs}/resources/base.pyi +0 -0
  41. {types-boto3 → boto3-stubs}/resources/collection.pyi +0 -0
  42. {types-boto3 → boto3-stubs}/resources/factory.pyi +0 -0
  43. {types-boto3 → boto3-stubs}/resources/model.pyi +0 -0
  44. {types-boto3 → boto3-stubs}/resources/params.pyi +0 -0
  45. {types-boto3 → boto3-stubs}/resources/response.pyi +0 -0
  46. {types-boto3 → boto3-stubs}/s3/constants.pyi +0 -0
  47. {types-boto3 → boto3-stubs}/s3/inject.pyi +0 -0
  48. {types-boto3 → boto3-stubs}/s3/transfer.pyi +0 -0
  49. {types-boto3 → boto3-stubs}/utils.pyi +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Vlad Emelianov
3
+ Copyright (c) 2025 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: types-boto3
3
- Version: 1.35.71
4
- Summary: Type annotations for boto3 1.35.71 generated with mypy-boto3-builder 8.4.1
3
+ Version: 1.35.93
4
+ Summary: Type annotations for boto3 1.35.93 generated with mypy-boto3-builder 8.7.1
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
@@ -9,7 +9,7 @@ License: MIT License
9
9
  Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/
10
10
  Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
11
  Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
- Keywords: boto3 type-annotations boto3-stubs mypy typeshed autocomplete
12
+ Keywords: boto3 boto3-stubs type-annotations typeshed autocomplete
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Environment :: Console
@@ -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.93; 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"
@@ -70,12 +72,15 @@ Requires-Dist: types-boto3-autoscaling-plans<1.36.0,>=1.35.0; extra == "all"
70
72
  Requires-Dist: types-boto3-b2bi<1.36.0,>=1.35.0; extra == "all"
71
73
  Requires-Dist: types-boto3-backup<1.36.0,>=1.35.0; extra == "all"
72
74
  Requires-Dist: types-boto3-backup-gateway<1.36.0,>=1.35.0; extra == "all"
75
+ Requires-Dist: types-boto3-backupsearch<1.36.0,>=1.35.0; extra == "all"
73
76
  Requires-Dist: types-boto3-batch<1.36.0,>=1.35.0; extra == "all"
74
77
  Requires-Dist: types-boto3-bcm-data-exports<1.36.0,>=1.35.0; extra == "all"
75
78
  Requires-Dist: types-boto3-bcm-pricing-calculator<1.36.0,>=1.35.0; extra == "all"
76
79
  Requires-Dist: types-boto3-bedrock<1.36.0,>=1.35.0; extra == "all"
77
80
  Requires-Dist: types-boto3-bedrock-agent<1.36.0,>=1.35.0; extra == "all"
78
81
  Requires-Dist: types-boto3-bedrock-agent-runtime<1.36.0,>=1.35.0; extra == "all"
82
+ Requires-Dist: types-boto3-bedrock-data-automation<1.36.0,>=1.35.0; extra == "all"
83
+ Requires-Dist: types-boto3-bedrock-data-automation-runtime<1.36.0,>=1.35.0; extra == "all"
79
84
  Requires-Dist: types-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "all"
80
85
  Requires-Dist: types-boto3-billing<1.36.0,>=1.35.0; extra == "all"
81
86
  Requires-Dist: types-boto3-billingconductor<1.36.0,>=1.35.0; extra == "all"
@@ -153,6 +158,7 @@ Requires-Dist: types-boto3-docdb-elastic<1.36.0,>=1.35.0; extra == "all"
153
158
  Requires-Dist: types-boto3-drs<1.36.0,>=1.35.0; extra == "all"
154
159
  Requires-Dist: types-boto3-ds<1.36.0,>=1.35.0; extra == "all"
155
160
  Requires-Dist: types-boto3-ds-data<1.36.0,>=1.35.0; extra == "all"
161
+ Requires-Dist: types-boto3-dsql<1.36.0,>=1.35.0; extra == "all"
156
162
  Requires-Dist: types-boto3-dynamodb<1.36.0,>=1.35.0; extra == "all"
157
163
  Requires-Dist: types-boto3-dynamodbstreams<1.36.0,>=1.35.0; extra == "all"
158
164
  Requires-Dist: types-boto3-ebs<1.36.0,>=1.35.0; extra == "all"
@@ -209,6 +215,7 @@ Requires-Dist: types-boto3-inspector<1.36.0,>=1.35.0; extra == "all"
209
215
  Requires-Dist: types-boto3-inspector-scan<1.36.0,>=1.35.0; extra == "all"
210
216
  Requires-Dist: types-boto3-inspector2<1.36.0,>=1.35.0; extra == "all"
211
217
  Requires-Dist: types-boto3-internetmonitor<1.36.0,>=1.35.0; extra == "all"
218
+ Requires-Dist: types-boto3-invoicing<1.36.0,>=1.35.0; extra == "all"
212
219
  Requires-Dist: types-boto3-iot<1.36.0,>=1.35.0; extra == "all"
213
220
  Requires-Dist: types-boto3-iot-data<1.36.0,>=1.35.0; extra == "all"
214
221
  Requires-Dist: types-boto3-iot-jobs-data<1.36.0,>=1.35.0; extra == "all"
@@ -295,6 +302,7 @@ Requires-Dist: types-boto3-neptune<1.36.0,>=1.35.0; extra == "all"
295
302
  Requires-Dist: types-boto3-neptune-graph<1.36.0,>=1.35.0; extra == "all"
296
303
  Requires-Dist: types-boto3-neptunedata<1.36.0,>=1.35.0; extra == "all"
297
304
  Requires-Dist: types-boto3-network-firewall<1.36.0,>=1.35.0; extra == "all"
305
+ Requires-Dist: types-boto3-networkflowmonitor<1.36.0,>=1.35.0; extra == "all"
298
306
  Requires-Dist: types-boto3-networkmanager<1.36.0,>=1.35.0; extra == "all"
299
307
  Requires-Dist: types-boto3-networkmonitor<1.36.0,>=1.35.0; extra == "all"
300
308
  Requires-Dist: types-boto3-notifications<1.36.0,>=1.35.0; extra == "all"
@@ -361,6 +369,7 @@ Requires-Dist: types-boto3-rum<1.36.0,>=1.35.0; extra == "all"
361
369
  Requires-Dist: types-boto3-s3<1.36.0,>=1.35.0; extra == "all"
362
370
  Requires-Dist: types-boto3-s3control<1.36.0,>=1.35.0; extra == "all"
363
371
  Requires-Dist: types-boto3-s3outposts<1.36.0,>=1.35.0; extra == "all"
372
+ Requires-Dist: types-boto3-s3tables<1.36.0,>=1.35.0; extra == "all"
364
373
  Requires-Dist: types-boto3-sagemaker<1.36.0,>=1.35.0; extra == "all"
365
374
  Requires-Dist: types-boto3-sagemaker-a2i-runtime<1.36.0,>=1.35.0; extra == "all"
366
375
  Requires-Dist: types-boto3-sagemaker-edge<1.36.0,>=1.35.0; extra == "all"
@@ -373,6 +382,7 @@ Requires-Dist: types-boto3-scheduler<1.36.0,>=1.35.0; extra == "all"
373
382
  Requires-Dist: types-boto3-schemas<1.36.0,>=1.35.0; extra == "all"
374
383
  Requires-Dist: types-boto3-sdb<1.36.0,>=1.35.0; extra == "all"
375
384
  Requires-Dist: types-boto3-secretsmanager<1.36.0,>=1.35.0; extra == "all"
385
+ Requires-Dist: types-boto3-security-ir<1.36.0,>=1.35.0; extra == "all"
376
386
  Requires-Dist: types-boto3-securityhub<1.36.0,>=1.35.0; extra == "all"
377
387
  Requires-Dist: types-boto3-securitylake<1.36.0,>=1.35.0; extra == "all"
378
388
  Requires-Dist: types-boto3-serverlessrepo<1.36.0,>=1.35.0; extra == "all"
@@ -441,9 +451,6 @@ Requires-Dist: types-boto3-lambda<1.36.0,>=1.35.0; extra == "essential"
441
451
  Requires-Dist: types-boto3-rds<1.36.0,>=1.35.0; extra == "essential"
442
452
  Requires-Dist: types-boto3-s3<1.36.0,>=1.35.0; extra == "essential"
443
453
  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
454
  Provides-Extra: accessanalyzer
448
455
  Requires-Dist: types-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "accessanalyzer"
449
456
  Provides-Extra: account
@@ -512,6 +519,8 @@ Provides-Extra: backup
512
519
  Requires-Dist: types-boto3-backup<1.36.0,>=1.35.0; extra == "backup"
513
520
  Provides-Extra: backup-gateway
514
521
  Requires-Dist: types-boto3-backup-gateway<1.36.0,>=1.35.0; extra == "backup-gateway"
522
+ Provides-Extra: backupsearch
523
+ Requires-Dist: types-boto3-backupsearch<1.36.0,>=1.35.0; extra == "backupsearch"
515
524
  Provides-Extra: batch
516
525
  Requires-Dist: types-boto3-batch<1.36.0,>=1.35.0; extra == "batch"
517
526
  Provides-Extra: bcm-data-exports
@@ -524,6 +533,10 @@ Provides-Extra: bedrock-agent
524
533
  Requires-Dist: types-boto3-bedrock-agent<1.36.0,>=1.35.0; extra == "bedrock-agent"
525
534
  Provides-Extra: bedrock-agent-runtime
526
535
  Requires-Dist: types-boto3-bedrock-agent-runtime<1.36.0,>=1.35.0; extra == "bedrock-agent-runtime"
536
+ Provides-Extra: bedrock-data-automation
537
+ Requires-Dist: types-boto3-bedrock-data-automation<1.36.0,>=1.35.0; extra == "bedrock-data-automation"
538
+ Provides-Extra: bedrock-data-automation-runtime
539
+ Requires-Dist: types-boto3-bedrock-data-automation-runtime<1.36.0,>=1.35.0; extra == "bedrock-data-automation-runtime"
527
540
  Provides-Extra: bedrock-runtime
528
541
  Requires-Dist: types-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "bedrock-runtime"
529
542
  Provides-Extra: billing
@@ -678,6 +691,8 @@ Provides-Extra: ds
678
691
  Requires-Dist: types-boto3-ds<1.36.0,>=1.35.0; extra == "ds"
679
692
  Provides-Extra: ds-data
680
693
  Requires-Dist: types-boto3-ds-data<1.36.0,>=1.35.0; extra == "ds-data"
694
+ Provides-Extra: dsql
695
+ Requires-Dist: types-boto3-dsql<1.36.0,>=1.35.0; extra == "dsql"
681
696
  Provides-Extra: dynamodb
682
697
  Requires-Dist: types-boto3-dynamodb<1.36.0,>=1.35.0; extra == "dynamodb"
683
698
  Provides-Extra: dynamodbstreams
@@ -790,6 +805,8 @@ Provides-Extra: inspector2
790
805
  Requires-Dist: types-boto3-inspector2<1.36.0,>=1.35.0; extra == "inspector2"
791
806
  Provides-Extra: internetmonitor
792
807
  Requires-Dist: types-boto3-internetmonitor<1.36.0,>=1.35.0; extra == "internetmonitor"
808
+ Provides-Extra: invoicing
809
+ Requires-Dist: types-boto3-invoicing<1.36.0,>=1.35.0; extra == "invoicing"
793
810
  Provides-Extra: iot
794
811
  Requires-Dist: types-boto3-iot<1.36.0,>=1.35.0; extra == "iot"
795
812
  Provides-Extra: iot-data
@@ -962,6 +979,8 @@ Provides-Extra: neptunedata
962
979
  Requires-Dist: types-boto3-neptunedata<1.36.0,>=1.35.0; extra == "neptunedata"
963
980
  Provides-Extra: network-firewall
964
981
  Requires-Dist: types-boto3-network-firewall<1.36.0,>=1.35.0; extra == "network-firewall"
982
+ Provides-Extra: networkflowmonitor
983
+ Requires-Dist: types-boto3-networkflowmonitor<1.36.0,>=1.35.0; extra == "networkflowmonitor"
965
984
  Provides-Extra: networkmanager
966
985
  Requires-Dist: types-boto3-networkmanager<1.36.0,>=1.35.0; extra == "networkmanager"
967
986
  Provides-Extra: networkmonitor
@@ -1094,6 +1113,8 @@ Provides-Extra: s3control
1094
1113
  Requires-Dist: types-boto3-s3control<1.36.0,>=1.35.0; extra == "s3control"
1095
1114
  Provides-Extra: s3outposts
1096
1115
  Requires-Dist: types-boto3-s3outposts<1.36.0,>=1.35.0; extra == "s3outposts"
1116
+ Provides-Extra: s3tables
1117
+ Requires-Dist: types-boto3-s3tables<1.36.0,>=1.35.0; extra == "s3tables"
1097
1118
  Provides-Extra: sagemaker
1098
1119
  Requires-Dist: types-boto3-sagemaker<1.36.0,>=1.35.0; extra == "sagemaker"
1099
1120
  Provides-Extra: sagemaker-a2i-runtime
@@ -1118,6 +1139,8 @@ Provides-Extra: sdb
1118
1139
  Requires-Dist: types-boto3-sdb<1.36.0,>=1.35.0; extra == "sdb"
1119
1140
  Provides-Extra: secretsmanager
1120
1141
  Requires-Dist: types-boto3-secretsmanager<1.36.0,>=1.35.0; extra == "secretsmanager"
1142
+ Provides-Extra: security-ir
1143
+ Requires-Dist: types-boto3-security-ir<1.36.0,>=1.35.0; extra == "security-ir"
1121
1144
  Provides-Extra: securityhub
1122
1145
  Requires-Dist: types-boto3-securityhub<1.36.0,>=1.35.0; extra == "securityhub"
1123
1146
  Provides-Extra: securitylake
@@ -1250,7 +1273,7 @@ Requires-Dist: types-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1250
1273
 
1251
1274
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1252
1275
 
1253
- Type annotations for [boto3 1.35.71](https://pypi.org/project/boto3/)
1276
+ Type annotations for [boto3 1.35.93](https://pypi.org/project/boto3/)
1254
1277
  compatible with [VSCode](https://code.visualstudio.com/),
1255
1278
  [PyCharm](https://www.jetbrains.com/pycharm/),
1256
1279
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1258,18 +1281,19 @@ compatible with [VSCode](https://code.visualstudio.com/),
1258
1281
  [mypy](https://github.com/python/mypy),
1259
1282
  [pyright](https://github.com/microsoft/pyright) and other tools.
1260
1283
 
1261
- Generated by
1262
- [mypy-boto3-builder 8.4.1](https://github.com/youtype/mypy_boto3_builder).
1284
+ Generated with
1285
+ [mypy-boto3-builder 8.7.1](https://github.com/youtype/mypy_boto3_builder).
1263
1286
 
1264
1287
  More information can be found in
1265
1288
  [types-boto3 docs](https://youtype.github.io/types_boto3_docs/).
1266
1289
 
1267
1290
  See how it helps you find and fix potential bugs:
1268
1291
 
1269
- ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
1292
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
1270
1293
 
1271
1294
  - [types-boto3](#types-boto3)
1272
1295
  - [How to install](#how-to-install)
1296
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
1273
1297
  - [VSCode extension](#vscode-extension)
1274
1298
  - [From PyPI with pip](#from-pypi-with-pip)
1275
1299
  - [How to uninstall](#how-to-uninstall)
@@ -1281,8 +1305,8 @@ See how it helps you find and fix potential bugs:
1281
1305
  - [Other IDEs](#other-ides)
1282
1306
  - [mypy](#mypy)
1283
1307
  - [pyright](#pyright)
1284
- - [Explicit type annotations](#explicit-type-annotations)
1285
1308
  - [Pylint compatibility](#pylint-compatibility)
1309
+ - [Explicit type annotations](#explicit-type-annotations)
1286
1310
  - [How it works](#how-it-works)
1287
1311
  - [What's new](#what's-new)
1288
1312
  - [Implemented features](#implemented-features)
@@ -1297,6 +1321,21 @@ See how it helps you find and fix potential bugs:
1297
1321
 
1298
1322
  ## How to install
1299
1323
 
1324
+ <a id="generate-locally-(recommended)"></a>
1325
+
1326
+ ### Generate locally (recommended)
1327
+
1328
+ You can generate type annotations for `boto3` package locally with
1329
+ `mypy_boto3_builder`. Use
1330
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
1331
+ isolation.
1332
+
1333
+ 1. Run mypy-boto3-builder in your package root directory:
1334
+ `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
1335
+ 2. Select `boto3` AWS SDK.
1336
+ 3. Select services you use in the current project.
1337
+ 4. Use provided commands to install generated packages.
1338
+
1300
1339
  <a id="vscode-extension"></a>
1301
1340
 
1302
1341
  ### VSCode extension
@@ -1312,14 +1351,14 @@ project.
1312
1351
 
1313
1352
  ### From PyPI with pip
1314
1353
 
1315
- Install `types-boto3` to add type annotations for `boto3` package.
1354
+ Install `types-boto3` to add type checking for `boto3` package.
1316
1355
 
1317
1356
  ```bash
1318
1357
  # install type annotations only for boto3
1319
1358
  python -m pip install types-boto3
1320
1359
 
1321
1360
  # install boto3 type annotations
1322
- # for ec2, s3, rds, lambda, sqs, dynamo and cloudformation
1361
+ # for cloudformation, dynamodb, ec2, lambda, rds, s3, sqs
1323
1362
  python -m pip install 'types-boto3[essential]'
1324
1363
 
1325
1364
  # or install annotations for services you use
@@ -1328,16 +1367,12 @@ python -m pip install 'types-boto3[acm,apigateway]'
1328
1367
  # or install annotations in sync with boto3 version
1329
1368
  python -m pip install 'types-boto3[boto3]'
1330
1369
 
1331
-
1332
- # or install all-in-one annotations for all services at once
1370
+ # or install all-in-one annotations for all services
1333
1371
  python -m pip install 'types-boto3[full]'
1334
1372
 
1335
-
1336
-
1337
1373
  # Lite version does not provide session.client/resource overloads
1338
1374
  # it is more RAM-friendly, but requires explicit type annotations
1339
1375
  python -m pip install 'types-boto3-lite[essential]'
1340
-
1341
1376
  ```
1342
1377
 
1343
1378
  <a id="how-to-uninstall"></a>
@@ -1485,6 +1520,31 @@ Optionally, you can install `types-boto3` to `typings` directory.
1485
1520
  Type checking should now work. No explicit type annotations required, write
1486
1521
  your `boto3` code as usual.
1487
1522
 
1523
+ <a id="pylint-compatibility"></a>
1524
+
1525
+ ### Pylint compatibility
1526
+
1527
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid `types-boto3`
1528
+ dependency in production. However, there is an issue in `pylint` that it
1529
+ complains about undefined variables. To fix it, set all types to `object` in
1530
+ non-`TYPE_CHECKING` mode.
1531
+
1532
+ ```python
1533
+ from typing import TYPE_CHECKING
1534
+
1535
+ if TYPE_CHECKING:
1536
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
1537
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
1538
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
1539
+ else:
1540
+ EC2Client = object
1541
+ EC2ServiceResource = object
1542
+ BundleTaskCompleteWaiter = object
1543
+ DescribeVolumesPaginator = object
1544
+
1545
+ ...
1546
+ ```
1547
+
1488
1548
  <a id="explicit-type-annotations"></a>
1489
1549
 
1490
1550
  ### Explicit type annotations
@@ -1511,32 +1571,6 @@ bundle_task_complete_waiter: BundleTaskCompleteWaiter = ec2_client.get_waiter(
1511
1571
  describe_volumes_paginator: DescribeVolumesPaginator = ec2_client.get_paginator("describe_volumes")
1512
1572
  ```
1513
1573
 
1514
- <a id="pylint-compatibility"></a>
1515
-
1516
- ### Pylint compatibility
1517
-
1518
- It is totally safe to use `TYPE_CHECKING` flag in order to avoid `boto3-stubs`
1519
- dependency in production. However, there is an issue in `pylint` that it
1520
- complains about undefined variables. To fix it, set all types to `object` in
1521
- non-`TYPE_CHECKING` mode.
1522
-
1523
- ```python
1524
- import boto3
1525
- from typing import TYPE_CHECKING
1526
-
1527
- if TYPE_CHECKING:
1528
- from types_boto3_ec2 import EC2Client, EC2ServiceResource
1529
- from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
1530
- from types_boto3_ec2.paginators import DescribeVolumesPaginator
1531
- else:
1532
- EC2Client = object
1533
- EC2ServiceResource = object
1534
- BundleTaskCompleteWaiter = object
1535
- DescribeVolumesPaginator = object
1536
-
1537
- ...
1538
- ```
1539
-
1540
1574
  <a id="how-it-works"></a>
1541
1575
 
1542
1576
  ## How it works
@@ -1625,9 +1659,9 @@ repository.
1625
1659
 
1626
1660
  ## Submodules
1627
1661
 
1628
- - `types-boto3[full]` - Type annotations for all 397 services in one package
1662
+ - `types-boto3[full]` - Type annotations for all 405 services in one package
1629
1663
  (recommended).
1630
- - `types-boto3[all]` - Type annotations for all 397 services in separate
1664
+ - `types-boto3[all]` - Type annotations for all 405 services in separate
1631
1665
  packages.
1632
1666
  - `types-boto3[essential]` - Type annotations for
1633
1667
  [CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
@@ -1738,6 +1772,9 @@ repository.
1738
1772
  - `types-boto3[backup-gateway]` - Type annotations for
1739
1773
  [BackupGateway](https://youtype.github.io/types_boto3_docs/types_boto3_backup_gateway/)
1740
1774
  service.
1775
+ - `types-boto3[backupsearch]` - Type annotations for
1776
+ [BackupSearch](https://youtype.github.io/types_boto3_docs/types_boto3_backupsearch/)
1777
+ service.
1741
1778
  - `types-boto3[batch]` - Type annotations for
1742
1779
  [Batch](https://youtype.github.io/types_boto3_docs/types_boto3_batch/)
1743
1780
  service.
@@ -1756,6 +1793,12 @@ repository.
1756
1793
  - `types-boto3[bedrock-agent-runtime]` - Type annotations for
1757
1794
  [AgentsforBedrockRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_agent_runtime/)
1758
1795
  service.
1796
+ - `types-boto3[bedrock-data-automation]` - Type annotations for
1797
+ [DataAutomationforBedrock](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_data_automation/)
1798
+ service.
1799
+ - `types-boto3[bedrock-data-automation-runtime]` - Type annotations for
1800
+ [RuntimeforBedrockDataAutomation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_data_automation_runtime/)
1801
+ service.
1759
1802
  - `types-boto3[bedrock-runtime]` - Type annotations for
1760
1803
  [BedrockRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_runtime/)
1761
1804
  service.
@@ -1984,6 +2027,9 @@ repository.
1984
2027
  - `types-boto3[ds-data]` - Type annotations for
1985
2028
  [DirectoryServiceData](https://youtype.github.io/types_boto3_docs/types_boto3_ds_data/)
1986
2029
  service.
2030
+ - `types-boto3[dsql]` - Type annotations for
2031
+ [AuroraDSQL](https://youtype.github.io/types_boto3_docs/types_boto3_dsql/)
2032
+ service.
1987
2033
  - `types-boto3[dynamodb]` - Type annotations for
1988
2034
  [DynamoDB](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/)
1989
2035
  service.
@@ -2140,6 +2186,9 @@ repository.
2140
2186
  - `types-boto3[internetmonitor]` - Type annotations for
2141
2187
  [CloudWatchInternetMonitor](https://youtype.github.io/types_boto3_docs/types_boto3_internetmonitor/)
2142
2188
  service.
2189
+ - `types-boto3[invoicing]` - Type annotations for
2190
+ [Invoicing](https://youtype.github.io/types_boto3_docs/types_boto3_invoicing/)
2191
+ service.
2143
2192
  - `types-boto3[iot]` - Type annotations for
2144
2193
  [IoT](https://youtype.github.io/types_boto3_docs/types_boto3_iot/) service.
2145
2194
  - `types-boto3[iot-data]` - Type annotations for
@@ -2392,6 +2441,9 @@ repository.
2392
2441
  - `types-boto3[network-firewall]` - Type annotations for
2393
2442
  [NetworkFirewall](https://youtype.github.io/types_boto3_docs/types_boto3_network_firewall/)
2394
2443
  service.
2444
+ - `types-boto3[networkflowmonitor]` - Type annotations for
2445
+ [NetworkFlowMonitor](https://youtype.github.io/types_boto3_docs/types_boto3_networkflowmonitor/)
2446
+ service.
2395
2447
  - `types-boto3[networkmanager]` - Type annotations for
2396
2448
  [NetworkManager](https://youtype.github.io/types_boto3_docs/types_boto3_networkmanager/)
2397
2449
  service.
@@ -2585,6 +2637,9 @@ repository.
2585
2637
  - `types-boto3[s3outposts]` - Type annotations for
2586
2638
  [S3Outposts](https://youtype.github.io/types_boto3_docs/types_boto3_s3outposts/)
2587
2639
  service.
2640
+ - `types-boto3[s3tables]` - Type annotations for
2641
+ [S3Tables](https://youtype.github.io/types_boto3_docs/types_boto3_s3tables/)
2642
+ service.
2588
2643
  - `types-boto3[sagemaker]` - Type annotations for
2589
2644
  [SageMaker](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker/)
2590
2645
  service.
@@ -2621,6 +2676,9 @@ repository.
2621
2676
  - `types-boto3[secretsmanager]` - Type annotations for
2622
2677
  [SecretsManager](https://youtype.github.io/types_boto3_docs/types_boto3_secretsmanager/)
2623
2678
  service.
2679
+ - `types-boto3[security-ir]` - Type annotations for
2680
+ [SecurityIncidentResponse](https://youtype.github.io/types_boto3_docs/types_boto3_security_ir/)
2681
+ service.
2624
2682
  - `types-boto3[securityhub]` - Type annotations for
2625
2683
  [SecurityHub](https://youtype.github.io/types_boto3_docs/types_boto3_securityhub/)
2626
2684
  service.
@@ -0,0 +1,45 @@
1
+ boto3-stubs/__init__.pyi,sha256=M2MhUnn8Zkq5s-CR5pUqsvNkuGLlY5P9JXTHkeHNDAs,230549
2
+ boto3-stubs/compat.pyi,sha256=j3-SBZqCGaoZoXzN6e7fkEQQvUmQ-MpIpcF9FuuUHH0,209
3
+ boto3-stubs/crt.pyi,sha256=OAjGbtBlQJIDRctWkMpr7UwRKxiH_lQt9OdSrHPL3QI,893
4
+ boto3-stubs/exceptions.pyi,sha256=cjOrbR2BIOcaHRmIQvGL0y-XEJdicpzRl2dQNfx6GVk,1339
5
+ boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ boto3-stubs/session.pyi,sha256=O9QGROXw_7Xvjo6ZrkeOzH8L5PhXl32AAzTk8luuKaM,263984
7
+ boto3-stubs/utils.pyi,sha256=2vtGuLR-fnfzUNoeNvcEbb0Lb-DGEZ-BQ5BV9xF8vSg,841
8
+ boto3-stubs/docs/__init__.pyi,sha256=uDkzwRXE_Bb65mlFvnPSySeRYnhK9Cpk4fUyK6gpBd0,179
9
+ boto3-stubs/docs/action.pyi,sha256=_vWYnBVkwK6kU3xTdr5tPGxL-s3ULaAFBnxuFLHsmsE,1016
10
+ boto3-stubs/docs/attr.pyi,sha256=6zGNEVUHUz0UjEDSYnDn-vBnydZKU9ENarzf6rss-3c,922
11
+ boto3-stubs/docs/base.pyi,sha256=n6aR2CAPB8klG0Lh8MAaVWNERIRloCtZ7ICzu7r3jOo,465
12
+ boto3-stubs/docs/client.pyi,sha256=mtlw2uqS__9HXLwjURqgd0w15QsabS2HuGHgSD40WRk,189
13
+ boto3-stubs/docs/collection.pyi,sha256=30Vp9-fBYjtVx2Gp0VfONnE_l0ZhQjWj1guv9d52aWA,1112
14
+ boto3-stubs/docs/docstring.pyi,sha256=qa35PZg3tUgypnDNOtND9po_WyesZMKbQpsRc4VsnVQ,673
15
+ boto3-stubs/docs/method.pyi,sha256=qi2f8wtk94y2PiRu_B1-9l1EebnQ9pt8bCKYgKH4JIE,772
16
+ boto3-stubs/docs/resource.pyi,sha256=lPQea0skxqynF8kKfugp1R3AUQabIUVxGVciDFkHKQo,562
17
+ boto3-stubs/docs/service.pyi,sha256=32cydjUn5qekLWAavmwjNhFEPxCNBrMvLmCvMSh0gzE,632
18
+ boto3-stubs/docs/subresource.pyi,sha256=IE-kBqbGgsCgnLOzMK5VKDWUFdgVhImZS6db09ODiDo,606
19
+ boto3-stubs/docs/utils.pyi,sha256=sAVH31W2eqOgZBE9gzjNallHoGskJ5Oegxs4bM78EcE,1101
20
+ boto3-stubs/docs/waiter.pyi,sha256=wCaNTXg-XRiPj43Rg3F7anitaJ2pmuhCHvY1JJeu_5k,881
21
+ boto3-stubs/dynamodb/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
+ boto3-stubs/dynamodb/conditions.pyi,sha256=hboN648JfDwDuqDxKYHwUZR5RJ-dUKH1Mv1JiSn-Lus,5226
23
+ boto3-stubs/dynamodb/table.pyi,sha256=ivXevhwMr2utFtlAxrkAHjyyFOgd7vrWNTaLjlUIeSU,1048
24
+ boto3-stubs/dynamodb/transform.pyi,sha256=1DUgxE2tvfoY7leVURr62sQuSFGeiyl0YHrIGJQe0Us,1765
25
+ boto3-stubs/dynamodb/types.pyi,sha256=JZmpjFHgET_3-xWUm20MA6VFk98rVE6VWTYoDSo_NeE,1114
26
+ boto3-stubs/ec2/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
+ boto3-stubs/ec2/createtags.pyi,sha256=5hsqujO1KzORtxlD0BzZpklljeXJTVJYiBDRZoqaRio,313
28
+ boto3-stubs/ec2/deletetags.pyi,sha256=uHIcutgqg2nrI-kDFe3grbNZ5YiE6R9kZcJXJOWjboI,294
29
+ boto3-stubs/resources/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
+ boto3-stubs/resources/action.pyi,sha256=dn9UULDmjczEEkn6kHrYU5qbmYKsh1omzYvVbwcQin0,1598
31
+ boto3-stubs/resources/base.pyi,sha256=vsiZZqJMYZKXhcu6IM8j7-jk_-DObRwgpj4kCM3Kiuc,1090
32
+ boto3-stubs/resources/collection.pyi,sha256=QRQX4uU-LYJSHZ1FoJn-h78uQ-ZXZedkWsA5bo1qLIQ,1940
33
+ boto3-stubs/resources/factory.pyi,sha256=JvEoo0cI0l_4y7w0jtox8SaUuFL_8Y8KresR5N6VLHc,577
34
+ boto3-stubs/resources/model.pyi,sha256=kpoEGVW9HwWLC1_pQ4pP3yIdZjRFnapWWKEDDqnWaG8,3348
35
+ boto3-stubs/resources/params.pyi,sha256=gmPIqfvLPlZB9lnwIL8ZJI8eEwCcpK0bqlt0mWviThI,629
36
+ boto3-stubs/resources/response.pyi,sha256=pXdB7YMWdZ7_ZLIAhb7iPhJkLsakC8xTObBC9l2smYA,1636
37
+ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
+ boto3-stubs/s3/constants.pyi,sha256=U9MRV6GXbxTyEfKLsp3fVKzLR85KSSSP5FbcIWVHX54,163
39
+ boto3-stubs/s3/inject.pyi,sha256=z72QArriCVYH-O15Z5yDGnMX0zo7nCmYhSB2tiIRTeo,4502
40
+ boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
41
+ types_boto3-1.35.93.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ types_boto3-1.35.93.dist-info/METADATA,sha256=_3kjqARr1Q6uFVguz5Sq4lLcAXhmFVb4gELf3tl9eF8,149972
43
+ types_boto3-1.35.93.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
44
+ types_boto3-1.35.93.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ types_boto3-1.35.93.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (75.7.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -0,0 +1 @@
1
+ boto3-stubs
types-boto3/__init__.pyi DELETED
@@ -1,60 +0,0 @@
1
- """
2
- Type annotations for boto3 module.
3
-
4
- Copyright 2024 Vlad Emelianov
5
- """
6
-
7
- import logging
8
- from typing import Any
9
-
10
- from boto3 import session as session
11
- from boto3.session import Session as Session
12
- from botocore.config import Config
13
- from botocore.session import Session as BotocoreSession
14
-
15
- __author__: str
16
- __version__: str
17
-
18
- DEFAULT_SESSION: Session | None
19
-
20
- def setup_default_session(
21
- *,
22
- aws_access_key_id: str | None = ...,
23
- aws_secret_access_key: str | None = ...,
24
- aws_session_token: str | None = ...,
25
- region_name: str | None = ...,
26
- botocore_session: BotocoreSession | None = ...,
27
- profile_name: str | None = ...,
28
- ) -> None: ...
29
- def set_stream_logger(
30
- name: str = ..., level: int = ..., format_string: str | None = ...
31
- ) -> None: ...
32
- def _get_default_session() -> Session: ...
33
-
34
- class NullHandler(logging.Handler):
35
- def emit(self, record: Any) -> Any: ...
36
-
37
- def client(
38
- service_name: str,
39
- region_name: str | None = ...,
40
- api_version: str | None = ...,
41
- use_ssl: bool | None = ...,
42
- verify: bool | str | None = ...,
43
- endpoint_url: str | None = ...,
44
- aws_access_key_id: str | None = ...,
45
- aws_secret_access_key: str | None = ...,
46
- aws_session_token: str | None = ...,
47
- config: Config | None = ...,
48
- ) -> Any: ...
49
- def resource(
50
- service_name: str,
51
- region_name: str | None = ...,
52
- api_version: str | None = ...,
53
- use_ssl: bool | None = ...,
54
- verify: bool | str | None = ...,
55
- endpoint_url: str | None = ...,
56
- aws_access_key_id: str | None = ...,
57
- aws_secret_access_key: str | None = ...,
58
- aws_session_token: str | None = ...,
59
- config: Config | None = ...,
60
- ) -> Any: ...
types-boto3/session.pyi DELETED
@@ -1,80 +0,0 @@
1
- """
2
- Type annotations for boto3.session module.
3
-
4
- Copyright 2024 Vlad Emelianov
5
- """
6
-
7
- from typing import Any
8
-
9
- from boto3.exceptions import ResourceNotExistsError as ResourceNotExistsError
10
- from boto3.exceptions import UnknownAPIVersionError as UnknownAPIVersionError
11
- from boto3.resources.factory import ResourceFactory
12
- from botocore.config import Config
13
- from botocore.credentials import Credentials
14
- from botocore.exceptions import DataNotFoundError as DataNotFoundError
15
- from botocore.exceptions import UnknownServiceError as UnknownServiceError
16
- from botocore.hooks import BaseEventHooks
17
- from botocore.loaders import Loader
18
- from botocore.session import Session as BotocoreSession
19
-
20
- class Session:
21
- def __init__(
22
- self,
23
- aws_access_key_id: str | None = ...,
24
- aws_secret_access_key: str | None = ...,
25
- aws_session_token: str | None = ...,
26
- region_name: str | None = ...,
27
- botocore_session: BotocoreSession | None = ...,
28
- profile_name: str | None = ...,
29
- ) -> None:
30
- self._session: BotocoreSession
31
- self.resource_factory: ResourceFactory
32
- self._loader: Loader
33
-
34
- @property
35
- def profile_name(self) -> str: ...
36
- @property
37
- def region_name(self) -> str: ...
38
- @property
39
- def events(self) -> BaseEventHooks: ...
40
- @property
41
- def available_profiles(self) -> list[str]: ...
42
- def _setup_loader(self) -> None: ...
43
- def get_available_services(self) -> list[str]: ...
44
- def get_available_resources(self) -> list[str]: ...
45
- def get_available_partitions(self) -> list[str]: ...
46
- def get_available_regions(
47
- self,
48
- service_name: str,
49
- partition_name: str = ...,
50
- allow_non_regional: bool = ...,
51
- ) -> list[str]: ...
52
- def get_credentials(self) -> Credentials | None: ...
53
- def get_partition_for_region(self, region_name: str) -> str: ...
54
- def _register_default_handlers(self) -> None: ...
55
- def client(
56
- self,
57
- service_name: str,
58
- region_name: str | None = ...,
59
- api_version: str | None = ...,
60
- use_ssl: bool | None = ...,
61
- verify: bool | str | None = ...,
62
- endpoint_url: str | None = ...,
63
- aws_access_key_id: str | None = ...,
64
- aws_secret_access_key: str | None = ...,
65
- aws_session_token: str | None = ...,
66
- config: Config | None = ...,
67
- ) -> Any: ...
68
- def resource(
69
- self,
70
- service_name: str,
71
- region_name: str | None = ...,
72
- api_version: str | None = ...,
73
- use_ssl: bool | None = ...,
74
- verify: bool | str | None = ...,
75
- endpoint_url: str | None = ...,
76
- aws_access_key_id: str | None = ...,
77
- aws_secret_access_key: str | None = ...,
78
- aws_session_token: str | None = ...,
79
- config: Config | None = ...,
80
- ) -> Any: ...
@@ -1,44 +0,0 @@
1
- types-boto3/__init__.pyi,sha256=AfjDvmKCvHuomKVDkclnMjH_pyXk78sbytyUFgRD9Ik,1658
2
- types-boto3/compat.pyi,sha256=j3-SBZqCGaoZoXzN6e7fkEQQvUmQ-MpIpcF9FuuUHH0,209
3
- types-boto3/crt.pyi,sha256=OAjGbtBlQJIDRctWkMpr7UwRKxiH_lQt9OdSrHPL3QI,893
4
- types-boto3/exceptions.pyi,sha256=cjOrbR2BIOcaHRmIQvGL0y-XEJdicpzRl2dQNfx6GVk,1339
5
- types-boto3/session.pyi,sha256=kRLfOy42QRlOUQMwDLNYPFnti5zbWFpOnR8VREA-wvU,2810
6
- types-boto3/utils.pyi,sha256=2vtGuLR-fnfzUNoeNvcEbb0Lb-DGEZ-BQ5BV9xF8vSg,841
7
- types-boto3/docs/__init__.pyi,sha256=uDkzwRXE_Bb65mlFvnPSySeRYnhK9Cpk4fUyK6gpBd0,179
8
- types-boto3/docs/action.pyi,sha256=_vWYnBVkwK6kU3xTdr5tPGxL-s3ULaAFBnxuFLHsmsE,1016
9
- types-boto3/docs/attr.pyi,sha256=6zGNEVUHUz0UjEDSYnDn-vBnydZKU9ENarzf6rss-3c,922
10
- types-boto3/docs/base.pyi,sha256=n6aR2CAPB8klG0Lh8MAaVWNERIRloCtZ7ICzu7r3jOo,465
11
- types-boto3/docs/client.pyi,sha256=mtlw2uqS__9HXLwjURqgd0w15QsabS2HuGHgSD40WRk,189
12
- types-boto3/docs/collection.pyi,sha256=30Vp9-fBYjtVx2Gp0VfONnE_l0ZhQjWj1guv9d52aWA,1112
13
- types-boto3/docs/docstring.pyi,sha256=qa35PZg3tUgypnDNOtND9po_WyesZMKbQpsRc4VsnVQ,673
14
- types-boto3/docs/method.pyi,sha256=qi2f8wtk94y2PiRu_B1-9l1EebnQ9pt8bCKYgKH4JIE,772
15
- types-boto3/docs/resource.pyi,sha256=lPQea0skxqynF8kKfugp1R3AUQabIUVxGVciDFkHKQo,562
16
- types-boto3/docs/service.pyi,sha256=32cydjUn5qekLWAavmwjNhFEPxCNBrMvLmCvMSh0gzE,632
17
- types-boto3/docs/subresource.pyi,sha256=IE-kBqbGgsCgnLOzMK5VKDWUFdgVhImZS6db09ODiDo,606
18
- types-boto3/docs/utils.pyi,sha256=sAVH31W2eqOgZBE9gzjNallHoGskJ5Oegxs4bM78EcE,1101
19
- types-boto3/docs/waiter.pyi,sha256=wCaNTXg-XRiPj43Rg3F7anitaJ2pmuhCHvY1JJeu_5k,881
20
- types-boto3/dynamodb/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
- types-boto3/dynamodb/conditions.pyi,sha256=hboN648JfDwDuqDxKYHwUZR5RJ-dUKH1Mv1JiSn-Lus,5226
22
- types-boto3/dynamodb/table.pyi,sha256=ivXevhwMr2utFtlAxrkAHjyyFOgd7vrWNTaLjlUIeSU,1048
23
- types-boto3/dynamodb/transform.pyi,sha256=1DUgxE2tvfoY7leVURr62sQuSFGeiyl0YHrIGJQe0Us,1765
24
- types-boto3/dynamodb/types.pyi,sha256=JZmpjFHgET_3-xWUm20MA6VFk98rVE6VWTYoDSo_NeE,1114
25
- types-boto3/ec2/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
- types-boto3/ec2/createtags.pyi,sha256=5hsqujO1KzORtxlD0BzZpklljeXJTVJYiBDRZoqaRio,313
27
- types-boto3/ec2/deletetags.pyi,sha256=uHIcutgqg2nrI-kDFe3grbNZ5YiE6R9kZcJXJOWjboI,294
28
- types-boto3/resources/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
- types-boto3/resources/action.pyi,sha256=dn9UULDmjczEEkn6kHrYU5qbmYKsh1omzYvVbwcQin0,1598
30
- types-boto3/resources/base.pyi,sha256=vsiZZqJMYZKXhcu6IM8j7-jk_-DObRwgpj4kCM3Kiuc,1090
31
- types-boto3/resources/collection.pyi,sha256=QRQX4uU-LYJSHZ1FoJn-h78uQ-ZXZedkWsA5bo1qLIQ,1940
32
- types-boto3/resources/factory.pyi,sha256=JvEoo0cI0l_4y7w0jtox8SaUuFL_8Y8KresR5N6VLHc,577
33
- types-boto3/resources/model.pyi,sha256=kpoEGVW9HwWLC1_pQ4pP3yIdZjRFnapWWKEDDqnWaG8,3348
34
- types-boto3/resources/params.pyi,sha256=gmPIqfvLPlZB9lnwIL8ZJI8eEwCcpK0bqlt0mWviThI,629
35
- types-boto3/resources/response.pyi,sha256=pXdB7YMWdZ7_ZLIAhb7iPhJkLsakC8xTObBC9l2smYA,1636
36
- types-boto3/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
- types-boto3/s3/constants.pyi,sha256=U9MRV6GXbxTyEfKLsp3fVKzLR85KSSSP5FbcIWVHX54,163
38
- types-boto3/s3/inject.pyi,sha256=z72QArriCVYH-O15Z5yDGnMX0zo7nCmYhSB2tiIRTeo,4502
39
- types-boto3/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
40
- types_boto3-1.35.71.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
41
- types_boto3-1.35.71.dist-info/METADATA,sha256=eLu1OgTDR6io2QQzPIkkbPsT1Bq5ImcQja6Y7sdsnCY,146638
42
- types_boto3-1.35.71.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
43
- types_boto3-1.35.71.dist-info/top_level.txt,sha256=R-McFt7eH4eDHsSu5M1SbeKpGWJnfrKy--ZyCmpDyR4,12
44
- types_boto3-1.35.71.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- types-boto3
File without changes
File without changes
File without changes
File without changes