aws-sdk-bedrockruntime 1.54.0 → 1.56.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af9757de4478300e17a95eb1750bfa2135554fd2060e785c3819726b2a5b1920
4
- data.tar.gz: a78a3e4b2a13a784c8dbde209c4d027a1988e0b036a165bec681d0eff91cadbe
3
+ metadata.gz: 8435e366259ba96b5331f1a8b88ce27642c312205c34e2624ab900036aa2a4bf
4
+ data.tar.gz: d94ab0b5513a93e712c5a157b1a6b935d38c0bf891375a53490e25e7baf5e666
5
5
  SHA512:
6
- metadata.gz: 3c16de21b3047e50984812f567999763bcfc78dca4517bf5916e1d5bf39d153cfb5d444645d3292458628e8bcb2e3f84ec2d1e58a6169134f237f9031d50c2a4
7
- data.tar.gz: 49c1a30bdcd980ed43dca10eba5a1cbba9e77d9f4ecd8e6f72bb4158dcdd723d3cd4eb925fea81f42f1d11dc3b0633f291cddd16c6512401ad2d0f4a848c565d
6
+ metadata.gz: d2560328aace32b3f047979b3b0c77965685b8d6f85c606abf51e210285171b5e49d337a6c745aa4563168c700c7804ae6261a01d6627596b739f33eefed7d01
7
+ data.tar.gz: dea05c731fd747111abba06ffd1049dd39c8161f8142fb1c06e50a47d17364e75ed3a83b3efdce4cbce4f31bd38c4846e3860de87734fc3eb9c202a91f7e6102
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2025-08-20)
5
+ ------------------
6
+
7
+ * Feature - Launch CountTokens API to allow token counting
8
+
9
+ 1.55.0 (2025-08-05)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for Automated Reasoning checks output models for the Amazon Bedrock Guardrails ApplyGuardrail API.
13
+
4
14
  1.54.0 (2025-08-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.56.0
@@ -621,7 +621,7 @@ module Aws::BedrockRuntime
621
621
  tracer: tracer
622
622
  )
623
623
  context[:gem_name] = 'aws-sdk-bedrockruntime'
624
- context[:gem_version] = '1.54.0'
624
+ context[:gem_version] = '1.56.0'
625
625
  Seahorse::Client::Request.new(handlers, context)
626
626
  end
627
627