types-boto3-bedrock-runtime 1.40.61__tar.gz → 1.40.76__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 (25) hide show
  1. {types_boto3_bedrock_runtime-1.40.61/types_boto3_bedrock_runtime.egg-info → types_boto3_bedrock_runtime-1.40.76}/PKG-INFO +11 -25
  2. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/README.md +3 -3
  3. types_boto3_bedrock_runtime-1.40.76/pyproject.toml +61 -0
  4. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime/__main__.py +4 -4
  5. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime/client.py +14 -18
  6. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime/client.pyi +14 -18
  7. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime/literals.py +5 -0
  8. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime/literals.pyi +5 -0
  9. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime/type_defs.py +120 -64
  10. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime/type_defs.pyi +116 -61
  11. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime/version.py +1 -1
  12. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76/types_boto3_bedrock_runtime.egg-info}/PKG-INFO +11 -25
  13. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime.egg-info/SOURCES.txt +1 -2
  14. types_boto3_bedrock_runtime-1.40.61/setup.py +0 -54
  15. types_boto3_bedrock_runtime-1.40.61/types_boto3_bedrock_runtime.egg-info/not-zip-safe +0 -1
  16. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/LICENSE +0 -0
  17. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/setup.cfg +0 -0
  18. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime/__init__.py +0 -0
  19. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime/__init__.pyi +0 -0
  20. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime/paginator.py +0 -0
  21. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime/paginator.pyi +0 -0
  22. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime/py.typed +0 -0
  23. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime.egg-info/dependency_links.txt +0 -0
  24. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime.egg-info/requires.txt +0 -0
  25. {types_boto3_bedrock_runtime-1.40.61 → types_boto3_bedrock_runtime-1.40.76}/types_boto3_bedrock_runtime.egg-info/top_level.txt +0 -0
@@ -1,23 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-bedrock-runtime
3
- Version: 1.40.61
4
- Summary: Type annotations for boto3 BedrockRuntime 1.40.61 service generated with mypy-boto3-builder 8.11.0
5
- Home-page: https://github.com/youtype/mypy_boto3_builder
6
- Author: Vlad Emelianov
7
- Author-email: vlad.emelianov.nz@gmail.com
8
- License: MIT License
3
+ Version: 1.40.76
4
+ Summary: Type annotations for boto3 BedrockRuntime 1.40.76 service 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/types_boto3_docs/types_boto3_bedrock_runtime/
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 bedrock-runtime boto3-stubs type-annotations mypy typeshed autocomplete
11
+ Keywords: boto3,bedrock-runtime,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,23 +25,11 @@ 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.8
28
+ Requires-Python: >=3.9
31
29
  Description-Content-Type: text/markdown
32
30
  License-File: LICENSE
33
31
  Requires-Dist: typing-extensions; python_version < "3.12"
34
- Dynamic: author
35
- Dynamic: author-email
36
- Dynamic: classifier
37
- Dynamic: description
38
- Dynamic: description-content-type
39
- Dynamic: home-page
40
- Dynamic: keywords
41
- Dynamic: license
42
32
  Dynamic: license-file
43
- Dynamic: project-url
44
- Dynamic: requires-dist
45
- Dynamic: requires-python
46
- Dynamic: summary
47
33
 
48
34
  <a id="types-boto3-bedrock-runtime"></a>
49
35
 
@@ -57,7 +43,7 @@ Dynamic: summary
57
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
44
 
59
45
  Type annotations for
60
- [boto3 BedrockRuntime 1.40.61](https://pypi.org/project/boto3/) compatible with
46
+ [boto3 BedrockRuntime 1.40.76](https://pypi.org/project/boto3/) compatible with
61
47
  [VSCode](https://code.visualstudio.com/),
62
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
63
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -66,7 +52,7 @@ Type annotations for
66
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
67
53
 
68
54
  Generated with
69
- [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
70
56
 
71
57
  More information can be found on
72
58
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -119,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
119
105
  isolation.
120
106
 
121
107
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.40.61' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.40.76' mypy-boto3-builder`
123
109
  2. Select `boto3` AWS SDK.
124
110
  3. Add `BedrockRuntime` service.
125
111
  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.40.61](https://pypi.org/project/boto3/) compatible with
13
+ [boto3 BedrockRuntime 1.40.76](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/),
@@ -19,7 +19,7 @@ Type annotations for
19
19
  [pyright](https://github.com/microsoft/pyright) and other tools.
20
20
 
21
21
  Generated with
22
- [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
23
23
 
24
24
  More information can be found on
25
25
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -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.40.61' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.40.76' 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.
@@ -0,0 +1,61 @@
1
+ # Setup script for types-boto3-bedrock-runtime.
2
+
3
+ # Copyright 2025 Vlad Emelianov
4
+
5
+ [project]
6
+ name = "types-boto3-bedrock-runtime"
7
+ version = "1.40.76"
8
+ license = "MIT"
9
+ authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
10
+ description = "Type annotations for boto3 BedrockRuntime 1.40.76 service generated with mypy-boto3-builder 8.12.0"
11
+ readme = "README.md"
12
+ classifiers = [
13
+ "Development Status :: 5 - Production/Stable",
14
+ "Intended Audience :: Developers",
15
+ "Environment :: Console",
16
+ "Natural Language :: English",
17
+ "Operating System :: OS Independent",
18
+ "Programming Language :: Python :: 3",
19
+ "Programming Language :: Python :: 3.9",
20
+ "Programming Language :: Python :: 3.10",
21
+ "Programming Language :: Python :: 3.11",
22
+ "Programming Language :: Python :: 3.12",
23
+ "Programming Language :: Python :: 3.13",
24
+ "Programming Language :: Python :: 3.14",
25
+ "Programming Language :: Python :: 3 :: Only",
26
+ "Programming Language :: Python :: Implementation :: CPython",
27
+ "Typing :: Stubs Only",
28
+ ]
29
+ keywords = [
30
+ "boto3",
31
+ "bedrock-runtime",
32
+ "boto3-stubs",
33
+ "type-annotations",
34
+ "mypy",
35
+ "typeshed",
36
+ "autocomplete",
37
+ ]
38
+ requires-python = ">=3.9"
39
+
40
+ dependencies = [
41
+ "typing-extensions; python_version<'3.12'",
42
+ ]
43
+
44
+
45
+ [project.urls]
46
+ Homepage = "https://github.com/youtype/mypy_boto3_builder"
47
+ Documentation = "https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_runtime/"
48
+ Source = "https://github.com/youtype/mypy_boto3_builder"
49
+ Tracker = "https://github.com/youtype/mypy_boto3_builder/issues"
50
+
51
+ [build-system]
52
+ requires = ["setuptools>=60"]
53
+ build-backend = "setuptools.build_meta"
54
+
55
+ [tool.setuptools]
56
+ platforms = ["any"]
57
+ include-package-data = true
58
+ packages = ["types_boto3_bedrock_runtime"]
59
+
60
+ [tool.setuptools.package-data]
61
+ "*" = ["*.pyi", "py.typed"]
@@ -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.40.61\n"
16
- "Version: 1.40.61\n"
17
- "Builder version: 8.11.0\n"
15
+ "Type annotations for boto3 BedrockRuntime 1.40.76\n"
16
+ "Version: 1.40.76\n"
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"
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.40.61\n")
29
+ sys.stdout.write("1.40.76\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -19,6 +19,7 @@ Usage::
19
19
  from __future__ import annotations
20
20
 
21
21
  import sys
22
+ from collections.abc import Mapping
22
23
  from typing import Any
23
24
 
24
25
  from botocore.client import BaseClient, ClientMeta
@@ -49,11 +50,6 @@ from .type_defs import (
49
50
  StartAsyncInvokeResponseTypeDef,
50
51
  )
51
52
 
52
- if sys.version_info >= (3, 9):
53
- from builtins import type as Type
54
- from collections.abc import Mapping
55
- else:
56
- from typing import Mapping, Type
57
53
  if sys.version_info >= (3, 12):
58
54
  from typing import Literal, Unpack
59
55
  else:
@@ -64,19 +60,19 @@ __all__ = ("BedrockRuntimeClient",)
64
60
 
65
61
 
66
62
  class Exceptions(BaseClientExceptions):
67
- AccessDeniedException: Type[BotocoreClientError]
68
- ClientError: Type[BotocoreClientError]
69
- ConflictException: Type[BotocoreClientError]
70
- InternalServerException: Type[BotocoreClientError]
71
- ModelErrorException: Type[BotocoreClientError]
72
- ModelNotReadyException: Type[BotocoreClientError]
73
- ModelStreamErrorException: Type[BotocoreClientError]
74
- ModelTimeoutException: Type[BotocoreClientError]
75
- ResourceNotFoundException: Type[BotocoreClientError]
76
- ServiceQuotaExceededException: Type[BotocoreClientError]
77
- ServiceUnavailableException: Type[BotocoreClientError]
78
- ThrottlingException: Type[BotocoreClientError]
79
- ValidationException: Type[BotocoreClientError]
63
+ AccessDeniedException: type[BotocoreClientError]
64
+ ClientError: type[BotocoreClientError]
65
+ ConflictException: type[BotocoreClientError]
66
+ InternalServerException: type[BotocoreClientError]
67
+ ModelErrorException: type[BotocoreClientError]
68
+ ModelNotReadyException: type[BotocoreClientError]
69
+ ModelStreamErrorException: type[BotocoreClientError]
70
+ ModelTimeoutException: type[BotocoreClientError]
71
+ ResourceNotFoundException: type[BotocoreClientError]
72
+ ServiceQuotaExceededException: type[BotocoreClientError]
73
+ ServiceUnavailableException: type[BotocoreClientError]
74
+ ThrottlingException: type[BotocoreClientError]
75
+ ValidationException: type[BotocoreClientError]
80
76
 
81
77
 
82
78
  class BedrockRuntimeClient(BaseClient):
@@ -19,6 +19,7 @@ Usage::
19
19
  from __future__ import annotations
20
20
 
21
21
  import sys
22
+ from collections.abc import Mapping
22
23
  from typing import Any
23
24
 
24
25
  from botocore.client import BaseClient, ClientMeta
@@ -49,11 +50,6 @@ from .type_defs import (
49
50
  StartAsyncInvokeResponseTypeDef,
50
51
  )
51
52
 
52
- if sys.version_info >= (3, 9):
53
- from builtins import type as Type
54
- from collections.abc import Mapping
55
- else:
56
- from typing import Mapping, Type
57
53
  if sys.version_info >= (3, 12):
58
54
  from typing import Literal, Unpack
59
55
  else:
@@ -62,19 +58,19 @@ else:
62
58
  __all__ = ("BedrockRuntimeClient",)
63
59
 
64
60
  class Exceptions(BaseClientExceptions):
65
- AccessDeniedException: Type[BotocoreClientError]
66
- ClientError: Type[BotocoreClientError]
67
- ConflictException: Type[BotocoreClientError]
68
- InternalServerException: Type[BotocoreClientError]
69
- ModelErrorException: Type[BotocoreClientError]
70
- ModelNotReadyException: Type[BotocoreClientError]
71
- ModelStreamErrorException: Type[BotocoreClientError]
72
- ModelTimeoutException: Type[BotocoreClientError]
73
- ResourceNotFoundException: Type[BotocoreClientError]
74
- ServiceQuotaExceededException: Type[BotocoreClientError]
75
- ServiceUnavailableException: Type[BotocoreClientError]
76
- ThrottlingException: Type[BotocoreClientError]
77
- ValidationException: Type[BotocoreClientError]
61
+ AccessDeniedException: type[BotocoreClientError]
62
+ ClientError: type[BotocoreClientError]
63
+ ConflictException: type[BotocoreClientError]
64
+ InternalServerException: type[BotocoreClientError]
65
+ ModelErrorException: type[BotocoreClientError]
66
+ ModelNotReadyException: type[BotocoreClientError]
67
+ ModelStreamErrorException: type[BotocoreClientError]
68
+ ModelTimeoutException: type[BotocoreClientError]
69
+ ResourceNotFoundException: type[BotocoreClientError]
70
+ ServiceQuotaExceededException: type[BotocoreClientError]
71
+ ServiceUnavailableException: type[BotocoreClientError]
72
+ ThrottlingException: type[BotocoreClientError]
73
+ ValidationException: type[BotocoreClientError]
78
74
 
79
75
  class BedrockRuntimeClient(BaseClient):
80
76
  """
@@ -56,10 +56,12 @@ __all__ = (
56
56
  "PerformanceConfigLatencyType",
57
57
  "ResourceServiceName",
58
58
  "ServiceName",
59
+ "ServiceTierTypeType",
59
60
  "SortAsyncInvocationByType",
60
61
  "SortOrderType",
61
62
  "StopReasonType",
62
63
  "ToolResultStatusType",
64
+ "ToolUseTypeType",
63
65
  "TraceType",
64
66
  "VideoFormatType",
65
67
  )
@@ -128,6 +130,7 @@ GuardrailWordPolicyActionType = Literal["BLOCKED", "NONE"]
128
130
  ImageFormatType = Literal["gif", "jpeg", "png", "webp"]
129
131
  ListAsyncInvokesPaginatorName = Literal["list_async_invokes"]
130
132
  PerformanceConfigLatencyType = Literal["optimized", "standard"]
133
+ ServiceTierTypeType = Literal["default", "flex", "priority"]
131
134
  SortAsyncInvocationByType = Literal["SubmissionTime"]
132
135
  SortOrderType = Literal["Ascending", "Descending"]
133
136
  StopReasonType = Literal[
@@ -140,6 +143,7 @@ StopReasonType = Literal[
140
143
  "tool_use",
141
144
  ]
142
145
  ToolResultStatusType = Literal["error", "success"]
146
+ ToolUseTypeType = Literal["server_tool_use", "tool_use"]
143
147
  TraceType = Literal["DISABLED", "ENABLED", "ENABLED_FULL"]
144
148
  VideoFormatType = Literal["flv", "mkv", "mov", "mp4", "mpeg", "mpg", "three_gp", "webm", "wmv"]
145
149
  BedrockRuntimeServiceName = Literal["bedrock-runtime"]
@@ -408,6 +412,7 @@ ServiceName = Literal[
408
412
  "mq",
409
413
  "mturk",
410
414
  "mwaa",
415
+ "mwaa-serverless",
411
416
  "neptune",
412
417
  "neptune-graph",
413
418
  "neptunedata",
@@ -55,10 +55,12 @@ __all__ = (
55
55
  "PerformanceConfigLatencyType",
56
56
  "ResourceServiceName",
57
57
  "ServiceName",
58
+ "ServiceTierTypeType",
58
59
  "SortAsyncInvocationByType",
59
60
  "SortOrderType",
60
61
  "StopReasonType",
61
62
  "ToolResultStatusType",
63
+ "ToolUseTypeType",
62
64
  "TraceType",
63
65
  "VideoFormatType",
64
66
  )
@@ -126,6 +128,7 @@ GuardrailWordPolicyActionType = Literal["BLOCKED", "NONE"]
126
128
  ImageFormatType = Literal["gif", "jpeg", "png", "webp"]
127
129
  ListAsyncInvokesPaginatorName = Literal["list_async_invokes"]
128
130
  PerformanceConfigLatencyType = Literal["optimized", "standard"]
131
+ ServiceTierTypeType = Literal["default", "flex", "priority"]
129
132
  SortAsyncInvocationByType = Literal["SubmissionTime"]
130
133
  SortOrderType = Literal["Ascending", "Descending"]
131
134
  StopReasonType = Literal[
@@ -138,6 +141,7 @@ StopReasonType = Literal[
138
141
  "tool_use",
139
142
  ]
140
143
  ToolResultStatusType = Literal["error", "success"]
144
+ ToolUseTypeType = Literal["server_tool_use", "tool_use"]
141
145
  TraceType = Literal["DISABLED", "ENABLED", "ENABLED_FULL"]
142
146
  VideoFormatType = Literal["flv", "mkv", "mov", "mp4", "mpeg", "mpg", "three_gp", "webm", "wmv"]
143
147
  BedrockRuntimeServiceName = Literal["bedrock-runtime"]
@@ -406,6 +410,7 @@ ServiceName = Literal[
406
410
  "mq",
407
411
  "mturk",
408
412
  "mwaa",
413
+ "mwaa-serverless",
409
414
  "neptune",
410
415
  "neptune-graph",
411
416
  "neptunedata",