types-boto3-bedrock-runtime 1.40.62__py3-none-any.whl → 1.41.0__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.40.62\n"
16
- "Version: 1.40.62\n"
17
- "Builder version: 8.11.0\n"
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.40.62\n")
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: 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,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",