aws-sdk-bedrockdataautomationruntime 1.14.0 → 1.15.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: c34ba363b46fab1c36213bb35b6c02b0645463845317921f03aca2aae8225a61
4
- data.tar.gz: 178677e95aad3e40871b65a458085c06e3a2abab4d84f7192cc7b9d3702148ec
3
+ metadata.gz: 12d525de6a9d352057462439b1e489b3395cc6be46fb9dfdc914c75392668d27
4
+ data.tar.gz: dc41921390a0bdae434c88945cd752771bbec72ae22c812b3feab5c29d400fe0
5
5
  SHA512:
6
- metadata.gz: 415d75cd409a9156e6be3882929e9e0f577351ba52a72b8f8989396d97142bb3dc652ca5e3daa3d803615978bdd0183cf4023466ed652536ecf4f8e2272c4f0e
7
- data.tar.gz: 2b7d72ca2be58a2a813b0b56fe175b5c9ea1c03d04968a6866fb61d8cfed48ea0f8949e57f356b555c8ec3125d7bb3b21344bc9fc83798d5a26e34817262c18c
6
+ metadata.gz: 045b8afc0847420fc5708f8550ecb6912f93b7bf8870f8649db84f69bba19dd483f0e3528296b502b2c179df47b21510e292afa222021edc02a9e1f9a9d34977
7
+ data.tar.gz: b6edd1629a3d5c2b818cf90227ceafec594603dc8a5b64e1159729384a5fe66a9fc231af2adc004c44e398aa8a8828dbd41d239c5e6169f4871facd05820f6d8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.14.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -722,7 +722,7 @@ module Aws::BedrockDataAutomationRuntime
722
722
  tracer: tracer
723
723
  )
724
724
  context[:gem_name] = 'aws-sdk-bedrockdataautomationruntime'
725
- context[:gem_version] = '1.14.0'
725
+ context[:gem_version] = '1.15.0'
726
726
  Seahorse::Client::Request.new(handlers, context)
727
727
  end
728
728
 
@@ -13,22 +13,22 @@ module Aws::BedrockDataAutomationRuntime
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,
@@ -54,7 +54,7 @@ module Aws::BedrockDataAutomationRuntime
54
54
  autoload :EndpointProvider, 'aws-sdk-bedrockdataautomationruntime/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-bedrockdataautomationruntime/endpoints'
56
56
 
57
- GEM_VERSION = '1.14.0'
57
+ GEM_VERSION = '1.15.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockdataautomationruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services