boto3-stubs-lite 1.40.1__py3-none-any.whl → 1.40.76__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.
Potentially problematic release.
This version of boto3-stubs-lite might be problematic. Click here for more details.
- boto3-stubs/s3/transfer.pyi +1 -0
- boto3-stubs/utils.pyi +8 -9
- {boto3_stubs_lite-1.40.1.dist-info → boto3_stubs_lite-1.40.76.dist-info}/METADATA +41 -90
- {boto3_stubs_lite-1.40.1.dist-info → boto3_stubs_lite-1.40.76.dist-info}/RECORD +7 -7
- {boto3_stubs_lite-1.40.1.dist-info → boto3_stubs_lite-1.40.76.dist-info}/top_level.txt +1 -0
- {boto3_stubs_lite-1.40.1.dist-info → boto3_stubs_lite-1.40.76.dist-info}/WHEEL +0 -0
- {boto3_stubs_lite-1.40.1.dist-info → boto3_stubs_lite-1.40.76.dist-info}/licenses/LICENSE +0 -0
boto3-stubs/s3/transfer.pyi
CHANGED
boto3-stubs/utils.pyi
CHANGED
|
@@ -4,20 +4,19 @@ Type annotations for boto3.utils module.
|
|
|
4
4
|
Copyright 2024 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
|
-
from typing import Any
|
|
7
|
+
from typing import Any, NamedTuple
|
|
8
8
|
|
|
9
9
|
from botocore.model import ServiceModel
|
|
10
10
|
from botocore.session import Session
|
|
11
11
|
from botocore.waiter import Waiter, WaiterModel
|
|
12
12
|
|
|
13
|
-
class
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
) -> None: ...
|
|
13
|
+
class _ServiceContext(NamedTuple):
|
|
14
|
+
service_name: str
|
|
15
|
+
service_model: ServiceModel
|
|
16
|
+
service_waiter_model: WaiterModel | None
|
|
17
|
+
resource_json_definitions: dict[str, Any]
|
|
18
|
+
|
|
19
|
+
class ServiceContext(_ServiceContext): ...
|
|
21
20
|
|
|
22
21
|
def import_module(name: str) -> Any: ...
|
|
23
22
|
def lazy_call(full_name: str, **kwargs: Any) -> Any: ...
|
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: boto3-stubs-lite
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Lite type annotations for boto3 1.40.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: MIT License
|
|
3
|
+
Version: 1.40.76
|
|
4
|
+
Summary: Lite type annotations for boto3 1.40.76 generated with mypy-boto3-builder 8.12.0
|
|
5
|
+
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
9
8
|
Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/
|
|
10
9
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
10
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3
|
|
11
|
+
Keywords: boto3,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
|
|
12
|
+
Platform: any
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
17
16
|
Classifier: Natural Language :: English
|
|
18
17
|
Classifier: Operating System :: OS Independent
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -27,7 +25,7 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
27
25
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
27
|
Classifier: Typing :: Stubs Only
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Requires-Python: >=3.9
|
|
31
29
|
Description-Content-Type: text/markdown
|
|
32
30
|
License-File: LICENSE
|
|
33
31
|
Requires-Dist: botocore-stubs
|
|
@@ -36,7 +34,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
36
34
|
Provides-Extra: full
|
|
37
35
|
Requires-Dist: boto3-stubs-full<1.41.0,>=1.40.0; extra == "full"
|
|
38
36
|
Provides-Extra: boto3
|
|
39
|
-
Requires-Dist: boto3==1.40.
|
|
37
|
+
Requires-Dist: boto3==1.40.76; extra == "boto3"
|
|
40
38
|
Provides-Extra: all
|
|
41
39
|
Requires-Dist: mypy-boto3-accessanalyzer<1.41.0,>=1.40.0; extra == "all"
|
|
42
40
|
Requires-Dist: mypy-boto3-account<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -63,7 +61,6 @@ Requires-Dist: mypy-boto3-appmesh<1.41.0,>=1.40.0; extra == "all"
|
|
|
63
61
|
Requires-Dist: mypy-boto3-apprunner<1.41.0,>=1.40.0; extra == "all"
|
|
64
62
|
Requires-Dist: mypy-boto3-appstream<1.41.0,>=1.40.0; extra == "all"
|
|
65
63
|
Requires-Dist: mypy-boto3-appsync<1.41.0,>=1.40.0; extra == "all"
|
|
66
|
-
Requires-Dist: mypy-boto3-apptest<1.41.0,>=1.40.0; extra == "all"
|
|
67
64
|
Requires-Dist: mypy-boto3-arc-region-switch<1.41.0,>=1.40.0; extra == "all"
|
|
68
65
|
Requires-Dist: mypy-boto3-arc-zonal-shift<1.41.0,>=1.40.0; extra == "all"
|
|
69
66
|
Requires-Dist: mypy-boto3-artifact<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -76,8 +73,10 @@ Requires-Dist: mypy-boto3-backup<1.41.0,>=1.40.0; extra == "all"
|
|
|
76
73
|
Requires-Dist: mypy-boto3-backup-gateway<1.41.0,>=1.40.0; extra == "all"
|
|
77
74
|
Requires-Dist: mypy-boto3-backupsearch<1.41.0,>=1.40.0; extra == "all"
|
|
78
75
|
Requires-Dist: mypy-boto3-batch<1.41.0,>=1.40.0; extra == "all"
|
|
76
|
+
Requires-Dist: mypy-boto3-bcm-dashboards<1.41.0,>=1.40.0; extra == "all"
|
|
79
77
|
Requires-Dist: mypy-boto3-bcm-data-exports<1.41.0,>=1.40.0; extra == "all"
|
|
80
78
|
Requires-Dist: mypy-boto3-bcm-pricing-calculator<1.41.0,>=1.40.0; extra == "all"
|
|
79
|
+
Requires-Dist: mypy-boto3-bcm-recommended-actions<1.41.0,>=1.40.0; extra == "all"
|
|
81
80
|
Requires-Dist: mypy-boto3-bedrock<1.41.0,>=1.40.0; extra == "all"
|
|
82
81
|
Requires-Dist: mypy-boto3-bedrock-agent<1.41.0,>=1.40.0; extra == "all"
|
|
83
82
|
Requires-Dist: mypy-boto3-bedrock-agent-runtime<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -229,7 +228,6 @@ Requires-Dist: mypy-boto3-iotanalytics<1.41.0,>=1.40.0; extra == "all"
|
|
|
229
228
|
Requires-Dist: mypy-boto3-iotdeviceadvisor<1.41.0,>=1.40.0; extra == "all"
|
|
230
229
|
Requires-Dist: mypy-boto3-iotevents<1.41.0,>=1.40.0; extra == "all"
|
|
231
230
|
Requires-Dist: mypy-boto3-iotevents-data<1.41.0,>=1.40.0; extra == "all"
|
|
232
|
-
Requires-Dist: mypy-boto3-iotfleethub<1.41.0,>=1.40.0; extra == "all"
|
|
233
231
|
Requires-Dist: mypy-boto3-iotfleetwise<1.41.0,>=1.40.0; extra == "all"
|
|
234
232
|
Requires-Dist: mypy-boto3-iotsecuretunneling<1.41.0,>=1.40.0; extra == "all"
|
|
235
233
|
Requires-Dist: mypy-boto3-iotsitewise<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -268,8 +266,6 @@ Requires-Dist: mypy-boto3-lightsail<1.41.0,>=1.40.0; extra == "all"
|
|
|
268
266
|
Requires-Dist: mypy-boto3-location<1.41.0,>=1.40.0; extra == "all"
|
|
269
267
|
Requires-Dist: mypy-boto3-logs<1.41.0,>=1.40.0; extra == "all"
|
|
270
268
|
Requires-Dist: mypy-boto3-lookoutequipment<1.41.0,>=1.40.0; extra == "all"
|
|
271
|
-
Requires-Dist: mypy-boto3-lookoutmetrics<1.41.0,>=1.40.0; extra == "all"
|
|
272
|
-
Requires-Dist: mypy-boto3-lookoutvision<1.41.0,>=1.40.0; extra == "all"
|
|
273
269
|
Requires-Dist: mypy-boto3-m2<1.41.0,>=1.40.0; extra == "all"
|
|
274
270
|
Requires-Dist: mypy-boto3-machinelearning<1.41.0,>=1.40.0; extra == "all"
|
|
275
271
|
Requires-Dist: mypy-boto3-macie2<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -304,6 +300,7 @@ Requires-Dist: mypy-boto3-mpa<1.41.0,>=1.40.0; extra == "all"
|
|
|
304
300
|
Requires-Dist: mypy-boto3-mq<1.41.0,>=1.40.0; extra == "all"
|
|
305
301
|
Requires-Dist: mypy-boto3-mturk<1.41.0,>=1.40.0; extra == "all"
|
|
306
302
|
Requires-Dist: mypy-boto3-mwaa<1.41.0,>=1.40.0; extra == "all"
|
|
303
|
+
Requires-Dist: mypy-boto3-mwaa-serverless<1.41.0,>=1.40.0; extra == "all"
|
|
307
304
|
Requires-Dist: mypy-boto3-neptune<1.41.0,>=1.40.0; extra == "all"
|
|
308
305
|
Requires-Dist: mypy-boto3-neptune-graph<1.41.0,>=1.40.0; extra == "all"
|
|
309
306
|
Requires-Dist: mypy-boto3-neptunedata<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -319,8 +316,6 @@ Requires-Dist: mypy-boto3-odb<1.41.0,>=1.40.0; extra == "all"
|
|
|
319
316
|
Requires-Dist: mypy-boto3-omics<1.41.0,>=1.40.0; extra == "all"
|
|
320
317
|
Requires-Dist: mypy-boto3-opensearch<1.41.0,>=1.40.0; extra == "all"
|
|
321
318
|
Requires-Dist: mypy-boto3-opensearchserverless<1.41.0,>=1.40.0; extra == "all"
|
|
322
|
-
Requires-Dist: mypy-boto3-opsworks<1.41.0,>=1.40.0; extra == "all"
|
|
323
|
-
Requires-Dist: mypy-boto3-opsworkscm<1.41.0,>=1.40.0; extra == "all"
|
|
324
319
|
Requires-Dist: mypy-boto3-organizations<1.41.0,>=1.40.0; extra == "all"
|
|
325
320
|
Requires-Dist: mypy-boto3-osis<1.41.0,>=1.40.0; extra == "all"
|
|
326
321
|
Requires-Dist: mypy-boto3-outposts<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -346,8 +341,6 @@ Requires-Dist: mypy-boto3-proton<1.41.0,>=1.40.0; extra == "all"
|
|
|
346
341
|
Requires-Dist: mypy-boto3-qapps<1.41.0,>=1.40.0; extra == "all"
|
|
347
342
|
Requires-Dist: mypy-boto3-qbusiness<1.41.0,>=1.40.0; extra == "all"
|
|
348
343
|
Requires-Dist: mypy-boto3-qconnect<1.41.0,>=1.40.0; extra == "all"
|
|
349
|
-
Requires-Dist: mypy-boto3-qldb<1.41.0,>=1.40.0; extra == "all"
|
|
350
|
-
Requires-Dist: mypy-boto3-qldb-session<1.41.0,>=1.40.0; extra == "all"
|
|
351
344
|
Requires-Dist: mypy-boto3-quicksight<1.41.0,>=1.40.0; extra == "all"
|
|
352
345
|
Requires-Dist: mypy-boto3-ram<1.41.0,>=1.40.0; extra == "all"
|
|
353
346
|
Requires-Dist: mypy-boto3-rbin<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -362,7 +355,6 @@ Requires-Dist: mypy-boto3-resiliencehub<1.41.0,>=1.40.0; extra == "all"
|
|
|
362
355
|
Requires-Dist: mypy-boto3-resource-explorer-2<1.41.0,>=1.40.0; extra == "all"
|
|
363
356
|
Requires-Dist: mypy-boto3-resource-groups<1.41.0,>=1.40.0; extra == "all"
|
|
364
357
|
Requires-Dist: mypy-boto3-resourcegroupstaggingapi<1.41.0,>=1.40.0; extra == "all"
|
|
365
|
-
Requires-Dist: mypy-boto3-robomaker<1.41.0,>=1.40.0; extra == "all"
|
|
366
358
|
Requires-Dist: mypy-boto3-rolesanywhere<1.41.0,>=1.40.0; extra == "all"
|
|
367
359
|
Requires-Dist: mypy-boto3-route53<1.41.0,>=1.40.0; extra == "all"
|
|
368
360
|
Requires-Dist: mypy-boto3-route53-recovery-cluster<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -371,6 +363,7 @@ Requires-Dist: mypy-boto3-route53-recovery-readiness<1.41.0,>=1.40.0; extra == "
|
|
|
371
363
|
Requires-Dist: mypy-boto3-route53domains<1.41.0,>=1.40.0; extra == "all"
|
|
372
364
|
Requires-Dist: mypy-boto3-route53profiles<1.41.0,>=1.40.0; extra == "all"
|
|
373
365
|
Requires-Dist: mypy-boto3-route53resolver<1.41.0,>=1.40.0; extra == "all"
|
|
366
|
+
Requires-Dist: mypy-boto3-rtbfabric<1.41.0,>=1.40.0; extra == "all"
|
|
374
367
|
Requires-Dist: mypy-boto3-rum<1.41.0,>=1.40.0; extra == "all"
|
|
375
368
|
Requires-Dist: mypy-boto3-s3<1.41.0,>=1.40.0; extra == "all"
|
|
376
369
|
Requires-Dist: mypy-boto3-s3control<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -402,7 +395,6 @@ Requires-Dist: mypy-boto3-sesv2<1.41.0,>=1.40.0; extra == "all"
|
|
|
402
395
|
Requires-Dist: mypy-boto3-shield<1.41.0,>=1.40.0; extra == "all"
|
|
403
396
|
Requires-Dist: mypy-boto3-signer<1.41.0,>=1.40.0; extra == "all"
|
|
404
397
|
Requires-Dist: mypy-boto3-simspaceweaver<1.41.0,>=1.40.0; extra == "all"
|
|
405
|
-
Requires-Dist: mypy-boto3-sms<1.41.0,>=1.40.0; extra == "all"
|
|
406
398
|
Requires-Dist: mypy-boto3-snow-device-management<1.41.0,>=1.40.0; extra == "all"
|
|
407
399
|
Requires-Dist: mypy-boto3-snowball<1.41.0,>=1.40.0; extra == "all"
|
|
408
400
|
Requires-Dist: mypy-boto3-sns<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -509,8 +501,6 @@ Provides-Extra: appstream
|
|
|
509
501
|
Requires-Dist: mypy-boto3-appstream<1.41.0,>=1.40.0; extra == "appstream"
|
|
510
502
|
Provides-Extra: appsync
|
|
511
503
|
Requires-Dist: mypy-boto3-appsync<1.41.0,>=1.40.0; extra == "appsync"
|
|
512
|
-
Provides-Extra: apptest
|
|
513
|
-
Requires-Dist: mypy-boto3-apptest<1.41.0,>=1.40.0; extra == "apptest"
|
|
514
504
|
Provides-Extra: arc-region-switch
|
|
515
505
|
Requires-Dist: mypy-boto3-arc-region-switch<1.41.0,>=1.40.0; extra == "arc-region-switch"
|
|
516
506
|
Provides-Extra: arc-zonal-shift
|
|
@@ -535,10 +525,14 @@ Provides-Extra: backupsearch
|
|
|
535
525
|
Requires-Dist: mypy-boto3-backupsearch<1.41.0,>=1.40.0; extra == "backupsearch"
|
|
536
526
|
Provides-Extra: batch
|
|
537
527
|
Requires-Dist: mypy-boto3-batch<1.41.0,>=1.40.0; extra == "batch"
|
|
528
|
+
Provides-Extra: bcm-dashboards
|
|
529
|
+
Requires-Dist: mypy-boto3-bcm-dashboards<1.41.0,>=1.40.0; extra == "bcm-dashboards"
|
|
538
530
|
Provides-Extra: bcm-data-exports
|
|
539
531
|
Requires-Dist: mypy-boto3-bcm-data-exports<1.41.0,>=1.40.0; extra == "bcm-data-exports"
|
|
540
532
|
Provides-Extra: bcm-pricing-calculator
|
|
541
533
|
Requires-Dist: mypy-boto3-bcm-pricing-calculator<1.41.0,>=1.40.0; extra == "bcm-pricing-calculator"
|
|
534
|
+
Provides-Extra: bcm-recommended-actions
|
|
535
|
+
Requires-Dist: mypy-boto3-bcm-recommended-actions<1.41.0,>=1.40.0; extra == "bcm-recommended-actions"
|
|
542
536
|
Provides-Extra: bedrock
|
|
543
537
|
Requires-Dist: mypy-boto3-bedrock<1.41.0,>=1.40.0; extra == "bedrock"
|
|
544
538
|
Provides-Extra: bedrock-agent
|
|
@@ -841,8 +835,6 @@ Provides-Extra: iotevents
|
|
|
841
835
|
Requires-Dist: mypy-boto3-iotevents<1.41.0,>=1.40.0; extra == "iotevents"
|
|
842
836
|
Provides-Extra: iotevents-data
|
|
843
837
|
Requires-Dist: mypy-boto3-iotevents-data<1.41.0,>=1.40.0; extra == "iotevents-data"
|
|
844
|
-
Provides-Extra: iotfleethub
|
|
845
|
-
Requires-Dist: mypy-boto3-iotfleethub<1.41.0,>=1.40.0; extra == "iotfleethub"
|
|
846
838
|
Provides-Extra: iotfleetwise
|
|
847
839
|
Requires-Dist: mypy-boto3-iotfleetwise<1.41.0,>=1.40.0; extra == "iotfleetwise"
|
|
848
840
|
Provides-Extra: iotsecuretunneling
|
|
@@ -919,10 +911,6 @@ Provides-Extra: logs
|
|
|
919
911
|
Requires-Dist: mypy-boto3-logs<1.41.0,>=1.40.0; extra == "logs"
|
|
920
912
|
Provides-Extra: lookoutequipment
|
|
921
913
|
Requires-Dist: mypy-boto3-lookoutequipment<1.41.0,>=1.40.0; extra == "lookoutequipment"
|
|
922
|
-
Provides-Extra: lookoutmetrics
|
|
923
|
-
Requires-Dist: mypy-boto3-lookoutmetrics<1.41.0,>=1.40.0; extra == "lookoutmetrics"
|
|
924
|
-
Provides-Extra: lookoutvision
|
|
925
|
-
Requires-Dist: mypy-boto3-lookoutvision<1.41.0,>=1.40.0; extra == "lookoutvision"
|
|
926
914
|
Provides-Extra: m2
|
|
927
915
|
Requires-Dist: mypy-boto3-m2<1.41.0,>=1.40.0; extra == "m2"
|
|
928
916
|
Provides-Extra: machinelearning
|
|
@@ -991,6 +979,8 @@ Provides-Extra: mturk
|
|
|
991
979
|
Requires-Dist: mypy-boto3-mturk<1.41.0,>=1.40.0; extra == "mturk"
|
|
992
980
|
Provides-Extra: mwaa
|
|
993
981
|
Requires-Dist: mypy-boto3-mwaa<1.41.0,>=1.40.0; extra == "mwaa"
|
|
982
|
+
Provides-Extra: mwaa-serverless
|
|
983
|
+
Requires-Dist: mypy-boto3-mwaa-serverless<1.41.0,>=1.40.0; extra == "mwaa-serverless"
|
|
994
984
|
Provides-Extra: neptune
|
|
995
985
|
Requires-Dist: mypy-boto3-neptune<1.41.0,>=1.40.0; extra == "neptune"
|
|
996
986
|
Provides-Extra: neptune-graph
|
|
@@ -1021,10 +1011,6 @@ Provides-Extra: opensearch
|
|
|
1021
1011
|
Requires-Dist: mypy-boto3-opensearch<1.41.0,>=1.40.0; extra == "opensearch"
|
|
1022
1012
|
Provides-Extra: opensearchserverless
|
|
1023
1013
|
Requires-Dist: mypy-boto3-opensearchserverless<1.41.0,>=1.40.0; extra == "opensearchserverless"
|
|
1024
|
-
Provides-Extra: opsworks
|
|
1025
|
-
Requires-Dist: mypy-boto3-opsworks<1.41.0,>=1.40.0; extra == "opsworks"
|
|
1026
|
-
Provides-Extra: opsworkscm
|
|
1027
|
-
Requires-Dist: mypy-boto3-opsworkscm<1.41.0,>=1.40.0; extra == "opsworkscm"
|
|
1028
1014
|
Provides-Extra: organizations
|
|
1029
1015
|
Requires-Dist: mypy-boto3-organizations<1.41.0,>=1.40.0; extra == "organizations"
|
|
1030
1016
|
Provides-Extra: osis
|
|
@@ -1075,10 +1061,6 @@ Provides-Extra: qbusiness
|
|
|
1075
1061
|
Requires-Dist: mypy-boto3-qbusiness<1.41.0,>=1.40.0; extra == "qbusiness"
|
|
1076
1062
|
Provides-Extra: qconnect
|
|
1077
1063
|
Requires-Dist: mypy-boto3-qconnect<1.41.0,>=1.40.0; extra == "qconnect"
|
|
1078
|
-
Provides-Extra: qldb
|
|
1079
|
-
Requires-Dist: mypy-boto3-qldb<1.41.0,>=1.40.0; extra == "qldb"
|
|
1080
|
-
Provides-Extra: qldb-session
|
|
1081
|
-
Requires-Dist: mypy-boto3-qldb-session<1.41.0,>=1.40.0; extra == "qldb-session"
|
|
1082
1064
|
Provides-Extra: quicksight
|
|
1083
1065
|
Requires-Dist: mypy-boto3-quicksight<1.41.0,>=1.40.0; extra == "quicksight"
|
|
1084
1066
|
Provides-Extra: ram
|
|
@@ -1107,8 +1089,6 @@ Provides-Extra: resource-groups
|
|
|
1107
1089
|
Requires-Dist: mypy-boto3-resource-groups<1.41.0,>=1.40.0; extra == "resource-groups"
|
|
1108
1090
|
Provides-Extra: resourcegroupstaggingapi
|
|
1109
1091
|
Requires-Dist: mypy-boto3-resourcegroupstaggingapi<1.41.0,>=1.40.0; extra == "resourcegroupstaggingapi"
|
|
1110
|
-
Provides-Extra: robomaker
|
|
1111
|
-
Requires-Dist: mypy-boto3-robomaker<1.41.0,>=1.40.0; extra == "robomaker"
|
|
1112
1092
|
Provides-Extra: rolesanywhere
|
|
1113
1093
|
Requires-Dist: mypy-boto3-rolesanywhere<1.41.0,>=1.40.0; extra == "rolesanywhere"
|
|
1114
1094
|
Provides-Extra: route53
|
|
@@ -1125,6 +1105,8 @@ Provides-Extra: route53profiles
|
|
|
1125
1105
|
Requires-Dist: mypy-boto3-route53profiles<1.41.0,>=1.40.0; extra == "route53profiles"
|
|
1126
1106
|
Provides-Extra: route53resolver
|
|
1127
1107
|
Requires-Dist: mypy-boto3-route53resolver<1.41.0,>=1.40.0; extra == "route53resolver"
|
|
1108
|
+
Provides-Extra: rtbfabric
|
|
1109
|
+
Requires-Dist: mypy-boto3-rtbfabric<1.41.0,>=1.40.0; extra == "rtbfabric"
|
|
1128
1110
|
Provides-Extra: rum
|
|
1129
1111
|
Requires-Dist: mypy-boto3-rum<1.41.0,>=1.40.0; extra == "rum"
|
|
1130
1112
|
Provides-Extra: s3
|
|
@@ -1187,8 +1169,6 @@ Provides-Extra: signer
|
|
|
1187
1169
|
Requires-Dist: mypy-boto3-signer<1.41.0,>=1.40.0; extra == "signer"
|
|
1188
1170
|
Provides-Extra: simspaceweaver
|
|
1189
1171
|
Requires-Dist: mypy-boto3-simspaceweaver<1.41.0,>=1.40.0; extra == "simspaceweaver"
|
|
1190
|
-
Provides-Extra: sms
|
|
1191
|
-
Requires-Dist: mypy-boto3-sms<1.41.0,>=1.40.0; extra == "sms"
|
|
1192
1172
|
Provides-Extra: snow-device-management
|
|
1193
1173
|
Requires-Dist: mypy-boto3-snow-device-management<1.41.0,>=1.40.0; extra == "snow-device-management"
|
|
1194
1174
|
Provides-Extra: snowball
|
|
@@ -1285,20 +1265,7 @@ Provides-Extra: workspaces-web
|
|
|
1285
1265
|
Requires-Dist: mypy-boto3-workspaces-web<1.41.0,>=1.40.0; extra == "workspaces-web"
|
|
1286
1266
|
Provides-Extra: xray
|
|
1287
1267
|
Requires-Dist: mypy-boto3-xray<1.41.0,>=1.40.0; extra == "xray"
|
|
1288
|
-
Dynamic: author
|
|
1289
|
-
Dynamic: author-email
|
|
1290
|
-
Dynamic: classifier
|
|
1291
|
-
Dynamic: description
|
|
1292
|
-
Dynamic: description-content-type
|
|
1293
|
-
Dynamic: home-page
|
|
1294
|
-
Dynamic: keywords
|
|
1295
|
-
Dynamic: license
|
|
1296
1268
|
Dynamic: license-file
|
|
1297
|
-
Dynamic: project-url
|
|
1298
|
-
Dynamic: provides-extra
|
|
1299
|
-
Dynamic: requires-dist
|
|
1300
|
-
Dynamic: requires-python
|
|
1301
|
-
Dynamic: summary
|
|
1302
1269
|
|
|
1303
1270
|
<a id="boto3-stubs-lite"></a>
|
|
1304
1271
|
|
|
@@ -1311,8 +1278,8 @@ Dynamic: summary
|
|
|
1311
1278
|
|
|
1312
1279
|

|
|
1313
1280
|
|
|
1314
|
-
Type annotations for [boto3 1.40.
|
|
1315
|
-
with [VSCode](https://code.visualstudio.com/),
|
|
1281
|
+
Type annotations for [boto3 1.40.76](https://pypi.org/project/boto3/)
|
|
1282
|
+
compatible with [VSCode](https://code.visualstudio.com/),
|
|
1316
1283
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
1317
1284
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
1318
1285
|
[Sublime Text](https://www.sublimetext.com/),
|
|
@@ -1320,7 +1287,7 @@ with [VSCode](https://code.visualstudio.com/),
|
|
|
1320
1287
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
1321
1288
|
|
|
1322
1289
|
Generated with
|
|
1323
|
-
[mypy-boto3-builder 8.
|
|
1290
|
+
[mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
|
|
1324
1291
|
|
|
1325
1292
|
More information can be found on
|
|
1326
1293
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -1371,7 +1338,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
1371
1338
|
isolation.
|
|
1372
1339
|
|
|
1373
1340
|
1. Run mypy-boto3-builder in your package root directory:
|
|
1374
|
-
`uvx --with 'boto3==1.40.
|
|
1341
|
+
`uvx --with 'boto3==1.40.76' mypy-boto3-builder`
|
|
1375
1342
|
2. Select `boto3-stubs` AWS SDK.
|
|
1376
1343
|
3. Select services you use in the current project.
|
|
1377
1344
|
4. Use provided commands to install generated packages.
|
|
@@ -1704,9 +1671,9 @@ repository.
|
|
|
1704
1671
|
|
|
1705
1672
|
## Submodules
|
|
1706
1673
|
|
|
1707
|
-
- `boto3-stubs-lite[full]` - Type annotations for all
|
|
1674
|
+
- `boto3-stubs-lite[full]` - Type annotations for all 407 services in one
|
|
1708
1675
|
package (recommended).
|
|
1709
|
-
- `boto3-stubs-lite[all]` - Type annotations for all
|
|
1676
|
+
- `boto3-stubs-lite[all]` - Type annotations for all 407 services in separate
|
|
1710
1677
|
packages.
|
|
1711
1678
|
- `boto3-stubs-lite[essential]` - Type annotations for
|
|
1712
1679
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
|
@@ -1791,9 +1758,6 @@ repository.
|
|
|
1791
1758
|
- `boto3-stubs-lite[appsync]` - Type annotations for
|
|
1792
1759
|
[AppSync](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appsync/)
|
|
1793
1760
|
service.
|
|
1794
|
-
- `boto3-stubs-lite[apptest]` - Type annotations for
|
|
1795
|
-
[MainframeModernizationApplicationTesting](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_apptest/)
|
|
1796
|
-
service.
|
|
1797
1761
|
- `boto3-stubs-lite[arc-region-switch]` - Type annotations for
|
|
1798
1762
|
[ARCRegionswitch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_arc_region_switch/)
|
|
1799
1763
|
service.
|
|
@@ -1829,12 +1793,18 @@ repository.
|
|
|
1829
1793
|
- `boto3-stubs-lite[batch]` - Type annotations for
|
|
1830
1794
|
[Batch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/)
|
|
1831
1795
|
service.
|
|
1796
|
+
- `boto3-stubs-lite[bcm-dashboards]` - Type annotations for
|
|
1797
|
+
[BillingandCostManagementDashboards](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bcm_dashboards/)
|
|
1798
|
+
service.
|
|
1832
1799
|
- `boto3-stubs-lite[bcm-data-exports]` - Type annotations for
|
|
1833
1800
|
[BillingandCostManagementDataExports](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bcm_data_exports/)
|
|
1834
1801
|
service.
|
|
1835
1802
|
- `boto3-stubs-lite[bcm-pricing-calculator]` - Type annotations for
|
|
1836
1803
|
[BillingandCostManagementPricingCalculator](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bcm_pricing_calculator/)
|
|
1837
1804
|
service.
|
|
1805
|
+
- `boto3-stubs-lite[bcm-recommended-actions]` - Type annotations for
|
|
1806
|
+
[BillingandCostManagementRecommendedActions](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bcm_recommended_actions/)
|
|
1807
|
+
service.
|
|
1838
1808
|
- `boto3-stubs-lite[bedrock]` - Type annotations for
|
|
1839
1809
|
[Bedrock](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock/)
|
|
1840
1810
|
service.
|
|
@@ -1845,10 +1815,10 @@ repository.
|
|
|
1845
1815
|
[AgentsforBedrockRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_agent_runtime/)
|
|
1846
1816
|
service.
|
|
1847
1817
|
- `boto3-stubs-lite[bedrock-agentcore]` - Type annotations for
|
|
1848
|
-
[
|
|
1818
|
+
[BedrockAgentCore](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_agentcore/)
|
|
1849
1819
|
service.
|
|
1850
1820
|
- `boto3-stubs-lite[bedrock-agentcore-control]` - Type annotations for
|
|
1851
|
-
[
|
|
1821
|
+
[BedrockAgentCoreControl](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_agentcore_control/)
|
|
1852
1822
|
service.
|
|
1853
1823
|
- `boto3-stubs-lite[bedrock-data-automation]` - Type annotations for
|
|
1854
1824
|
[DataAutomationforBedrock](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_data_automation/)
|
|
@@ -2271,9 +2241,6 @@ repository.
|
|
|
2271
2241
|
- `boto3-stubs-lite[iotevents-data]` - Type annotations for
|
|
2272
2242
|
[IoTEventsData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotevents_data/)
|
|
2273
2243
|
service.
|
|
2274
|
-
- `boto3-stubs-lite[iotfleethub]` - Type annotations for
|
|
2275
|
-
[IoTFleetHub](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotfleethub/)
|
|
2276
|
-
service.
|
|
2277
2244
|
- `boto3-stubs-lite[iotfleetwise]` - Type annotations for
|
|
2278
2245
|
[IoTFleetWise](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotfleetwise/)
|
|
2279
2246
|
service.
|
|
@@ -2387,12 +2354,6 @@ repository.
|
|
|
2387
2354
|
- `boto3-stubs-lite[lookoutequipment]` - Type annotations for
|
|
2388
2355
|
[LookoutEquipment](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lookoutequipment/)
|
|
2389
2356
|
service.
|
|
2390
|
-
- `boto3-stubs-lite[lookoutmetrics]` - Type annotations for
|
|
2391
|
-
[LookoutMetrics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lookoutmetrics/)
|
|
2392
|
-
service.
|
|
2393
|
-
- `boto3-stubs-lite[lookoutvision]` - Type annotations for
|
|
2394
|
-
[LookoutforVision](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lookoutvision/)
|
|
2395
|
-
service.
|
|
2396
2357
|
- `boto3-stubs-lite[m2]` - Type annotations for
|
|
2397
2358
|
[MainframeModernization](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_m2/)
|
|
2398
2359
|
service.
|
|
@@ -2492,6 +2453,9 @@ repository.
|
|
|
2492
2453
|
service.
|
|
2493
2454
|
- `boto3-stubs-lite[mwaa]` - Type annotations for
|
|
2494
2455
|
[MWAA](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mwaa/) service.
|
|
2456
|
+
- `boto3-stubs-lite[mwaa-serverless]` - Type annotations for
|
|
2457
|
+
[MWAAServerless](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mwaa_serverless/)
|
|
2458
|
+
service.
|
|
2495
2459
|
- `boto3-stubs-lite[neptune]` - Type annotations for
|
|
2496
2460
|
[Neptune](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_neptune/)
|
|
2497
2461
|
service.
|
|
@@ -2536,12 +2500,6 @@ repository.
|
|
|
2536
2500
|
- `boto3-stubs-lite[opensearchserverless]` - Type annotations for
|
|
2537
2501
|
[OpenSearchServiceServerless](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_opensearchserverless/)
|
|
2538
2502
|
service.
|
|
2539
|
-
- `boto3-stubs-lite[opsworks]` - Type annotations for
|
|
2540
|
-
[OpsWorks](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_opsworks/)
|
|
2541
|
-
service.
|
|
2542
|
-
- `boto3-stubs-lite[opsworkscm]` - Type annotations for
|
|
2543
|
-
[OpsWorksCM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_opsworkscm/)
|
|
2544
|
-
service.
|
|
2545
2503
|
- `boto3-stubs-lite[organizations]` - Type annotations for
|
|
2546
2504
|
[Organizations](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/)
|
|
2547
2505
|
service.
|
|
@@ -2616,11 +2574,6 @@ repository.
|
|
|
2616
2574
|
- `boto3-stubs-lite[qconnect]` - Type annotations for
|
|
2617
2575
|
[QConnect](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_qconnect/)
|
|
2618
2576
|
service.
|
|
2619
|
-
- `boto3-stubs-lite[qldb]` - Type annotations for
|
|
2620
|
-
[QLDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_qldb/) service.
|
|
2621
|
-
- `boto3-stubs-lite[qldb-session]` - Type annotations for
|
|
2622
|
-
[QLDBSession](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_qldb_session/)
|
|
2623
|
-
service.
|
|
2624
2577
|
- `boto3-stubs-lite[quicksight]` - Type annotations for
|
|
2625
2578
|
[QuickSight](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_quicksight/)
|
|
2626
2579
|
service.
|
|
@@ -2661,9 +2614,6 @@ repository.
|
|
|
2661
2614
|
- `boto3-stubs-lite[resourcegroupstaggingapi]` - Type annotations for
|
|
2662
2615
|
[ResourceGroupsTaggingAPI](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_resourcegroupstaggingapi/)
|
|
2663
2616
|
service.
|
|
2664
|
-
- `boto3-stubs-lite[robomaker]` - Type annotations for
|
|
2665
|
-
[RoboMaker](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_robomaker/)
|
|
2666
|
-
service.
|
|
2667
2617
|
- `boto3-stubs-lite[rolesanywhere]` - Type annotations for
|
|
2668
2618
|
[IAMRolesAnywhere](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rolesanywhere/)
|
|
2669
2619
|
service.
|
|
@@ -2688,6 +2638,9 @@ repository.
|
|
|
2688
2638
|
- `boto3-stubs-lite[route53resolver]` - Type annotations for
|
|
2689
2639
|
[Route53Resolver](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53resolver/)
|
|
2690
2640
|
service.
|
|
2641
|
+
- `boto3-stubs-lite[rtbfabric]` - Type annotations for
|
|
2642
|
+
[RTBFabric](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rtbfabric/)
|
|
2643
|
+
service.
|
|
2691
2644
|
- `boto3-stubs-lite[rum]` - Type annotations for
|
|
2692
2645
|
[CloudWatchRUM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rum/)
|
|
2693
2646
|
service.
|
|
@@ -2779,8 +2732,6 @@ repository.
|
|
|
2779
2732
|
- `boto3-stubs-lite[simspaceweaver]` - Type annotations for
|
|
2780
2733
|
[SimSpaceWeaver](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_simspaceweaver/)
|
|
2781
2734
|
service.
|
|
2782
|
-
- `boto3-stubs-lite[sms]` - Type annotations for
|
|
2783
|
-
[SMS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sms/) service.
|
|
2784
2735
|
- `boto3-stubs-lite[snow-device-management]` - Type annotations for
|
|
2785
2736
|
[SnowDeviceManagement](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_snow_device_management/)
|
|
2786
2737
|
service.
|
|
@@ -4,7 +4,7 @@ boto3-stubs/crt.pyi,sha256=OAjGbtBlQJIDRctWkMpr7UwRKxiH_lQt9OdSrHPL3QI,893
|
|
|
4
4
|
boto3-stubs/exceptions.pyi,sha256=cjOrbR2BIOcaHRmIQvGL0y-XEJdicpzRl2dQNfx6GVk,1339
|
|
5
5
|
boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
boto3-stubs/session.pyi,sha256=0jRUbejVSZS9c4dslj7JSk1R4bWjj53-zn1AdwUvVkM,2799
|
|
7
|
-
boto3-stubs/utils.pyi,sha256=
|
|
7
|
+
boto3-stubs/utils.pyi,sha256=U1LwZdfy0BQyS0oa0lbVLsQxF2m8aJXVsdT9gzCHg4I,839
|
|
8
8
|
boto3-stubs/docs/__init__.pyi,sha256=uDkzwRXE_Bb65mlFvnPSySeRYnhK9Cpk4fUyK6gpBd0,179
|
|
9
9
|
boto3-stubs/docs/action.pyi,sha256=_vWYnBVkwK6kU3xTdr5tPGxL-s3ULaAFBnxuFLHsmsE,1016
|
|
10
10
|
boto3-stubs/docs/attr.pyi,sha256=6zGNEVUHUz0UjEDSYnDn-vBnydZKU9ENarzf6rss-3c,922
|
|
@@ -37,9 +37,9 @@ boto3-stubs/resources/response.pyi,sha256=pXdB7YMWdZ7_ZLIAhb7iPhJkLsakC8xTObBC9l
|
|
|
37
37
|
boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
boto3-stubs/s3/constants.pyi,sha256=U9MRV6GXbxTyEfKLsp3fVKzLR85KSSSP5FbcIWVHX54,163
|
|
39
39
|
boto3-stubs/s3/inject.pyi,sha256=iSD34EWV7eyBwCNgAyVC2BZ24i_DXmFF6XhlNbZ6boA,4639
|
|
40
|
-
boto3-stubs/s3/transfer.pyi,sha256=
|
|
41
|
-
boto3_stubs_lite-1.40.
|
|
42
|
-
boto3_stubs_lite-1.40.
|
|
43
|
-
boto3_stubs_lite-1.40.
|
|
44
|
-
boto3_stubs_lite-1.40.
|
|
45
|
-
boto3_stubs_lite-1.40.
|
|
40
|
+
boto3-stubs/s3/transfer.pyi,sha256=Sv47oO-2xz6jf2y3CZSJUw6S08P28bYVW_5WH6R5_ks,2569
|
|
41
|
+
boto3_stubs_lite-1.40.76.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
42
|
+
boto3_stubs_lite-1.40.76.dist-info/METADATA,sha256=MSr4pkaw-QCAWYr4Wns02BpVe8-n1Xy1fu3xF9Eu6Ec,151673
|
|
43
|
+
boto3_stubs_lite-1.40.76.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
44
|
+
boto3_stubs_lite-1.40.76.dist-info/top_level.txt,sha256=P3UeNvj4vCNVj7ixXVAUahHg75PyxJrqrHXVOs4V0Ng,17
|
|
45
|
+
boto3_stubs_lite-1.40.76.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|