boto3-stubs 1.35.36__py3-none-any.whl → 1.35.73__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 (41) hide show
  1. boto3-stubs/__init__.pyi +191 -3
  2. boto3-stubs/compat.pyi +7 -2
  3. boto3-stubs/crt.pyi +10 -6
  4. boto3-stubs/docs/__init__.pyi +6 -0
  5. boto3-stubs/docs/action.pyi +7 -3
  6. boto3-stubs/docs/attr.pyi +6 -0
  7. boto3-stubs/docs/base.pyi +8 -2
  8. boto3-stubs/docs/client.pyi +6 -0
  9. boto3-stubs/docs/collection.pyi +6 -0
  10. boto3-stubs/docs/docstring.pyi +6 -0
  11. boto3-stubs/docs/method.pyi +14 -8
  12. boto3-stubs/docs/resource.pyi +6 -0
  13. boto3-stubs/docs/service.pyi +6 -2
  14. boto3-stubs/docs/subresource.pyi +6 -0
  15. boto3-stubs/docs/utils.pyi +10 -4
  16. boto3-stubs/docs/waiter.pyi +6 -0
  17. boto3-stubs/dynamodb/conditions.pyi +31 -38
  18. boto3-stubs/dynamodb/table.pyi +15 -9
  19. boto3-stubs/dynamodb/transform.pyi +18 -12
  20. boto3-stubs/dynamodb/types.pyi +22 -33
  21. boto3-stubs/ec2/createtags.pyi +9 -3
  22. boto3-stubs/ec2/deletetags.pyi +6 -0
  23. boto3-stubs/exceptions.pyi +6 -0
  24. boto3-stubs/resources/action.pyi +12 -6
  25. boto3-stubs/resources/base.pyi +16 -12
  26. boto3-stubs/resources/collection.pyi +10 -6
  27. boto3-stubs/resources/factory.pyi +9 -3
  28. boto3-stubs/resources/model.pyi +55 -53
  29. boto3-stubs/resources/params.pyi +12 -6
  30. boto3-stubs/resources/response.pyi +20 -14
  31. boto3-stubs/s3/constants.pyi +6 -0
  32. boto3-stubs/s3/inject.pyi +62 -56
  33. boto3-stubs/s3/transfer.pyi +23 -17
  34. boto3-stubs/session.pyi +204 -3
  35. boto3-stubs/utils.pyi +10 -4
  36. {boto3_stubs-1.35.36.dist-info → boto3_stubs-1.35.73.dist-info}/METADATA +163 -71
  37. boto3_stubs-1.35.73.dist-info/RECORD +45 -0
  38. {boto3_stubs-1.35.36.dist-info → boto3_stubs-1.35.73.dist-info}/WHEEL +1 -1
  39. boto3_stubs-1.35.36.dist-info/RECORD +0 -45
  40. {boto3_stubs-1.35.36.dist-info → boto3_stubs-1.35.73.dist-info}/LICENSE +0 -0
  41. {boto3_stubs-1.35.36.dist-info → boto3_stubs-1.35.73.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.35.36
4
- Summary: Type annotations for boto3 1.35.36 generated with mypy-boto3-builder 8.1.2
3
+ Version: 1.35.73
4
+ Summary: Type annotations for boto3 1.35.73 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
@@ -9,7 +9,7 @@ License: MIT License
9
9
  Project-URL: Documentation, https://youtype.github.io/boto3_stubs_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
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3.10
23
23
  Classifier: Programming Language :: Python :: 3.11
24
24
  Classifier: Programming Language :: Python :: 3.12
25
25
  Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
26
27
  Classifier: Programming Language :: Python :: 3 :: Only
27
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
29
  Classifier: Typing :: Stubs Only
@@ -32,14 +33,8 @@ License-File: LICENSE
32
33
  Requires-Dist: botocore-stubs
33
34
  Requires-Dist: types-s3transfer
34
35
  Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
35
- Provides-Extra: accessanalyzer
36
- Requires-Dist: mypy-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "accessanalyzer"
37
- Provides-Extra: account
38
- Requires-Dist: mypy-boto3-account<1.36.0,>=1.35.0; extra == "account"
39
- Provides-Extra: acm
40
- Requires-Dist: mypy-boto3-acm<1.36.0,>=1.35.0; extra == "acm"
41
- Provides-Extra: acm-pca
42
- Requires-Dist: mypy-boto3-acm-pca<1.36.0,>=1.35.0; extra == "acm-pca"
36
+ Provides-Extra: full
37
+ Requires-Dist: boto3-stubs-full; extra == "full"
43
38
  Provides-Extra: all
44
39
  Requires-Dist: mypy-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "all"
45
40
  Requires-Dist: mypy-boto3-account<1.36.0,>=1.35.0; extra == "all"
@@ -77,10 +72,12 @@ Requires-Dist: mypy-boto3-backup<1.36.0,>=1.35.0; extra == "all"
77
72
  Requires-Dist: mypy-boto3-backup-gateway<1.36.0,>=1.35.0; extra == "all"
78
73
  Requires-Dist: mypy-boto3-batch<1.36.0,>=1.35.0; extra == "all"
79
74
  Requires-Dist: mypy-boto3-bcm-data-exports<1.36.0,>=1.35.0; extra == "all"
75
+ Requires-Dist: mypy-boto3-bcm-pricing-calculator<1.36.0,>=1.35.0; extra == "all"
80
76
  Requires-Dist: mypy-boto3-bedrock<1.36.0,>=1.35.0; extra == "all"
81
77
  Requires-Dist: mypy-boto3-bedrock-agent<1.36.0,>=1.35.0; extra == "all"
82
78
  Requires-Dist: mypy-boto3-bedrock-agent-runtime<1.36.0,>=1.35.0; extra == "all"
83
79
  Requires-Dist: mypy-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "all"
80
+ Requires-Dist: mypy-boto3-billing<1.36.0,>=1.35.0; extra == "all"
84
81
  Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "all"
85
82
  Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "all"
86
83
  Requires-Dist: mypy-boto3-budgets<1.36.0,>=1.35.0; extra == "all"
@@ -129,6 +126,7 @@ Requires-Dist: mypy-boto3-config<1.36.0,>=1.35.0; extra == "all"
129
126
  Requires-Dist: mypy-boto3-connect<1.36.0,>=1.35.0; extra == "all"
130
127
  Requires-Dist: mypy-boto3-connect-contact-lens<1.36.0,>=1.35.0; extra == "all"
131
128
  Requires-Dist: mypy-boto3-connectcampaigns<1.36.0,>=1.35.0; extra == "all"
129
+ Requires-Dist: mypy-boto3-connectcampaignsv2<1.36.0,>=1.35.0; extra == "all"
132
130
  Requires-Dist: mypy-boto3-connectcases<1.36.0,>=1.35.0; extra == "all"
133
131
  Requires-Dist: mypy-boto3-connectparticipant<1.36.0,>=1.35.0; extra == "all"
134
132
  Requires-Dist: mypy-boto3-controlcatalog<1.36.0,>=1.35.0; extra == "all"
@@ -190,6 +188,9 @@ Requires-Dist: mypy-boto3-frauddetector<1.36.0,>=1.35.0; extra == "all"
190
188
  Requires-Dist: mypy-boto3-freetier<1.36.0,>=1.35.0; extra == "all"
191
189
  Requires-Dist: mypy-boto3-fsx<1.36.0,>=1.35.0; extra == "all"
192
190
  Requires-Dist: mypy-boto3-gamelift<1.36.0,>=1.35.0; extra == "all"
191
+ Requires-Dist: mypy-boto3-geo-maps<1.36.0,>=1.35.0; extra == "all"
192
+ Requires-Dist: mypy-boto3-geo-places<1.36.0,>=1.35.0; extra == "all"
193
+ Requires-Dist: mypy-boto3-geo-routes<1.36.0,>=1.35.0; extra == "all"
193
194
  Requires-Dist: mypy-boto3-glacier<1.36.0,>=1.35.0; extra == "all"
194
195
  Requires-Dist: mypy-boto3-globalaccelerator<1.36.0,>=1.35.0; extra == "all"
195
196
  Requires-Dist: mypy-boto3-glue<1.36.0,>=1.35.0; extra == "all"
@@ -208,6 +209,7 @@ Requires-Dist: mypy-boto3-inspector<1.36.0,>=1.35.0; extra == "all"
208
209
  Requires-Dist: mypy-boto3-inspector-scan<1.36.0,>=1.35.0; extra == "all"
209
210
  Requires-Dist: mypy-boto3-inspector2<1.36.0,>=1.35.0; extra == "all"
210
211
  Requires-Dist: mypy-boto3-internetmonitor<1.36.0,>=1.35.0; extra == "all"
212
+ Requires-Dist: mypy-boto3-invoicing<1.36.0,>=1.35.0; extra == "all"
211
213
  Requires-Dist: mypy-boto3-iot<1.36.0,>=1.35.0; extra == "all"
212
214
  Requires-Dist: mypy-boto3-iot-data<1.36.0,>=1.35.0; extra == "all"
213
215
  Requires-Dist: mypy-boto3-iot-jobs-data<1.36.0,>=1.35.0; extra == "all"
@@ -294,10 +296,13 @@ Requires-Dist: mypy-boto3-neptune<1.36.0,>=1.35.0; extra == "all"
294
296
  Requires-Dist: mypy-boto3-neptune-graph<1.36.0,>=1.35.0; extra == "all"
295
297
  Requires-Dist: mypy-boto3-neptunedata<1.36.0,>=1.35.0; extra == "all"
296
298
  Requires-Dist: mypy-boto3-network-firewall<1.36.0,>=1.35.0; extra == "all"
299
+ Requires-Dist: mypy-boto3-networkflowmonitor<1.36.0,>=1.35.0; extra == "all"
297
300
  Requires-Dist: mypy-boto3-networkmanager<1.36.0,>=1.35.0; extra == "all"
298
301
  Requires-Dist: mypy-boto3-networkmonitor<1.36.0,>=1.35.0; extra == "all"
299
- Requires-Dist: mypy-boto3-nimble<1.36.0,>=1.35.0; extra == "all"
302
+ Requires-Dist: mypy-boto3-notifications<1.36.0,>=1.35.0; extra == "all"
303
+ Requires-Dist: mypy-boto3-notificationscontacts<1.36.0,>=1.35.0; extra == "all"
300
304
  Requires-Dist: mypy-boto3-oam<1.36.0,>=1.35.0; extra == "all"
305
+ Requires-Dist: mypy-boto3-observabilityadmin<1.36.0,>=1.35.0; extra == "all"
301
306
  Requires-Dist: mypy-boto3-omics<1.36.0,>=1.35.0; extra == "all"
302
307
  Requires-Dist: mypy-boto3-opensearch<1.36.0,>=1.35.0; extra == "all"
303
308
  Requires-Dist: mypy-boto3-opensearchserverless<1.36.0,>=1.35.0; extra == "all"
@@ -307,6 +312,7 @@ Requires-Dist: mypy-boto3-organizations<1.36.0,>=1.35.0; extra == "all"
307
312
  Requires-Dist: mypy-boto3-osis<1.36.0,>=1.35.0; extra == "all"
308
313
  Requires-Dist: mypy-boto3-outposts<1.36.0,>=1.35.0; extra == "all"
309
314
  Requires-Dist: mypy-boto3-panorama<1.36.0,>=1.35.0; extra == "all"
315
+ Requires-Dist: mypy-boto3-partnercentral-selling<1.36.0,>=1.35.0; extra == "all"
310
316
  Requires-Dist: mypy-boto3-payment-cryptography<1.36.0,>=1.35.0; extra == "all"
311
317
  Requires-Dist: mypy-boto3-payment-cryptography-data<1.36.0,>=1.35.0; extra == "all"
312
318
  Requires-Dist: mypy-boto3-pca-connector-ad<1.36.0,>=1.35.0; extra == "all"
@@ -369,6 +375,7 @@ Requires-Dist: mypy-boto3-scheduler<1.36.0,>=1.35.0; extra == "all"
369
375
  Requires-Dist: mypy-boto3-schemas<1.36.0,>=1.35.0; extra == "all"
370
376
  Requires-Dist: mypy-boto3-sdb<1.36.0,>=1.35.0; extra == "all"
371
377
  Requires-Dist: mypy-boto3-secretsmanager<1.36.0,>=1.35.0; extra == "all"
378
+ Requires-Dist: mypy-boto3-security-ir<1.36.0,>=1.35.0; extra == "all"
372
379
  Requires-Dist: mypy-boto3-securityhub<1.36.0,>=1.35.0; extra == "all"
373
380
  Requires-Dist: mypy-boto3-securitylake<1.36.0,>=1.35.0; extra == "all"
374
381
  Requires-Dist: mypy-boto3-serverlessrepo<1.36.0,>=1.35.0; extra == "all"
@@ -386,6 +393,7 @@ Requires-Dist: mypy-boto3-sms-voice<1.36.0,>=1.35.0; extra == "all"
386
393
  Requires-Dist: mypy-boto3-snow-device-management<1.36.0,>=1.35.0; extra == "all"
387
394
  Requires-Dist: mypy-boto3-snowball<1.36.0,>=1.35.0; extra == "all"
388
395
  Requires-Dist: mypy-boto3-sns<1.36.0,>=1.35.0; extra == "all"
396
+ Requires-Dist: mypy-boto3-socialmessaging<1.36.0,>=1.35.0; extra == "all"
389
397
  Requires-Dist: mypy-boto3-sqs<1.36.0,>=1.35.0; extra == "all"
390
398
  Requires-Dist: mypy-boto3-ssm<1.36.0,>=1.35.0; extra == "all"
391
399
  Requires-Dist: mypy-boto3-ssm-contacts<1.36.0,>=1.35.0; extra == "all"
@@ -428,6 +436,25 @@ Requires-Dist: mypy-boto3-workspaces<1.36.0,>=1.35.0; extra == "all"
428
436
  Requires-Dist: mypy-boto3-workspaces-thin-client<1.36.0,>=1.35.0; extra == "all"
429
437
  Requires-Dist: mypy-boto3-workspaces-web<1.36.0,>=1.35.0; extra == "all"
430
438
  Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "all"
439
+ Provides-Extra: essential
440
+ Requires-Dist: mypy-boto3-cloudformation<1.36.0,>=1.35.0; extra == "essential"
441
+ Requires-Dist: mypy-boto3-dynamodb<1.36.0,>=1.35.0; extra == "essential"
442
+ Requires-Dist: mypy-boto3-ec2<1.36.0,>=1.35.0; extra == "essential"
443
+ Requires-Dist: mypy-boto3-lambda<1.36.0,>=1.35.0; extra == "essential"
444
+ Requires-Dist: mypy-boto3-rds<1.36.0,>=1.35.0; extra == "essential"
445
+ Requires-Dist: mypy-boto3-s3<1.36.0,>=1.35.0; extra == "essential"
446
+ Requires-Dist: mypy-boto3-sqs<1.36.0,>=1.35.0; extra == "essential"
447
+ Provides-Extra: boto3
448
+ Requires-Dist: boto3==1.35.73; extra == "boto3"
449
+ Requires-Dist: botocore==1.35.73; extra == "boto3"
450
+ Provides-Extra: accessanalyzer
451
+ Requires-Dist: mypy-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "accessanalyzer"
452
+ Provides-Extra: account
453
+ Requires-Dist: mypy-boto3-account<1.36.0,>=1.35.0; extra == "account"
454
+ Provides-Extra: acm
455
+ Requires-Dist: mypy-boto3-acm<1.36.0,>=1.35.0; extra == "acm"
456
+ Provides-Extra: acm-pca
457
+ Requires-Dist: mypy-boto3-acm-pca<1.36.0,>=1.35.0; extra == "acm-pca"
431
458
  Provides-Extra: amp
432
459
  Requires-Dist: mypy-boto3-amp<1.36.0,>=1.35.0; extra == "amp"
433
460
  Provides-Extra: amplify
@@ -492,6 +519,8 @@ Provides-Extra: batch
492
519
  Requires-Dist: mypy-boto3-batch<1.36.0,>=1.35.0; extra == "batch"
493
520
  Provides-Extra: bcm-data-exports
494
521
  Requires-Dist: mypy-boto3-bcm-data-exports<1.36.0,>=1.35.0; extra == "bcm-data-exports"
522
+ Provides-Extra: bcm-pricing-calculator
523
+ Requires-Dist: mypy-boto3-bcm-pricing-calculator<1.36.0,>=1.35.0; extra == "bcm-pricing-calculator"
495
524
  Provides-Extra: bedrock
496
525
  Requires-Dist: mypy-boto3-bedrock<1.36.0,>=1.35.0; extra == "bedrock"
497
526
  Provides-Extra: bedrock-agent
@@ -500,11 +529,10 @@ Provides-Extra: bedrock-agent-runtime
500
529
  Requires-Dist: mypy-boto3-bedrock-agent-runtime<1.36.0,>=1.35.0; extra == "bedrock-agent-runtime"
501
530
  Provides-Extra: bedrock-runtime
502
531
  Requires-Dist: mypy-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "bedrock-runtime"
532
+ Provides-Extra: billing
533
+ Requires-Dist: mypy-boto3-billing<1.36.0,>=1.35.0; extra == "billing"
503
534
  Provides-Extra: billingconductor
504
535
  Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "billingconductor"
505
- Provides-Extra: boto3
506
- Requires-Dist: boto3==1.35.36; extra == "boto3"
507
- Requires-Dist: botocore==1.35.36; extra == "boto3"
508
536
  Provides-Extra: braket
509
537
  Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "braket"
510
538
  Provides-Extra: budgets
@@ -599,6 +627,8 @@ Provides-Extra: connect-contact-lens
599
627
  Requires-Dist: mypy-boto3-connect-contact-lens<1.36.0,>=1.35.0; extra == "connect-contact-lens"
600
628
  Provides-Extra: connectcampaigns
601
629
  Requires-Dist: mypy-boto3-connectcampaigns<1.36.0,>=1.35.0; extra == "connectcampaigns"
630
+ Provides-Extra: connectcampaignsv2
631
+ Requires-Dist: mypy-boto3-connectcampaignsv2<1.36.0,>=1.35.0; extra == "connectcampaignsv2"
602
632
  Provides-Extra: connectcases
603
633
  Requires-Dist: mypy-boto3-connectcases<1.36.0,>=1.35.0; extra == "connectcases"
604
634
  Provides-Extra: connectparticipant
@@ -695,14 +725,6 @@ Provides-Extra: entityresolution
695
725
  Requires-Dist: mypy-boto3-entityresolution<1.36.0,>=1.35.0; extra == "entityresolution"
696
726
  Provides-Extra: es
697
727
  Requires-Dist: mypy-boto3-es<1.36.0,>=1.35.0; extra == "es"
698
- Provides-Extra: essential
699
- Requires-Dist: mypy-boto3-cloudformation<1.36.0,>=1.35.0; extra == "essential"
700
- Requires-Dist: mypy-boto3-dynamodb<1.36.0,>=1.35.0; extra == "essential"
701
- Requires-Dist: mypy-boto3-ec2<1.36.0,>=1.35.0; extra == "essential"
702
- Requires-Dist: mypy-boto3-lambda<1.36.0,>=1.35.0; extra == "essential"
703
- Requires-Dist: mypy-boto3-rds<1.36.0,>=1.35.0; extra == "essential"
704
- Requires-Dist: mypy-boto3-s3<1.36.0,>=1.35.0; extra == "essential"
705
- Requires-Dist: mypy-boto3-sqs<1.36.0,>=1.35.0; extra == "essential"
706
728
  Provides-Extra: events
707
729
  Requires-Dist: mypy-boto3-events<1.36.0,>=1.35.0; extra == "events"
708
730
  Provides-Extra: evidently
@@ -727,10 +749,14 @@ Provides-Extra: freetier
727
749
  Requires-Dist: mypy-boto3-freetier<1.36.0,>=1.35.0; extra == "freetier"
728
750
  Provides-Extra: fsx
729
751
  Requires-Dist: mypy-boto3-fsx<1.36.0,>=1.35.0; extra == "fsx"
730
- Provides-Extra: full
731
- Requires-Dist: boto3-stubs-full; extra == "full"
732
752
  Provides-Extra: gamelift
733
753
  Requires-Dist: mypy-boto3-gamelift<1.36.0,>=1.35.0; extra == "gamelift"
754
+ Provides-Extra: geo-maps
755
+ Requires-Dist: mypy-boto3-geo-maps<1.36.0,>=1.35.0; extra == "geo-maps"
756
+ Provides-Extra: geo-places
757
+ Requires-Dist: mypy-boto3-geo-places<1.36.0,>=1.35.0; extra == "geo-places"
758
+ Provides-Extra: geo-routes
759
+ Requires-Dist: mypy-boto3-geo-routes<1.36.0,>=1.35.0; extra == "geo-routes"
734
760
  Provides-Extra: glacier
735
761
  Requires-Dist: mypy-boto3-glacier<1.36.0,>=1.35.0; extra == "glacier"
736
762
  Provides-Extra: globalaccelerator
@@ -767,6 +793,8 @@ Provides-Extra: inspector2
767
793
  Requires-Dist: mypy-boto3-inspector2<1.36.0,>=1.35.0; extra == "inspector2"
768
794
  Provides-Extra: internetmonitor
769
795
  Requires-Dist: mypy-boto3-internetmonitor<1.36.0,>=1.35.0; extra == "internetmonitor"
796
+ Provides-Extra: invoicing
797
+ Requires-Dist: mypy-boto3-invoicing<1.36.0,>=1.35.0; extra == "invoicing"
770
798
  Provides-Extra: iot
771
799
  Requires-Dist: mypy-boto3-iot<1.36.0,>=1.35.0; extra == "iot"
772
800
  Provides-Extra: iot-data
@@ -939,14 +967,20 @@ Provides-Extra: neptunedata
939
967
  Requires-Dist: mypy-boto3-neptunedata<1.36.0,>=1.35.0; extra == "neptunedata"
940
968
  Provides-Extra: network-firewall
941
969
  Requires-Dist: mypy-boto3-network-firewall<1.36.0,>=1.35.0; extra == "network-firewall"
970
+ Provides-Extra: networkflowmonitor
971
+ Requires-Dist: mypy-boto3-networkflowmonitor<1.36.0,>=1.35.0; extra == "networkflowmonitor"
942
972
  Provides-Extra: networkmanager
943
973
  Requires-Dist: mypy-boto3-networkmanager<1.36.0,>=1.35.0; extra == "networkmanager"
944
974
  Provides-Extra: networkmonitor
945
975
  Requires-Dist: mypy-boto3-networkmonitor<1.36.0,>=1.35.0; extra == "networkmonitor"
946
- Provides-Extra: nimble
947
- Requires-Dist: mypy-boto3-nimble<1.36.0,>=1.35.0; extra == "nimble"
976
+ Provides-Extra: notifications
977
+ Requires-Dist: mypy-boto3-notifications<1.36.0,>=1.35.0; extra == "notifications"
978
+ Provides-Extra: notificationscontacts
979
+ Requires-Dist: mypy-boto3-notificationscontacts<1.36.0,>=1.35.0; extra == "notificationscontacts"
948
980
  Provides-Extra: oam
949
981
  Requires-Dist: mypy-boto3-oam<1.36.0,>=1.35.0; extra == "oam"
982
+ Provides-Extra: observabilityadmin
983
+ Requires-Dist: mypy-boto3-observabilityadmin<1.36.0,>=1.35.0; extra == "observabilityadmin"
950
984
  Provides-Extra: omics
951
985
  Requires-Dist: mypy-boto3-omics<1.36.0,>=1.35.0; extra == "omics"
952
986
  Provides-Extra: opensearch
@@ -965,6 +999,8 @@ Provides-Extra: outposts
965
999
  Requires-Dist: mypy-boto3-outposts<1.36.0,>=1.35.0; extra == "outposts"
966
1000
  Provides-Extra: panorama
967
1001
  Requires-Dist: mypy-boto3-panorama<1.36.0,>=1.35.0; extra == "panorama"
1002
+ Provides-Extra: partnercentral-selling
1003
+ Requires-Dist: mypy-boto3-partnercentral-selling<1.36.0,>=1.35.0; extra == "partnercentral-selling"
968
1004
  Provides-Extra: payment-cryptography
969
1005
  Requires-Dist: mypy-boto3-payment-cryptography<1.36.0,>=1.35.0; extra == "payment-cryptography"
970
1006
  Provides-Extra: payment-cryptography-data
@@ -1089,6 +1125,8 @@ Provides-Extra: sdb
1089
1125
  Requires-Dist: mypy-boto3-sdb<1.36.0,>=1.35.0; extra == "sdb"
1090
1126
  Provides-Extra: secretsmanager
1091
1127
  Requires-Dist: mypy-boto3-secretsmanager<1.36.0,>=1.35.0; extra == "secretsmanager"
1128
+ Provides-Extra: security-ir
1129
+ Requires-Dist: mypy-boto3-security-ir<1.36.0,>=1.35.0; extra == "security-ir"
1092
1130
  Provides-Extra: securityhub
1093
1131
  Requires-Dist: mypy-boto3-securityhub<1.36.0,>=1.35.0; extra == "securityhub"
1094
1132
  Provides-Extra: securitylake
@@ -1123,6 +1161,8 @@ Provides-Extra: snowball
1123
1161
  Requires-Dist: mypy-boto3-snowball<1.36.0,>=1.35.0; extra == "snowball"
1124
1162
  Provides-Extra: sns
1125
1163
  Requires-Dist: mypy-boto3-sns<1.36.0,>=1.35.0; extra == "sns"
1164
+ Provides-Extra: socialmessaging
1165
+ Requires-Dist: mypy-boto3-socialmessaging<1.36.0,>=1.35.0; extra == "socialmessaging"
1126
1166
  Provides-Extra: sqs
1127
1167
  Requires-Dist: mypy-boto3-sqs<1.36.0,>=1.35.0; extra == "sqs"
1128
1168
  Provides-Extra: ssm
@@ -1212,15 +1252,14 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1212
1252
 
1213
1253
  # boto3-stubs
1214
1254
 
1215
- [![PyPI - boto3-stubs](https://img.shields.io/pypi/v/boto3-stubs.svg?color=blue)](https://pypi.org/project/boto3-stubs)
1216
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/boto3-stubs.svg?color=blue)](https://pypi.org/project/boto3-stubs)
1255
+ [![PyPI - boto3-stubs](https://img.shields.io/pypi/v/boto3-stubs.svg?color=blue)](https://pypi.org/project/boto3-stubs/)
1256
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/boto3-stubs.svg?color=blue)](https://pypi.org/project/boto3-stubs/)
1217
1257
  [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/)
1218
- [![PyPI - Downloads](https://static.pepy.tech/badge/boto3-stubs)](https://pepy.tech/project/boto3-stubs)
1258
+ [![PyPI - Downloads](https://static.pepy.tech/badge/boto3-stubs)](https://pypistats.org/packages/boto3-stubs)
1219
1259
 
1220
1260
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1221
1261
 
1222
- Type annotations for
1223
- [boto3 1.35.36](https://boto3.amazonaws.com/v1/documentation/api/1.35.36/index.html)
1262
+ Type annotations for [boto3 1.35.73](https://pypi.org/project/boto3/)
1224
1263
  compatible with [VSCode](https://code.visualstudio.com/),
1225
1264
  [PyCharm](https://www.jetbrains.com/pycharm/),
1226
1265
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1229,14 +1268,14 @@ compatible with [VSCode](https://code.visualstudio.com/),
1229
1268
  [pyright](https://github.com/microsoft/pyright) and other tools.
1230
1269
 
1231
1270
  Generated by
1232
- [mypy-boto3-builder 8.1.2](https://github.com/youtype/mypy_boto3_builder).
1271
+ [mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
1233
1272
 
1234
1273
  More information can be found in
1235
1274
  [boto3-stubs docs](https://youtype.github.io/boto3_stubs_docs/).
1236
1275
 
1237
- See how it helps to find and fix potential bugs:
1276
+ See how it helps you find and fix potential bugs:
1238
1277
 
1239
- ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
1278
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
1240
1279
 
1241
1280
  - [boto3-stubs](#boto3-stubs)
1242
1281
  - [How to install](#how-to-install)
@@ -1252,8 +1291,8 @@ See how it helps to find and fix potential bugs:
1252
1291
  - [Other IDEs](#other-ides)
1253
1292
  - [mypy](#mypy)
1254
1293
  - [pyright](#pyright)
1255
- - [Explicit type annotations](#explicit-type-annotations)
1256
1294
  - [Pylint compatibility](#pylint-compatibility)
1295
+ - [Explicit type annotations](#explicit-type-annotations)
1257
1296
  - [How it works](#how-it-works)
1258
1297
  - [What's new](#what's-new)
1259
1298
  - [Implemented features](#implemented-features)
@@ -1371,16 +1410,31 @@ annotations required, write your `boto3` code as usual.
1371
1410
 
1372
1411
  ### PyCharm
1373
1412
 
1374
- Install `boto3-stubs-lite[essential]` in your environment:
1413
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
1414
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
1415
+ > to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
1416
+ > the issue is resolved.
1417
+
1418
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
1419
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
1420
+ > [pyright](https://github.com/microsoft/pyright) instead.
1421
+
1422
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
1423
+ > `boto3-stubs` with
1424
+ > [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
1375
1425
 
1376
1426
  ```bash
1377
- python -m pip install 'boto3-stubs-lite[essential]'`
1427
+ pip uninstall boto3-stubs
1428
+ pip install boto3-stubs-lite
1378
1429
  ```
1379
1430
 
1380
- Both type checking and code completion should now work. Explicit type
1381
- annotations **are required**.
1431
+ Install `boto3-stubs[essential]` in your environment:
1382
1432
 
1383
- Use `boto3-stubs` package instead for implicit type discovery.
1433
+ ```bash
1434
+ python -m pip install 'boto3-stubs[essential]'
1435
+ ```
1436
+
1437
+ Both type checking and code completion should now work.
1384
1438
 
1385
1439
  <a id="emacs"></a>
1386
1440
 
@@ -1466,6 +1520,31 @@ Optionally, you can install `boto3-stubs` to `typings` directory.
1466
1520
  Type checking should now work. No explicit type annotations required, write
1467
1521
  your `boto3` code as usual.
1468
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 `boto3-stubs`
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 mypy_boto3_ec2 import EC2Client, EC2ServiceResource
1537
+ from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
1538
+ from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
1539
+ else:
1540
+ EC2Client = object
1541
+ EC2ServiceResource = object
1542
+ BundleTaskCompleteWaiter = object
1543
+ DescribeVolumesPaginator = object
1544
+
1545
+ ...
1546
+ ```
1547
+
1469
1548
  <a id="explicit-type-annotations"></a>
1470
1549
 
1471
1550
  ### Explicit type annotations
@@ -1492,32 +1571,6 @@ bundle_task_complete_waiter: BundleTaskCompleteWaiter = ec2_client.get_waiter(
1492
1571
  describe_volumes_paginator: DescribeVolumesPaginator = ec2_client.get_paginator("describe_volumes")
1493
1572
  ```
1494
1573
 
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 `boto3-stubs`
1500
- dependency in production. However, there is an issue in `pylint` that it
1501
- complains about undefined variables. To fix it, set all types to `object` in
1502
- non-`TYPE_CHECKING` mode.
1503
-
1504
- ```python
1505
- import boto3
1506
- from typing import TYPE_CHECKING
1507
-
1508
- if TYPE_CHECKING:
1509
- from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
1510
- from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
1511
- from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
1512
- else:
1513
- EC2Client = object
1514
- EC2ServiceResource = object
1515
- BundleTaskCompleteWaiter = object
1516
- DescribeVolumesPaginator = object
1517
-
1518
- ...
1519
- ```
1520
-
1521
1574
  <a id="how-it-works"></a>
1522
1575
 
1523
1576
  ## How it works
@@ -1606,9 +1659,9 @@ repository.
1606
1659
 
1607
1660
  ## Submodules
1608
1661
 
1609
- - `boto3-stubs[full]` - Type annotations for all 387 services in one package
1662
+ - `boto3-stubs[full]` - Type annotations for all 400 services in one package
1610
1663
  (recommended).
1611
- - `boto3-stubs[all]` - Type annotations for all 387 services in separate
1664
+ - `boto3-stubs[all]` - Type annotations for all 400 services in separate
1612
1665
  packages.
1613
1666
  - `boto3-stubs[essential]` - Type annotations for
1614
1667
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -1725,6 +1778,9 @@ repository.
1725
1778
  - `boto3-stubs[bcm-data-exports]` - Type annotations for
1726
1779
  [BillingandCostManagementDataExports](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bcm_data_exports/)
1727
1780
  service.
1781
+ - `boto3-stubs[bcm-pricing-calculator]` - Type annotations for
1782
+ [BillingandCostManagementPricingCalculator](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bcm_pricing_calculator/)
1783
+ service.
1728
1784
  - `boto3-stubs[bedrock]` - Type annotations for
1729
1785
  [Bedrock](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock/)
1730
1786
  service.
@@ -1737,6 +1793,9 @@ repository.
1737
1793
  - `boto3-stubs[bedrock-runtime]` - Type annotations for
1738
1794
  [BedrockRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_runtime/)
1739
1795
  service.
1796
+ - `boto3-stubs[billing]` - Type annotations for
1797
+ [Billing](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_billing/)
1798
+ service.
1740
1799
  - `boto3-stubs[billingconductor]` - Type annotations for
1741
1800
  [BillingConductor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_billingconductor/)
1742
1801
  service.
@@ -1881,6 +1940,9 @@ repository.
1881
1940
  - `boto3-stubs[connectcampaigns]` - Type annotations for
1882
1941
  [ConnectCampaignService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcampaigns/)
1883
1942
  service.
1943
+ - `boto3-stubs[connectcampaignsv2]` - Type annotations for
1944
+ [ConnectCampaignServiceV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcampaignsv2/)
1945
+ service.
1884
1946
  - `boto3-stubs[connectcases]` - Type annotations for
1885
1947
  [ConnectCases](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/)
1886
1948
  service.
@@ -2051,6 +2113,15 @@ repository.
2051
2113
  - `boto3-stubs[gamelift]` - Type annotations for
2052
2114
  [GameLift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_gamelift/)
2053
2115
  service.
2116
+ - `boto3-stubs[geo-maps]` - Type annotations for
2117
+ [LocationServiceMapsV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/)
2118
+ service.
2119
+ - `boto3-stubs[geo-places]` - Type annotations for
2120
+ [LocationServicePlacesV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_places/)
2121
+ service.
2122
+ - `boto3-stubs[geo-routes]` - Type annotations for
2123
+ [LocationServiceRoutesV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_routes/)
2124
+ service.
2054
2125
  - `boto3-stubs[glacier]` - Type annotations for
2055
2126
  [Glacier](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_glacier/)
2056
2127
  service.
@@ -2103,6 +2174,9 @@ repository.
2103
2174
  - `boto3-stubs[internetmonitor]` - Type annotations for
2104
2175
  [CloudWatchInternetMonitor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_internetmonitor/)
2105
2176
  service.
2177
+ - `boto3-stubs[invoicing]` - Type annotations for
2178
+ [Invoicing](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_invoicing/)
2179
+ service.
2106
2180
  - `boto3-stubs[iot]` - Type annotations for
2107
2181
  [IoT](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot/) service.
2108
2182
  - `boto3-stubs[iot-data]` - Type annotations for
@@ -2355,18 +2429,27 @@ repository.
2355
2429
  - `boto3-stubs[network-firewall]` - Type annotations for
2356
2430
  [NetworkFirewall](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_network_firewall/)
2357
2431
  service.
2432
+ - `boto3-stubs[networkflowmonitor]` - Type annotations for
2433
+ [NetworkFlowMonitor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_networkflowmonitor/)
2434
+ service.
2358
2435
  - `boto3-stubs[networkmanager]` - Type annotations for
2359
2436
  [NetworkManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_networkmanager/)
2360
2437
  service.
2361
2438
  - `boto3-stubs[networkmonitor]` - Type annotations for
2362
2439
  [CloudWatchNetworkMonitor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_networkmonitor/)
2363
2440
  service.
2364
- - `boto3-stubs[nimble]` - Type annotations for
2365
- [NimbleStudio](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_nimble/)
2441
+ - `boto3-stubs[notifications]` - Type annotations for
2442
+ [UserNotifications](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_notifications/)
2443
+ service.
2444
+ - `boto3-stubs[notificationscontacts]` - Type annotations for
2445
+ [UserNotificationsContacts](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_notificationscontacts/)
2366
2446
  service.
2367
2447
  - `boto3-stubs[oam]` - Type annotations for
2368
2448
  [CloudWatchObservabilityAccessManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_oam/)
2369
2449
  service.
2450
+ - `boto3-stubs[observabilityadmin]` - Type annotations for
2451
+ [CloudWatchObservabilityAdminService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_observabilityadmin/)
2452
+ service.
2370
2453
  - `boto3-stubs[omics]` - Type annotations for
2371
2454
  [Omics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_omics/)
2372
2455
  service.
@@ -2394,6 +2477,9 @@ repository.
2394
2477
  - `boto3-stubs[panorama]` - Type annotations for
2395
2478
  [Panorama](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_panorama/)
2396
2479
  service.
2480
+ - `boto3-stubs[partnercentral-selling]` - Type annotations for
2481
+ [PartnerCentralSellingAPI](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_partnercentral_selling/)
2482
+ service.
2397
2483
  - `boto3-stubs[payment-cryptography]` - Type annotations for
2398
2484
  [PaymentCryptographyControlPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_payment_cryptography/)
2399
2485
  service.
@@ -2575,6 +2661,9 @@ repository.
2575
2661
  - `boto3-stubs[secretsmanager]` - Type annotations for
2576
2662
  [SecretsManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_secretsmanager/)
2577
2663
  service.
2664
+ - `boto3-stubs[security-ir]` - Type annotations for
2665
+ [SecurityIncidentResponse](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_security_ir/)
2666
+ service.
2578
2667
  - `boto3-stubs[securityhub]` - Type annotations for
2579
2668
  [SecurityHub](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_securityhub/)
2580
2669
  service.
@@ -2623,6 +2712,9 @@ repository.
2623
2712
  service.
2624
2713
  - `boto3-stubs[sns]` - Type annotations for
2625
2714
  [SNS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sns/) service.
2715
+ - `boto3-stubs[socialmessaging]` - Type annotations for
2716
+ [EndUserMessagingSocial](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_socialmessaging/)
2717
+ service.
2626
2718
  - `boto3-stubs[sqs]` - Type annotations for
2627
2719
  [SQS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sqs/) service.
2628
2720
  - `boto3-stubs[ssm]` - Type annotations for
@@ -0,0 +1,45 @@
1
+ boto3-stubs/__init__.pyi,sha256=t310BIbWQF8ctZGi-GHVCjun50b7DsU5Go-TNT-JFsM,215254
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=QTq8ITtAm2OM2LRAR3j_QkHx5LqybUbXQBDlb0B-QT8,243423
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
+ 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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.1.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,45 +0,0 @@
1
- boto3-stubs/__init__.pyi,sha256=4rvgNnrDtv6sJpFXl31jEPuJ3RxKgazUPKxDkTzFLNc,208040
2
- boto3-stubs/compat.pyi,sha256=xa8V0D9EklCqKSzPAsOCRxSFn9o7ZsabgMB2NbezRU8,151
3
- boto3-stubs/crt.pyi,sha256=I9HtByOVDaxLR8UI0IVRgEnd09-9nP7cz6aLchQGJy4,839
4
- boto3-stubs/exceptions.pyi,sha256=5RiiwvZt6WJg4NmdBqiw_F3edX-hZCPft50s3YRd_Gg,1253
5
- boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- boto3-stubs/session.pyi,sha256=ZSxDjl87GJcS_1bCPE9NR2diNm4kOARXahWJ-PHfYyc,235352
7
- boto3-stubs/utils.pyi,sha256=aFM7Aoxm8HuplG367JDYs5-zZ_YQpKr7ONPs1x7f15Y,779
8
- boto3-stubs/docs/__init__.pyi,sha256=wGWFUev9EDG-4NT4l-JUjzFUsypBQf2kwFBfdb1uJeU,99
9
- boto3-stubs/docs/action.pyi,sha256=swA73r0izUswkhU7lChbW4FZN491Q8HjcxnwlyDnAuE,960
10
- boto3-stubs/docs/attr.pyi,sha256=8HvOBUZModgA6C2ooeZwc4Ohe-Wxtu1CjneDcIzzepc,837
11
- boto3-stubs/docs/base.pyi,sha256=hYdyNgO31OXqtBAH3EqVaW1lxHHnaW64tAYOY6mnJoM,386
12
- boto3-stubs/docs/client.pyi,sha256=LjD603Ya-woOwSpPDCIuR18Ncybf-7TpX_4USmwvpbg,102
13
- boto3-stubs/docs/collection.pyi,sha256=5EDcfJ-WfaGC9mgwWnbq62bO0EFOSOplcrZ8esC9ngk,1021
14
- boto3-stubs/docs/docstring.pyi,sha256=B4SvarMezHVbItbOMYAWRhQf0SYwSgGZn8PD9ncWZ0w,583
15
- boto3-stubs/docs/method.pyi,sha256=oYhYhMgEzeQNIU6gQDItJzSCEGRW60t7Ywm_SRgNoYc,716
16
- boto3-stubs/docs/resource.pyi,sha256=dN9tzbGOLRjUE7uPiC4o-BEDyDMkyHgE0wYpeJHP6gA,473
17
- boto3-stubs/docs/service.pyi,sha256=OaXSSMfmfxMnh7ws8mKLdlt91JXMRQxU4Fj7RgRBwx4,569
18
- boto3-stubs/docs/subresource.pyi,sha256=1Iia63jqtZwlbiVRwtoxU1e6yvfVHElPEhoM6eebc-k,514
19
- boto3-stubs/docs/utils.pyi,sha256=bD81ElRcEIreIuIXIzwcCGJWv7BwuubsS1Ha_IwPtNo,1034
20
- boto3-stubs/docs/waiter.pyi,sha256=3qh3S0BGU-papbnpSdOamr8RDLBxGrytY0OOxRRzrP0,794
21
- boto3-stubs/dynamodb/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
- boto3-stubs/dynamodb/conditions.pyi,sha256=J5gkps9ttGUMc8jqBJR2hdDBtWhfjtHqn_JtGMkZDpA,5463
23
- boto3-stubs/dynamodb/table.pyi,sha256=V234sOSuGjpO56ry3-AVRM1ivhs4CDfTB4ebxVgL0AI,995
24
- boto3-stubs/dynamodb/transform.pyi,sha256=Yu9dmcgOfw_ZSo_sSTvbd6LKYbC7_vpsI7TxSOyRyW4,1705
25
- boto3-stubs/dynamodb/types.pyi,sha256=x9Nqn8wSTYx6S0gFSNDvNNlB7seiepqGdpalojebD10,1426
26
- boto3-stubs/ec2/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
- boto3-stubs/ec2/createtags.pyi,sha256=CcbwkLP_0j8wPMfNft72-_Sqd1-0SXjbvfkACxtpS34,235
28
- boto3-stubs/ec2/deletetags.pyi,sha256=1jRFLP0hH_JMRW7wKf1YyH2yGS3MhclEZ999Fy5qJzs,204
29
- boto3-stubs/resources/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
- boto3-stubs/resources/action.pyi,sha256=Y3gDvwA1gj7MoejxnRrQYXy5znLHRIwWRym-3XPvK5o,1546
31
- boto3-stubs/resources/base.pyi,sha256=SdN-6pD5THG6jrEwMyRkAynFOzJt9u3ydTOQfNsqpa8,1101
32
- boto3-stubs/resources/collection.pyi,sha256=MurweTycZ2fdOO7PSgRalyKb_zz-GgKi3D2A0-rc_To,1922
33
- boto3-stubs/resources/factory.pyi,sha256=9A0RHo8kRPE8xuzDCSHkxJCAsKk_oHmDiXwVj-i9_fk,496
34
- boto3-stubs/resources/model.pyi,sha256=QAZczHtWlTvfW08NCQDUi88ipInPNRK38SHpDMICxOM,3705
35
- boto3-stubs/resources/params.pyi,sha256=v7-qSPWhisLYXC3xdB1JKAkOgKBBEbvPiZqFglzaSY4,565
36
- boto3-stubs/resources/response.pyi,sha256=fYbfRbFvoWRXejmVi9iL8kWoagj336M_cFfWwSzhNs4,1607
37
- boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
- boto3-stubs/s3/constants.pyi,sha256=9MYiVx6cRf9tcrxvpy0Ubi4HGyrmUj19WQA54lmfoR8,75
39
- boto3-stubs/s3/inject.pyi,sha256=UxVi6tYfEYdvc8cKldt9StTEGFHWTdd-867frSfxF9w,4577
40
- boto3-stubs/s3/transfer.pyi,sha256=zQ7pQpsCWWo9cdYrOoiuKyiLz_t1sG0_OOznd5DETTo,2508
41
- boto3_stubs-1.35.36.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
- boto3_stubs-1.35.36.dist-info/METADATA,sha256=-_u_T_ZH_Blo25KpewzK5QQ4Dl5ZjHjcFJdl4IiN0L8,141730
43
- boto3_stubs-1.35.36.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
44
- boto3_stubs-1.35.36.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.35.36.dist-info/RECORD,,