aws-sdk-bedrockagentruntime 1.65.0 → 1.66.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: 9e37fba92a56184997a0a5547d33e502b1f98cab1341739abf8b2b4cab0faa3b
4
- data.tar.gz: ce415c2966a6b0f3f8c4f70e34cb29b1a41e5c7a8468ce7f50a311f1a29bf857
3
+ metadata.gz: 1c75d0ae43f0414cf319456b496110e2289bd04ccaaef3c8a67d94f46ce5f447
4
+ data.tar.gz: 1baa2ed856105702003a0a5ad0423636e5e843754c470de7ab426793ce7cc33a
5
5
  SHA512:
6
- metadata.gz: b7c3d8dea5433467ab4acc7feb77abe0cafa8b9054620b86aeec5be140365fa96d2fe956b5087d65c929d232cfca7e3f5c0f753ff9ea7e0fde64728fd956ee10
7
- data.tar.gz: 8834f459ad9eaa469a5842c52233162b909d687c183abdba37959537fd300cc0722ced45899675df6d4e6c9c3f3c57b9850de63642ba77b485e7cd310501a844
6
+ metadata.gz: db459b1082d0c27e4c47d17e379d1b13102321901a8ec6976d3c0db2aede99dde4f3f4f21e13b04403840ffedc03643bf8678e7baae2b31c03d717ded927e2d9
7
+ data.tar.gz: 74adc5515a8ef1015b9c5d7e100b56b18e1d98fd5bddc6df93c0b83a44de2d2aa96d07e62d57f890d5c48918a7f6c2212d3e2edd3ba5167dea50cddf4e27c465
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.65.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.66.0
@@ -7068,7 +7068,7 @@ module Aws::BedrockAgentRuntime
7068
7068
  tracer: tracer
7069
7069
  )
7070
7070
  context[:gem_name] = 'aws-sdk-bedrockagentruntime'
7071
- context[:gem_version] = '1.65.0'
7071
+ context[:gem_version] = '1.66.0'
7072
7072
  Seahorse::Client::Request.new(handlers, context)
7073
7073
  end
7074
7074
 
@@ -13,22 +13,22 @@ module Aws::BedrockAgentRuntime
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -56,7 +56,7 @@ module Aws::BedrockAgentRuntime
56
56
  autoload :Endpoints, 'aws-sdk-bedrockagentruntime/endpoints'
57
57
  autoload :EventStreams, 'aws-sdk-bedrockagentruntime/event_streams'
58
58
 
59
- GEM_VERSION = '1.65.0'
59
+ GEM_VERSION = '1.66.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockagentruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.65.0
4
+ version: 1.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services