types-boto3-bedrock-runtime 1.37.0__py3-none-any.whl → 1.37.23__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.
@@ -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.0\n"
16
- "Version: 1.37.0\n"
17
- "Builder version: 8.9.2\n"
15
+ "Type annotations for boto3 BedrockRuntime 1.37.23\n"
16
+ "Version: 1.37.23\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.0\n")
29
+ sys.stdout.write("1.37.23\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -292,6 +292,7 @@ ServiceName = Literal[
292
292
  "freetier",
293
293
  "fsx",
294
294
  "gamelift",
295
+ "gameliftstreams",
295
296
  "geo-maps",
296
297
  "geo-places",
297
298
  "geo-routes",
@@ -317,6 +318,7 @@ ServiceName = Literal[
317
318
  "iot",
318
319
  "iot-data",
319
320
  "iot-jobs-data",
321
+ "iot-managed-integrations",
320
322
  "iotanalytics",
321
323
  "iotdeviceadvisor",
322
324
  "iotevents",
@@ -290,6 +290,7 @@ ServiceName = Literal[
290
290
  "freetier",
291
291
  "fsx",
292
292
  "gamelift",
293
+ "gameliftstreams",
293
294
  "geo-maps",
294
295
  "geo-places",
295
296
  "geo-routes",
@@ -315,6 +316,7 @@ ServiceName = Literal[
315
316
  "iot",
316
317
  "iot-data",
317
318
  "iot-jobs-data",
319
+ "iot-managed-integrations",
318
320
  "iotanalytics",
319
321
  "iotdeviceadvisor",
320
322
  "iotevents",
@@ -216,6 +216,7 @@ class GuardrailUsageTypeDef(TypedDict):
216
216
  sensitiveInformationPolicyUnits: int
217
217
  sensitiveInformationPolicyFreeUnits: int
218
218
  contextualGroundingPolicyUnits: int
219
+ contentPolicyImageUnits: NotRequired[int]
219
220
 
220
221
 
221
222
  class ResponseMetadataTypeDef(TypedDict):
@@ -213,6 +213,7 @@ class GuardrailUsageTypeDef(TypedDict):
213
213
  sensitiveInformationPolicyUnits: int
214
214
  sensitiveInformationPolicyFreeUnits: int
215
215
  contextualGroundingPolicyUnits: int
216
+ contentPolicyImageUnits: NotRequired[int]
216
217
 
217
218
  class ResponseMetadataTypeDef(TypedDict):
218
219
  RequestId: str
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.37.0"
7
+ __version__ = "1.37.23"
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: types-boto3-bedrock-runtime
3
- Version: 1.37.0
4
- Summary: Type annotations for boto3 BedrockRuntime 1.37.0 service generated with mypy-boto3-builder 8.9.2
3
+ Version: 1.37.23
4
+ Summary: Type annotations for boto3 BedrockRuntime 1.37.23 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
58
 
58
59
  Type annotations for
59
- [boto3 BedrockRuntime 1.37.0](https://pypi.org/project/boto3/) compatible with
60
+ [boto3 BedrockRuntime 1.37.23](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.9.2](https://github.com/youtype/mypy_boto3_builder).
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.0' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.37.23' 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=PGE-WnebxVwOGJ-1cN6Tc0nBcX6YxiEUxhKFjNJU4_8,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=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=bqAQzaARcLh-lG5879PX1RVLJ-1Xt2Tc8EDjMPzUR6k,30950
12
+ types_boto3_bedrock_runtime/type_defs.pyi,sha256=3QpWs42MYbu8Am6txsUzLiy1u7q_p5fXwqaR3ttKGRU,30828
13
+ types_boto3_bedrock_runtime/version.py,sha256=f3mE225hqwDn5dKxWq8ZSjFm3b2QTXzcFWzWzG-KtEc,93
14
+ types_boto3_bedrock_runtime-1.37.23.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ types_boto3_bedrock_runtime-1.37.23.dist-info/METADATA,sha256=vimlcwaILQ7FHC3qI_NkHegaj8zjr6r_sNAl_6a6qoA,15400
16
+ types_boto3_bedrock_runtime-1.37.23.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
17
+ types_boto3_bedrock_runtime-1.37.23.dist-info/top_level.txt,sha256=vs95SHzu94rM38mmauihzrtfinMIBV-tKDaYSV0eMww,28
18
+ types_boto3_bedrock_runtime-1.37.23.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -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=nAj4S8B4nDlES943fuONpQ5teCljazf7z_qPmHZEhpI,1011
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=1SNyrJCtuv1n0NEgRousW260fXESbPKDrYXY_Myqqk4,12861
7
- types_boto3_bedrock_runtime/literals.pyi,sha256=nYpwaRHuRyk7edvTR4b76t4dkjQyO04YxPL8EozD5L0,12859
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=7dplwNyKC_M1NmYn8gNT0u-MAPuLyVgQc5Z98LiK1wM,92
14
- types_boto3_bedrock_runtime-1.37.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
- types_boto3_bedrock_runtime-1.37.0.dist-info/METADATA,sha256=hULZvEN4oJyAp1ktQ2NMJ9pMbhHcvqio5i6-MuwX6hI,15372
16
- types_boto3_bedrock_runtime-1.37.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
17
- types_boto3_bedrock_runtime-1.37.0.dist-info/top_level.txt,sha256=vs95SHzu94rM38mmauihzrtfinMIBV-tKDaYSV0eMww,28
18
- types_boto3_bedrock_runtime-1.37.0.dist-info/RECORD,,