types-boto3-bedrock-runtime 1.38.3__tar.gz → 1.39.0__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.3/types_boto3_bedrock_runtime.egg-info → types_boto3_bedrock_runtime-1.39.0}/PKG-INFO +5 -5
  2. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/README.md +3 -3
  3. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/setup.py +2 -2
  4. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/types_boto3_bedrock_runtime/__main__.py +4 -4
  5. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/types_boto3_bedrock_runtime/literals.py +6 -2
  6. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/types_boto3_bedrock_runtime/literals.pyi +6 -2
  7. types_boto3_bedrock_runtime-1.38.3/types_boto3_bedrock_runtime/type_defs.pyi → types_boto3_bedrock_runtime-1.39.0/types_boto3_bedrock_runtime/type_defs.py +240 -9
  8. types_boto3_bedrock_runtime-1.38.3/types_boto3_bedrock_runtime/type_defs.py → types_boto3_bedrock_runtime-1.39.0/types_boto3_bedrock_runtime/type_defs.pyi +93 -126
  9. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/types_boto3_bedrock_runtime/version.py +1 -1
  10. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0/types_boto3_bedrock_runtime.egg-info}/PKG-INFO +5 -5
  11. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/LICENSE +0 -0
  12. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/setup.cfg +0 -0
  13. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/types_boto3_bedrock_runtime/__init__.py +0 -0
  14. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/types_boto3_bedrock_runtime/__init__.pyi +0 -0
  15. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/types_boto3_bedrock_runtime/client.py +0 -0
  16. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/types_boto3_bedrock_runtime/client.pyi +0 -0
  17. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/types_boto3_bedrock_runtime/paginator.py +0 -0
  18. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/types_boto3_bedrock_runtime/paginator.pyi +0 -0
  19. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/types_boto3_bedrock_runtime/py.typed +0 -0
  20. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/types_boto3_bedrock_runtime.egg-info/SOURCES.txt +0 -0
  21. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/types_boto3_bedrock_runtime.egg-info/dependency_links.txt +0 -0
  22. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/types_boto3_bedrock_runtime.egg-info/not-zip-safe +0 -0
  23. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/types_boto3_bedrock_runtime.egg-info/requires.txt +0 -0
  24. {types_boto3_bedrock_runtime-1.38.3 → types_boto3_bedrock_runtime-1.39.0}/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.3
4
- Summary: Type annotations for boto3 BedrockRuntime 1.38.3 service generated with mypy-boto3-builder 8.10.1
3
+ Version: 1.39.0
4
+ Summary: Type annotations for boto3 BedrockRuntime 1.39.0 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.3](https://pypi.org/project/boto3/) compatible with
60
+ [boto3 BedrockRuntime 1.39.0](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.3' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.39.0' 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.3](https://pypi.org/project/boto3/) compatible with
13
+ [boto3 BedrockRuntime 1.39.0](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.3' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.39.0' 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.3",
16
+ version="1.39.0",
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.3 service generated with mypy-boto3-builder 8.10.1",
22
+ description="Type annotations for boto3 BedrockRuntime 1.39.0 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.3\n"
16
- "Version: 1.38.3\n"
17
- "Builder version: 8.10.1\n"
15
+ "Type annotations for boto3 BedrockRuntime 1.39.0\n"
16
+ "Version: 1.39.0\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.3\n")
29
+ sys.stdout.write("1.39.0\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",
@@ -285,6 +286,7 @@ ServiceName = Literal[
285
286
  "es",
286
287
  "events",
287
288
  "evidently",
289
+ "evs",
288
290
  "finspace",
289
291
  "finspace-data",
290
292
  "firehose",
@@ -342,6 +344,7 @@ ServiceName = Literal[
342
344
  "kendra",
343
345
  "kendra-ranking",
344
346
  "keyspaces",
347
+ "keyspacesstreams",
345
348
  "kinesis",
346
349
  "kinesis-video-archived-media",
347
350
  "kinesis-video-media",
@@ -397,6 +400,7 @@ ServiceName = Literal[
397
400
  "migrationhub-config",
398
401
  "migrationhuborchestrator",
399
402
  "migrationhubstrategy",
403
+ "mpa",
400
404
  "mq",
401
405
  "mturk",
402
406
  "mwaa",
@@ -437,7 +441,6 @@ ServiceName = Literal[
437
441
  "pipes",
438
442
  "polly",
439
443
  "pricing",
440
- "privatenetworks",
441
444
  "proton",
442
445
  "qapps",
443
446
  "qbusiness",
@@ -498,7 +501,6 @@ ServiceName = Literal[
498
501
  "signer",
499
502
  "simspaceweaver",
500
503
  "sms",
501
- "sms-voice",
502
504
  "snow-device-management",
503
505
  "snowball",
504
506
  "sns",
@@ -506,6 +508,7 @@ ServiceName = Literal[
506
508
  "sqs",
507
509
  "ssm",
508
510
  "ssm-contacts",
511
+ "ssm-guiconnect",
509
512
  "ssm-incidents",
510
513
  "ssm-quicksetup",
511
514
  "ssm-sap",
@@ -542,6 +545,7 @@ ServiceName = Literal[
542
545
  "workmail",
543
546
  "workmailmessageflow",
544
547
  "workspaces",
548
+ "workspaces-instances",
545
549
  "workspaces-thin-client",
546
550
  "workspaces-web",
547
551
  "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",
@@ -283,6 +284,7 @@ ServiceName = Literal[
283
284
  "es",
284
285
  "events",
285
286
  "evidently",
287
+ "evs",
286
288
  "finspace",
287
289
  "finspace-data",
288
290
  "firehose",
@@ -340,6 +342,7 @@ ServiceName = Literal[
340
342
  "kendra",
341
343
  "kendra-ranking",
342
344
  "keyspaces",
345
+ "keyspacesstreams",
343
346
  "kinesis",
344
347
  "kinesis-video-archived-media",
345
348
  "kinesis-video-media",
@@ -395,6 +398,7 @@ ServiceName = Literal[
395
398
  "migrationhub-config",
396
399
  "migrationhuborchestrator",
397
400
  "migrationhubstrategy",
401
+ "mpa",
398
402
  "mq",
399
403
  "mturk",
400
404
  "mwaa",
@@ -435,7 +439,6 @@ ServiceName = Literal[
435
439
  "pipes",
436
440
  "polly",
437
441
  "pricing",
438
- "privatenetworks",
439
442
  "proton",
440
443
  "qapps",
441
444
  "qbusiness",
@@ -496,7 +499,6 @@ ServiceName = Literal[
496
499
  "signer",
497
500
  "simspaceweaver",
498
501
  "sms",
499
- "sms-voice",
500
502
  "snow-device-management",
501
503
  "snowball",
502
504
  "sns",
@@ -504,6 +506,7 @@ ServiceName = Literal[
504
506
  "sqs",
505
507
  "ssm",
506
508
  "ssm-contacts",
509
+ "ssm-guiconnect",
507
510
  "ssm-incidents",
508
511
  "ssm-quicksetup",
509
512
  "ssm-sap",
@@ -540,6 +543,7 @@ ServiceName = Literal[
540
543
  "workmail",
541
544
  "workmailmessageflow",
542
545
  "workspaces",
546
+ "workspaces-instances",
543
547
  "workspaces-thin-client",
544
548
  "workspaces-web",
545
549
  "xray",