types-boto3-bedrock-runtime 1.40.21__py3-none-any.whl → 1.40.61__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.
- types_boto3_bedrock_runtime/__main__.py +3 -3
- types_boto3_bedrock_runtime/literals.py +2 -8
- types_boto3_bedrock_runtime/literals.pyi +2 -8
- types_boto3_bedrock_runtime/version.py +1 -1
- {types_boto3_bedrock_runtime-1.40.21.dist-info → types_boto3_bedrock_runtime-1.40.61.dist-info}/METADATA +4 -4
- {types_boto3_bedrock_runtime-1.40.21.dist-info → types_boto3_bedrock_runtime-1.40.61.dist-info}/RECORD +9 -9
- {types_boto3_bedrock_runtime-1.40.21.dist-info → types_boto3_bedrock_runtime-1.40.61.dist-info}/WHEEL +0 -0
- {types_boto3_bedrock_runtime-1.40.21.dist-info → types_boto3_bedrock_runtime-1.40.61.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_bedrock_runtime-1.40.21.dist-info → types_boto3_bedrock_runtime-1.40.61.dist-info}/top_level.txt +0 -0
|
@@ -12,8 +12,8 @@ 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.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 BedrockRuntime 1.40.61\n"
|
|
16
|
+
"Version: 1.40.61\n"
|
|
17
17
|
"Builder version: 8.11.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
|
-
sys.stdout.write("1.40.
|
|
29
|
+
sys.stdout.write("1.40.61\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -135,6 +135,7 @@ StopReasonType = Literal[
|
|
|
135
135
|
"end_turn",
|
|
136
136
|
"guardrail_intervened",
|
|
137
137
|
"max_tokens",
|
|
138
|
+
"model_context_window_exceeded",
|
|
138
139
|
"stop_sequence",
|
|
139
140
|
"tool_use",
|
|
140
141
|
]
|
|
@@ -168,7 +169,6 @@ ServiceName = Literal[
|
|
|
168
169
|
"apprunner",
|
|
169
170
|
"appstream",
|
|
170
171
|
"appsync",
|
|
171
|
-
"apptest",
|
|
172
172
|
"arc-region-switch",
|
|
173
173
|
"arc-zonal-shift",
|
|
174
174
|
"artifact",
|
|
@@ -336,7 +336,6 @@ ServiceName = Literal[
|
|
|
336
336
|
"iotdeviceadvisor",
|
|
337
337
|
"iotevents",
|
|
338
338
|
"iotevents-data",
|
|
339
|
-
"iotfleethub",
|
|
340
339
|
"iotfleetwise",
|
|
341
340
|
"iotsecuretunneling",
|
|
342
341
|
"iotsitewise",
|
|
@@ -375,8 +374,6 @@ ServiceName = Literal[
|
|
|
375
374
|
"location",
|
|
376
375
|
"logs",
|
|
377
376
|
"lookoutequipment",
|
|
378
|
-
"lookoutmetrics",
|
|
379
|
-
"lookoutvision",
|
|
380
377
|
"m2",
|
|
381
378
|
"machinelearning",
|
|
382
379
|
"macie2",
|
|
@@ -451,8 +448,6 @@ ServiceName = Literal[
|
|
|
451
448
|
"qapps",
|
|
452
449
|
"qbusiness",
|
|
453
450
|
"qconnect",
|
|
454
|
-
"qldb",
|
|
455
|
-
"qldb-session",
|
|
456
451
|
"quicksight",
|
|
457
452
|
"ram",
|
|
458
453
|
"rbin",
|
|
@@ -467,7 +462,6 @@ ServiceName = Literal[
|
|
|
467
462
|
"resource-explorer-2",
|
|
468
463
|
"resource-groups",
|
|
469
464
|
"resourcegroupstaggingapi",
|
|
470
|
-
"robomaker",
|
|
471
465
|
"rolesanywhere",
|
|
472
466
|
"route53",
|
|
473
467
|
"route53-recovery-cluster",
|
|
@@ -476,6 +470,7 @@ ServiceName = Literal[
|
|
|
476
470
|
"route53domains",
|
|
477
471
|
"route53profiles",
|
|
478
472
|
"route53resolver",
|
|
473
|
+
"rtbfabric",
|
|
479
474
|
"rum",
|
|
480
475
|
"s3",
|
|
481
476
|
"s3control",
|
|
@@ -507,7 +502,6 @@ ServiceName = Literal[
|
|
|
507
502
|
"shield",
|
|
508
503
|
"signer",
|
|
509
504
|
"simspaceweaver",
|
|
510
|
-
"sms",
|
|
511
505
|
"snow-device-management",
|
|
512
506
|
"snowball",
|
|
513
507
|
"sns",
|
|
@@ -133,6 +133,7 @@ StopReasonType = Literal[
|
|
|
133
133
|
"end_turn",
|
|
134
134
|
"guardrail_intervened",
|
|
135
135
|
"max_tokens",
|
|
136
|
+
"model_context_window_exceeded",
|
|
136
137
|
"stop_sequence",
|
|
137
138
|
"tool_use",
|
|
138
139
|
]
|
|
@@ -166,7 +167,6 @@ ServiceName = Literal[
|
|
|
166
167
|
"apprunner",
|
|
167
168
|
"appstream",
|
|
168
169
|
"appsync",
|
|
169
|
-
"apptest",
|
|
170
170
|
"arc-region-switch",
|
|
171
171
|
"arc-zonal-shift",
|
|
172
172
|
"artifact",
|
|
@@ -334,7 +334,6 @@ ServiceName = Literal[
|
|
|
334
334
|
"iotdeviceadvisor",
|
|
335
335
|
"iotevents",
|
|
336
336
|
"iotevents-data",
|
|
337
|
-
"iotfleethub",
|
|
338
337
|
"iotfleetwise",
|
|
339
338
|
"iotsecuretunneling",
|
|
340
339
|
"iotsitewise",
|
|
@@ -373,8 +372,6 @@ ServiceName = Literal[
|
|
|
373
372
|
"location",
|
|
374
373
|
"logs",
|
|
375
374
|
"lookoutequipment",
|
|
376
|
-
"lookoutmetrics",
|
|
377
|
-
"lookoutvision",
|
|
378
375
|
"m2",
|
|
379
376
|
"machinelearning",
|
|
380
377
|
"macie2",
|
|
@@ -449,8 +446,6 @@ ServiceName = Literal[
|
|
|
449
446
|
"qapps",
|
|
450
447
|
"qbusiness",
|
|
451
448
|
"qconnect",
|
|
452
|
-
"qldb",
|
|
453
|
-
"qldb-session",
|
|
454
449
|
"quicksight",
|
|
455
450
|
"ram",
|
|
456
451
|
"rbin",
|
|
@@ -465,7 +460,6 @@ ServiceName = Literal[
|
|
|
465
460
|
"resource-explorer-2",
|
|
466
461
|
"resource-groups",
|
|
467
462
|
"resourcegroupstaggingapi",
|
|
468
|
-
"robomaker",
|
|
469
463
|
"rolesanywhere",
|
|
470
464
|
"route53",
|
|
471
465
|
"route53-recovery-cluster",
|
|
@@ -474,6 +468,7 @@ ServiceName = Literal[
|
|
|
474
468
|
"route53domains",
|
|
475
469
|
"route53profiles",
|
|
476
470
|
"route53resolver",
|
|
471
|
+
"rtbfabric",
|
|
477
472
|
"rum",
|
|
478
473
|
"s3",
|
|
479
474
|
"s3control",
|
|
@@ -505,7 +500,6 @@ ServiceName = Literal[
|
|
|
505
500
|
"shield",
|
|
506
501
|
"signer",
|
|
507
502
|
"simspaceweaver",
|
|
508
|
-
"sms",
|
|
509
503
|
"snow-device-management",
|
|
510
504
|
"snowball",
|
|
511
505
|
"sns",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-bedrock-runtime
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 BedrockRuntime 1.40.
|
|
3
|
+
Version: 1.40.61
|
|
4
|
+
Summary: Type annotations for boto3 BedrockRuntime 1.40.61 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -57,7 +57,7 @@ Dynamic: summary
|
|
|
57
57
|

|
|
58
58
|
|
|
59
59
|
Type annotations for
|
|
60
|
-
[boto3 BedrockRuntime 1.40.
|
|
60
|
+
[boto3 BedrockRuntime 1.40.61](https://pypi.org/project/boto3/) compatible with
|
|
61
61
|
[VSCode](https://code.visualstudio.com/),
|
|
62
62
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
63
63
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.61' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3` AWS SDK.
|
|
124
124
|
3. Add `BedrockRuntime` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
types_boto3_bedrock_runtime/__init__.py,sha256=yVTpBudgQiZdF0pSNhAE-1xbRZSFBHRcN9lRoforRqk,774
|
|
2
2
|
types_boto3_bedrock_runtime/__init__.pyi,sha256=FTe8oZW7DRJdbaUR0zeqYoUvSJbUFsNGBllLTCZwU4k,773
|
|
3
|
-
types_boto3_bedrock_runtime/__main__.py,sha256=
|
|
3
|
+
types_boto3_bedrock_runtime/__main__.py,sha256=qU2K67lk3e50yClK4FnxpNie8txFZ4Oz4ISaXNByGsY,1015
|
|
4
4
|
types_boto3_bedrock_runtime/client.py,sha256=W4o6UKl_m5Sp3uic5eq5BKlFpTxd1LCfif0vB2B-aR8,10098
|
|
5
5
|
types_boto3_bedrock_runtime/client.pyi,sha256=nIshacSA3Qn0Ukg5X7ump-P5PDf3OG653bVeoX9IrcY,10095
|
|
6
|
-
types_boto3_bedrock_runtime/literals.py,sha256=
|
|
7
|
-
types_boto3_bedrock_runtime/literals.pyi,sha256=
|
|
6
|
+
types_boto3_bedrock_runtime/literals.py,sha256=wTR548xp61WEyXdKYBJLx9Nkud-7nHumxdjkzmkIcZU,13349
|
|
7
|
+
types_boto3_bedrock_runtime/literals.pyi,sha256=GI_SrY37w8aOl0HSIk0LK_5lIkVSWCg_HTCmFdniUyw,13347
|
|
8
8
|
types_boto3_bedrock_runtime/paginator.py,sha256=5Jxr9RrOJKN9XVbJReCbUJpJopBTa6lkmC2vmFjI2nQ,2194
|
|
9
9
|
types_boto3_bedrock_runtime/paginator.pyi,sha256=63nEmXrjk6YpFdjbM7HiTP4pBDClAUG2z9KGCvvqdpw,2190
|
|
10
10
|
types_boto3_bedrock_runtime/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
types_boto3_bedrock_runtime/type_defs.py,sha256=vFIVx8TFLFEHx_-L2WMKcuHMBVZox09lkcqFV_g7m1U,42769
|
|
12
12
|
types_boto3_bedrock_runtime/type_defs.pyi,sha256=9zceXr2VJi1RHfjEjCfA7i_XMQldu17StIS1KE6BS2w,42611
|
|
13
|
-
types_boto3_bedrock_runtime/version.py,sha256=
|
|
14
|
-
types_boto3_bedrock_runtime-1.40.
|
|
15
|
-
types_boto3_bedrock_runtime-1.40.
|
|
16
|
-
types_boto3_bedrock_runtime-1.40.
|
|
17
|
-
types_boto3_bedrock_runtime-1.40.
|
|
18
|
-
types_boto3_bedrock_runtime-1.40.
|
|
13
|
+
types_boto3_bedrock_runtime/version.py,sha256=AZLwutH15UzvkjGOb3z9bJWXPcVB7cYSqbwJAeYq9xc,93
|
|
14
|
+
types_boto3_bedrock_runtime-1.40.61.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_bedrock_runtime-1.40.61.dist-info/METADATA,sha256=Twr1zl3xqtmk7Kb16KyntmM4RdCuFvawAKCKdFHkkQ4,15400
|
|
16
|
+
types_boto3_bedrock_runtime-1.40.61.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
types_boto3_bedrock_runtime-1.40.61.dist-info/top_level.txt,sha256=vs95SHzu94rM38mmauihzrtfinMIBV-tKDaYSV0eMww,28
|
|
18
|
+
types_boto3_bedrock_runtime-1.40.61.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|