Skip to content

Commit 3167ed3

Browse files
authored
Release: aws-sdk-bedrock-runtime v0.2.0 (#32)
1 parent 12a0f8b commit 3167ed3

30 files changed

+2520
-368
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## Unreleased
44

5+
## v0.2.0
6+
7+
### API Changes
8+
* Add support to automatically enforce safeguards across accounts within an AWS Organization.
9+
* This release includes support for Search Results.
10+
* Amazon Bedrock Runtime Service Tier Support Launch
11+
* Add support for system tool and web citation response.
12+
13+
### Enhancements
14+
* Add Standard Retry Mode
15+
16+
### Dependencies
17+
18+
* **Updated**: `smithy_aws_core[eventstream, json]` from `~=0.1.0` to `~=0.2.0`.
19+
* **Updated**: `smithy_core` from `~=0.1.0` to `~=0.2.0`.
20+
* **Updated**: `smithy_http[awscrt]~=0.3.0` from `~=0.2.0` to `~=0.3.0`.
21+
22+
523
## v0.1.1
624

725
### API Changes

clients/aws-sdk-bedrock-runtime/docs/client/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.1.1"
10+
release = "0.2.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+
AppliedGuardrailDetails
5+
=======================
6+
7+
.. autoclass:: aws_sdk_bedrock_runtime.models.AppliedGuardrailDetails
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+
.. _CitationLocationSearchResultLocation:
5+
6+
CitationLocationSearchResultLocation
7+
====================================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.CitationLocationSearchResultLocation
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+
.. _CitationLocationWeb:
5+
6+
CitationLocationWeb
7+
===================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.CitationLocationWeb
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+
.. _ContentBlockDeltaToolResult:
5+
6+
ContentBlockDeltaToolResult
7+
===========================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockDeltaToolResult
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+
.. _ContentBlockSearchResult:
5+
6+
ContentBlockSearchResult
7+
========================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockSearchResult
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+
.. _ContentBlockStartToolResult:
5+
6+
ContentBlockStartToolResult
7+
===========================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockStartToolResult
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+
SearchResultBlock
5+
=================
6+
7+
.. autoclass:: aws_sdk_bedrock_runtime.models.SearchResultBlock
8+
:members:

0 commit comments

Comments
 (0)