aws-sdk-bedrockdataautomation 1.18.0 → 1.19.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: 37a728daa597a19821f766ff03db3189ee73769475b8fc3ef0beb801ebdd61d1
4
- data.tar.gz: ac39256094a6455fb2e9a8ded55c5ee18c3b0182da003d6819707758dfa8e8bb
3
+ metadata.gz: fc336ff872405a9a79e57ae3522e22dff3d6461f74c0fa9fac9bb3c5d7676deb
4
+ data.tar.gz: f3edf35cc1baa6c8d050452fd55d9698e33b76189ab0cd377791a9e257ae6d93
5
5
  SHA512:
6
- metadata.gz: bd2bdfd1f2bc227fbbe63c106537572181e2098b17eb0c7406c2de1a5bc62062cca2d4b91904e8764ed0f82339887b3516997c307e7a2e034ec18e8b79d1be51
7
- data.tar.gz: d3468f33038b74811e5de53daead2b652fd1a8c7fbb0612b7203d4eed15103772f21ed8b4e055dad0c7a46bb96c18989220026cb9e0e85f9e70cad50cba66297
6
+ metadata.gz: f591aa5a5ef6a425481b95a0f56f97620d0df69532c2c16de753ec892da0d360d2c75e6a185057e738f07a10e4952037ffd48ac19a98d63f57062c20bd4373b4
7
+ data.tar.gz: 85444f47e58f26ae231b74a60e9137b134a020f87173d22cd7292d2887d68f6a1e93632ebbc92c30b00016bacaada70fdd9dbddcd6d3b69952967663e0aa164d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.18.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.0
1
+ 1.19.0
@@ -1424,7 +1424,7 @@ module Aws::BedrockDataAutomation
1424
1424
  tracer: tracer
1425
1425
  )
1426
1426
  context[:gem_name] = 'aws-sdk-bedrockdataautomation'
1427
- context[:gem_version] = '1.18.0'
1427
+ context[:gem_version] = '1.19.0'
1428
1428
  Seahorse::Client::Request.new(handlers, context)
1429
1429
  end
1430
1430
 
@@ -13,22 +13,22 @@ module Aws::BedrockDataAutomation
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::BedrockDataAutomation
54
54
  autoload :EndpointProvider, 'aws-sdk-bedrockdataautomation/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-bedrockdataautomation/endpoints'
56
56
 
57
- GEM_VERSION = '1.18.0'
57
+ GEM_VERSION = '1.19.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-bedrockdataautomation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services