types-boto3-bedrock-runtime 1.37.7__py3-none-any.whl → 1.37.24__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/__main__.py +4 -4
- types_boto3_bedrock_runtime/literals.py +2 -0
- types_boto3_bedrock_runtime/literals.pyi +2 -0
- types_boto3_bedrock_runtime/type_defs.py +14 -0
- types_boto3_bedrock_runtime/type_defs.pyi +14 -0
- types_boto3_bedrock_runtime/version.py +1 -1
- {types_boto3_bedrock_runtime-1.37.7.dist-info → types_boto3_bedrock_runtime-1.37.24.dist-info}/METADATA +7 -6
- types_boto3_bedrock_runtime-1.37.24.dist-info/RECORD +18 -0
- {types_boto3_bedrock_runtime-1.37.7.dist-info → types_boto3_bedrock_runtime-1.37.24.dist-info}/WHEEL +1 -1
- types_boto3_bedrock_runtime-1.37.7.dist-info/RECORD +0 -18
- {types_boto3_bedrock_runtime-1.37.7.dist-info → types_boto3_bedrock_runtime-1.37.24.dist-info/licenses}/LICENSE +0 -0
- {types_boto3_bedrock_runtime-1.37.7.dist-info → types_boto3_bedrock_runtime-1.37.24.dist-info}/top_level.txt +0 -0
|
@@ -12,9 +12,9 @@ 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.37.
|
|
16
|
-
"Version: 1.37.
|
|
17
|
-
"Builder version: 8.10.
|
|
15
|
+
"Type annotations for boto3 BedrockRuntime 1.37.24\n"
|
|
16
|
+
"Version: 1.37.24\n"
|
|
17
|
+
"Builder version: 8.10.1\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"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\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.37.
|
|
29
|
+
sys.stdout.write("1.37.24\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -25,6 +25,7 @@ else:
|
|
|
25
25
|
__all__ = (
|
|
26
26
|
"AsyncInvokeStatusType",
|
|
27
27
|
"BedrockRuntimeServiceName",
|
|
28
|
+
"CachePointTypeType",
|
|
28
29
|
"ConversationRoleType",
|
|
29
30
|
"DocumentFormatType",
|
|
30
31
|
"GuardrailActionType",
|
|
@@ -63,6 +64,7 @@ __all__ = (
|
|
|
63
64
|
|
|
64
65
|
|
|
65
66
|
AsyncInvokeStatusType = Literal["Completed", "Failed", "InProgress"]
|
|
67
|
+
CachePointTypeType = Literal["default"]
|
|
66
68
|
ConversationRoleType = Literal["assistant", "user"]
|
|
67
69
|
DocumentFormatType = Literal["csv", "doc", "docx", "html", "md", "pdf", "txt", "xls", "xlsx"]
|
|
68
70
|
GuardrailActionType = Literal["GUARDRAIL_INTERVENED", "NONE"]
|
|
@@ -24,6 +24,7 @@ else:
|
|
|
24
24
|
__all__ = (
|
|
25
25
|
"AsyncInvokeStatusType",
|
|
26
26
|
"BedrockRuntimeServiceName",
|
|
27
|
+
"CachePointTypeType",
|
|
27
28
|
"ConversationRoleType",
|
|
28
29
|
"DocumentFormatType",
|
|
29
30
|
"GuardrailActionType",
|
|
@@ -61,6 +62,7 @@ __all__ = (
|
|
|
61
62
|
)
|
|
62
63
|
|
|
63
64
|
AsyncInvokeStatusType = Literal["Completed", "Failed", "InProgress"]
|
|
65
|
+
CachePointTypeType = Literal["default"]
|
|
64
66
|
ConversationRoleType = Literal["assistant", "user"]
|
|
65
67
|
DocumentFormatType = Literal["csv", "doc", "docx", "html", "md", "pdf", "txt", "xls", "xlsx"]
|
|
66
68
|
GuardrailActionType = Literal["GUARDRAIL_INTERVENED", "NONE"]
|
|
@@ -70,6 +70,7 @@ __all__ = (
|
|
|
70
70
|
"AsyncInvokeS3OutputDataConfigTypeDef",
|
|
71
71
|
"AsyncInvokeSummaryTypeDef",
|
|
72
72
|
"BlobTypeDef",
|
|
73
|
+
"CachePointBlockTypeDef",
|
|
73
74
|
"ContentBlockDeltaEventTypeDef",
|
|
74
75
|
"ContentBlockDeltaTypeDef",
|
|
75
76
|
"ContentBlockOutputTypeDef",
|
|
@@ -216,6 +217,7 @@ class GuardrailUsageTypeDef(TypedDict):
|
|
|
216
217
|
sensitiveInformationPolicyUnits: int
|
|
217
218
|
sensitiveInformationPolicyFreeUnits: int
|
|
218
219
|
contextualGroundingPolicyUnits: int
|
|
220
|
+
contentPolicyImageUnits: NotRequired[int]
|
|
219
221
|
|
|
220
222
|
|
|
221
223
|
class ResponseMetadataTypeDef(TypedDict):
|
|
@@ -233,6 +235,12 @@ class AsyncInvokeS3OutputDataConfigTypeDef(TypedDict):
|
|
|
233
235
|
|
|
234
236
|
|
|
235
237
|
BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
|
|
238
|
+
CachePointBlockTypeDef = TypedDict(
|
|
239
|
+
"CachePointBlockTypeDef",
|
|
240
|
+
{
|
|
241
|
+
"type": Literal["default"],
|
|
242
|
+
},
|
|
243
|
+
)
|
|
236
244
|
|
|
237
245
|
|
|
238
246
|
class ReasoningContentBlockDeltaTypeDef(TypedDict):
|
|
@@ -295,6 +303,8 @@ class TokenUsageTypeDef(TypedDict):
|
|
|
295
303
|
inputTokens: int
|
|
296
304
|
outputTokens: int
|
|
297
305
|
totalTokens: int
|
|
306
|
+
cacheReadInputTokens: NotRequired[int]
|
|
307
|
+
cacheWriteInputTokens: NotRequired[int]
|
|
298
308
|
|
|
299
309
|
|
|
300
310
|
class ConverseStreamMetricsTypeDef(TypedDict):
|
|
@@ -802,6 +812,7 @@ VideoSourceUnionTypeDef = Union[VideoSourceTypeDef, VideoSourceOutputTypeDef]
|
|
|
802
812
|
|
|
803
813
|
class ToolTypeDef(TypedDict):
|
|
804
814
|
toolSpec: NotRequired[ToolSpecificationTypeDef]
|
|
815
|
+
cachePoint: NotRequired[CachePointBlockTypeDef]
|
|
805
816
|
|
|
806
817
|
|
|
807
818
|
class ListAsyncInvokesResponseTypeDef(TypedDict):
|
|
@@ -935,6 +946,7 @@ class ContentBlockOutputTypeDef(TypedDict):
|
|
|
935
946
|
toolUse: NotRequired[ToolUseBlockOutputTypeDef]
|
|
936
947
|
toolResult: NotRequired[ToolResultBlockOutputTypeDef]
|
|
937
948
|
guardContent: NotRequired[GuardrailConverseContentBlockOutputTypeDef]
|
|
949
|
+
cachePoint: NotRequired[CachePointBlockTypeDef]
|
|
938
950
|
reasoningContent: NotRequired[ReasoningContentBlockOutputTypeDef]
|
|
939
951
|
|
|
940
952
|
|
|
@@ -971,6 +983,7 @@ ToolResultContentBlockUnionTypeDef = Union[
|
|
|
971
983
|
class SystemContentBlockTypeDef(TypedDict):
|
|
972
984
|
text: NotRequired[str]
|
|
973
985
|
guardContent: NotRequired[GuardrailConverseContentBlockUnionTypeDef]
|
|
986
|
+
cachePoint: NotRequired[CachePointBlockTypeDef]
|
|
974
987
|
|
|
975
988
|
|
|
976
989
|
class ConverseStreamOutputTypeDef(TypedDict):
|
|
@@ -1024,6 +1037,7 @@ class ContentBlockTypeDef(TypedDict):
|
|
|
1024
1037
|
toolUse: NotRequired[ToolUseBlockUnionTypeDef]
|
|
1025
1038
|
toolResult: NotRequired[ToolResultBlockUnionTypeDef]
|
|
1026
1039
|
guardContent: NotRequired[GuardrailConverseContentBlockUnionTypeDef]
|
|
1040
|
+
cachePoint: NotRequired[CachePointBlockTypeDef]
|
|
1027
1041
|
reasoningContent: NotRequired[ReasoningContentBlockUnionTypeDef]
|
|
1028
1042
|
|
|
1029
1043
|
|
|
@@ -69,6 +69,7 @@ __all__ = (
|
|
|
69
69
|
"AsyncInvokeS3OutputDataConfigTypeDef",
|
|
70
70
|
"AsyncInvokeSummaryTypeDef",
|
|
71
71
|
"BlobTypeDef",
|
|
72
|
+
"CachePointBlockTypeDef",
|
|
72
73
|
"ContentBlockDeltaEventTypeDef",
|
|
73
74
|
"ContentBlockDeltaTypeDef",
|
|
74
75
|
"ContentBlockOutputTypeDef",
|
|
@@ -213,6 +214,7 @@ class GuardrailUsageTypeDef(TypedDict):
|
|
|
213
214
|
sensitiveInformationPolicyUnits: int
|
|
214
215
|
sensitiveInformationPolicyFreeUnits: int
|
|
215
216
|
contextualGroundingPolicyUnits: int
|
|
217
|
+
contentPolicyImageUnits: NotRequired[int]
|
|
216
218
|
|
|
217
219
|
class ResponseMetadataTypeDef(TypedDict):
|
|
218
220
|
RequestId: str
|
|
@@ -227,6 +229,12 @@ class AsyncInvokeS3OutputDataConfigTypeDef(TypedDict):
|
|
|
227
229
|
bucketOwner: NotRequired[str]
|
|
228
230
|
|
|
229
231
|
BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
|
|
232
|
+
CachePointBlockTypeDef = TypedDict(
|
|
233
|
+
"CachePointBlockTypeDef",
|
|
234
|
+
{
|
|
235
|
+
"type": Literal["default"],
|
|
236
|
+
},
|
|
237
|
+
)
|
|
230
238
|
|
|
231
239
|
class ReasoningContentBlockDeltaTypeDef(TypedDict):
|
|
232
240
|
text: NotRequired[str]
|
|
@@ -279,6 +287,8 @@ class TokenUsageTypeDef(TypedDict):
|
|
|
279
287
|
inputTokens: int
|
|
280
288
|
outputTokens: int
|
|
281
289
|
totalTokens: int
|
|
290
|
+
cacheReadInputTokens: NotRequired[int]
|
|
291
|
+
cacheWriteInputTokens: NotRequired[int]
|
|
282
292
|
|
|
283
293
|
class ConverseStreamMetricsTypeDef(TypedDict):
|
|
284
294
|
latencyMs: int
|
|
@@ -717,6 +727,7 @@ VideoSourceUnionTypeDef = Union[VideoSourceTypeDef, VideoSourceOutputTypeDef]
|
|
|
717
727
|
|
|
718
728
|
class ToolTypeDef(TypedDict):
|
|
719
729
|
toolSpec: NotRequired[ToolSpecificationTypeDef]
|
|
730
|
+
cachePoint: NotRequired[CachePointBlockTypeDef]
|
|
720
731
|
|
|
721
732
|
class ListAsyncInvokesResponseTypeDef(TypedDict):
|
|
722
733
|
asyncInvokeSummaries: List[AsyncInvokeSummaryTypeDef]
|
|
@@ -831,6 +842,7 @@ class ContentBlockOutputTypeDef(TypedDict):
|
|
|
831
842
|
toolUse: NotRequired[ToolUseBlockOutputTypeDef]
|
|
832
843
|
toolResult: NotRequired[ToolResultBlockOutputTypeDef]
|
|
833
844
|
guardContent: NotRequired[GuardrailConverseContentBlockOutputTypeDef]
|
|
845
|
+
cachePoint: NotRequired[CachePointBlockTypeDef]
|
|
834
846
|
reasoningContent: NotRequired[ReasoningContentBlockOutputTypeDef]
|
|
835
847
|
|
|
836
848
|
class ToolResultContentBlockTypeDef(TypedDict):
|
|
@@ -861,6 +873,7 @@ ToolResultContentBlockUnionTypeDef = Union[
|
|
|
861
873
|
class SystemContentBlockTypeDef(TypedDict):
|
|
862
874
|
text: NotRequired[str]
|
|
863
875
|
guardContent: NotRequired[GuardrailConverseContentBlockUnionTypeDef]
|
|
876
|
+
cachePoint: NotRequired[CachePointBlockTypeDef]
|
|
864
877
|
|
|
865
878
|
class ConverseStreamOutputTypeDef(TypedDict):
|
|
866
879
|
messageStart: NotRequired[MessageStartEventTypeDef]
|
|
@@ -907,6 +920,7 @@ class ContentBlockTypeDef(TypedDict):
|
|
|
907
920
|
toolUse: NotRequired[ToolUseBlockUnionTypeDef]
|
|
908
921
|
toolResult: NotRequired[ToolResultBlockUnionTypeDef]
|
|
909
922
|
guardContent: NotRequired[GuardrailConverseContentBlockUnionTypeDef]
|
|
923
|
+
cachePoint: NotRequired[CachePointBlockTypeDef]
|
|
910
924
|
reasoningContent: NotRequired[ReasoningContentBlockUnionTypeDef]
|
|
911
925
|
|
|
912
926
|
ContentBlockUnionTypeDef = Union[ContentBlockTypeDef, ContentBlockOutputTypeDef]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-bedrock-runtime
|
|
3
|
-
Version: 1.37.
|
|
4
|
-
Summary: Type annotations for boto3 BedrockRuntime 1.37.
|
|
3
|
+
Version: 1.37.24
|
|
4
|
+
Summary: Type annotations for boto3 BedrockRuntime 1.37.24 service generated with mypy-boto3-builder 8.10.1
|
|
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
|
|
@@ -39,6 +39,7 @@ Dynamic: description-content-type
|
|
|
39
39
|
Dynamic: home-page
|
|
40
40
|
Dynamic: keywords
|
|
41
41
|
Dynamic: license
|
|
42
|
+
Dynamic: license-file
|
|
42
43
|
Dynamic: project-url
|
|
43
44
|
Dynamic: requires-dist
|
|
44
45
|
Dynamic: requires-python
|
|
@@ -56,7 +57,7 @@ Dynamic: summary
|
|
|
56
57
|

|
|
57
58
|
|
|
58
59
|
Type annotations for
|
|
59
|
-
[boto3 BedrockRuntime 1.37.
|
|
60
|
+
[boto3 BedrockRuntime 1.37.24](https://pypi.org/project/boto3/) compatible with
|
|
60
61
|
[VSCode](https://code.visualstudio.com/),
|
|
61
62
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
63
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +66,7 @@ Type annotations for
|
|
|
65
66
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
67
|
|
|
67
68
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.10.
|
|
69
|
+
[mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
|
|
69
70
|
|
|
70
71
|
More information can be found on
|
|
71
72
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -118,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
119
|
isolation.
|
|
119
120
|
|
|
120
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.37.
|
|
122
|
+
`uvx --with 'boto3==1.37.24' mypy-boto3-builder`
|
|
122
123
|
2. Select `boto3` AWS SDK.
|
|
123
124
|
3. Add `BedrockRuntime` service.
|
|
124
125
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,18 @@
|
|
|
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=WAZc7lB1gqa_MQH67WbXaNsWW6BqkpgxdsLW_LI7w2Y,1015
|
|
4
|
+
types_boto3_bedrock_runtime/client.py,sha256=iurF8y_YjFKpdEcvN19laZcYlxlVOgOnNKac8PWVs1E,8774
|
|
5
|
+
types_boto3_bedrock_runtime/client.pyi,sha256=TVpF8IVA6RNUHuucSjD6tkwE8yaULNE5KyndQ0kO794,8771
|
|
6
|
+
types_boto3_bedrock_runtime/literals.py,sha256=zu1OhCUB9YXYG8GDhDUBwNsS5oJnAl8pgF4r8BVGKLQ,12982
|
|
7
|
+
types_boto3_bedrock_runtime/literals.pyi,sha256=D_9osFK6OgH2t0CpQG60Vel7knJIu7Dok3NxhBKsJEE,12980
|
|
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=ixn8KgV1syy6US5-qkq89FMtwkSihl-shajOlyXV6Wc,31392
|
|
12
|
+
types_boto3_bedrock_runtime/type_defs.pyi,sha256=PNawih3vCEs1eTUrX2pHbzxqCl91TPiPAEYJKN2Lj9k,31270
|
|
13
|
+
types_boto3_bedrock_runtime/version.py,sha256=r1UeUnTdeXkZoIoq1Vo1PHOJVohDxqd4shvM2Q0OrHI,93
|
|
14
|
+
types_boto3_bedrock_runtime-1.37.24.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_bedrock_runtime-1.37.24.dist-info/METADATA,sha256=2XAXOEcgNq4eVLtoPfdUUqzvNtGfu0FB1OHy7n3kTIw,15400
|
|
16
|
+
types_boto3_bedrock_runtime-1.37.24.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
17
|
+
types_boto3_bedrock_runtime-1.37.24.dist-info/top_level.txt,sha256=vs95SHzu94rM38mmauihzrtfinMIBV-tKDaYSV0eMww,28
|
|
18
|
+
types_boto3_bedrock_runtime-1.37.24.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=Ql-r4fu9TxP1tl-YfayW5l0vnFjUGx-wY0Rd66NZDiw,1012
|
|
4
|
-
types_boto3_bedrock_runtime/client.py,sha256=iurF8y_YjFKpdEcvN19laZcYlxlVOgOnNKac8PWVs1E,8774
|
|
5
|
-
types_boto3_bedrock_runtime/client.pyi,sha256=TVpF8IVA6RNUHuucSjD6tkwE8yaULNE5KyndQ0kO794,8771
|
|
6
|
-
types_boto3_bedrock_runtime/literals.py,sha256=SP4nNURTn3YJ8UEQscn_RrQui2JCbdcmtfBYWrNxYxQ,12916
|
|
7
|
-
types_boto3_bedrock_runtime/literals.pyi,sha256=yaAy6ESLkNGwA5FFn5qdHIVp8RAc6QKoHitqrzyYe1E,12914
|
|
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=gowYkFkPLd3EfgbGbI-h2NmhqP3t9gu0GInLmuuwKSk,30904
|
|
12
|
-
types_boto3_bedrock_runtime/type_defs.pyi,sha256=YUmdLaowU2kE0J5iesLh2tc-4OKoLEGO0K-ybKtSMz4,30782
|
|
13
|
-
types_boto3_bedrock_runtime/version.py,sha256=_hf7Xqw9Cl4SnoR7NPGy2_ae5EwY4DZ40R25nEawHu4,92
|
|
14
|
-
types_boto3_bedrock_runtime-1.37.7.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_bedrock_runtime-1.37.7.dist-info/METADATA,sha256=3OljQlpFJc3PK-NtopMeFRn1xV4_q2SDJAGZYlCpvC8,15374
|
|
16
|
-
types_boto3_bedrock_runtime-1.37.7.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
|
17
|
-
types_boto3_bedrock_runtime-1.37.7.dist-info/top_level.txt,sha256=vs95SHzu94rM38mmauihzrtfinMIBV-tKDaYSV0eMww,28
|
|
18
|
-
types_boto3_bedrock_runtime-1.37.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|