types-boto3-bedrock-runtime 1.37.23__tar.gz → 1.37.24__tar.gz

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.
Files changed (24) hide show
  1. {types_boto3_bedrock_runtime-1.37.23/types_boto3_bedrock_runtime.egg-info → types_boto3_bedrock_runtime-1.37.24}/PKG-INFO +4 -4
  2. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/README.md +2 -2
  3. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/setup.py +2 -2
  4. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime/__main__.py +3 -3
  5. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime/literals.py +2 -0
  6. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime/literals.pyi +2 -0
  7. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime/type_defs.py +13 -0
  8. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime/type_defs.pyi +13 -0
  9. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime/version.py +1 -1
  10. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24/types_boto3_bedrock_runtime.egg-info}/PKG-INFO +4 -4
  11. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/LICENSE +0 -0
  12. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/setup.cfg +0 -0
  13. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime/__init__.py +0 -0
  14. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime/__init__.pyi +0 -0
  15. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime/client.py +0 -0
  16. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime/client.pyi +0 -0
  17. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime/paginator.py +0 -0
  18. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime/paginator.pyi +0 -0
  19. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime/py.typed +0 -0
  20. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime.egg-info/SOURCES.txt +0 -0
  21. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime.egg-info/dependency_links.txt +0 -0
  22. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime.egg-info/not-zip-safe +0 -0
  23. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime.egg-info/requires.txt +0 -0
  24. {types_boto3_bedrock_runtime-1.37.23 → types_boto3_bedrock_runtime-1.37.24}/types_boto3_bedrock_runtime.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-bedrock-runtime
3
- Version: 1.37.23
4
- Summary: Type annotations for boto3 BedrockRuntime 1.37.23 service generated with mypy-boto3-builder 8.10.1
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
@@ -57,7 +57,7 @@ Dynamic: summary
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
59
  Type annotations for
60
- [boto3 BedrockRuntime 1.37.23](https://pypi.org/project/boto3/) compatible with
60
+ [boto3 BedrockRuntime 1.37.24](https://pypi.org/project/boto3/) compatible with
61
61
  [VSCode](https://code.visualstudio.com/),
62
62
  [PyCharm](https://www.jetbrains.com/pycharm/),
63
63
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.37.23' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.37.24' mypy-boto3-builder`
123
123
  2. Select `boto3` AWS SDK.
124
124
  3. Add `BedrockRuntime` service.
125
125
  4. Use provided commands to install generated packages.
@@ -10,7 +10,7 @@
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3 BedrockRuntime 1.37.23](https://pypi.org/project/boto3/) compatible with
13
+ [boto3 BedrockRuntime 1.37.24](https://pypi.org/project/boto3/) compatible with
14
14
  [VSCode](https://code.visualstudio.com/),
15
15
  [PyCharm](https://www.jetbrains.com/pycharm/),
16
16
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
72
72
  isolation.
73
73
 
74
74
  1. Run mypy-boto3-builder in your package root directory:
75
- `uvx --with 'boto3==1.37.23' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.37.24' mypy-boto3-builder`
76
76
  2. Select `boto3` AWS SDK.
77
77
  3. Add `BedrockRuntime` service.
78
78
  4. Use provided commands to install generated packages.
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
13
13
 
14
14
  setup(
15
15
  name="types-boto3-bedrock-runtime",
16
- version="1.37.23",
16
+ version="1.37.24",
17
17
  packages=["types_boto3_bedrock_runtime"],
18
18
  url="https://github.com/youtype/mypy_boto3_builder",
19
19
  license="MIT License",
20
20
  author="Vlad Emelianov",
21
21
  author_email="vlad.emelianov.nz@gmail.com",
22
- description="Type annotations for boto3 BedrockRuntime 1.37.23 service generated with mypy-boto3-builder 8.10.1",
22
+ description="Type annotations for boto3 BedrockRuntime 1.37.24 service generated with mypy-boto3-builder 8.10.1",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",
@@ -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.37.23\n"
16
- "Version: 1.37.23\n"
15
+ "Type annotations for boto3 BedrockRuntime 1.37.24\n"
16
+ "Version: 1.37.24\n"
17
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"
@@ -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.23\n")
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",
@@ -234,6 +235,12 @@ class AsyncInvokeS3OutputDataConfigTypeDef(TypedDict):
234
235
 
235
236
 
236
237
  BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
238
+ CachePointBlockTypeDef = TypedDict(
239
+ "CachePointBlockTypeDef",
240
+ {
241
+ "type": Literal["default"],
242
+ },
243
+ )
237
244
 
238
245
 
239
246
  class ReasoningContentBlockDeltaTypeDef(TypedDict):
@@ -296,6 +303,8 @@ class TokenUsageTypeDef(TypedDict):
296
303
  inputTokens: int
297
304
  outputTokens: int
298
305
  totalTokens: int
306
+ cacheReadInputTokens: NotRequired[int]
307
+ cacheWriteInputTokens: NotRequired[int]
299
308
 
300
309
 
301
310
  class ConverseStreamMetricsTypeDef(TypedDict):
@@ -803,6 +812,7 @@ VideoSourceUnionTypeDef = Union[VideoSourceTypeDef, VideoSourceOutputTypeDef]
803
812
 
804
813
  class ToolTypeDef(TypedDict):
805
814
  toolSpec: NotRequired[ToolSpecificationTypeDef]
815
+ cachePoint: NotRequired[CachePointBlockTypeDef]
806
816
 
807
817
 
808
818
  class ListAsyncInvokesResponseTypeDef(TypedDict):
@@ -936,6 +946,7 @@ class ContentBlockOutputTypeDef(TypedDict):
936
946
  toolUse: NotRequired[ToolUseBlockOutputTypeDef]
937
947
  toolResult: NotRequired[ToolResultBlockOutputTypeDef]
938
948
  guardContent: NotRequired[GuardrailConverseContentBlockOutputTypeDef]
949
+ cachePoint: NotRequired[CachePointBlockTypeDef]
939
950
  reasoningContent: NotRequired[ReasoningContentBlockOutputTypeDef]
940
951
 
941
952
 
@@ -972,6 +983,7 @@ ToolResultContentBlockUnionTypeDef = Union[
972
983
  class SystemContentBlockTypeDef(TypedDict):
973
984
  text: NotRequired[str]
974
985
  guardContent: NotRequired[GuardrailConverseContentBlockUnionTypeDef]
986
+ cachePoint: NotRequired[CachePointBlockTypeDef]
975
987
 
976
988
 
977
989
  class ConverseStreamOutputTypeDef(TypedDict):
@@ -1025,6 +1037,7 @@ class ContentBlockTypeDef(TypedDict):
1025
1037
  toolUse: NotRequired[ToolUseBlockUnionTypeDef]
1026
1038
  toolResult: NotRequired[ToolResultBlockUnionTypeDef]
1027
1039
  guardContent: NotRequired[GuardrailConverseContentBlockUnionTypeDef]
1040
+ cachePoint: NotRequired[CachePointBlockTypeDef]
1028
1041
  reasoningContent: NotRequired[ReasoningContentBlockUnionTypeDef]
1029
1042
 
1030
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",
@@ -228,6 +229,12 @@ class AsyncInvokeS3OutputDataConfigTypeDef(TypedDict):
228
229
  bucketOwner: NotRequired[str]
229
230
 
230
231
  BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
232
+ CachePointBlockTypeDef = TypedDict(
233
+ "CachePointBlockTypeDef",
234
+ {
235
+ "type": Literal["default"],
236
+ },
237
+ )
231
238
 
232
239
  class ReasoningContentBlockDeltaTypeDef(TypedDict):
233
240
  text: NotRequired[str]
@@ -280,6 +287,8 @@ class TokenUsageTypeDef(TypedDict):
280
287
  inputTokens: int
281
288
  outputTokens: int
282
289
  totalTokens: int
290
+ cacheReadInputTokens: NotRequired[int]
291
+ cacheWriteInputTokens: NotRequired[int]
283
292
 
284
293
  class ConverseStreamMetricsTypeDef(TypedDict):
285
294
  latencyMs: int
@@ -718,6 +727,7 @@ VideoSourceUnionTypeDef = Union[VideoSourceTypeDef, VideoSourceOutputTypeDef]
718
727
 
719
728
  class ToolTypeDef(TypedDict):
720
729
  toolSpec: NotRequired[ToolSpecificationTypeDef]
730
+ cachePoint: NotRequired[CachePointBlockTypeDef]
721
731
 
722
732
  class ListAsyncInvokesResponseTypeDef(TypedDict):
723
733
  asyncInvokeSummaries: List[AsyncInvokeSummaryTypeDef]
@@ -832,6 +842,7 @@ class ContentBlockOutputTypeDef(TypedDict):
832
842
  toolUse: NotRequired[ToolUseBlockOutputTypeDef]
833
843
  toolResult: NotRequired[ToolResultBlockOutputTypeDef]
834
844
  guardContent: NotRequired[GuardrailConverseContentBlockOutputTypeDef]
845
+ cachePoint: NotRequired[CachePointBlockTypeDef]
835
846
  reasoningContent: NotRequired[ReasoningContentBlockOutputTypeDef]
836
847
 
837
848
  class ToolResultContentBlockTypeDef(TypedDict):
@@ -862,6 +873,7 @@ ToolResultContentBlockUnionTypeDef = Union[
862
873
  class SystemContentBlockTypeDef(TypedDict):
863
874
  text: NotRequired[str]
864
875
  guardContent: NotRequired[GuardrailConverseContentBlockUnionTypeDef]
876
+ cachePoint: NotRequired[CachePointBlockTypeDef]
865
877
 
866
878
  class ConverseStreamOutputTypeDef(TypedDict):
867
879
  messageStart: NotRequired[MessageStartEventTypeDef]
@@ -908,6 +920,7 @@ class ContentBlockTypeDef(TypedDict):
908
920
  toolUse: NotRequired[ToolUseBlockUnionTypeDef]
909
921
  toolResult: NotRequired[ToolResultBlockUnionTypeDef]
910
922
  guardContent: NotRequired[GuardrailConverseContentBlockUnionTypeDef]
923
+ cachePoint: NotRequired[CachePointBlockTypeDef]
911
924
  reasoningContent: NotRequired[ReasoningContentBlockUnionTypeDef]
912
925
 
913
926
  ContentBlockUnionTypeDef = Union[ContentBlockTypeDef, ContentBlockOutputTypeDef]
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.37.23"
7
+ __version__ = "1.37.24"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-bedrock-runtime
3
- Version: 1.37.23
4
- Summary: Type annotations for boto3 BedrockRuntime 1.37.23 service generated with mypy-boto3-builder 8.10.1
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
@@ -57,7 +57,7 @@ Dynamic: summary
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
59
  Type annotations for
60
- [boto3 BedrockRuntime 1.37.23](https://pypi.org/project/boto3/) compatible with
60
+ [boto3 BedrockRuntime 1.37.24](https://pypi.org/project/boto3/) compatible with
61
61
  [VSCode](https://code.visualstudio.com/),
62
62
  [PyCharm](https://www.jetbrains.com/pycharm/),
63
63
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.37.23' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.37.24' mypy-boto3-builder`
123
123
  2. Select `boto3` AWS SDK.
124
124
  3. Add `BedrockRuntime` service.
125
125
  4. Use provided commands to install generated packages.