aws-sdk-bedrockruntime 1.24.0 → 1.25.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: a2d6fd699b1fc45ecf6f3028433f0d593a80d0908291a2c0fa079cc25ab8dc2c
4
- data.tar.gz: f2ba38538ec72e9695759b3465ec33b805e8624da8d542c32d26e723d16c8604
3
+ metadata.gz: d906df1bc397501e4ee608d6190153dbc590534090431219f77ffb5585f2a7ad
4
+ data.tar.gz: a3235cdff0088916b0473cbd845f8e5efc1e6846df6e49944bc42ca23795195f
5
5
  SHA512:
6
- metadata.gz: d982bceb91a262f43e05be20122fc33914f3a1ce300ddb67ac4b6def13655f9e173adefd053b4af0fe600c61c52c4cfd9ab1ba788e5d133041dac529432780f7
7
- data.tar.gz: e6a84ed2088a3499b313775003c36176a18e3d77f18fb6cfa3d90a1ee3354f2c77b41fb5490997f49ecf5b7177034552c236153ad99bc5ad83ce04c125a17d30
6
+ metadata.gz: 13b7cdd3c8b0452f15610ca7127fa4f9eb77bebea4adefa3aa05a3569d0941b7028ba476c19215a7853568d7f6d9067c23ac6335651bec5c119642e1115881d5
7
+ data.tar.gz: 1d78660873c94f80624af93f4d1acef972028c08cde78927425bd9c74f00cfcf8a8ac9f053af24d45fdfca409eb7a30da1eca6b52b1bb782b5dc3f81afaabd6a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2024-09-24)
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 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.25.0
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
  require 'aws-sdk-core/plugins/event_stream_configuration.rb'
39
39
 
40
- Aws::Plugins::GlobalConfiguration.add_identifier(:bedrockruntime)
41
-
42
40
  module Aws::BedrockRuntime
43
41
  # An API client for BedrockRuntime. To construct a client, you need to configure a `:region` and `:credentials`.
44
42
  #
@@ -1878,7 +1876,7 @@ module Aws::BedrockRuntime
1878
1876
  tracer: tracer
1879
1877
  )
1880
1878
  context[:gem_name] = 'aws-sdk-bedrockruntime'
1881
- context[:gem_version] = '1.24.0'
1879
+ context[:gem_version] = '1.25.0'
1882
1880
  Seahorse::Client::Request.new(handlers, context)
1883
1881
  end
1884
1882
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:bedrockruntime)
15
+
14
16
  # This module provides support for Amazon Bedrock Runtime. This module is available in the
15
17
  # `aws-sdk-bedrockruntime` gem.
16
18
  #
@@ -54,7 +56,7 @@ module Aws::BedrockRuntime
54
56
  autoload :Endpoints, 'aws-sdk-bedrockruntime/endpoints'
55
57
  autoload :EventStreams, 'aws-sdk-bedrockruntime/event_streams'
56
58
 
57
- GEM_VERSION = '1.24.0'
59
+ GEM_VERSION = '1.25.0'
58
60
 
59
61
  end
60
62
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockruntime
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
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core