aws-sdk-bedrockruntime 1.61.0 → 1.62.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: 3d40f57a57b33f1601e39a979f4383dc030353c3909bc676692737dda8c4d2ca
4
- data.tar.gz: 8125207730687a41ded3cb6e6f6064524734486b0f243cd7a5102053ec72033b
3
+ metadata.gz: 1710612a0509a4726ba77860cf5876e3e20d75750787d6105693aa6544b8c631
4
+ data.tar.gz: a8332153ff0fa32f91667bdb2707f249d967bbc344f61cc19f6a8bb57020cc6f
5
5
  SHA512:
6
- metadata.gz: 94751c6412e1171444101039086d771bac30d006acff805ec5ac5e8d73bccfb450cc8ceb9e2a149621d21e7f10beb052bcb7c427913a11dd24db10e2da9bd64c
7
- data.tar.gz: b4295c1da8def6f03a75a3afccae27f1c84b7e6495ebde4e3e67a2a29266f24562a4bcd438bad9f30262d081a234105150eb4aca78d5f8e8042962ae66b2e066
6
+ metadata.gz: a7c07dee2bd6b2d0cc350a4187a59b2852cf37e9171291b497a816f57e653dc4ee895c2c36877816442264f5a22932d21786b6d1b8d2fbf667e54dfa8ad42f6a
7
+ data.tar.gz: fc759fd66f13e3d54bcab377e9b2db830cb9d82d5b67148d461ac4bf5c897b570c307b36120aae90c8b254b727e20dd5cb61a75d34f313f42e010e5237598aaa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.61.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.62.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.61.0'
624
+ context[:gem_version] = '1.62.0'
625
625
  Seahorse::Client::Request.new(handlers, context)
626
626
  end
627
627
 
@@ -3574,7 +3574,7 @@ module Aws::BedrockRuntime
3574
3574
  tracer: tracer
3575
3575
  )
3576
3576
  context[:gem_name] = 'aws-sdk-bedrockruntime'
3577
- context[:gem_version] = '1.61.0'
3577
+ context[:gem_version] = '1.62.0'
3578
3578
  Seahorse::Client::Request.new(handlers, context)
3579
3579
  end
3580
3580
 
@@ -13,22 +13,22 @@ module Aws::BedrockRuntime
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,
@@ -57,7 +57,7 @@ module Aws::BedrockRuntime
57
57
  autoload :AsyncClient, 'aws-sdk-bedrockruntime/async_client'
58
58
  autoload :EventStreams, 'aws-sdk-bedrockruntime/event_streams'
59
59
 
60
- GEM_VERSION = '1.61.0'
60
+ GEM_VERSION = '1.62.0'
61
61
 
62
62
  end
63
63
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.61.0
4
+ version: 1.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services