types-boto3-bedrock-runtime 1.35.74__tar.gz → 1.35.75__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.35.74/types_boto3_bedrock_runtime.egg-info → types_boto3_bedrock_runtime-1.35.75}/PKG-INFO +3 -3
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/README.md +1 -1
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/setup.py +2 -2
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/types_boto3_bedrock_runtime/__main__.py +3 -3
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/types_boto3_bedrock_runtime/literals.py +6 -0
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/types_boto3_bedrock_runtime/literals.pyi +6 -0
- types_boto3_bedrock_runtime-1.35.74/types_boto3_bedrock_runtime/type_defs.pyi → types_boto3_bedrock_runtime-1.35.75/types_boto3_bedrock_runtime/type_defs.py +208 -17
- types_boto3_bedrock_runtime-1.35.74/types_boto3_bedrock_runtime/type_defs.py → types_boto3_bedrock_runtime-1.35.75/types_boto3_bedrock_runtime/type_defs.pyi +88 -125
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/types_boto3_bedrock_runtime/version.py +1 -1
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75/types_boto3_bedrock_runtime.egg-info}/PKG-INFO +3 -3
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/LICENSE +0 -0
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/setup.cfg +0 -0
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/types_boto3_bedrock_runtime/__init__.py +0 -0
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/types_boto3_bedrock_runtime/__init__.pyi +0 -0
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/types_boto3_bedrock_runtime/client.py +0 -0
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/types_boto3_bedrock_runtime/client.pyi +0 -0
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/types_boto3_bedrock_runtime/paginator.py +0 -0
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/types_boto3_bedrock_runtime/paginator.pyi +0 -0
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/types_boto3_bedrock_runtime/py.typed +0 -0
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/types_boto3_bedrock_runtime.egg-info/SOURCES.txt +0 -0
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/types_boto3_bedrock_runtime.egg-info/dependency_links.txt +0 -0
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/types_boto3_bedrock_runtime.egg-info/not-zip-safe +0 -0
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/types_boto3_bedrock_runtime.egg-info/requires.txt +0 -0
- {types_boto3_bedrock_runtime-1.35.74 → types_boto3_bedrock_runtime-1.35.75}/types_boto3_bedrock_runtime.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: types-boto3-bedrock-runtime
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 BedrockRuntime 1.35.
|
|
3
|
+
Version: 1.35.75
|
|
4
|
+
Summary: Type annotations for boto3 BedrockRuntime 1.35.75 service generated with mypy-boto3-builder 8.5.0
|
|
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
|
|
@@ -44,7 +44,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
44
44
|

|
|
45
45
|
|
|
46
46
|
Type annotations for
|
|
47
|
-
[boto3 BedrockRuntime 1.35.
|
|
47
|
+
[boto3 BedrockRuntime 1.35.75](https://pypi.org/project/boto3/) compatible with
|
|
48
48
|
[VSCode](https://code.visualstudio.com/),
|
|
49
49
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
50
50
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 BedrockRuntime 1.35.
|
|
13
|
+
[boto3 BedrockRuntime 1.35.75](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/),
|
|
@@ -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.35.
|
|
16
|
+
version="1.35.75",
|
|
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.35.
|
|
22
|
+
description="Type annotations for boto3 BedrockRuntime 1.35.75 service generated with mypy-boto3-builder 8.5.0",
|
|
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
|
print(
|
|
15
|
-
"Type annotations for boto3 BedrockRuntime 1.35.
|
|
16
|
-
"Version: 1.35.
|
|
15
|
+
"Type annotations for boto3 BedrockRuntime 1.35.75\n"
|
|
16
|
+
"Version: 1.35.75\n"
|
|
17
17
|
"Builder version: 8.5.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
|
-
print("1.35.
|
|
29
|
+
print("1.35.75")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -37,6 +37,8 @@ __all__ = (
|
|
|
37
37
|
"GuardrailContextualGroundingFilterTypeType",
|
|
38
38
|
"GuardrailContextualGroundingPolicyActionType",
|
|
39
39
|
"GuardrailConverseContentQualifierType",
|
|
40
|
+
"GuardrailConverseImageFormatType",
|
|
41
|
+
"GuardrailImageFormatType",
|
|
40
42
|
"GuardrailManagedWordTypeType",
|
|
41
43
|
"GuardrailPiiEntityTypeType",
|
|
42
44
|
"GuardrailSensitiveInformationPolicyActionType",
|
|
@@ -75,6 +77,8 @@ GuardrailContentSourceType = Literal["INPUT", "OUTPUT"]
|
|
|
75
77
|
GuardrailContextualGroundingFilterTypeType = Literal["GROUNDING", "RELEVANCE"]
|
|
76
78
|
GuardrailContextualGroundingPolicyActionType = Literal["BLOCKED", "NONE"]
|
|
77
79
|
GuardrailConverseContentQualifierType = Literal["grounding_source", "guard_content", "query"]
|
|
80
|
+
GuardrailConverseImageFormatType = Literal["jpeg", "png"]
|
|
81
|
+
GuardrailImageFormatType = Literal["jpeg", "png"]
|
|
78
82
|
GuardrailManagedWordTypeType = Literal["PROFANITY"]
|
|
79
83
|
GuardrailPiiEntityTypeType = Literal[
|
|
80
84
|
"ADDRESS",
|
|
@@ -173,6 +177,8 @@ ServiceName = Literal[
|
|
|
173
177
|
"bedrock",
|
|
174
178
|
"bedrock-agent",
|
|
175
179
|
"bedrock-agent-runtime",
|
|
180
|
+
"bedrock-data-automation",
|
|
181
|
+
"bedrock-data-automation-runtime",
|
|
176
182
|
"bedrock-runtime",
|
|
177
183
|
"billing",
|
|
178
184
|
"billingconductor",
|
|
@@ -36,6 +36,8 @@ __all__ = (
|
|
|
36
36
|
"GuardrailContextualGroundingFilterTypeType",
|
|
37
37
|
"GuardrailContextualGroundingPolicyActionType",
|
|
38
38
|
"GuardrailConverseContentQualifierType",
|
|
39
|
+
"GuardrailConverseImageFormatType",
|
|
40
|
+
"GuardrailImageFormatType",
|
|
39
41
|
"GuardrailManagedWordTypeType",
|
|
40
42
|
"GuardrailPiiEntityTypeType",
|
|
41
43
|
"GuardrailSensitiveInformationPolicyActionType",
|
|
@@ -73,6 +75,8 @@ GuardrailContentSourceType = Literal["INPUT", "OUTPUT"]
|
|
|
73
75
|
GuardrailContextualGroundingFilterTypeType = Literal["GROUNDING", "RELEVANCE"]
|
|
74
76
|
GuardrailContextualGroundingPolicyActionType = Literal["BLOCKED", "NONE"]
|
|
75
77
|
GuardrailConverseContentQualifierType = Literal["grounding_source", "guard_content", "query"]
|
|
78
|
+
GuardrailConverseImageFormatType = Literal["jpeg", "png"]
|
|
79
|
+
GuardrailImageFormatType = Literal["jpeg", "png"]
|
|
76
80
|
GuardrailManagedWordTypeType = Literal["PROFANITY"]
|
|
77
81
|
GuardrailPiiEntityTypeType = Literal[
|
|
78
82
|
"ADDRESS",
|
|
@@ -171,6 +175,8 @@ ServiceName = Literal[
|
|
|
171
175
|
"bedrock",
|
|
172
176
|
"bedrock-agent",
|
|
173
177
|
"bedrock-agent-runtime",
|
|
178
|
+
"bedrock-data-automation",
|
|
179
|
+
"bedrock-data-automation-runtime",
|
|
174
180
|
"bedrock-runtime",
|
|
175
181
|
"billing",
|
|
176
182
|
"billingconductor",
|