types-boto3-bedrock-runtime 1.35.71__py3-none-any.whl → 1.35.73__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
  print(
15
- "Type annotations for boto3 BedrockRuntime 1.35.71\n"
16
- "Version: 1.35.71\n"
17
- "Builder version: 8.4.1\n"
15
+ "Type annotations for boto3 BedrockRuntime 1.35.73\n"
16
+ "Version: 1.35.73\n"
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"
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
- print("1.35.71")
29
+ print("1.35.73")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -45,6 +45,7 @@ __all__ = (
45
45
  "GuardrailTraceType",
46
46
  "GuardrailWordPolicyActionType",
47
47
  "ImageFormatType",
48
+ "PerformanceConfigLatencyType",
48
49
  "ResourceServiceName",
49
50
  "ServiceName",
50
51
  "StopReasonType",
@@ -108,6 +109,7 @@ GuardrailTopicTypeType = Literal["DENY"]
108
109
  GuardrailTraceType = Literal["disabled", "enabled"]
109
110
  GuardrailWordPolicyActionType = Literal["BLOCKED"]
110
111
  ImageFormatType = Literal["gif", "jpeg", "png", "webp"]
112
+ PerformanceConfigLatencyType = Literal["optimized", "standard"]
111
113
  StopReasonType = Literal[
112
114
  "content_filtered",
113
115
  "end_turn",
@@ -293,6 +295,7 @@ ServiceName = Literal[
293
295
  "inspector-scan",
294
296
  "inspector2",
295
297
  "internetmonitor",
298
+ "invoicing",
296
299
  "iot",
297
300
  "iot-data",
298
301
  "iot-jobs-data",
@@ -379,6 +382,7 @@ ServiceName = Literal[
379
382
  "neptune-graph",
380
383
  "neptunedata",
381
384
  "network-firewall",
385
+ "networkflowmonitor",
382
386
  "networkmanager",
383
387
  "networkmonitor",
384
388
  "notifications",
@@ -457,6 +461,7 @@ ServiceName = Literal[
457
461
  "schemas",
458
462
  "sdb",
459
463
  "secretsmanager",
464
+ "security-ir",
460
465
  "securityhub",
461
466
  "securitylake",
462
467
  "serverlessrepo",
@@ -44,6 +44,7 @@ __all__ = (
44
44
  "GuardrailTraceType",
45
45
  "GuardrailWordPolicyActionType",
46
46
  "ImageFormatType",
47
+ "PerformanceConfigLatencyType",
47
48
  "ResourceServiceName",
48
49
  "ServiceName",
49
50
  "StopReasonType",
@@ -106,6 +107,7 @@ GuardrailTopicTypeType = Literal["DENY"]
106
107
  GuardrailTraceType = Literal["disabled", "enabled"]
107
108
  GuardrailWordPolicyActionType = Literal["BLOCKED"]
108
109
  ImageFormatType = Literal["gif", "jpeg", "png", "webp"]
110
+ PerformanceConfigLatencyType = Literal["optimized", "standard"]
109
111
  StopReasonType = Literal[
110
112
  "content_filtered",
111
113
  "end_turn",
@@ -291,6 +293,7 @@ ServiceName = Literal[
291
293
  "inspector-scan",
292
294
  "inspector2",
293
295
  "internetmonitor",
296
+ "invoicing",
294
297
  "iot",
295
298
  "iot-data",
296
299
  "iot-jobs-data",
@@ -377,6 +380,7 @@ ServiceName = Literal[
377
380
  "neptune-graph",
378
381
  "neptunedata",
379
382
  "network-firewall",
383
+ "networkflowmonitor",
380
384
  "networkmanager",
381
385
  "networkmonitor",
382
386
  "notifications",
@@ -455,6 +459,7 @@ ServiceName = Literal[
455
459
  "schemas",
456
460
  "sdb",
457
461
  "secretsmanager",
462
+ "security-ir",
458
463
  "securityhub",
459
464
  "securitylake",
460
465
  "serverlessrepo",
@@ -37,6 +37,7 @@ from .literals import (
37
37
  GuardrailStreamProcessingModeType,
38
38
  GuardrailTraceType,
39
39
  ImageFormatType,
40
+ PerformanceConfigLatencyType,
40
41
  StopReasonType,
41
42
  ToolResultStatusType,
42
43
  TraceType,
@@ -126,6 +127,7 @@ __all__ = (
126
127
  "ModelStreamErrorExceptionTypeDef",
127
128
  "ModelTimeoutExceptionTypeDef",
128
129
  "PayloadPartTypeDef",
130
+ "PerformanceConfigurationTypeDef",
129
131
  "PromptVariableValuesTypeDef",
130
132
  "ResponseMetadataTypeDef",
131
133
  "ResponseStreamTypeDef",
@@ -218,6 +220,10 @@ class InferenceConfigurationTypeDef(TypedDict):
218
220
  stopSequences: NotRequired[Sequence[str]]
219
221
 
220
222
 
223
+ class PerformanceConfigurationTypeDef(TypedDict):
224
+ latency: NotRequired[PerformanceConfigLatencyType]
225
+
226
+
221
227
  class PromptVariableValuesTypeDef(TypedDict):
222
228
  text: NotRequired[str]
223
229
 
@@ -397,6 +403,7 @@ ToolUseBlockTypeDef = TypedDict(
397
403
  class InvokeModelResponseTypeDef(TypedDict):
398
404
  body: StreamingBody
399
405
  contentType: str
406
+ performanceConfigLatency: PerformanceConfigLatencyType
400
407
  ResponseMetadata: ResponseMetadataTypeDef
401
408
 
402
409
 
@@ -422,6 +429,7 @@ class InvokeModelRequestRequestTypeDef(TypedDict):
422
429
  trace: NotRequired[TraceType]
423
430
  guardrailIdentifier: NotRequired[str]
424
431
  guardrailVersion: NotRequired[str]
432
+ performanceConfigLatency: NotRequired[PerformanceConfigLatencyType]
425
433
 
426
434
 
427
435
  class InvokeModelWithResponseStreamRequestRequestTypeDef(TypedDict):
@@ -432,6 +440,7 @@ class InvokeModelWithResponseStreamRequestRequestTypeDef(TypedDict):
432
440
  trace: NotRequired[TraceType]
433
441
  guardrailIdentifier: NotRequired[str]
434
442
  guardrailVersion: NotRequired[str]
443
+ performanceConfigLatency: NotRequired[PerformanceConfigLatencyType]
435
444
 
436
445
 
437
446
  class ContentBlockDeltaTypeDef(TypedDict):
@@ -569,6 +578,7 @@ class ToolResultContentBlockOutputTypeDef(TypedDict):
569
578
  class InvokeModelWithResponseStreamResponseTypeDef(TypedDict):
570
579
  body: "EventStream[ResponseStreamTypeDef]"
571
580
  contentType: str
581
+ performanceConfigLatency: PerformanceConfigLatencyType
572
582
  ResponseMetadata: ResponseMetadataTypeDef
573
583
 
574
584
 
@@ -678,6 +688,7 @@ class ConverseStreamMetadataEventTypeDef(TypedDict):
678
688
  usage: TokenUsageTypeDef
679
689
  metrics: ConverseStreamMetricsTypeDef
680
690
  trace: NotRequired[ConverseStreamTraceTypeDef]
691
+ performanceConfig: NotRequired[PerformanceConfigurationTypeDef]
681
692
 
682
693
 
683
694
  class ConverseOutputTypeDef(TypedDict):
@@ -711,6 +722,7 @@ class ConverseResponseTypeDef(TypedDict):
711
722
  metrics: ConverseMetricsTypeDef
712
723
  additionalModelResponseFields: Dict[str, Any]
713
724
  trace: ConverseTraceTypeDef
725
+ performanceConfig: PerformanceConfigurationTypeDef
714
726
  ResponseMetadata: ResponseMetadataTypeDef
715
727
 
716
728
 
@@ -749,6 +761,7 @@ class ConverseStreamRequestRequestTypeDef(TypedDict):
749
761
  additionalModelRequestFields: NotRequired[Mapping[str, Any]]
750
762
  promptVariables: NotRequired[Mapping[str, PromptVariableValuesTypeDef]]
751
763
  additionalModelResponseFieldPaths: NotRequired[Sequence[str]]
764
+ performanceConfig: NotRequired[PerformanceConfigurationTypeDef]
752
765
 
753
766
 
754
767
  MessageUnionTypeDef = Union[MessageTypeDef, MessageOutputTypeDef]
@@ -764,3 +777,4 @@ class ConverseRequestRequestTypeDef(TypedDict):
764
777
  additionalModelRequestFields: NotRequired[Mapping[str, Any]]
765
778
  promptVariables: NotRequired[Mapping[str, PromptVariableValuesTypeDef]]
766
779
  additionalModelResponseFieldPaths: NotRequired[Sequence[str]]
780
+ performanceConfig: NotRequired[PerformanceConfigurationTypeDef]
@@ -37,6 +37,7 @@ from .literals import (
37
37
  GuardrailStreamProcessingModeType,
38
38
  GuardrailTraceType,
39
39
  ImageFormatType,
40
+ PerformanceConfigLatencyType,
40
41
  StopReasonType,
41
42
  ToolResultStatusType,
42
43
  TraceType,
@@ -125,6 +126,7 @@ __all__ = (
125
126
  "ModelStreamErrorExceptionTypeDef",
126
127
  "ModelTimeoutExceptionTypeDef",
127
128
  "PayloadPartTypeDef",
129
+ "PerformanceConfigurationTypeDef",
128
130
  "PromptVariableValuesTypeDef",
129
131
  "ResponseMetadataTypeDef",
130
132
  "ResponseStreamTypeDef",
@@ -207,6 +209,9 @@ class InferenceConfigurationTypeDef(TypedDict):
207
209
  topP: NotRequired[float]
208
210
  stopSequences: NotRequired[Sequence[str]]
209
211
 
212
+ class PerformanceConfigurationTypeDef(TypedDict):
213
+ latency: NotRequired[PerformanceConfigLatencyType]
214
+
210
215
  class PromptVariableValuesTypeDef(TypedDict):
211
216
  text: NotRequired[str]
212
217
 
@@ -360,6 +365,7 @@ ToolUseBlockTypeDef = TypedDict(
360
365
  class InvokeModelResponseTypeDef(TypedDict):
361
366
  body: StreamingBody
362
367
  contentType: str
368
+ performanceConfigLatency: PerformanceConfigLatencyType
363
369
  ResponseMetadata: ResponseMetadataTypeDef
364
370
 
365
371
  DocumentSourceTypeDef = TypedDict(
@@ -383,6 +389,7 @@ class InvokeModelRequestRequestTypeDef(TypedDict):
383
389
  trace: NotRequired[TraceType]
384
390
  guardrailIdentifier: NotRequired[str]
385
391
  guardrailVersion: NotRequired[str]
392
+ performanceConfigLatency: NotRequired[PerformanceConfigLatencyType]
386
393
 
387
394
  class InvokeModelWithResponseStreamRequestRequestTypeDef(TypedDict):
388
395
  modelId: str
@@ -392,6 +399,7 @@ class InvokeModelWithResponseStreamRequestRequestTypeDef(TypedDict):
392
399
  trace: NotRequired[TraceType]
393
400
  guardrailIdentifier: NotRequired[str]
394
401
  guardrailVersion: NotRequired[str]
402
+ performanceConfigLatency: NotRequired[PerformanceConfigLatencyType]
395
403
 
396
404
  class ContentBlockDeltaTypeDef(TypedDict):
397
405
  text: NotRequired[str]
@@ -505,6 +513,7 @@ class ToolResultContentBlockOutputTypeDef(TypedDict):
505
513
  class InvokeModelWithResponseStreamResponseTypeDef(TypedDict):
506
514
  body: "EventStream[ResponseStreamTypeDef]"
507
515
  contentType: str
516
+ performanceConfigLatency: PerformanceConfigLatencyType
508
517
  ResponseMetadata: ResponseMetadataTypeDef
509
518
 
510
519
  class ToolTypeDef(TypedDict):
@@ -598,6 +607,7 @@ class ConverseStreamMetadataEventTypeDef(TypedDict):
598
607
  usage: TokenUsageTypeDef
599
608
  metrics: ConverseStreamMetricsTypeDef
600
609
  trace: NotRequired[ConverseStreamTraceTypeDef]
610
+ performanceConfig: NotRequired[PerformanceConfigurationTypeDef]
601
611
 
602
612
  class ConverseOutputTypeDef(TypedDict):
603
613
  message: NotRequired[MessageOutputTypeDef]
@@ -627,6 +637,7 @@ class ConverseResponseTypeDef(TypedDict):
627
637
  metrics: ConverseMetricsTypeDef
628
638
  additionalModelResponseFields: Dict[str, Any]
629
639
  trace: ConverseTraceTypeDef
640
+ performanceConfig: PerformanceConfigurationTypeDef
630
641
  ResponseMetadata: ResponseMetadataTypeDef
631
642
 
632
643
  ToolResultBlockUnionTypeDef = Union[ToolResultBlockTypeDef, ToolResultBlockOutputTypeDef]
@@ -659,6 +670,7 @@ class ConverseStreamRequestRequestTypeDef(TypedDict):
659
670
  additionalModelRequestFields: NotRequired[Mapping[str, Any]]
660
671
  promptVariables: NotRequired[Mapping[str, PromptVariableValuesTypeDef]]
661
672
  additionalModelResponseFieldPaths: NotRequired[Sequence[str]]
673
+ performanceConfig: NotRequired[PerformanceConfigurationTypeDef]
662
674
 
663
675
  MessageUnionTypeDef = Union[MessageTypeDef, MessageOutputTypeDef]
664
676
 
@@ -672,3 +684,4 @@ class ConverseRequestRequestTypeDef(TypedDict):
672
684
  additionalModelRequestFields: NotRequired[Mapping[str, Any]]
673
685
  promptVariables: NotRequired[Mapping[str, PromptVariableValuesTypeDef]]
674
686
  additionalModelResponseFieldPaths: NotRequired[Sequence[str]]
687
+ performanceConfig: NotRequired[PerformanceConfigurationTypeDef]
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2024 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.35.71"
7
+ __version__ = "1.35.73"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: types-boto3-bedrock-runtime
3
- Version: 1.35.71
4
- Summary: Type annotations for boto3 BedrockRuntime 1.35.71 service generated with mypy-boto3-builder 8.4.1
3
+ Version: 1.35.73
4
+ Summary: Type annotations for boto3 BedrockRuntime 1.35.73 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
@@ -9,7 +9,7 @@ License: MIT License
9
9
  Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_runtime/
10
10
  Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
11
  Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
- Keywords: boto3 bedrock-runtime type-annotations botocore mypy typeshed autocomplete
12
+ Keywords: boto3 bedrock-runtime boto3-stubs type-annotations mypy typeshed autocomplete
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Environment :: Console
@@ -44,7 +44,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
44
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
45
 
46
46
  Type annotations for
47
- [boto3 BedrockRuntime 1.35.71](https://pypi.org/project/boto3/) compatible with
47
+ [boto3 BedrockRuntime 1.35.73](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/),
@@ -53,7 +53,7 @@ Type annotations for
53
53
  [pyright](https://github.com/microsoft/pyright) and other tools.
54
54
 
55
55
  Generated by
56
- [mypy-boto3-builder 8.4.1](https://github.com/youtype/mypy_boto3_builder).
56
+ [mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
57
57
 
58
58
  More information can be found on
59
59
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -61,7 +61,7 @@ More information can be found on
61
61
 
62
62
  See how it helps you find and fix potential bugs:
63
63
 
64
- ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
64
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
65
65
 
66
66
  - [types-boto3-bedrock-runtime](#types-boto3-bedrock-runtime)
67
67
  - [How to install](#how-to-install)
@@ -76,6 +76,7 @@ See how it helps you find and fix potential bugs:
76
76
  - [Other IDEs](#other-ides)
77
77
  - [mypy](#mypy)
78
78
  - [pyright](#pyright)
79
+ - [Pylint compatibility](#pylint-compatibility)
79
80
  - [Explicit type annotations](#explicit-type-annotations)
80
81
  - [Client annotations](#client-annotations)
81
82
  - [Literals](#literals)
@@ -268,6 +269,31 @@ Optionally, you can install `types-boto3` to `typings` directory.
268
269
  Type checking should now work. No explicit type annotations required, write
269
270
  your `boto3` code as usual.
270
271
 
272
+ <a id="pylint-compatibility"></a>
273
+
274
+ ### Pylint compatibility
275
+
276
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
277
+ `types-boto3-bedrock-runtime` dependency in production. However, there is an
278
+ issue in `pylint` that it complains about undefined variables. To fix it, set
279
+ all types to `object` in non-`TYPE_CHECKING` mode.
280
+
281
+ ```python
282
+ from typing import TYPE_CHECKING
283
+
284
+ if TYPE_CHECKING:
285
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
286
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
287
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
288
+ else:
289
+ EC2Client = object
290
+ EC2ServiceResource = object
291
+ BundleTaskCompleteWaiter = object
292
+ DescribeVolumesPaginator = object
293
+
294
+ ...
295
+ ```
296
+
271
297
  <a id="explicit-type-annotations"></a>
272
298
 
273
299
  ## Explicit type annotations
@@ -0,0 +1,16 @@
1
+ types_boto3_bedrock_runtime/__init__.py,sha256=r-rq-o_jkunMs_VLIQoWdKyVFPBCgxAKEY5R7CAwylM,465
2
+ types_boto3_bedrock_runtime/__init__.pyi,sha256=xwBsd5gEbvm2y_5yvAkZcnTKuHFx5vvj6iARjrcKJnQ,464
3
+ types_boto3_bedrock_runtime/__main__.py,sha256=TkakJxMFUiB4_fiA2ZR9dg_SvDIMdECxyyR8W8n-PXA,980
4
+ types_boto3_bedrock_runtime/client.py,sha256=t5DH__TAJgbO4636F1M9vMhvLr_5hTCcxySnAxKEOj0,6744
5
+ types_boto3_bedrock_runtime/client.pyi,sha256=XH77kX0Fkfhmmpb6SORoooMpVKopeoifuLCjcEyOiOw,6740
6
+ types_boto3_bedrock_runtime/literals.py,sha256=ya1PHDCLq0i4ylHbEkAe_Duw4xsSMVC9I8Wn12RWwzY,12100
7
+ types_boto3_bedrock_runtime/literals.pyi,sha256=bmar_NXp7KAI0QqMOqf2MjYGGETaiEMGvUu-ytqODVk,12098
8
+ types_boto3_bedrock_runtime/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ types_boto3_bedrock_runtime/type_defs.py,sha256=1mYaXDJ0NWiuTzIVQHvxq3TF5z4WjRwMwv5DKzBloug,22774
10
+ types_boto3_bedrock_runtime/type_defs.pyi,sha256=XcG25xoFWhjLB8xCShVb-QqxAqhADTR41-ifCQ1i0B0,22681
11
+ types_boto3_bedrock_runtime/version.py,sha256=jCYdcrMS0iwNK0BgcXNV92uAnGp2Em-udUAnOKU-wZ0,93
12
+ types_boto3_bedrock_runtime-1.35.73.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
13
+ types_boto3_bedrock_runtime-1.35.73.dist-info/METADATA,sha256=VpC8KGkfq6ZWzfJHeJtGCCs73jpLqRB8ghHwGM4GArA,13793
14
+ types_boto3_bedrock_runtime-1.35.73.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
15
+ types_boto3_bedrock_runtime-1.35.73.dist-info/top_level.txt,sha256=vs95SHzu94rM38mmauihzrtfinMIBV-tKDaYSV0eMww,28
16
+ types_boto3_bedrock_runtime-1.35.73.dist-info/RECORD,,
@@ -1,16 +0,0 @@
1
- types_boto3_bedrock_runtime/__init__.py,sha256=r-rq-o_jkunMs_VLIQoWdKyVFPBCgxAKEY5R7CAwylM,465
2
- types_boto3_bedrock_runtime/__init__.pyi,sha256=xwBsd5gEbvm2y_5yvAkZcnTKuHFx5vvj6iARjrcKJnQ,464
3
- types_boto3_bedrock_runtime/__main__.py,sha256=x3FZsxzpMvywQqKM3s48NudGzmW-neJOPdIWqXlzIH8,980
4
- types_boto3_bedrock_runtime/client.py,sha256=t5DH__TAJgbO4636F1M9vMhvLr_5hTCcxySnAxKEOj0,6744
5
- types_boto3_bedrock_runtime/client.pyi,sha256=XH77kX0Fkfhmmpb6SORoooMpVKopeoifuLCjcEyOiOw,6740
6
- types_boto3_bedrock_runtime/literals.py,sha256=TKYeOZcARFLBaAmE6o7ehDLXnZb40NPHBDqPARAD8Vo,11938
7
- types_boto3_bedrock_runtime/literals.pyi,sha256=kvweZ_nqO5W7MuypJ6pjZIFMd-H7IyV4JPj5wh6AYJw,11936
8
- types_boto3_bedrock_runtime/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- types_boto3_bedrock_runtime/type_defs.py,sha256=gLYICnPBU__45myOKfu4F9awnnmv443rX83ZfxsCMcg,22073
10
- types_boto3_bedrock_runtime/type_defs.pyi,sha256=1P13MrOA_Q_bmYiaRVyLbSlCepFDD-Dy5eFsIe7xlcY,21981
11
- types_boto3_bedrock_runtime/version.py,sha256=eIS36a5iw2-mD_eS7zeepUtx_w_DQOn6RiPaBDeB7EQ,93
12
- types_boto3_bedrock_runtime-1.35.71.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
13
- types_boto3_bedrock_runtime-1.35.71.dist-info/METADATA,sha256=F4PYzz6t5UjtrRImWsG0bkF8XPATbf4uVffgrKq5d7s,13001
14
- types_boto3_bedrock_runtime-1.35.71.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
15
- types_boto3_bedrock_runtime-1.35.71.dist-info/top_level.txt,sha256=vs95SHzu94rM38mmauihzrtfinMIBV-tKDaYSV0eMww,28
16
- types_boto3_bedrock_runtime-1.35.71.dist-info/RECORD,,