Skip to content

Commit e34e131

Browse files
committed
Release: aws-sdk-bedrock-runtime-0.3.0
1 parent e0e4103 commit e34e131

20 files changed

Lines changed: 823 additions & 242 deletions

clients/aws-sdk-bedrock-runtime/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,25 @@
22

33
## Unreleased
44

5+
* None Yet.
6+
7+
## v0.3.0
8+
9+
### API Changes
10+
* Adds support for Audio Blocks and Streaming Image Output plus new Stop Reasons of malformed_model_output and malformed_tool_use.
11+
* Adds support for Bedrock Runtime Reserved Service.
12+
13+
### Breaking
14+
* Function signature for `resolve_retry_strategy` has been changed to prevent unnecessary code duplication in operation methods. This will affect all 0.3.0 clients.
15+
16+
### Dependencies
17+
* **Updated**: `smithy_aws_core[eventstream, json]` from `~=0.2.0` to `~=0.3.0`.
18+
* **Updated**: `smithy_core` from `~=0.2.0` to `~=0.3.0`.
19+
520
### Enhancements
621
* Add comprehensive integration tests for non-streaming, output streaming, and bidirectional streaming operations.
722

23+
824
## v0.2.0
925

1026
### API Changes

clients/aws-sdk-bedrock-runtime/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
project = "Amazon Bedrock Runtime"
99
author = "Amazon Web Services"
10-
release = "0.2.0"
10+
release = "0.3.0"
1111

1212
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode"]
1313

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
..
2+
Code generated by smithy-python-codegen DO NOT EDIT.
3+
4+
AudioBlock
5+
==========
6+
7+
.. autoclass:: aws_sdk_bedrock_runtime.models.AudioBlock
8+
:members:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
..
2+
Code generated by smithy-python-codegen DO NOT EDIT.
3+
4+
.. _AudioSource:
5+
6+
AudioSource
7+
===========
8+
9+
.. autodata:: aws_sdk_bedrock_runtime.models.AudioSource
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
..
2+
Code generated by smithy-python-codegen DO NOT EDIT.
3+
4+
.. _AudioSourceBytes:
5+
6+
AudioSourceBytes
7+
================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.AudioSourceBytes
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
..
2+
Code generated by smithy-python-codegen DO NOT EDIT.
3+
4+
.. _AudioSourceS3Location:
5+
6+
AudioSourceS3Location
7+
=====================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.AudioSourceS3Location
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
..
2+
Code generated by smithy-python-codegen DO NOT EDIT.
3+
4+
.. _AudioSourceUnknown:
5+
6+
AudioSourceUnknown
7+
==================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.AudioSourceUnknown
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
..
2+
Code generated by smithy-python-codegen DO NOT EDIT.
3+
4+
.. _ContentBlockAudio:
5+
6+
ContentBlockAudio
7+
=================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockAudio
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
..
2+
Code generated by smithy-python-codegen DO NOT EDIT.
3+
4+
.. _ContentBlockDeltaImage:
5+
6+
ContentBlockDeltaImage
7+
======================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockDeltaImage
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
..
2+
Code generated by smithy-python-codegen DO NOT EDIT.
3+
4+
.. _ContentBlockStartImage:
5+
6+
ContentBlockStartImage
7+
======================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockStartImage

0 commit comments

Comments
 (0)