aws-sdk-bedrockdataautomationruntime 1.24.0 → 1.25.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: 34a141c010455a124c71b8762a460772338bb93034f0449960d929c8ec4d0a36
4
- data.tar.gz: 46f5dad2dbccaf2771ef3b4806004bbec7e811925a94864b11227265613ccb9f
3
+ metadata.gz: a9c371a94fd34c948c6f12f7d09a493f07c2280723ba5dd06ac4ae2cc7ee444e
4
+ data.tar.gz: 19a0f4eb6d954c6986856dec043dc96c7b280274c0f8d80a293670a5a56a8a9f
5
5
  SHA512:
6
- metadata.gz: 53a0ef3a114ee98a7e3f4977653a5c47e9c253f75f795a673c1a1d53eb4130f73eb3af26f1e334f02f628dffe6832a73a400de8587ed46b41684de0899239122
7
- data.tar.gz: be51e3614bbb9459978b8ad57256627243d82566b9eec35057fae86fabc75cc8721e5fcd1313b8b7c7a9c320c96ad721f8c44dad1c4b2d67ec774dcbfb0287d6
6
+ metadata.gz: a71856f418e46e6df5b9fba9700838863a5e9b73f38320ac19d8fcb8c7ff3b7196df913c46f2c9f47cfc6ccd2a4fb57939eccdc69bbc0e8686d3436efa255fb9
7
+ data.tar.gz: 2e131892206713b9bcf83d5425fdee50d2d2aae1e61f504b48778126d8f9e770ce7192669059cea5e95726ad9443242050cd07ed446a40c023da152803b029b4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.24.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.25.0
@@ -802,7 +802,7 @@ module Aws::BedrockDataAutomationRuntime
802
802
  tracer: tracer
803
803
  )
804
804
  context[:gem_name] = 'aws-sdk-bedrockdataautomationruntime'
805
- context[:gem_version] = '1.24.0'
805
+ context[:gem_version] = '1.25.0'
806
806
  Seahorse::Client::Request.new(handlers, context)
807
807
  end
808
808
 
@@ -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.24.0'
57
+ GEM_VERSION = '1.25.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -116,7 +116,7 @@ module Aws
116
116
  blueprint_arn: ::String,
117
117
  version: ::String?,
118
118
  stage: ("DEVELOPMENT" | "LIVE")?
119
- },
119
+ }
120
120
  ],
121
121
  data_automation_profile_arn: ::String,
122
122
  ?encryption_configuration: {
@@ -170,14 +170,14 @@ module Aws
170
170
  blueprint_arn: ::String,
171
171
  version: ::String?,
172
172
  stage: ("DEVELOPMENT" | "LIVE")?
173
- },
173
+ }
174
174
  ],
175
175
  data_automation_profile_arn: ::String,
176
176
  ?tags: Array[
177
177
  {
178
178
  key: ::String,
179
179
  value: ::String
180
- },
180
+ }
181
181
  ]
182
182
  ) -> _InvokeDataAutomationAsyncResponseSuccess
183
183
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _InvokeDataAutomationAsyncResponseSuccess
@@ -202,7 +202,7 @@ module Aws
202
202
  {
203
203
  key: ::String,
204
204
  value: ::String
205
- },
205
+ }
206
206
  ]
207
207
  ) -> _TagResourceResponseSuccess
208
208
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
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.24.0
4
+ version: 1.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services