types-boto3-bedrock-runtime 1.40.62__tar.gz → 1.41.0__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.
- {types_boto3_bedrock_runtime-1.40.62/types_boto3_bedrock_runtime.egg-info → types_boto3_bedrock_runtime-1.41.0}/PKG-INFO +11 -25
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/README.md +3 -3
- types_boto3_bedrock_runtime-1.41.0/pyproject.toml +61 -0
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/types_boto3_bedrock_runtime/__main__.py +4 -4
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/types_boto3_bedrock_runtime/client.py +14 -18
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/types_boto3_bedrock_runtime/client.pyi +14 -18
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/types_boto3_bedrock_runtime/literals.py +6 -1
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/types_boto3_bedrock_runtime/literals.pyi +6 -1
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/types_boto3_bedrock_runtime/type_defs.py +106 -52
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/types_boto3_bedrock_runtime/type_defs.pyi +101 -52
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/types_boto3_bedrock_runtime/version.py +1 -1
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0/types_boto3_bedrock_runtime.egg-info}/PKG-INFO +11 -25
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/types_boto3_bedrock_runtime.egg-info/SOURCES.txt +1 -2
- types_boto3_bedrock_runtime-1.40.62/setup.py +0 -54
- types_boto3_bedrock_runtime-1.40.62/types_boto3_bedrock_runtime.egg-info/not-zip-safe +0 -1
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/LICENSE +0 -0
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/setup.cfg +0 -0
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/types_boto3_bedrock_runtime/__init__.py +0 -0
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/types_boto3_bedrock_runtime/__init__.pyi +0 -0
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/types_boto3_bedrock_runtime/paginator.py +0 -0
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/types_boto3_bedrock_runtime/paginator.pyi +0 -0
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/types_boto3_bedrock_runtime/py.typed +0 -0
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/types_boto3_bedrock_runtime.egg-info/dependency_links.txt +0 -0
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/types_boto3_bedrock_runtime.egg-info/requires.txt +0 -0
- {types_boto3_bedrock_runtime-1.40.62 → types_boto3_bedrock_runtime-1.41.0}/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.
|
|
4
|
-
Summary: Type annotations for boto3 BedrockRuntime 1.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: MIT License
|
|
3
|
+
Version: 1.41.0
|
|
4
|
+
Summary: Type annotations for boto3 BedrockRuntime 1.41.0 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
|
|
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.
|
|
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
|

|
|
58
44
|
|
|
59
45
|
Type annotations for
|
|
60
|
-
[boto3 BedrockRuntime 1.
|
|
46
|
+
[boto3 BedrockRuntime 1.41.0](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.
|
|
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.
|
|
108
|
+
`uvx --with 'boto3==1.41.0' 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
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 BedrockRuntime 1.
|
|
13
|
+
[boto3 BedrockRuntime 1.41.0](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.
|
|
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.
|
|
75
|
+
`uvx --with 'boto3==1.41.0' 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.41.0"
|
|
8
|
+
license = "MIT"
|
|
9
|
+
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
+
description = "Type annotations for boto3 BedrockRuntime 1.41.0 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.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 BedrockRuntime 1.41.0\n"
|
|
16
|
+
"Version: 1.41.0\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.
|
|
29
|
+
sys.stdout.write("1.41.0\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:
|
|
68
|
-
ClientError:
|
|
69
|
-
ConflictException:
|
|
70
|
-
InternalServerException:
|
|
71
|
-
ModelErrorException:
|
|
72
|
-
ModelNotReadyException:
|
|
73
|
-
ModelStreamErrorException:
|
|
74
|
-
ModelTimeoutException:
|
|
75
|
-
ResourceNotFoundException:
|
|
76
|
-
ServiceQuotaExceededException:
|
|
77
|
-
ServiceUnavailableException:
|
|
78
|
-
ThrottlingException:
|
|
79
|
-
ValidationException:
|
|
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:
|
|
66
|
-
ClientError:
|
|
67
|
-
ConflictException:
|
|
68
|
-
InternalServerException:
|
|
69
|
-
ModelErrorException:
|
|
70
|
-
ModelNotReadyException:
|
|
71
|
-
ModelStreamErrorException:
|
|
72
|
-
ModelTimeoutException:
|
|
73
|
-
ResourceNotFoundException:
|
|
74
|
-
ServiceQuotaExceededException:
|
|
75
|
-
ServiceUnavailableException:
|
|
76
|
-
ThrottlingException:
|
|
77
|
-
ValidationException:
|
|
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,6 +56,7 @@ __all__ = (
|
|
|
56
56
|
"PerformanceConfigLatencyType",
|
|
57
57
|
"ResourceServiceName",
|
|
58
58
|
"ServiceName",
|
|
59
|
+
"ServiceTierTypeType",
|
|
59
60
|
"SortAsyncInvocationByType",
|
|
60
61
|
"SortOrderType",
|
|
61
62
|
"StopReasonType",
|
|
@@ -129,6 +130,7 @@ GuardrailWordPolicyActionType = Literal["BLOCKED", "NONE"]
|
|
|
129
130
|
ImageFormatType = Literal["gif", "jpeg", "png", "webp"]
|
|
130
131
|
ListAsyncInvokesPaginatorName = Literal["list_async_invokes"]
|
|
131
132
|
PerformanceConfigLatencyType = Literal["optimized", "standard"]
|
|
133
|
+
ServiceTierTypeType = Literal["default", "flex", "priority"]
|
|
132
134
|
SortAsyncInvocationByType = Literal["SubmissionTime"]
|
|
133
135
|
SortOrderType = Literal["Ascending", "Descending"]
|
|
134
136
|
StopReasonType = Literal[
|
|
@@ -141,7 +143,7 @@ StopReasonType = Literal[
|
|
|
141
143
|
"tool_use",
|
|
142
144
|
]
|
|
143
145
|
ToolResultStatusType = Literal["error", "success"]
|
|
144
|
-
ToolUseTypeType = Literal["server_tool_use"]
|
|
146
|
+
ToolUseTypeType = Literal["server_tool_use", "tool_use"]
|
|
145
147
|
TraceType = Literal["DISABLED", "ENABLED", "ENABLED_FULL"]
|
|
146
148
|
VideoFormatType = Literal["flv", "mkv", "mov", "mp4", "mpeg", "mpg", "three_gp", "webm", "wmv"]
|
|
147
149
|
BedrockRuntimeServiceName = Literal["bedrock-runtime"]
|
|
@@ -410,6 +412,7 @@ ServiceName = Literal[
|
|
|
410
412
|
"mq",
|
|
411
413
|
"mturk",
|
|
412
414
|
"mwaa",
|
|
415
|
+
"mwaa-serverless",
|
|
413
416
|
"neptune",
|
|
414
417
|
"neptune-graph",
|
|
415
418
|
"neptunedata",
|
|
@@ -429,6 +432,7 @@ ServiceName = Literal[
|
|
|
429
432
|
"osis",
|
|
430
433
|
"outposts",
|
|
431
434
|
"panorama",
|
|
435
|
+
"partnercentral-channel",
|
|
432
436
|
"partnercentral-selling",
|
|
433
437
|
"payment-cryptography",
|
|
434
438
|
"payment-cryptography-data",
|
|
@@ -503,6 +507,7 @@ ServiceName = Literal[
|
|
|
503
507
|
"sesv2",
|
|
504
508
|
"shield",
|
|
505
509
|
"signer",
|
|
510
|
+
"signin",
|
|
506
511
|
"simspaceweaver",
|
|
507
512
|
"snow-device-management",
|
|
508
513
|
"snowball",
|
|
@@ -55,6 +55,7 @@ __all__ = (
|
|
|
55
55
|
"PerformanceConfigLatencyType",
|
|
56
56
|
"ResourceServiceName",
|
|
57
57
|
"ServiceName",
|
|
58
|
+
"ServiceTierTypeType",
|
|
58
59
|
"SortAsyncInvocationByType",
|
|
59
60
|
"SortOrderType",
|
|
60
61
|
"StopReasonType",
|
|
@@ -127,6 +128,7 @@ GuardrailWordPolicyActionType = Literal["BLOCKED", "NONE"]
|
|
|
127
128
|
ImageFormatType = Literal["gif", "jpeg", "png", "webp"]
|
|
128
129
|
ListAsyncInvokesPaginatorName = Literal["list_async_invokes"]
|
|
129
130
|
PerformanceConfigLatencyType = Literal["optimized", "standard"]
|
|
131
|
+
ServiceTierTypeType = Literal["default", "flex", "priority"]
|
|
130
132
|
SortAsyncInvocationByType = Literal["SubmissionTime"]
|
|
131
133
|
SortOrderType = Literal["Ascending", "Descending"]
|
|
132
134
|
StopReasonType = Literal[
|
|
@@ -139,7 +141,7 @@ StopReasonType = Literal[
|
|
|
139
141
|
"tool_use",
|
|
140
142
|
]
|
|
141
143
|
ToolResultStatusType = Literal["error", "success"]
|
|
142
|
-
ToolUseTypeType = Literal["server_tool_use"]
|
|
144
|
+
ToolUseTypeType = Literal["server_tool_use", "tool_use"]
|
|
143
145
|
TraceType = Literal["DISABLED", "ENABLED", "ENABLED_FULL"]
|
|
144
146
|
VideoFormatType = Literal["flv", "mkv", "mov", "mp4", "mpeg", "mpg", "three_gp", "webm", "wmv"]
|
|
145
147
|
BedrockRuntimeServiceName = Literal["bedrock-runtime"]
|
|
@@ -408,6 +410,7 @@ ServiceName = Literal[
|
|
|
408
410
|
"mq",
|
|
409
411
|
"mturk",
|
|
410
412
|
"mwaa",
|
|
413
|
+
"mwaa-serverless",
|
|
411
414
|
"neptune",
|
|
412
415
|
"neptune-graph",
|
|
413
416
|
"neptunedata",
|
|
@@ -427,6 +430,7 @@ ServiceName = Literal[
|
|
|
427
430
|
"osis",
|
|
428
431
|
"outposts",
|
|
429
432
|
"panorama",
|
|
433
|
+
"partnercentral-channel",
|
|
430
434
|
"partnercentral-selling",
|
|
431
435
|
"payment-cryptography",
|
|
432
436
|
"payment-cryptography-data",
|
|
@@ -501,6 +505,7 @@ ServiceName = Literal[
|
|
|
501
505
|
"sesv2",
|
|
502
506
|
"shield",
|
|
503
507
|
"signer",
|
|
508
|
+
"signin",
|
|
504
509
|
"simspaceweaver",
|
|
505
510
|
"snow-device-management",
|
|
506
511
|
"snowball",
|