mypy-boto3-s3vectors 1.40.0__py3-none-any.whl → 1.40.60__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 mypy-boto3-s3vectors might be problematic. Click here for more details.
- mypy_boto3_s3vectors/__main__.py +3 -3
- mypy_boto3_s3vectors/literals.py +5 -13
- mypy_boto3_s3vectors/literals.pyi +5 -13
- mypy_boto3_s3vectors/version.py +1 -1
- {mypy_boto3_s3vectors-1.40.0.dist-info → mypy_boto3_s3vectors-1.40.60.dist-info}/METADATA +4 -4
- mypy_boto3_s3vectors-1.40.60.dist-info/RECORD +18 -0
- mypy_boto3_s3vectors-1.40.0.dist-info/RECORD +0 -18
- {mypy_boto3_s3vectors-1.40.0.dist-info → mypy_boto3_s3vectors-1.40.60.dist-info}/WHEEL +0 -0
- {mypy_boto3_s3vectors-1.40.0.dist-info → mypy_boto3_s3vectors-1.40.60.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_s3vectors-1.40.0.dist-info → mypy_boto3_s3vectors-1.40.60.dist-info}/top_level.txt +0 -0
mypy_boto3_s3vectors/__main__.py
CHANGED
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 S3Vectors 1.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 S3Vectors 1.40.60\n"
|
|
16
|
+
"Version: 1.40.60\n"
|
|
17
17
|
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3vectors//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3vectors.html#s3vectors\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.40.
|
|
29
|
+
sys.stdout.write("1.40.60\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_s3vectors/literals.py
CHANGED
|
@@ -70,6 +70,7 @@ ServiceName = Literal[
|
|
|
70
70
|
"appstream",
|
|
71
71
|
"appsync",
|
|
72
72
|
"apptest",
|
|
73
|
+
"arc-region-switch",
|
|
73
74
|
"arc-zonal-shift",
|
|
74
75
|
"artifact",
|
|
75
76
|
"athena",
|
|
@@ -81,8 +82,10 @@ ServiceName = Literal[
|
|
|
81
82
|
"backup-gateway",
|
|
82
83
|
"backupsearch",
|
|
83
84
|
"batch",
|
|
85
|
+
"bcm-dashboards",
|
|
84
86
|
"bcm-data-exports",
|
|
85
87
|
"bcm-pricing-calculator",
|
|
88
|
+
"bcm-recommended-actions",
|
|
86
89
|
"bedrock",
|
|
87
90
|
"bedrock-agent",
|
|
88
91
|
"bedrock-agent-runtime",
|
|
@@ -324,8 +327,6 @@ ServiceName = Literal[
|
|
|
324
327
|
"omics",
|
|
325
328
|
"opensearch",
|
|
326
329
|
"opensearchserverless",
|
|
327
|
-
"opsworks",
|
|
328
|
-
"opsworkscm",
|
|
329
330
|
"organizations",
|
|
330
331
|
"osis",
|
|
331
332
|
"outposts",
|
|
@@ -376,6 +377,7 @@ ServiceName = Literal[
|
|
|
376
377
|
"route53domains",
|
|
377
378
|
"route53profiles",
|
|
378
379
|
"route53resolver",
|
|
380
|
+
"rtbfabric",
|
|
379
381
|
"rum",
|
|
380
382
|
"s3",
|
|
381
383
|
"s3control",
|
|
@@ -407,7 +409,6 @@ ServiceName = Literal[
|
|
|
407
409
|
"shield",
|
|
408
410
|
"signer",
|
|
409
411
|
"simspaceweaver",
|
|
410
|
-
"sms",
|
|
411
412
|
"snow-device-management",
|
|
412
413
|
"snowball",
|
|
413
414
|
"sns",
|
|
@@ -458,15 +459,6 @@ ServiceName = Literal[
|
|
|
458
459
|
"xray",
|
|
459
460
|
]
|
|
460
461
|
ResourceServiceName = Literal[
|
|
461
|
-
"cloudformation",
|
|
462
|
-
"cloudwatch",
|
|
463
|
-
"dynamodb",
|
|
464
|
-
"ec2",
|
|
465
|
-
"glacier",
|
|
466
|
-
"iam",
|
|
467
|
-
"opsworks",
|
|
468
|
-
"s3",
|
|
469
|
-
"sns",
|
|
470
|
-
"sqs",
|
|
462
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
471
463
|
]
|
|
472
464
|
PaginatorName = Literal["list_indexes", "list_vector_buckets", "list_vectors"]
|
|
@@ -68,6 +68,7 @@ ServiceName = Literal[
|
|
|
68
68
|
"appstream",
|
|
69
69
|
"appsync",
|
|
70
70
|
"apptest",
|
|
71
|
+
"arc-region-switch",
|
|
71
72
|
"arc-zonal-shift",
|
|
72
73
|
"artifact",
|
|
73
74
|
"athena",
|
|
@@ -79,8 +80,10 @@ ServiceName = Literal[
|
|
|
79
80
|
"backup-gateway",
|
|
80
81
|
"backupsearch",
|
|
81
82
|
"batch",
|
|
83
|
+
"bcm-dashboards",
|
|
82
84
|
"bcm-data-exports",
|
|
83
85
|
"bcm-pricing-calculator",
|
|
86
|
+
"bcm-recommended-actions",
|
|
84
87
|
"bedrock",
|
|
85
88
|
"bedrock-agent",
|
|
86
89
|
"bedrock-agent-runtime",
|
|
@@ -322,8 +325,6 @@ ServiceName = Literal[
|
|
|
322
325
|
"omics",
|
|
323
326
|
"opensearch",
|
|
324
327
|
"opensearchserverless",
|
|
325
|
-
"opsworks",
|
|
326
|
-
"opsworkscm",
|
|
327
328
|
"organizations",
|
|
328
329
|
"osis",
|
|
329
330
|
"outposts",
|
|
@@ -374,6 +375,7 @@ ServiceName = Literal[
|
|
|
374
375
|
"route53domains",
|
|
375
376
|
"route53profiles",
|
|
376
377
|
"route53resolver",
|
|
378
|
+
"rtbfabric",
|
|
377
379
|
"rum",
|
|
378
380
|
"s3",
|
|
379
381
|
"s3control",
|
|
@@ -405,7 +407,6 @@ ServiceName = Literal[
|
|
|
405
407
|
"shield",
|
|
406
408
|
"signer",
|
|
407
409
|
"simspaceweaver",
|
|
408
|
-
"sms",
|
|
409
410
|
"snow-device-management",
|
|
410
411
|
"snowball",
|
|
411
412
|
"sns",
|
|
@@ -456,15 +457,6 @@ ServiceName = Literal[
|
|
|
456
457
|
"xray",
|
|
457
458
|
]
|
|
458
459
|
ResourceServiceName = Literal[
|
|
459
|
-
"cloudformation",
|
|
460
|
-
"cloudwatch",
|
|
461
|
-
"dynamodb",
|
|
462
|
-
"ec2",
|
|
463
|
-
"glacier",
|
|
464
|
-
"iam",
|
|
465
|
-
"opsworks",
|
|
466
|
-
"s3",
|
|
467
|
-
"sns",
|
|
468
|
-
"sqs",
|
|
460
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
469
461
|
]
|
|
470
462
|
PaginatorName = Literal["list_indexes", "list_vector_buckets", "list_vectors"]
|
mypy_boto3_s3vectors/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-s3vectors
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 S3Vectors 1.40.
|
|
3
|
+
Version: 1.40.60
|
|
4
|
+
Summary: Type annotations for boto3 S3Vectors 1.40.60 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 S3Vectors 1.40.
|
|
59
|
+
Type annotations for [boto3 S3Vectors 1.40.60](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.40.
|
|
121
|
+
`uvx --with 'boto3==1.40.60' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
123
|
3. Add `S3Vectors` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
mypy_boto3_s3vectors/__init__.py,sha256=qZgYF9po4g5H386QHA-O7ADN4TyeWo3GEhgPQ3TF4AM,1080
|
|
2
|
+
mypy_boto3_s3vectors/__init__.pyi,sha256=AdqNbIrUCyb_pKQUW4s6k8OagN1MEc-yvan0X7i1gtY,1079
|
|
3
|
+
mypy_boto3_s3vectors/__main__.py,sha256=3KYWhJ28ej0p6wru4dwdoAJm-K3Pl2yzpddz4Ial7ug,992
|
|
4
|
+
mypy_boto3_s3vectors/client.py,sha256=soeV5RRl4QD_lcJO5AtOfTAQNpq0BezN4joR8ujvl2s,14143
|
|
5
|
+
mypy_boto3_s3vectors/client.pyi,sha256=zzZSSA4j-cXjD09nwMaHGatim_x3_qLsZxlzW6BLIyA,14140
|
|
6
|
+
mypy_boto3_s3vectors/literals.py,sha256=GQz2XWKrVfiMAzTH2QLH-j2dUMX6RKQseTV9mUw7Gcs,9479
|
|
7
|
+
mypy_boto3_s3vectors/literals.pyi,sha256=hETef3LnCNLEL3GS-CCfzC6Sva__cVM4gxQ_8UMEnEs,9477
|
|
8
|
+
mypy_boto3_s3vectors/paginator.py,sha256=ffZ4vWMqNAjal4nsmwtGLj9JvuNsENjTOyn_Ii7zf0I,4671
|
|
9
|
+
mypy_boto3_s3vectors/paginator.pyi,sha256=nomKCJWBCTzB3KwAvVYODR_Fr1Hs29hb8XWWIdlu6pw,4661
|
|
10
|
+
mypy_boto3_s3vectors/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_s3vectors/type_defs.py,sha256=nhV0i3H-2DZvOseo8nACMNZQRl_aG0n4BcgkHAVbUkg,9694
|
|
12
|
+
mypy_boto3_s3vectors/type_defs.pyi,sha256=mgagirU22njidr9nR9SCRyAgO6M7H7JQ65Vinxxy2BE,9650
|
|
13
|
+
mypy_boto3_s3vectors/version.py,sha256=NzXluJrrNARU_IqVC98fZ7B1YuUJkewLTY2LI9mZCDQ,93
|
|
14
|
+
mypy_boto3_s3vectors-1.40.60.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
mypy_boto3_s3vectors-1.40.60.dist-info/METADATA,sha256=ABJrgGae6TNO6mPjupk8MM91WxnDfoZXeg2tN9uOkHo,15255
|
|
16
|
+
mypy_boto3_s3vectors-1.40.60.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
mypy_boto3_s3vectors-1.40.60.dist-info/top_level.txt,sha256=9eTAWwhiD9cQ8ZlSbsmuZqcsdcUyRF0rCbO9o8a_Zao,21
|
|
18
|
+
mypy_boto3_s3vectors-1.40.60.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
mypy_boto3_s3vectors/__init__.py,sha256=qZgYF9po4g5H386QHA-O7ADN4TyeWo3GEhgPQ3TF4AM,1080
|
|
2
|
-
mypy_boto3_s3vectors/__init__.pyi,sha256=AdqNbIrUCyb_pKQUW4s6k8OagN1MEc-yvan0X7i1gtY,1079
|
|
3
|
-
mypy_boto3_s3vectors/__main__.py,sha256=MjWcJW-kMvElh25YACp_oakEhzDTr4cW0mdQVQ8QgQE,989
|
|
4
|
-
mypy_boto3_s3vectors/client.py,sha256=soeV5RRl4QD_lcJO5AtOfTAQNpq0BezN4joR8ujvl2s,14143
|
|
5
|
-
mypy_boto3_s3vectors/client.pyi,sha256=zzZSSA4j-cXjD09nwMaHGatim_x3_qLsZxlzW6BLIyA,14140
|
|
6
|
-
mypy_boto3_s3vectors/literals.py,sha256=JeT6r2gj8TnajxD_cGe_2lYDaptJaRqSZ5ymsgFK7aE,9478
|
|
7
|
-
mypy_boto3_s3vectors/literals.pyi,sha256=q1UgoyUqIw4CslysGXSopI4k_LNLUO0LHJ6WEGmcujE,9476
|
|
8
|
-
mypy_boto3_s3vectors/paginator.py,sha256=ffZ4vWMqNAjal4nsmwtGLj9JvuNsENjTOyn_Ii7zf0I,4671
|
|
9
|
-
mypy_boto3_s3vectors/paginator.pyi,sha256=nomKCJWBCTzB3KwAvVYODR_Fr1Hs29hb8XWWIdlu6pw,4661
|
|
10
|
-
mypy_boto3_s3vectors/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_s3vectors/type_defs.py,sha256=nhV0i3H-2DZvOseo8nACMNZQRl_aG0n4BcgkHAVbUkg,9694
|
|
12
|
-
mypy_boto3_s3vectors/type_defs.pyi,sha256=mgagirU22njidr9nR9SCRyAgO6M7H7JQ65Vinxxy2BE,9650
|
|
13
|
-
mypy_boto3_s3vectors/version.py,sha256=52Sk0XpA8tC09WfcAI6nm69vLa0ysg1C33ACO_NFSwc,92
|
|
14
|
-
mypy_boto3_s3vectors-1.40.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
mypy_boto3_s3vectors-1.40.0.dist-info/METADATA,sha256=nyC6PDJrOGx6rcWtaepSFKsx_yAaMnY0Xi7z6iETTPU,15251
|
|
16
|
-
mypy_boto3_s3vectors-1.40.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
-
mypy_boto3_s3vectors-1.40.0.dist-info/top_level.txt,sha256=9eTAWwhiD9cQ8ZlSbsmuZqcsdcUyRF0rCbO9o8a_Zao,21
|
|
18
|
-
mypy_boto3_s3vectors-1.40.0.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_s3vectors-1.40.0.dist-info → mypy_boto3_s3vectors-1.40.60.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{mypy_boto3_s3vectors-1.40.0.dist-info → mypy_boto3_s3vectors-1.40.60.dist-info}/top_level.txt
RENAMED
|
File without changes
|