types-boto3-bedrock-runtime 1.38.4__tar.gz → 1.39.7__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.
Files changed (24) hide show
  1. {types_boto3_bedrock_runtime-1.38.4/types_boto3_bedrock_runtime.egg-info → types_boto3_bedrock_runtime-1.39.7}/PKG-INFO +5 -5
  2. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/README.md +3 -3
  3. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/setup.py +2 -2
  4. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/types_boto3_bedrock_runtime/__main__.py +4 -4
  5. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/types_boto3_bedrock_runtime/literals.py +10 -2
  6. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/types_boto3_bedrock_runtime/literals.pyi +10 -2
  7. types_boto3_bedrock_runtime-1.38.4/types_boto3_bedrock_runtime/type_defs.pyi → types_boto3_bedrock_runtime-1.39.7/types_boto3_bedrock_runtime/type_defs.py +240 -9
  8. types_boto3_bedrock_runtime-1.38.4/types_boto3_bedrock_runtime/type_defs.py → types_boto3_bedrock_runtime-1.39.7/types_boto3_bedrock_runtime/type_defs.pyi +93 -126
  9. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/types_boto3_bedrock_runtime/version.py +1 -1
  10. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7/types_boto3_bedrock_runtime.egg-info}/PKG-INFO +5 -5
  11. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/LICENSE +0 -0
  12. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/setup.cfg +0 -0
  13. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/types_boto3_bedrock_runtime/__init__.py +0 -0
  14. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/types_boto3_bedrock_runtime/__init__.pyi +0 -0
  15. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/types_boto3_bedrock_runtime/client.py +0 -0
  16. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/types_boto3_bedrock_runtime/client.pyi +0 -0
  17. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/types_boto3_bedrock_runtime/paginator.py +0 -0
  18. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/types_boto3_bedrock_runtime/paginator.pyi +0 -0
  19. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/types_boto3_bedrock_runtime/py.typed +0 -0
  20. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/types_boto3_bedrock_runtime.egg-info/SOURCES.txt +0 -0
  21. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/types_boto3_bedrock_runtime.egg-info/dependency_links.txt +0 -0
  22. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/types_boto3_bedrock_runtime.egg-info/not-zip-safe +0 -0
  23. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/types_boto3_bedrock_runtime.egg-info/requires.txt +0 -0
  24. {types_boto3_bedrock_runtime-1.38.4 → types_boto3_bedrock_runtime-1.39.7}/types_boto3_bedrock_runtime.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-bedrock-runtime
3
- Version: 1.38.4
4
- Summary: Type annotations for boto3 BedrockRuntime 1.38.4 service generated with mypy-boto3-builder 8.10.1
3
+ Version: 1.39.7
4
+ Summary: Type annotations for boto3 BedrockRuntime 1.39.7 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
59
  Type annotations for
60
- [boto3 BedrockRuntime 1.38.4](https://pypi.org/project/boto3/) compatible with
60
+ [boto3 BedrockRuntime 1.39.7](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/),
@@ -66,7 +66,7 @@ Type annotations for
66
66
  [pyright](https://github.com/microsoft/pyright) and other tools.
67
67
 
68
68
  Generated with
69
- [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
69
+ [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
70
70
 
71
71
  More information can be found on
72
72
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -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.38.4' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.39.7' 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.
@@ -10,7 +10,7 @@
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3 BedrockRuntime 1.38.4](https://pypi.org/project/boto3/) compatible with
13
+ [boto3 BedrockRuntime 1.39.7](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/),
@@ -19,7 +19,7 @@ Type annotations for
19
19
  [pyright](https://github.com/microsoft/pyright) and other tools.
20
20
 
21
21
  Generated with
22
- [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
23
23
 
24
24
  More information can be found on
25
25
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
72
72
  isolation.
73
73
 
74
74
  1. Run mypy-boto3-builder in your package root directory:
75
- `uvx --with 'boto3==1.38.4' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.39.7' mypy-boto3-builder`
76
76
  2. Select `boto3` AWS SDK.
77
77
  3. Add `BedrockRuntime` service.
78
78
  4. Use provided commands to install generated packages.
@@ -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.38.4",
16
+ version="1.39.7",
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.38.4 service generated with mypy-boto3-builder 8.10.1",
22
+ description="Type annotations for boto3 BedrockRuntime 1.39.7 service generated with mypy-boto3-builder 8.11.0",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",
@@ -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.38.4\n"
16
- "Version: 1.38.4\n"
17
- "Builder version: 8.10.1\n"
15
+ "Type annotations for boto3 BedrockRuntime 1.39.7\n"
16
+ "Version: 1.39.7\n"
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"
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.38.4\n")
29
+ sys.stdout.write("1.39.7\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -145,6 +145,7 @@ ServiceName = Literal[
145
145
  "account",
146
146
  "acm",
147
147
  "acm-pca",
148
+ "aiops",
148
149
  "amp",
149
150
  "amplify",
150
151
  "amplifybackend",
@@ -182,6 +183,8 @@ ServiceName = Literal[
182
183
  "bedrock",
183
184
  "bedrock-agent",
184
185
  "bedrock-agent-runtime",
186
+ "bedrock-agentcore",
187
+ "bedrock-agentcore-control",
185
188
  "bedrock-data-automation",
186
189
  "bedrock-data-automation-runtime",
187
190
  "bedrock-runtime",
@@ -285,6 +288,7 @@ ServiceName = Literal[
285
288
  "es",
286
289
  "events",
287
290
  "evidently",
291
+ "evs",
288
292
  "finspace",
289
293
  "finspace-data",
290
294
  "firehose",
@@ -342,6 +346,7 @@ ServiceName = Literal[
342
346
  "kendra",
343
347
  "kendra-ranking",
344
348
  "keyspaces",
349
+ "keyspacesstreams",
345
350
  "kinesis",
346
351
  "kinesis-video-archived-media",
347
352
  "kinesis-video-media",
@@ -397,6 +402,7 @@ ServiceName = Literal[
397
402
  "migrationhub-config",
398
403
  "migrationhuborchestrator",
399
404
  "migrationhubstrategy",
405
+ "mpa",
400
406
  "mq",
401
407
  "mturk",
402
408
  "mwaa",
@@ -411,6 +417,7 @@ ServiceName = Literal[
411
417
  "notificationscontacts",
412
418
  "oam",
413
419
  "observabilityadmin",
420
+ "odb",
414
421
  "omics",
415
422
  "opensearch",
416
423
  "opensearchserverless",
@@ -437,7 +444,6 @@ ServiceName = Literal[
437
444
  "pipes",
438
445
  "polly",
439
446
  "pricing",
440
- "privatenetworks",
441
447
  "proton",
442
448
  "qapps",
443
449
  "qbusiness",
@@ -472,6 +478,7 @@ ServiceName = Literal[
472
478
  "s3control",
473
479
  "s3outposts",
474
480
  "s3tables",
481
+ "s3vectors",
475
482
  "sagemaker",
476
483
  "sagemaker-a2i-runtime",
477
484
  "sagemaker-edge",
@@ -498,7 +505,6 @@ ServiceName = Literal[
498
505
  "signer",
499
506
  "simspaceweaver",
500
507
  "sms",
501
- "sms-voice",
502
508
  "snow-device-management",
503
509
  "snowball",
504
510
  "sns",
@@ -506,6 +512,7 @@ ServiceName = Literal[
506
512
  "sqs",
507
513
  "ssm",
508
514
  "ssm-contacts",
515
+ "ssm-guiconnect",
509
516
  "ssm-incidents",
510
517
  "ssm-quicksetup",
511
518
  "ssm-sap",
@@ -542,6 +549,7 @@ ServiceName = Literal[
542
549
  "workmail",
543
550
  "workmailmessageflow",
544
551
  "workspaces",
552
+ "workspaces-instances",
545
553
  "workspaces-thin-client",
546
554
  "workspaces-web",
547
555
  "xray",
@@ -143,6 +143,7 @@ ServiceName = Literal[
143
143
  "account",
144
144
  "acm",
145
145
  "acm-pca",
146
+ "aiops",
146
147
  "amp",
147
148
  "amplify",
148
149
  "amplifybackend",
@@ -180,6 +181,8 @@ ServiceName = Literal[
180
181
  "bedrock",
181
182
  "bedrock-agent",
182
183
  "bedrock-agent-runtime",
184
+ "bedrock-agentcore",
185
+ "bedrock-agentcore-control",
183
186
  "bedrock-data-automation",
184
187
  "bedrock-data-automation-runtime",
185
188
  "bedrock-runtime",
@@ -283,6 +286,7 @@ ServiceName = Literal[
283
286
  "es",
284
287
  "events",
285
288
  "evidently",
289
+ "evs",
286
290
  "finspace",
287
291
  "finspace-data",
288
292
  "firehose",
@@ -340,6 +344,7 @@ ServiceName = Literal[
340
344
  "kendra",
341
345
  "kendra-ranking",
342
346
  "keyspaces",
347
+ "keyspacesstreams",
343
348
  "kinesis",
344
349
  "kinesis-video-archived-media",
345
350
  "kinesis-video-media",
@@ -395,6 +400,7 @@ ServiceName = Literal[
395
400
  "migrationhub-config",
396
401
  "migrationhuborchestrator",
397
402
  "migrationhubstrategy",
403
+ "mpa",
398
404
  "mq",
399
405
  "mturk",
400
406
  "mwaa",
@@ -409,6 +415,7 @@ ServiceName = Literal[
409
415
  "notificationscontacts",
410
416
  "oam",
411
417
  "observabilityadmin",
418
+ "odb",
412
419
  "omics",
413
420
  "opensearch",
414
421
  "opensearchserverless",
@@ -435,7 +442,6 @@ ServiceName = Literal[
435
442
  "pipes",
436
443
  "polly",
437
444
  "pricing",
438
- "privatenetworks",
439
445
  "proton",
440
446
  "qapps",
441
447
  "qbusiness",
@@ -470,6 +476,7 @@ ServiceName = Literal[
470
476
  "s3control",
471
477
  "s3outposts",
472
478
  "s3tables",
479
+ "s3vectors",
473
480
  "sagemaker",
474
481
  "sagemaker-a2i-runtime",
475
482
  "sagemaker-edge",
@@ -496,7 +503,6 @@ ServiceName = Literal[
496
503
  "signer",
497
504
  "simspaceweaver",
498
505
  "sms",
499
- "sms-voice",
500
506
  "snow-device-management",
501
507
  "snowball",
502
508
  "sns",
@@ -504,6 +510,7 @@ ServiceName = Literal[
504
510
  "sqs",
505
511
  "ssm",
506
512
  "ssm-contacts",
513
+ "ssm-guiconnect",
507
514
  "ssm-incidents",
508
515
  "ssm-quicksetup",
509
516
  "ssm-sap",
@@ -540,6 +547,7 @@ ServiceName = Literal[
540
547
  "workmail",
541
548
  "workmailmessageflow",
542
549
  "workspaces",
550
+ "workspaces-instances",
543
551
  "workspaces-thin-client",
544
552
  "workspaces-web",
545
553
  "xray",