types-boto3-bedrock-runtime 1.42.3__py3-none-any.whl → 1.42.31__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.
- types_boto3_bedrock_runtime/__init__.py +1 -1
- types_boto3_bedrock_runtime/__init__.pyi +1 -1
- types_boto3_bedrock_runtime/__main__.py +4 -4
- types_boto3_bedrock_runtime/client.py +1 -1
- types_boto3_bedrock_runtime/client.pyi +1 -1
- types_boto3_bedrock_runtime/literals.py +4 -2
- types_boto3_bedrock_runtime/literals.pyi +4 -2
- types_boto3_bedrock_runtime/paginator.py +1 -1
- types_boto3_bedrock_runtime/paginator.pyi +1 -1
- types_boto3_bedrock_runtime/type_defs.py +20 -9
- types_boto3_bedrock_runtime/type_defs.pyi +17 -8
- types_boto3_bedrock_runtime/version.py +2 -2
- {types_boto3_bedrock_runtime-1.42.3.dist-info → types_boto3_bedrock_runtime-1.42.31.dist-info}/METADATA +4 -4
- types_boto3_bedrock_runtime-1.42.31.dist-info/RECORD +18 -0
- {types_boto3_bedrock_runtime-1.42.3.dist-info → types_boto3_bedrock_runtime-1.42.31.dist-info}/licenses/LICENSE +1 -1
- types_boto3_bedrock_runtime-1.42.3.dist-info/RECORD +0 -18
- {types_boto3_bedrock_runtime-1.42.3.dist-info → types_boto3_bedrock_runtime-1.42.31.dist-info}/WHEEL +0 -0
- {types_boto3_bedrock_runtime-1.42.3.dist-info → types_boto3_bedrock_runtime-1.42.31.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -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 BedrockRuntime 1.42.
|
|
16
|
-
"Version: 1.42.
|
|
15
|
+
"Type annotations for boto3 BedrockRuntime 1.42.31\n"
|
|
16
|
+
"Version: 1.42.31\n"
|
|
17
17
|
"Builder version: 8.12.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_runtime//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-runtime.html#bedrockruntime\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.42.
|
|
29
|
+
sys.stdout.write("1.42.31\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -3,7 +3,7 @@ Type annotations for bedrock-runtime service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_runtime/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -27,6 +27,7 @@ __all__ = (
|
|
|
27
27
|
"AudioFormatType",
|
|
28
28
|
"BedrockRuntimeServiceName",
|
|
29
29
|
"CachePointTypeType",
|
|
30
|
+
"CacheTTLType",
|
|
30
31
|
"ConversationRoleType",
|
|
31
32
|
"DocumentFormatType",
|
|
32
33
|
"GuardrailActionType",
|
|
@@ -89,6 +90,7 @@ AudioFormatType = Literal[
|
|
|
89
90
|
"x-aac",
|
|
90
91
|
]
|
|
91
92
|
CachePointTypeType = Literal["default"]
|
|
93
|
+
CacheTTLType = Literal["1h", "5m"]
|
|
92
94
|
ConversationRoleType = Literal["assistant", "user"]
|
|
93
95
|
DocumentFormatType = Literal["csv", "doc", "docx", "html", "md", "pdf", "txt", "xls", "xlsx"]
|
|
94
96
|
GuardrailActionType = Literal["GUARDRAIL_INTERVENED", "NONE"]
|
|
@@ -312,7 +314,6 @@ ServiceName = Literal[
|
|
|
312
314
|
"eks-auth",
|
|
313
315
|
"elasticache",
|
|
314
316
|
"elasticbeanstalk",
|
|
315
|
-
"elastictranscoder",
|
|
316
317
|
"elb",
|
|
317
318
|
"elbv2",
|
|
318
319
|
"emr",
|
|
@@ -577,6 +578,7 @@ ServiceName = Literal[
|
|
|
577
578
|
"waf-regional",
|
|
578
579
|
"wafv2",
|
|
579
580
|
"wellarchitected",
|
|
581
|
+
"wickr",
|
|
580
582
|
"wisdom",
|
|
581
583
|
"workdocs",
|
|
582
584
|
"workmail",
|
|
@@ -3,7 +3,7 @@ Type annotations for bedrock-runtime service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_runtime/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -26,6 +26,7 @@ __all__ = (
|
|
|
26
26
|
"AudioFormatType",
|
|
27
27
|
"BedrockRuntimeServiceName",
|
|
28
28
|
"CachePointTypeType",
|
|
29
|
+
"CacheTTLType",
|
|
29
30
|
"ConversationRoleType",
|
|
30
31
|
"DocumentFormatType",
|
|
31
32
|
"GuardrailActionType",
|
|
@@ -87,6 +88,7 @@ AudioFormatType = Literal[
|
|
|
87
88
|
"x-aac",
|
|
88
89
|
]
|
|
89
90
|
CachePointTypeType = Literal["default"]
|
|
91
|
+
CacheTTLType = Literal["1h", "5m"]
|
|
90
92
|
ConversationRoleType = Literal["assistant", "user"]
|
|
91
93
|
DocumentFormatType = Literal["csv", "doc", "docx", "html", "md", "pdf", "txt", "xls", "xlsx"]
|
|
92
94
|
GuardrailActionType = Literal["GUARDRAIL_INTERVENED", "NONE"]
|
|
@@ -310,7 +312,6 @@ ServiceName = Literal[
|
|
|
310
312
|
"eks-auth",
|
|
311
313
|
"elasticache",
|
|
312
314
|
"elasticbeanstalk",
|
|
313
|
-
"elastictranscoder",
|
|
314
315
|
"elb",
|
|
315
316
|
"elbv2",
|
|
316
317
|
"emr",
|
|
@@ -575,6 +576,7 @@ ServiceName = Literal[
|
|
|
575
576
|
"waf-regional",
|
|
576
577
|
"wafv2",
|
|
577
578
|
"wellarchitected",
|
|
579
|
+
"wickr",
|
|
578
580
|
"wisdom",
|
|
579
581
|
"workdocs",
|
|
580
582
|
"workmail",
|
|
@@ -3,7 +3,7 @@ Type annotations for bedrock-runtime service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_runtime/type_defs/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -27,6 +27,7 @@ from botocore.response import StreamingBody
|
|
|
27
27
|
from .literals import (
|
|
28
28
|
AsyncInvokeStatusType,
|
|
29
29
|
AudioFormatType,
|
|
30
|
+
CacheTTLType,
|
|
30
31
|
ConversationRoleType,
|
|
31
32
|
DocumentFormatType,
|
|
32
33
|
GuardrailActionType,
|
|
@@ -84,6 +85,7 @@ __all__ = (
|
|
|
84
85
|
"BidirectionalInputPayloadPartTypeDef",
|
|
85
86
|
"BidirectionalOutputPayloadPartTypeDef",
|
|
86
87
|
"BlobTypeDef",
|
|
88
|
+
"CacheDetailTypeDef",
|
|
87
89
|
"CachePointBlockTypeDef",
|
|
88
90
|
"CitationGeneratedContentTypeDef",
|
|
89
91
|
"CitationLocationTypeDef",
|
|
@@ -326,10 +328,18 @@ BidirectionalOutputPayloadPartTypeDef = TypedDict(
|
|
|
326
328
|
"bytes": NotRequired[bytes],
|
|
327
329
|
},
|
|
328
330
|
)
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
class CacheDetailTypeDef(TypedDict):
|
|
334
|
+
ttl: CacheTTLType
|
|
335
|
+
inputTokens: int
|
|
336
|
+
|
|
337
|
+
|
|
329
338
|
CachePointBlockTypeDef = TypedDict(
|
|
330
339
|
"CachePointBlockTypeDef",
|
|
331
340
|
{
|
|
332
341
|
"type": Literal["default"],
|
|
342
|
+
"ttl": NotRequired[CacheTTLType],
|
|
333
343
|
},
|
|
334
344
|
)
|
|
335
345
|
|
|
@@ -466,14 +476,6 @@ ServiceTierTypeDef = TypedDict(
|
|
|
466
476
|
)
|
|
467
477
|
|
|
468
478
|
|
|
469
|
-
class TokenUsageTypeDef(TypedDict):
|
|
470
|
-
inputTokens: int
|
|
471
|
-
outputTokens: int
|
|
472
|
-
totalTokens: int
|
|
473
|
-
cacheReadInputTokens: NotRequired[int]
|
|
474
|
-
cacheWriteInputTokens: NotRequired[int]
|
|
475
|
-
|
|
476
|
-
|
|
477
479
|
class ConverseStreamMetricsTypeDef(TypedDict):
|
|
478
480
|
latencyMs: int
|
|
479
481
|
|
|
@@ -812,6 +814,15 @@ VideoSourceTypeDef = TypedDict(
|
|
|
812
814
|
)
|
|
813
815
|
|
|
814
816
|
|
|
817
|
+
class TokenUsageTypeDef(TypedDict):
|
|
818
|
+
inputTokens: int
|
|
819
|
+
outputTokens: int
|
|
820
|
+
totalTokens: int
|
|
821
|
+
cacheReadInputTokens: NotRequired[int]
|
|
822
|
+
cacheWriteInputTokens: NotRequired[int]
|
|
823
|
+
cacheDetails: NotRequired[list[CacheDetailTypeDef]]
|
|
824
|
+
|
|
825
|
+
|
|
815
826
|
class CitationLocationTypeDef(TypedDict):
|
|
816
827
|
web: NotRequired[WebLocationTypeDef]
|
|
817
828
|
documentChar: NotRequired[DocumentCharLocationTypeDef]
|
|
@@ -3,7 +3,7 @@ Type annotations for bedrock-runtime service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_runtime/type_defs/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -27,6 +27,7 @@ from botocore.response import StreamingBody
|
|
|
27
27
|
from .literals import (
|
|
28
28
|
AsyncInvokeStatusType,
|
|
29
29
|
AudioFormatType,
|
|
30
|
+
CacheTTLType,
|
|
30
31
|
ConversationRoleType,
|
|
31
32
|
DocumentFormatType,
|
|
32
33
|
GuardrailActionType,
|
|
@@ -83,6 +84,7 @@ __all__ = (
|
|
|
83
84
|
"BidirectionalInputPayloadPartTypeDef",
|
|
84
85
|
"BidirectionalOutputPayloadPartTypeDef",
|
|
85
86
|
"BlobTypeDef",
|
|
87
|
+
"CacheDetailTypeDef",
|
|
86
88
|
"CachePointBlockTypeDef",
|
|
87
89
|
"CitationGeneratedContentTypeDef",
|
|
88
90
|
"CitationLocationTypeDef",
|
|
@@ -317,10 +319,16 @@ BidirectionalOutputPayloadPartTypeDef = TypedDict(
|
|
|
317
319
|
"bytes": NotRequired[bytes],
|
|
318
320
|
},
|
|
319
321
|
)
|
|
322
|
+
|
|
323
|
+
class CacheDetailTypeDef(TypedDict):
|
|
324
|
+
ttl: CacheTTLType
|
|
325
|
+
inputTokens: int
|
|
326
|
+
|
|
320
327
|
CachePointBlockTypeDef = TypedDict(
|
|
321
328
|
"CachePointBlockTypeDef",
|
|
322
329
|
{
|
|
323
330
|
"type": Literal["default"],
|
|
331
|
+
"ttl": NotRequired[CacheTTLType],
|
|
324
332
|
},
|
|
325
333
|
)
|
|
326
334
|
|
|
@@ -437,13 +445,6 @@ ServiceTierTypeDef = TypedDict(
|
|
|
437
445
|
},
|
|
438
446
|
)
|
|
439
447
|
|
|
440
|
-
class TokenUsageTypeDef(TypedDict):
|
|
441
|
-
inputTokens: int
|
|
442
|
-
outputTokens: int
|
|
443
|
-
totalTokens: int
|
|
444
|
-
cacheReadInputTokens: NotRequired[int]
|
|
445
|
-
cacheWriteInputTokens: NotRequired[int]
|
|
446
|
-
|
|
447
448
|
class ConverseStreamMetricsTypeDef(TypedDict):
|
|
448
449
|
latencyMs: int
|
|
449
450
|
|
|
@@ -737,6 +738,14 @@ VideoSourceTypeDef = TypedDict(
|
|
|
737
738
|
},
|
|
738
739
|
)
|
|
739
740
|
|
|
741
|
+
class TokenUsageTypeDef(TypedDict):
|
|
742
|
+
inputTokens: int
|
|
743
|
+
outputTokens: int
|
|
744
|
+
totalTokens: int
|
|
745
|
+
cacheReadInputTokens: NotRequired[int]
|
|
746
|
+
cacheWriteInputTokens: NotRequired[int]
|
|
747
|
+
cacheDetails: NotRequired[list[CacheDetailTypeDef]]
|
|
748
|
+
|
|
740
749
|
class CitationLocationTypeDef(TypedDict):
|
|
741
750
|
web: NotRequired[WebLocationTypeDef]
|
|
742
751
|
documentChar: NotRequired[DocumentCharLocationTypeDef]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-bedrock-runtime
|
|
3
|
-
Version: 1.42.
|
|
4
|
-
Summary: Type annotations for boto3 BedrockRuntime 1.42.
|
|
3
|
+
Version: 1.42.31
|
|
4
|
+
Summary: Type annotations for boto3 BedrockRuntime 1.42.31 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -43,7 +43,7 @@ Dynamic: license-file
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3 BedrockRuntime 1.42.
|
|
46
|
+
[boto3 BedrockRuntime 1.42.31](https://pypi.org/project/boto3/) compatible with
|
|
47
47
|
[VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
105
105
|
isolation.
|
|
106
106
|
|
|
107
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
-
`uvx --with 'boto3==1.42.
|
|
108
|
+
`uvx --with 'boto3==1.42.31' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3` AWS SDK.
|
|
110
110
|
3. Add `BedrockRuntime` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
types_boto3_bedrock_runtime/__init__.py,sha256=-DyVw55D1A88qOLpLHfjUcLn-zOVEJ43iR6b712DD9o,774
|
|
2
|
+
types_boto3_bedrock_runtime/__init__.pyi,sha256=0Nc_Pc4lHAidgKO4DWWplZJY_rkMTqfnx8aSg1cvmt0,773
|
|
3
|
+
types_boto3_bedrock_runtime/__main__.py,sha256=6pPM-sCuMBWic3yy-LwevsnHt3fyghlKHnzl4VmhbWc,1015
|
|
4
|
+
types_boto3_bedrock_runtime/client.py,sha256=76fDOgQQIseISNHldI3rbHAg8l7LKrS52ZqV9hdNExA,9982
|
|
5
|
+
types_boto3_bedrock_runtime/client.pyi,sha256=-BwqbC4mbxy-qw05z-0Vpmr_fmXoMcUsVeWYwd9s9UU,9979
|
|
6
|
+
types_boto3_bedrock_runtime/literals.py,sha256=oSri4vY-ldfE2pWjW2e265MCSW-9-QSrRt1M2ZwNzw4,14262
|
|
7
|
+
types_boto3_bedrock_runtime/literals.pyi,sha256=VH39hkQD8p7FBHYeEWyEGn30-ZM7r5hxfTSSiBZquag,14260
|
|
8
|
+
types_boto3_bedrock_runtime/paginator.py,sha256=rRuINxW2zIv-_spOa4C1Qtq-bTElhAus8Ob1rqFFl3E,2194
|
|
9
|
+
types_boto3_bedrock_runtime/paginator.pyi,sha256=Umt4lIjKlUK0HabZ7PkSPP_7kfFgfpxJIe8_whFgrFA,2190
|
|
10
|
+
types_boto3_bedrock_runtime/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_bedrock_runtime/type_defs.py,sha256=Wt_uZfZOn-31CtO_fNaWF0FCyD2aLAoLeHcb2nuzhko,48214
|
|
12
|
+
types_boto3_bedrock_runtime/type_defs.pyi,sha256=ZzZsNd_fBQGcreasfZ2DMCcjihUN5XcN-hZvDNkedZk,48041
|
|
13
|
+
types_boto3_bedrock_runtime/version.py,sha256=kOkP0vnOip6iNeQpu-chN8ssnI29wONUx3g-8iPrHOI,93
|
|
14
|
+
types_boto3_bedrock_runtime-1.42.31.dist-info/licenses/LICENSE,sha256=MdPBcMOA_mXHmAaBn41qTH8zP7qsdQfRAIxNJaCq-wE,1070
|
|
15
|
+
types_boto3_bedrock_runtime-1.42.31.dist-info/METADATA,sha256=JONAcjVHcTwhPsxUr53GJiGQg3VeSGy5tldk0AKDlXY,15078
|
|
16
|
+
types_boto3_bedrock_runtime-1.42.31.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
types_boto3_bedrock_runtime-1.42.31.dist-info/top_level.txt,sha256=vs95SHzu94rM38mmauihzrtfinMIBV-tKDaYSV0eMww,28
|
|
18
|
+
types_boto3_bedrock_runtime-1.42.31.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
types_boto3_bedrock_runtime/__init__.py,sha256=yVTpBudgQiZdF0pSNhAE-1xbRZSFBHRcN9lRoforRqk,774
|
|
2
|
-
types_boto3_bedrock_runtime/__init__.pyi,sha256=FTe8oZW7DRJdbaUR0zeqYoUvSJbUFsNGBllLTCZwU4k,773
|
|
3
|
-
types_boto3_bedrock_runtime/__main__.py,sha256=zqqv7TG7Jb5fNbmZl8WnMAo1OaCZk0531w36drzDFZI,1012
|
|
4
|
-
types_boto3_bedrock_runtime/client.py,sha256=gN_nm5GKPuUjmMh_qvJGHuSNHcm5-ui7FPQ3KyWiAxc,9982
|
|
5
|
-
types_boto3_bedrock_runtime/client.pyi,sha256=Ypg7CxQjo36qHy8fF2l6-cT9SIfHDxZNeVzCQNAccyE,9979
|
|
6
|
-
types_boto3_bedrock_runtime/literals.py,sha256=-5uUBx3C5iB3Khro_ZWF5uIXik1_Iz1yHMBdrYFhmF8,14219
|
|
7
|
-
types_boto3_bedrock_runtime/literals.pyi,sha256=nwZsSmdKpIVerDb3qbcVYvsvn_f4K_QyELYR6egRRrs,14217
|
|
8
|
-
types_boto3_bedrock_runtime/paginator.py,sha256=5Jxr9RrOJKN9XVbJReCbUJpJopBTa6lkmC2vmFjI2nQ,2194
|
|
9
|
-
types_boto3_bedrock_runtime/paginator.pyi,sha256=63nEmXrjk6YpFdjbM7HiTP4pBDClAUG2z9KGCvvqdpw,2190
|
|
10
|
-
types_boto3_bedrock_runtime/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_bedrock_runtime/type_defs.py,sha256=QcZXi9lKJp5bl6z300G9Go7oU22jSCSe_-tIMPfFGoA,47988
|
|
12
|
-
types_boto3_bedrock_runtime/type_defs.pyi,sha256=NLCtG-qc_1RhhjEttGHsGVjhPQnSlYfX2P02ZwjMSHA,47817
|
|
13
|
-
types_boto3_bedrock_runtime/version.py,sha256=GG_me-VWxqUerVNqcPw9hL39jbKNBNmLknphxNF_WPw,92
|
|
14
|
-
types_boto3_bedrock_runtime-1.42.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_bedrock_runtime-1.42.3.dist-info/METADATA,sha256=BGYLlE_VRkR27ENJyHWtlgc8G3llk7bS1dDd8MQwg1M,15074
|
|
16
|
-
types_boto3_bedrock_runtime-1.42.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
-
types_boto3_bedrock_runtime-1.42.3.dist-info/top_level.txt,sha256=vs95SHzu94rM38mmauihzrtfinMIBV-tKDaYSV0eMww,28
|
|
18
|
-
types_boto3_bedrock_runtime-1.42.3.dist-info/RECORD,,
|
{types_boto3_bedrock_runtime-1.42.3.dist-info → types_boto3_bedrock_runtime-1.42.31.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|