aws-sdk-bedrockdataautomationruntime 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54489a3eae2a3d05370413644540131108b979e320aef3f670a0b1ef4f2f0cf6
4
- data.tar.gz: 9187f8d2b01c43a3a39bfeb52485057d06861a0198cff32690c20d80ebfcef8f
3
+ metadata.gz: 3bdc19a103dc7f1c567197212e41e936a88b394396fdc1c11bb2d8edc89e017a
4
+ data.tar.gz: d651878434ba6306dcca3725ecf383a1b56da9adc68bb26baa52d1043c25c57f
5
5
  SHA512:
6
- metadata.gz: 6fa9d56870ab42bafeb02006a168487417d22ba67f544f288e6821f152fd1dbd6c5dce1ee6831f71fa6b7776ddb94ebf27e024ac58c3b077a52442139e401cd9
7
- data.tar.gz: 88cac14b9e0063993cff7d49448e0758c417ea47ba94ec2da3f62e7fe576f56778d622eec1e11263183c247c5e46868204d16564c4a3136e83575be4a053a001
6
+ metadata.gz: b26bfe29e414eee118d81582c9c36efab5aada88346abdad2a978c0a276a02d606caa270ea0d0e3d5ff18a5a062a3ac59d8e9ea107b5597e36675f3ac4511931
7
+ data.tar.gz: 6c56bf393bf1a8502f6ca974981f17a2003939466ae5945b0fe4f500de99973461208ab1a80ae1eead6f29b507cf1a69fd0fce2f3a8f3801699c19d005cfb553
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2024-12-20)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for Amazon Bedrock Data Automation Runtime
8
+
4
9
  1.0.0 (2024-12-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -583,7 +583,7 @@ module Aws::BedrockDataAutomationRuntime
583
583
  tracer: tracer
584
584
  )
585
585
  context[:gem_name] = 'aws-sdk-bedrockdataautomationruntime'
586
- context[:gem_version] = '1.0.0'
586
+ context[:gem_version] = '1.1.0'
587
587
  Seahorse::Client::Request.new(handlers, context)
588
588
  end
589
589
 
@@ -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.0.0'
57
+ GEM_VERSION = '1.1.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockdataautomationruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
11
+ date: 2024-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core