Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions clients/aws-sdk-bedrock-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

## Unreleased

## v0.2.0

### API Changes
* Add support to automatically enforce safeguards across accounts within an AWS Organization.
* This release includes support for Search Results.
* Amazon Bedrock Runtime Service Tier Support Launch
* Add support for system tool and web citation response.

### Enhancements
* Add Standard Retry Mode

### Dependencies

* **Updated**: `smithy_aws_core[eventstream, json]` from `~=0.1.0` to `~=0.2.0`.
* **Updated**: `smithy_core` from `~=0.1.0` to `~=0.2.0`.
* **Updated**: `smithy_http[awscrt]~=0.3.0` from `~=0.2.0` to `~=0.3.0`.


## v0.1.1

### API Changes
Expand Down
2 changes: 1 addition & 1 deletion clients/aws-sdk-bedrock-runtime/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

project = "Amazon Bedrock Runtime"
author = "Amazon Web Services"
release = "0.1.1"
release = "0.2.0"

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

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

AppliedGuardrailDetails
=======================

.. autoclass:: aws_sdk_bedrock_runtime.models.AppliedGuardrailDetails
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

.. _CitationLocationSearchResultLocation:

CitationLocationSearchResultLocation
====================================

.. autoclass:: aws_sdk_bedrock_runtime.models.CitationLocationSearchResultLocation
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

.. _CitationLocationWeb:

CitationLocationWeb
===================

.. autoclass:: aws_sdk_bedrock_runtime.models.CitationLocationWeb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

.. _ContentBlockDeltaToolResult:

ContentBlockDeltaToolResult
===========================

.. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockDeltaToolResult
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.
.. _ContentBlockSearchResult:

ContentBlockSearchResult
========================

.. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockSearchResult
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

.. _ContentBlockStartToolResult:

ContentBlockStartToolResult
===========================

.. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockStartToolResult
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

SearchResultBlock
=================

.. autoclass:: aws_sdk_bedrock_runtime.models.SearchResultBlock
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

SearchResultContentBlock
========================

.. autoclass:: aws_sdk_bedrock_runtime.models.SearchResultContentBlock
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

SearchResultLocation
====================

.. autoclass:: aws_sdk_bedrock_runtime.models.SearchResultLocation
:members:
8 changes: 8 additions & 0 deletions clients/aws-sdk-bedrock-runtime/docs/models/ServiceTier.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

ServiceTier
===========

.. autoclass:: aws_sdk_bedrock_runtime.models.ServiceTier
:members:
8 changes: 8 additions & 0 deletions clients/aws-sdk-bedrock-runtime/docs/models/SystemTool.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

SystemTool
==========

.. autoclass:: aws_sdk_bedrock_runtime.models.SystemTool
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

.. _ToolResultBlockDelta:

ToolResultBlockDelta
====================

.. autodata:: aws_sdk_bedrock_runtime.models.ToolResultBlockDelta
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

.. _ToolResultBlockDeltaText:

ToolResultBlockDeltaText
========================

.. autoclass:: aws_sdk_bedrock_runtime.models.ToolResultBlockDeltaText
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

.. _ToolResultBlockDeltaUnknown:

ToolResultBlockDeltaUnknown
===========================

.. autoclass:: aws_sdk_bedrock_runtime.models.ToolResultBlockDeltaUnknown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

ToolResultBlockStart
====================

.. autoclass:: aws_sdk_bedrock_runtime.models.ToolResultBlockStart
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

.. _ToolResultContentBlockSearchResult:

ToolResultContentBlockSearchResult
==================================

.. autoclass:: aws_sdk_bedrock_runtime.models.ToolResultContentBlockSearchResult
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

.. _ToolSystemTool:

ToolSystemTool
==============

.. autoclass:: aws_sdk_bedrock_runtime.models.ToolSystemTool
8 changes: 8 additions & 0 deletions clients/aws-sdk-bedrock-runtime/docs/models/WebLocation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
..
Code generated by smithy-python-codegen DO NOT EDIT.

WebLocation
===========

.. autoclass:: aws_sdk_bedrock_runtime.models.WebLocation
:members:
8 changes: 4 additions & 4 deletions clients/aws-sdk-bedrock-runtime/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[project]
name = "aws_sdk_bedrock_runtime"
version = "0.1.1"
version = "0.2.0"
description = "aws_sdk_bedrock_runtime client"
readme = "README.md"
requires-python = ">=3.12"
Expand All @@ -24,9 +24,9 @@ classifiers = [
]

dependencies = [
"smithy_aws_core[eventstream, json]~=0.1.0",
"smithy_core~=0.1.0",
"smithy_http[awscrt]~=0.2.0"
"smithy_aws_core[eventstream, json]~=0.2.0",
"smithy_core~=0.2.0",
"smithy_http[awscrt]~=0.3.0"
]

[dependency-groups]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Code generated by smithy-python-codegen DO NOT EDIT.

__version__: str = "0.1.1"
__version__: str = "0.2.0"
Loading