aws-sdk-bedrockdataautomationruntime 1.12.0 → 1.13.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: c182721d488884f6dbfd606399bc598cfe61b10c38ec0d21ff2860e227fa6f5c
4
- data.tar.gz: 6b1bac5f377d996ccc56a3ba0400f9c8d20a5a11420dfc3fb8eabbfefdf932b9
3
+ metadata.gz: f52fb150d88dddc71da69303dc7f8ab06c168a1242f5576961439f15251cd876
4
+ data.tar.gz: 1194c9913719a849e63c751e900e2b66d9369eabbb76da84b7df1df2b2438f19
5
5
  SHA512:
6
- metadata.gz: 2754640dce9467e43e88bc2115500a15bac554a16c729fbfa02fb930616423f2a677ec25cc1ce130920ff2f70550c10f68aff4258af23ce4a48d1c30cfc27916
7
- data.tar.gz: 0b6911848bda36e36e77ee55f3f81d2ea7fdd6765423ae89dfa8557e5d07636457f9079f6e214bdf58479cb00b30ae9d2d9b59869a327e4eb1026fbc6c58f015
6
+ metadata.gz: e1a8a0576f491626ad4b435cb87c981159ab1acc7af0ced5363ae53176c2501a5f5ccbe61c56c3fdb1c40f3c083a1b2e898fef295ec2952d0623585418c0f981
7
+ data.tar.gz: 35a39b6a316b9f556d4e4c1347023aaf395797a044a50c0385a4f996b2f05cef60c1d2fcc43bc6dc61a50c31c9ec72fd330b3f3cf5003a0f1123f4b54d04d4e5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.12.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.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.12.0'
725
+ context[:gem_version] = '1.13.0'
726
726
  Seahorse::Client::Request.new(handlers, context)
727
727
  end
728
728
 
@@ -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.12.0'
57
+ GEM_VERSION = '1.13.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.12.0
4
+ version: 1.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services