aws-sdk-bedrockdataautomation 1.8.0 → 1.9.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: fe312351deaa781cdfc879f164d7f2fdc42a363c5d5f075f315f7f11a654e2ce
4
- data.tar.gz: 9463fdf41b223ca1aa49b9217b2fb10c958255ac7139db365353cc9af63147a8
3
+ metadata.gz: ecc37e44157e451155e12df178b26d8be39da2d05ac6b7481799a88a16d7f8e5
4
+ data.tar.gz: 51f2b2c604bc8a02500664fd659537919a43d14935a79363927621528e3c841c
5
5
  SHA512:
6
- metadata.gz: ebc74490a467c16cf940cb1f44806be83bbbb9b26d508856930962d8760bd301fc3ef6750f389e64a5631c1dccd43f27013997d6761836bffa1322062b133f09
7
- data.tar.gz: 27331853ad3873588ae75a48a2ebc838a340a4fb146e45fd3813a6dbffba6bf1a4c7da4d5c85bc171b53f183059ae8419215fcb41a8a5cd4df237fdbf2428717
6
+ metadata.gz: 4a8dcc48fbe82f354fb8a279e03047205c331dc50be83d843147057b1fd8958b89cf62090cecaaea990cbee3949173bd6c21ec7cfe4a85f582ef2ff806ce6f78
7
+ data.tar.gz: a7ff620772af8727c9bb6dce5a739886d0c56a724b1160a05b0bb79f375b58a6eeb27d415dd43b57284dea46656d94b90f8c2b1a6d20d78f8ef6b0147db64dc1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.8.0 (2025-05-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -200,8 +200,7 @@ module Aws::BedrockDataAutomation
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -1396,7 +1395,7 @@ module Aws::BedrockDataAutomation
1396
1395
  tracer: tracer
1397
1396
  )
1398
1397
  context[:gem_name] = 'aws-sdk-bedrockdataautomation'
1399
- context[:gem_version] = '1.8.0'
1398
+ context[:gem_version] = '1.9.0'
1400
1399
  Seahorse::Client::Request.new(handlers, context)
1401
1400
  end
1402
1401
 
@@ -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.8.0'
57
+ GEM_VERSION = '1.9.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.8.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services