boto3-stubs 1.35.36__py3-none-any.whl → 1.35.90__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. boto3-stubs/__init__.pyi +5905 -3987
  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 +5920 -3986
  35. boto3-stubs/utils.pyi +10 -4
  36. {boto3_stubs-1.35.36.dist-info → boto3_stubs-1.35.90.dist-info}/METADATA +213 -81
  37. boto3_stubs-1.35.90.dist-info/RECORD +45 -0
  38. {boto3_stubs-1.35.36.dist-info → boto3_stubs-1.35.90.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.90.dist-info}/LICENSE +0 -0
  41. {boto3_stubs-1.35.36.dist-info → boto3_stubs-1.35.90.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.90
4
+ Summary: Type annotations for boto3 1.35.90 generated with mypy-boto3-builder 8.7.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,10 @@ 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<1.36.0,>=1.35.0; extra == "full"
38
+ Provides-Extra: boto3
39
+ Requires-Dist: boto3==1.35.90; extra == "boto3"
43
40
  Provides-Extra: all
44
41
  Requires-Dist: mypy-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "all"
45
42
  Requires-Dist: mypy-boto3-account<1.36.0,>=1.35.0; extra == "all"
@@ -75,12 +72,17 @@ Requires-Dist: mypy-boto3-autoscaling-plans<1.36.0,>=1.35.0; extra == "all"
75
72
  Requires-Dist: mypy-boto3-b2bi<1.36.0,>=1.35.0; extra == "all"
76
73
  Requires-Dist: mypy-boto3-backup<1.36.0,>=1.35.0; extra == "all"
77
74
  Requires-Dist: mypy-boto3-backup-gateway<1.36.0,>=1.35.0; extra == "all"
75
+ Requires-Dist: mypy-boto3-backupsearch<1.36.0,>=1.35.0; extra == "all"
78
76
  Requires-Dist: mypy-boto3-batch<1.36.0,>=1.35.0; extra == "all"
79
77
  Requires-Dist: mypy-boto3-bcm-data-exports<1.36.0,>=1.35.0; extra == "all"
78
+ Requires-Dist: mypy-boto3-bcm-pricing-calculator<1.36.0,>=1.35.0; extra == "all"
80
79
  Requires-Dist: mypy-boto3-bedrock<1.36.0,>=1.35.0; extra == "all"
81
80
  Requires-Dist: mypy-boto3-bedrock-agent<1.36.0,>=1.35.0; extra == "all"
82
81
  Requires-Dist: mypy-boto3-bedrock-agent-runtime<1.36.0,>=1.35.0; extra == "all"
82
+ Requires-Dist: mypy-boto3-bedrock-data-automation<1.36.0,>=1.35.0; extra == "all"
83
+ Requires-Dist: mypy-boto3-bedrock-data-automation-runtime<1.36.0,>=1.35.0; extra == "all"
83
84
  Requires-Dist: mypy-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "all"
85
+ Requires-Dist: mypy-boto3-billing<1.36.0,>=1.35.0; extra == "all"
84
86
  Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "all"
85
87
  Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "all"
86
88
  Requires-Dist: mypy-boto3-budgets<1.36.0,>=1.35.0; extra == "all"
@@ -129,6 +131,7 @@ Requires-Dist: mypy-boto3-config<1.36.0,>=1.35.0; extra == "all"
129
131
  Requires-Dist: mypy-boto3-connect<1.36.0,>=1.35.0; extra == "all"
130
132
  Requires-Dist: mypy-boto3-connect-contact-lens<1.36.0,>=1.35.0; extra == "all"
131
133
  Requires-Dist: mypy-boto3-connectcampaigns<1.36.0,>=1.35.0; extra == "all"
134
+ Requires-Dist: mypy-boto3-connectcampaignsv2<1.36.0,>=1.35.0; extra == "all"
132
135
  Requires-Dist: mypy-boto3-connectcases<1.36.0,>=1.35.0; extra == "all"
133
136
  Requires-Dist: mypy-boto3-connectparticipant<1.36.0,>=1.35.0; extra == "all"
134
137
  Requires-Dist: mypy-boto3-controlcatalog<1.36.0,>=1.35.0; extra == "all"
@@ -155,6 +158,7 @@ Requires-Dist: mypy-boto3-docdb-elastic<1.36.0,>=1.35.0; extra == "all"
155
158
  Requires-Dist: mypy-boto3-drs<1.36.0,>=1.35.0; extra == "all"
156
159
  Requires-Dist: mypy-boto3-ds<1.36.0,>=1.35.0; extra == "all"
157
160
  Requires-Dist: mypy-boto3-ds-data<1.36.0,>=1.35.0; extra == "all"
161
+ Requires-Dist: mypy-boto3-dsql<1.36.0,>=1.35.0; extra == "all"
158
162
  Requires-Dist: mypy-boto3-dynamodb<1.36.0,>=1.35.0; extra == "all"
159
163
  Requires-Dist: mypy-boto3-dynamodbstreams<1.36.0,>=1.35.0; extra == "all"
160
164
  Requires-Dist: mypy-boto3-ebs<1.36.0,>=1.35.0; extra == "all"
@@ -190,6 +194,9 @@ Requires-Dist: mypy-boto3-frauddetector<1.36.0,>=1.35.0; extra == "all"
190
194
  Requires-Dist: mypy-boto3-freetier<1.36.0,>=1.35.0; extra == "all"
191
195
  Requires-Dist: mypy-boto3-fsx<1.36.0,>=1.35.0; extra == "all"
192
196
  Requires-Dist: mypy-boto3-gamelift<1.36.0,>=1.35.0; extra == "all"
197
+ Requires-Dist: mypy-boto3-geo-maps<1.36.0,>=1.35.0; extra == "all"
198
+ Requires-Dist: mypy-boto3-geo-places<1.36.0,>=1.35.0; extra == "all"
199
+ Requires-Dist: mypy-boto3-geo-routes<1.36.0,>=1.35.0; extra == "all"
193
200
  Requires-Dist: mypy-boto3-glacier<1.36.0,>=1.35.0; extra == "all"
194
201
  Requires-Dist: mypy-boto3-globalaccelerator<1.36.0,>=1.35.0; extra == "all"
195
202
  Requires-Dist: mypy-boto3-glue<1.36.0,>=1.35.0; extra == "all"
@@ -208,6 +215,7 @@ Requires-Dist: mypy-boto3-inspector<1.36.0,>=1.35.0; extra == "all"
208
215
  Requires-Dist: mypy-boto3-inspector-scan<1.36.0,>=1.35.0; extra == "all"
209
216
  Requires-Dist: mypy-boto3-inspector2<1.36.0,>=1.35.0; extra == "all"
210
217
  Requires-Dist: mypy-boto3-internetmonitor<1.36.0,>=1.35.0; extra == "all"
218
+ Requires-Dist: mypy-boto3-invoicing<1.36.0,>=1.35.0; extra == "all"
211
219
  Requires-Dist: mypy-boto3-iot<1.36.0,>=1.35.0; extra == "all"
212
220
  Requires-Dist: mypy-boto3-iot-data<1.36.0,>=1.35.0; extra == "all"
213
221
  Requires-Dist: mypy-boto3-iot-jobs-data<1.36.0,>=1.35.0; extra == "all"
@@ -294,10 +302,13 @@ Requires-Dist: mypy-boto3-neptune<1.36.0,>=1.35.0; extra == "all"
294
302
  Requires-Dist: mypy-boto3-neptune-graph<1.36.0,>=1.35.0; extra == "all"
295
303
  Requires-Dist: mypy-boto3-neptunedata<1.36.0,>=1.35.0; extra == "all"
296
304
  Requires-Dist: mypy-boto3-network-firewall<1.36.0,>=1.35.0; extra == "all"
305
+ Requires-Dist: mypy-boto3-networkflowmonitor<1.36.0,>=1.35.0; extra == "all"
297
306
  Requires-Dist: mypy-boto3-networkmanager<1.36.0,>=1.35.0; extra == "all"
298
307
  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"
308
+ Requires-Dist: mypy-boto3-notifications<1.36.0,>=1.35.0; extra == "all"
309
+ Requires-Dist: mypy-boto3-notificationscontacts<1.36.0,>=1.35.0; extra == "all"
300
310
  Requires-Dist: mypy-boto3-oam<1.36.0,>=1.35.0; extra == "all"
311
+ Requires-Dist: mypy-boto3-observabilityadmin<1.36.0,>=1.35.0; extra == "all"
301
312
  Requires-Dist: mypy-boto3-omics<1.36.0,>=1.35.0; extra == "all"
302
313
  Requires-Dist: mypy-boto3-opensearch<1.36.0,>=1.35.0; extra == "all"
303
314
  Requires-Dist: mypy-boto3-opensearchserverless<1.36.0,>=1.35.0; extra == "all"
@@ -307,6 +318,7 @@ Requires-Dist: mypy-boto3-organizations<1.36.0,>=1.35.0; extra == "all"
307
318
  Requires-Dist: mypy-boto3-osis<1.36.0,>=1.35.0; extra == "all"
308
319
  Requires-Dist: mypy-boto3-outposts<1.36.0,>=1.35.0; extra == "all"
309
320
  Requires-Dist: mypy-boto3-panorama<1.36.0,>=1.35.0; extra == "all"
321
+ Requires-Dist: mypy-boto3-partnercentral-selling<1.36.0,>=1.35.0; extra == "all"
310
322
  Requires-Dist: mypy-boto3-payment-cryptography<1.36.0,>=1.35.0; extra == "all"
311
323
  Requires-Dist: mypy-boto3-payment-cryptography-data<1.36.0,>=1.35.0; extra == "all"
312
324
  Requires-Dist: mypy-boto3-pca-connector-ad<1.36.0,>=1.35.0; extra == "all"
@@ -357,6 +369,7 @@ Requires-Dist: mypy-boto3-rum<1.36.0,>=1.35.0; extra == "all"
357
369
  Requires-Dist: mypy-boto3-s3<1.36.0,>=1.35.0; extra == "all"
358
370
  Requires-Dist: mypy-boto3-s3control<1.36.0,>=1.35.0; extra == "all"
359
371
  Requires-Dist: mypy-boto3-s3outposts<1.36.0,>=1.35.0; extra == "all"
372
+ Requires-Dist: mypy-boto3-s3tables<1.36.0,>=1.35.0; extra == "all"
360
373
  Requires-Dist: mypy-boto3-sagemaker<1.36.0,>=1.35.0; extra == "all"
361
374
  Requires-Dist: mypy-boto3-sagemaker-a2i-runtime<1.36.0,>=1.35.0; extra == "all"
362
375
  Requires-Dist: mypy-boto3-sagemaker-edge<1.36.0,>=1.35.0; extra == "all"
@@ -369,6 +382,7 @@ Requires-Dist: mypy-boto3-scheduler<1.36.0,>=1.35.0; extra == "all"
369
382
  Requires-Dist: mypy-boto3-schemas<1.36.0,>=1.35.0; extra == "all"
370
383
  Requires-Dist: mypy-boto3-sdb<1.36.0,>=1.35.0; extra == "all"
371
384
  Requires-Dist: mypy-boto3-secretsmanager<1.36.0,>=1.35.0; extra == "all"
385
+ Requires-Dist: mypy-boto3-security-ir<1.36.0,>=1.35.0; extra == "all"
372
386
  Requires-Dist: mypy-boto3-securityhub<1.36.0,>=1.35.0; extra == "all"
373
387
  Requires-Dist: mypy-boto3-securitylake<1.36.0,>=1.35.0; extra == "all"
374
388
  Requires-Dist: mypy-boto3-serverlessrepo<1.36.0,>=1.35.0; extra == "all"
@@ -386,6 +400,7 @@ Requires-Dist: mypy-boto3-sms-voice<1.36.0,>=1.35.0; extra == "all"
386
400
  Requires-Dist: mypy-boto3-snow-device-management<1.36.0,>=1.35.0; extra == "all"
387
401
  Requires-Dist: mypy-boto3-snowball<1.36.0,>=1.35.0; extra == "all"
388
402
  Requires-Dist: mypy-boto3-sns<1.36.0,>=1.35.0; extra == "all"
403
+ Requires-Dist: mypy-boto3-socialmessaging<1.36.0,>=1.35.0; extra == "all"
389
404
  Requires-Dist: mypy-boto3-sqs<1.36.0,>=1.35.0; extra == "all"
390
405
  Requires-Dist: mypy-boto3-ssm<1.36.0,>=1.35.0; extra == "all"
391
406
  Requires-Dist: mypy-boto3-ssm-contacts<1.36.0,>=1.35.0; extra == "all"
@@ -428,6 +443,22 @@ Requires-Dist: mypy-boto3-workspaces<1.36.0,>=1.35.0; extra == "all"
428
443
  Requires-Dist: mypy-boto3-workspaces-thin-client<1.36.0,>=1.35.0; extra == "all"
429
444
  Requires-Dist: mypy-boto3-workspaces-web<1.36.0,>=1.35.0; extra == "all"
430
445
  Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "all"
446
+ Provides-Extra: essential
447
+ Requires-Dist: mypy-boto3-cloudformation<1.36.0,>=1.35.0; extra == "essential"
448
+ Requires-Dist: mypy-boto3-dynamodb<1.36.0,>=1.35.0; extra == "essential"
449
+ Requires-Dist: mypy-boto3-ec2<1.36.0,>=1.35.0; extra == "essential"
450
+ Requires-Dist: mypy-boto3-lambda<1.36.0,>=1.35.0; extra == "essential"
451
+ Requires-Dist: mypy-boto3-rds<1.36.0,>=1.35.0; extra == "essential"
452
+ Requires-Dist: mypy-boto3-s3<1.36.0,>=1.35.0; extra == "essential"
453
+ Requires-Dist: mypy-boto3-sqs<1.36.0,>=1.35.0; extra == "essential"
454
+ Provides-Extra: accessanalyzer
455
+ Requires-Dist: mypy-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "accessanalyzer"
456
+ Provides-Extra: account
457
+ Requires-Dist: mypy-boto3-account<1.36.0,>=1.35.0; extra == "account"
458
+ Provides-Extra: acm
459
+ Requires-Dist: mypy-boto3-acm<1.36.0,>=1.35.0; extra == "acm"
460
+ Provides-Extra: acm-pca
461
+ Requires-Dist: mypy-boto3-acm-pca<1.36.0,>=1.35.0; extra == "acm-pca"
431
462
  Provides-Extra: amp
432
463
  Requires-Dist: mypy-boto3-amp<1.36.0,>=1.35.0; extra == "amp"
433
464
  Provides-Extra: amplify
@@ -488,23 +519,30 @@ Provides-Extra: backup
488
519
  Requires-Dist: mypy-boto3-backup<1.36.0,>=1.35.0; extra == "backup"
489
520
  Provides-Extra: backup-gateway
490
521
  Requires-Dist: mypy-boto3-backup-gateway<1.36.0,>=1.35.0; extra == "backup-gateway"
522
+ Provides-Extra: backupsearch
523
+ Requires-Dist: mypy-boto3-backupsearch<1.36.0,>=1.35.0; extra == "backupsearch"
491
524
  Provides-Extra: batch
492
525
  Requires-Dist: mypy-boto3-batch<1.36.0,>=1.35.0; extra == "batch"
493
526
  Provides-Extra: bcm-data-exports
494
527
  Requires-Dist: mypy-boto3-bcm-data-exports<1.36.0,>=1.35.0; extra == "bcm-data-exports"
528
+ Provides-Extra: bcm-pricing-calculator
529
+ Requires-Dist: mypy-boto3-bcm-pricing-calculator<1.36.0,>=1.35.0; extra == "bcm-pricing-calculator"
495
530
  Provides-Extra: bedrock
496
531
  Requires-Dist: mypy-boto3-bedrock<1.36.0,>=1.35.0; extra == "bedrock"
497
532
  Provides-Extra: bedrock-agent
498
533
  Requires-Dist: mypy-boto3-bedrock-agent<1.36.0,>=1.35.0; extra == "bedrock-agent"
499
534
  Provides-Extra: bedrock-agent-runtime
500
535
  Requires-Dist: mypy-boto3-bedrock-agent-runtime<1.36.0,>=1.35.0; extra == "bedrock-agent-runtime"
536
+ Provides-Extra: bedrock-data-automation
537
+ Requires-Dist: mypy-boto3-bedrock-data-automation<1.36.0,>=1.35.0; extra == "bedrock-data-automation"
538
+ Provides-Extra: bedrock-data-automation-runtime
539
+ Requires-Dist: mypy-boto3-bedrock-data-automation-runtime<1.36.0,>=1.35.0; extra == "bedrock-data-automation-runtime"
501
540
  Provides-Extra: bedrock-runtime
502
541
  Requires-Dist: mypy-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "bedrock-runtime"
542
+ Provides-Extra: billing
543
+ Requires-Dist: mypy-boto3-billing<1.36.0,>=1.35.0; extra == "billing"
503
544
  Provides-Extra: billingconductor
504
545
  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
546
  Provides-Extra: braket
509
547
  Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "braket"
510
548
  Provides-Extra: budgets
@@ -599,6 +637,8 @@ Provides-Extra: connect-contact-lens
599
637
  Requires-Dist: mypy-boto3-connect-contact-lens<1.36.0,>=1.35.0; extra == "connect-contact-lens"
600
638
  Provides-Extra: connectcampaigns
601
639
  Requires-Dist: mypy-boto3-connectcampaigns<1.36.0,>=1.35.0; extra == "connectcampaigns"
640
+ Provides-Extra: connectcampaignsv2
641
+ Requires-Dist: mypy-boto3-connectcampaignsv2<1.36.0,>=1.35.0; extra == "connectcampaignsv2"
602
642
  Provides-Extra: connectcases
603
643
  Requires-Dist: mypy-boto3-connectcases<1.36.0,>=1.35.0; extra == "connectcases"
604
644
  Provides-Extra: connectparticipant
@@ -651,6 +691,8 @@ Provides-Extra: ds
651
691
  Requires-Dist: mypy-boto3-ds<1.36.0,>=1.35.0; extra == "ds"
652
692
  Provides-Extra: ds-data
653
693
  Requires-Dist: mypy-boto3-ds-data<1.36.0,>=1.35.0; extra == "ds-data"
694
+ Provides-Extra: dsql
695
+ Requires-Dist: mypy-boto3-dsql<1.36.0,>=1.35.0; extra == "dsql"
654
696
  Provides-Extra: dynamodb
655
697
  Requires-Dist: mypy-boto3-dynamodb<1.36.0,>=1.35.0; extra == "dynamodb"
656
698
  Provides-Extra: dynamodbstreams
@@ -695,14 +737,6 @@ Provides-Extra: entityresolution
695
737
  Requires-Dist: mypy-boto3-entityresolution<1.36.0,>=1.35.0; extra == "entityresolution"
696
738
  Provides-Extra: es
697
739
  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
740
  Provides-Extra: events
707
741
  Requires-Dist: mypy-boto3-events<1.36.0,>=1.35.0; extra == "events"
708
742
  Provides-Extra: evidently
@@ -727,10 +761,14 @@ Provides-Extra: freetier
727
761
  Requires-Dist: mypy-boto3-freetier<1.36.0,>=1.35.0; extra == "freetier"
728
762
  Provides-Extra: fsx
729
763
  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
764
  Provides-Extra: gamelift
733
765
  Requires-Dist: mypy-boto3-gamelift<1.36.0,>=1.35.0; extra == "gamelift"
766
+ Provides-Extra: geo-maps
767
+ Requires-Dist: mypy-boto3-geo-maps<1.36.0,>=1.35.0; extra == "geo-maps"
768
+ Provides-Extra: geo-places
769
+ Requires-Dist: mypy-boto3-geo-places<1.36.0,>=1.35.0; extra == "geo-places"
770
+ Provides-Extra: geo-routes
771
+ Requires-Dist: mypy-boto3-geo-routes<1.36.0,>=1.35.0; extra == "geo-routes"
734
772
  Provides-Extra: glacier
735
773
  Requires-Dist: mypy-boto3-glacier<1.36.0,>=1.35.0; extra == "glacier"
736
774
  Provides-Extra: globalaccelerator
@@ -767,6 +805,8 @@ Provides-Extra: inspector2
767
805
  Requires-Dist: mypy-boto3-inspector2<1.36.0,>=1.35.0; extra == "inspector2"
768
806
  Provides-Extra: internetmonitor
769
807
  Requires-Dist: mypy-boto3-internetmonitor<1.36.0,>=1.35.0; extra == "internetmonitor"
808
+ Provides-Extra: invoicing
809
+ Requires-Dist: mypy-boto3-invoicing<1.36.0,>=1.35.0; extra == "invoicing"
770
810
  Provides-Extra: iot
771
811
  Requires-Dist: mypy-boto3-iot<1.36.0,>=1.35.0; extra == "iot"
772
812
  Provides-Extra: iot-data
@@ -939,14 +979,20 @@ Provides-Extra: neptunedata
939
979
  Requires-Dist: mypy-boto3-neptunedata<1.36.0,>=1.35.0; extra == "neptunedata"
940
980
  Provides-Extra: network-firewall
941
981
  Requires-Dist: mypy-boto3-network-firewall<1.36.0,>=1.35.0; extra == "network-firewall"
982
+ Provides-Extra: networkflowmonitor
983
+ Requires-Dist: mypy-boto3-networkflowmonitor<1.36.0,>=1.35.0; extra == "networkflowmonitor"
942
984
  Provides-Extra: networkmanager
943
985
  Requires-Dist: mypy-boto3-networkmanager<1.36.0,>=1.35.0; extra == "networkmanager"
944
986
  Provides-Extra: networkmonitor
945
987
  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"
988
+ Provides-Extra: notifications
989
+ Requires-Dist: mypy-boto3-notifications<1.36.0,>=1.35.0; extra == "notifications"
990
+ Provides-Extra: notificationscontacts
991
+ Requires-Dist: mypy-boto3-notificationscontacts<1.36.0,>=1.35.0; extra == "notificationscontacts"
948
992
  Provides-Extra: oam
949
993
  Requires-Dist: mypy-boto3-oam<1.36.0,>=1.35.0; extra == "oam"
994
+ Provides-Extra: observabilityadmin
995
+ Requires-Dist: mypy-boto3-observabilityadmin<1.36.0,>=1.35.0; extra == "observabilityadmin"
950
996
  Provides-Extra: omics
951
997
  Requires-Dist: mypy-boto3-omics<1.36.0,>=1.35.0; extra == "omics"
952
998
  Provides-Extra: opensearch
@@ -965,6 +1011,8 @@ Provides-Extra: outposts
965
1011
  Requires-Dist: mypy-boto3-outposts<1.36.0,>=1.35.0; extra == "outposts"
966
1012
  Provides-Extra: panorama
967
1013
  Requires-Dist: mypy-boto3-panorama<1.36.0,>=1.35.0; extra == "panorama"
1014
+ Provides-Extra: partnercentral-selling
1015
+ Requires-Dist: mypy-boto3-partnercentral-selling<1.36.0,>=1.35.0; extra == "partnercentral-selling"
968
1016
  Provides-Extra: payment-cryptography
969
1017
  Requires-Dist: mypy-boto3-payment-cryptography<1.36.0,>=1.35.0; extra == "payment-cryptography"
970
1018
  Provides-Extra: payment-cryptography-data
@@ -1065,6 +1113,8 @@ Provides-Extra: s3control
1065
1113
  Requires-Dist: mypy-boto3-s3control<1.36.0,>=1.35.0; extra == "s3control"
1066
1114
  Provides-Extra: s3outposts
1067
1115
  Requires-Dist: mypy-boto3-s3outposts<1.36.0,>=1.35.0; extra == "s3outposts"
1116
+ Provides-Extra: s3tables
1117
+ Requires-Dist: mypy-boto3-s3tables<1.36.0,>=1.35.0; extra == "s3tables"
1068
1118
  Provides-Extra: sagemaker
1069
1119
  Requires-Dist: mypy-boto3-sagemaker<1.36.0,>=1.35.0; extra == "sagemaker"
1070
1120
  Provides-Extra: sagemaker-a2i-runtime
@@ -1089,6 +1139,8 @@ Provides-Extra: sdb
1089
1139
  Requires-Dist: mypy-boto3-sdb<1.36.0,>=1.35.0; extra == "sdb"
1090
1140
  Provides-Extra: secretsmanager
1091
1141
  Requires-Dist: mypy-boto3-secretsmanager<1.36.0,>=1.35.0; extra == "secretsmanager"
1142
+ Provides-Extra: security-ir
1143
+ Requires-Dist: mypy-boto3-security-ir<1.36.0,>=1.35.0; extra == "security-ir"
1092
1144
  Provides-Extra: securityhub
1093
1145
  Requires-Dist: mypy-boto3-securityhub<1.36.0,>=1.35.0; extra == "securityhub"
1094
1146
  Provides-Extra: securitylake
@@ -1123,6 +1175,8 @@ Provides-Extra: snowball
1123
1175
  Requires-Dist: mypy-boto3-snowball<1.36.0,>=1.35.0; extra == "snowball"
1124
1176
  Provides-Extra: sns
1125
1177
  Requires-Dist: mypy-boto3-sns<1.36.0,>=1.35.0; extra == "sns"
1178
+ Provides-Extra: socialmessaging
1179
+ Requires-Dist: mypy-boto3-socialmessaging<1.36.0,>=1.35.0; extra == "socialmessaging"
1126
1180
  Provides-Extra: sqs
1127
1181
  Requires-Dist: mypy-boto3-sqs<1.36.0,>=1.35.0; extra == "sqs"
1128
1182
  Provides-Extra: ssm
@@ -1212,15 +1266,14 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1212
1266
 
1213
1267
  # boto3-stubs
1214
1268
 
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)
1269
+ [![PyPI - boto3-stubs](https://img.shields.io/pypi/v/boto3-stubs.svg?color=blue)](https://pypi.org/project/boto3-stubs/)
1270
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/boto3-stubs.svg?color=blue)](https://pypi.org/project/boto3-stubs/)
1217
1271
  [![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)
1272
+ [![PyPI - Downloads](https://static.pepy.tech/badge/boto3-stubs)](https://pypistats.org/packages/boto3-stubs)
1219
1273
 
1220
1274
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1221
1275
 
1222
- Type annotations for
1223
- [boto3 1.35.36](https://boto3.amazonaws.com/v1/documentation/api/1.35.36/index.html)
1276
+ Type annotations for [boto3 1.35.90](https://pypi.org/project/boto3/)
1224
1277
  compatible with [VSCode](https://code.visualstudio.com/),
1225
1278
  [PyCharm](https://www.jetbrains.com/pycharm/),
1226
1279
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1228,18 +1281,19 @@ compatible with [VSCode](https://code.visualstudio.com/),
1228
1281
  [mypy](https://github.com/python/mypy),
1229
1282
  [pyright](https://github.com/microsoft/pyright) and other tools.
1230
1283
 
1231
- Generated by
1232
- [mypy-boto3-builder 8.1.2](https://github.com/youtype/mypy_boto3_builder).
1284
+ Generated with
1285
+ [mypy-boto3-builder 8.7.0](https://github.com/youtype/mypy_boto3_builder).
1233
1286
 
1234
1287
  More information can be found in
1235
1288
  [boto3-stubs docs](https://youtype.github.io/boto3_stubs_docs/).
1236
1289
 
1237
- See how it helps to find and fix potential bugs:
1290
+ See how it helps you find and fix potential bugs:
1238
1291
 
1239
- ![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)
1240
1293
 
1241
1294
  - [boto3-stubs](#boto3-stubs)
1242
1295
  - [How to install](#how-to-install)
1296
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
1243
1297
  - [VSCode extension](#vscode-extension)
1244
1298
  - [From PyPI with pip](#from-pypi-with-pip)
1245
1299
  - [From conda-forge](#from-conda-forge)
@@ -1252,8 +1306,8 @@ See how it helps to find and fix potential bugs:
1252
1306
  - [Other IDEs](#other-ides)
1253
1307
  - [mypy](#mypy)
1254
1308
  - [pyright](#pyright)
1255
- - [Explicit type annotations](#explicit-type-annotations)
1256
1309
  - [Pylint compatibility](#pylint-compatibility)
1310
+ - [Explicit type annotations](#explicit-type-annotations)
1257
1311
  - [How it works](#how-it-works)
1258
1312
  - [What's new](#what's-new)
1259
1313
  - [Implemented features](#implemented-features)
@@ -1268,6 +1322,21 @@ See how it helps to find and fix potential bugs:
1268
1322
 
1269
1323
  ## How to install
1270
1324
 
1325
+ <a id="generate-locally-(recommended)"></a>
1326
+
1327
+ ### Generate locally (recommended)
1328
+
1329
+ You can generate type annotations for `boto3` package locally with
1330
+ `mypy_boto3_builder`. Use
1331
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
1332
+ isolation.
1333
+
1334
+ 1. Run mypy-boto3-builder in your package root directory:
1335
+ `uvx --with 'boto3==1.35.90' mypy_boto3_builder`
1336
+ 2. Select `boto3-stubs` AWS SDK.
1337
+ 3. Select services you use in the current project.
1338
+ 4. Use provided commands to install generated packages.
1339
+
1271
1340
  <a id="vscode-extension"></a>
1272
1341
 
1273
1342
  ### VSCode extension
@@ -1283,14 +1352,14 @@ project.
1283
1352
 
1284
1353
  ### From PyPI with pip
1285
1354
 
1286
- Install `boto3-stubs` to add type annotations for `boto3` package.
1355
+ Install `boto3-stubs` to add type checking for `boto3` package.
1287
1356
 
1288
1357
  ```bash
1289
1358
  # install type annotations only for boto3
1290
1359
  python -m pip install boto3-stubs
1291
1360
 
1292
1361
  # install boto3 type annotations
1293
- # for ec2, s3, rds, lambda, sqs, dynamo and cloudformation
1362
+ # for cloudformation, dynamodb, ec2, lambda, rds, s3, sqs
1294
1363
  python -m pip install 'boto3-stubs[essential]'
1295
1364
 
1296
1365
  # or install annotations for services you use
@@ -1299,16 +1368,12 @@ python -m pip install 'boto3-stubs[acm,apigateway]'
1299
1368
  # or install annotations in sync with boto3 version
1300
1369
  python -m pip install 'boto3-stubs[boto3]'
1301
1370
 
1302
-
1303
- # or install all-in-one annotations for all services at once
1371
+ # or install all-in-one annotations for all services
1304
1372
  python -m pip install 'boto3-stubs[full]'
1305
1373
 
1306
-
1307
-
1308
1374
  # Lite version does not provide session.client/resource overloads
1309
1375
  # it is more RAM-friendly, but requires explicit type annotations
1310
1376
  python -m pip install 'boto3-stubs-lite[essential]'
1311
-
1312
1377
  ```
1313
1378
 
1314
1379
  <a id="from-conda-forge"></a>
@@ -1329,8 +1394,7 @@ Once the `conda-forge` channel has been enabled, `boto3-stubs` and
1329
1394
  conda install boto3-stubs boto3-stubs-essential
1330
1395
  ```
1331
1396
 
1332
- It is possible to list all of the versions of `boto3-stubs` available on your
1333
- platform with:
1397
+ List all available versions of `boto3-stubs` available on your platform with:
1334
1398
 
1335
1399
  ```bash
1336
1400
  conda search boto3-stubs --channel conda-forge
@@ -1371,16 +1435,31 @@ annotations required, write your `boto3` code as usual.
1371
1435
 
1372
1436
  ### PyCharm
1373
1437
 
1374
- Install `boto3-stubs-lite[essential]` in your environment:
1438
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
1439
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
1440
+ > to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
1441
+ > the issue is resolved.
1442
+
1443
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
1444
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
1445
+ > [pyright](https://github.com/microsoft/pyright) instead.
1446
+
1447
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
1448
+ > `boto3-stubs` with
1449
+ > [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
1375
1450
 
1376
1451
  ```bash
1377
- python -m pip install 'boto3-stubs-lite[essential]'`
1452
+ pip uninstall boto3-stubs
1453
+ pip install boto3-stubs-lite
1378
1454
  ```
1379
1455
 
1380
- Both type checking and code completion should now work. Explicit type
1381
- annotations **are required**.
1456
+ Install `boto3-stubs[essential]` in your environment:
1457
+
1458
+ ```bash
1459
+ python -m pip install 'boto3-stubs[essential]'
1460
+ ```
1382
1461
 
1383
- Use `boto3-stubs` package instead for implicit type discovery.
1462
+ Both type checking and code completion should now work.
1384
1463
 
1385
1464
  <a id="emacs"></a>
1386
1465
 
@@ -1466,6 +1545,31 @@ Optionally, you can install `boto3-stubs` to `typings` directory.
1466
1545
  Type checking should now work. No explicit type annotations required, write
1467
1546
  your `boto3` code as usual.
1468
1547
 
1548
+ <a id="pylint-compatibility"></a>
1549
+
1550
+ ### Pylint compatibility
1551
+
1552
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid `boto3-stubs`
1553
+ dependency in production. However, there is an issue in `pylint` that it
1554
+ complains about undefined variables. To fix it, set all types to `object` in
1555
+ non-`TYPE_CHECKING` mode.
1556
+
1557
+ ```python
1558
+ from typing import TYPE_CHECKING
1559
+
1560
+ if TYPE_CHECKING:
1561
+ from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
1562
+ from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
1563
+ from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
1564
+ else:
1565
+ EC2Client = object
1566
+ EC2ServiceResource = object
1567
+ BundleTaskCompleteWaiter = object
1568
+ DescribeVolumesPaginator = object
1569
+
1570
+ ...
1571
+ ```
1572
+
1469
1573
  <a id="explicit-type-annotations"></a>
1470
1574
 
1471
1575
  ### Explicit type annotations
@@ -1492,32 +1596,6 @@ bundle_task_complete_waiter: BundleTaskCompleteWaiter = ec2_client.get_waiter(
1492
1596
  describe_volumes_paginator: DescribeVolumesPaginator = ec2_client.get_paginator("describe_volumes")
1493
1597
  ```
1494
1598
 
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
1599
  <a id="how-it-works"></a>
1522
1600
 
1523
1601
  ## How it works
@@ -1606,9 +1684,9 @@ repository.
1606
1684
 
1607
1685
  ## Submodules
1608
1686
 
1609
- - `boto3-stubs[full]` - Type annotations for all 387 services in one package
1687
+ - `boto3-stubs[full]` - Type annotations for all 405 services in one package
1610
1688
  (recommended).
1611
- - `boto3-stubs[all]` - Type annotations for all 387 services in separate
1689
+ - `boto3-stubs[all]` - Type annotations for all 405 services in separate
1612
1690
  packages.
1613
1691
  - `boto3-stubs[essential]` - Type annotations for
1614
1692
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -1719,12 +1797,18 @@ repository.
1719
1797
  - `boto3-stubs[backup-gateway]` - Type annotations for
1720
1798
  [BackupGateway](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backup_gateway/)
1721
1799
  service.
1800
+ - `boto3-stubs[backupsearch]` - Type annotations for
1801
+ [BackupSearch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backupsearch/)
1802
+ service.
1722
1803
  - `boto3-stubs[batch]` - Type annotations for
1723
1804
  [Batch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/)
1724
1805
  service.
1725
1806
  - `boto3-stubs[bcm-data-exports]` - Type annotations for
1726
1807
  [BillingandCostManagementDataExports](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bcm_data_exports/)
1727
1808
  service.
1809
+ - `boto3-stubs[bcm-pricing-calculator]` - Type annotations for
1810
+ [BillingandCostManagementPricingCalculator](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bcm_pricing_calculator/)
1811
+ service.
1728
1812
  - `boto3-stubs[bedrock]` - Type annotations for
1729
1813
  [Bedrock](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock/)
1730
1814
  service.
@@ -1734,9 +1818,18 @@ repository.
1734
1818
  - `boto3-stubs[bedrock-agent-runtime]` - Type annotations for
1735
1819
  [AgentsforBedrockRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_agent_runtime/)
1736
1820
  service.
1821
+ - `boto3-stubs[bedrock-data-automation]` - Type annotations for
1822
+ [DataAutomationforBedrock](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_data_automation/)
1823
+ service.
1824
+ - `boto3-stubs[bedrock-data-automation-runtime]` - Type annotations for
1825
+ [RuntimeforBedrockDataAutomation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_data_automation_runtime/)
1826
+ service.
1737
1827
  - `boto3-stubs[bedrock-runtime]` - Type annotations for
1738
1828
  [BedrockRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_runtime/)
1739
1829
  service.
1830
+ - `boto3-stubs[billing]` - Type annotations for
1831
+ [Billing](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_billing/)
1832
+ service.
1740
1833
  - `boto3-stubs[billingconductor]` - Type annotations for
1741
1834
  [BillingConductor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_billingconductor/)
1742
1835
  service.
@@ -1881,6 +1974,9 @@ repository.
1881
1974
  - `boto3-stubs[connectcampaigns]` - Type annotations for
1882
1975
  [ConnectCampaignService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcampaigns/)
1883
1976
  service.
1977
+ - `boto3-stubs[connectcampaignsv2]` - Type annotations for
1978
+ [ConnectCampaignServiceV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcampaignsv2/)
1979
+ service.
1884
1980
  - `boto3-stubs[connectcases]` - Type annotations for
1885
1981
  [ConnectCases](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/)
1886
1982
  service.
@@ -1956,6 +2052,9 @@ repository.
1956
2052
  - `boto3-stubs[ds-data]` - Type annotations for
1957
2053
  [DirectoryServiceData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ds_data/)
1958
2054
  service.
2055
+ - `boto3-stubs[dsql]` - Type annotations for
2056
+ [AuroraDSQL](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dsql/)
2057
+ service.
1959
2058
  - `boto3-stubs[dynamodb]` - Type annotations for
1960
2059
  [DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/)
1961
2060
  service.
@@ -2051,6 +2150,15 @@ repository.
2051
2150
  - `boto3-stubs[gamelift]` - Type annotations for
2052
2151
  [GameLift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_gamelift/)
2053
2152
  service.
2153
+ - `boto3-stubs[geo-maps]` - Type annotations for
2154
+ [LocationServiceMapsV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/)
2155
+ service.
2156
+ - `boto3-stubs[geo-places]` - Type annotations for
2157
+ [LocationServicePlacesV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_places/)
2158
+ service.
2159
+ - `boto3-stubs[geo-routes]` - Type annotations for
2160
+ [LocationServiceRoutesV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_routes/)
2161
+ service.
2054
2162
  - `boto3-stubs[glacier]` - Type annotations for
2055
2163
  [Glacier](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_glacier/)
2056
2164
  service.
@@ -2103,6 +2211,9 @@ repository.
2103
2211
  - `boto3-stubs[internetmonitor]` - Type annotations for
2104
2212
  [CloudWatchInternetMonitor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_internetmonitor/)
2105
2213
  service.
2214
+ - `boto3-stubs[invoicing]` - Type annotations for
2215
+ [Invoicing](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_invoicing/)
2216
+ service.
2106
2217
  - `boto3-stubs[iot]` - Type annotations for
2107
2218
  [IoT](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot/) service.
2108
2219
  - `boto3-stubs[iot-data]` - Type annotations for
@@ -2355,18 +2466,27 @@ repository.
2355
2466
  - `boto3-stubs[network-firewall]` - Type annotations for
2356
2467
  [NetworkFirewall](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_network_firewall/)
2357
2468
  service.
2469
+ - `boto3-stubs[networkflowmonitor]` - Type annotations for
2470
+ [NetworkFlowMonitor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_networkflowmonitor/)
2471
+ service.
2358
2472
  - `boto3-stubs[networkmanager]` - Type annotations for
2359
2473
  [NetworkManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_networkmanager/)
2360
2474
  service.
2361
2475
  - `boto3-stubs[networkmonitor]` - Type annotations for
2362
2476
  [CloudWatchNetworkMonitor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_networkmonitor/)
2363
2477
  service.
2364
- - `boto3-stubs[nimble]` - Type annotations for
2365
- [NimbleStudio](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_nimble/)
2478
+ - `boto3-stubs[notifications]` - Type annotations for
2479
+ [UserNotifications](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_notifications/)
2480
+ service.
2481
+ - `boto3-stubs[notificationscontacts]` - Type annotations for
2482
+ [UserNotificationsContacts](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_notificationscontacts/)
2366
2483
  service.
2367
2484
  - `boto3-stubs[oam]` - Type annotations for
2368
2485
  [CloudWatchObservabilityAccessManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_oam/)
2369
2486
  service.
2487
+ - `boto3-stubs[observabilityadmin]` - Type annotations for
2488
+ [CloudWatchObservabilityAdminService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_observabilityadmin/)
2489
+ service.
2370
2490
  - `boto3-stubs[omics]` - Type annotations for
2371
2491
  [Omics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_omics/)
2372
2492
  service.
@@ -2394,6 +2514,9 @@ repository.
2394
2514
  - `boto3-stubs[panorama]` - Type annotations for
2395
2515
  [Panorama](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_panorama/)
2396
2516
  service.
2517
+ - `boto3-stubs[partnercentral-selling]` - Type annotations for
2518
+ [PartnerCentralSellingAPI](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_partnercentral_selling/)
2519
+ service.
2397
2520
  - `boto3-stubs[payment-cryptography]` - Type annotations for
2398
2521
  [PaymentCryptographyControlPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_payment_cryptography/)
2399
2522
  service.
@@ -2539,6 +2662,9 @@ repository.
2539
2662
  - `boto3-stubs[s3outposts]` - Type annotations for
2540
2663
  [S3Outposts](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3outposts/)
2541
2664
  service.
2665
+ - `boto3-stubs[s3tables]` - Type annotations for
2666
+ [S3Tables](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/)
2667
+ service.
2542
2668
  - `boto3-stubs[sagemaker]` - Type annotations for
2543
2669
  [SageMaker](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/)
2544
2670
  service.
@@ -2575,6 +2701,9 @@ repository.
2575
2701
  - `boto3-stubs[secretsmanager]` - Type annotations for
2576
2702
  [SecretsManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_secretsmanager/)
2577
2703
  service.
2704
+ - `boto3-stubs[security-ir]` - Type annotations for
2705
+ [SecurityIncidentResponse](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_security_ir/)
2706
+ service.
2578
2707
  - `boto3-stubs[securityhub]` - Type annotations for
2579
2708
  [SecurityHub](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_securityhub/)
2580
2709
  service.
@@ -2623,6 +2752,9 @@ repository.
2623
2752
  service.
2624
2753
  - `boto3-stubs[sns]` - Type annotations for
2625
2754
  [SNS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sns/) service.
2755
+ - `boto3-stubs[socialmessaging]` - Type annotations for
2756
+ [EndUserMessagingSocial](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_socialmessaging/)
2757
+ service.
2626
2758
  - `boto3-stubs[sqs]` - Type annotations for
2627
2759
  [SQS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sqs/) service.
2628
2760
  - `boto3-stubs[ssm]` - Type annotations for