aws-sdk-bedrockagentcorecontrol 1.11.0 → 1.12.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cba84feb90816b31077bf656b87aa586e1b26ebd7bb712c3153b531f68d88809
|
|
4
|
+
data.tar.gz: c467a6fb32b8f263c28719acf02cee8cad3127a746fa4eb8301049e927ba83ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f248e3f29776ef19ce4231636f6aafb0236ec22ac37c5473f5fb8e6212be932d6b17892a6d2a72fb8ab9189c155be5f1bbef2b8dad5961a5504fb1b9c65c9f78
|
|
7
|
+
data.tar.gz: 54dd6c4a89ae716f4b1191e1ea71b8cb6963ad42cd042694a3ff03fd0dbdacb89f639addbcd7ed9878a00bd9d79fafa8e085dbd30a11b95c3e71b08b1f85a8bc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.12.0
|
|
@@ -4373,7 +4373,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
4373
4373
|
tracer: tracer
|
|
4374
4374
|
)
|
|
4375
4375
|
context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
|
|
4376
|
-
context[:gem_version] = '1.
|
|
4376
|
+
context[:gem_version] = '1.12.0'
|
|
4377
4377
|
Seahorse::Client::Request.new(handlers, context)
|
|
4378
4378
|
end
|
|
4379
4379
|
|
|
@@ -1894,7 +1894,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1894
1894
|
"endpointPrefix" => "bedrock-agentcore-control",
|
|
1895
1895
|
"protocol" => "rest-json",
|
|
1896
1896
|
"protocols" => ["rest-json"],
|
|
1897
|
-
"serviceFullName" => "Amazon Bedrock
|
|
1897
|
+
"serviceFullName" => "Amazon Bedrock AgentCore Control",
|
|
1898
1898
|
"serviceId" => "Bedrock AgentCore Control",
|
|
1899
1899
|
"signatureVersion" => "v4",
|
|
1900
1900
|
"signingName" => "bedrock-agentcore",
|
|
@@ -13,7 +13,7 @@ require 'aws-sigv4'
|
|
|
13
13
|
|
|
14
14
|
Aws::Plugins::GlobalConfiguration.add_identifier(:bedrockagentcorecontrol)
|
|
15
15
|
|
|
16
|
-
# This module provides support for Amazon Bedrock
|
|
16
|
+
# This module provides support for Amazon Bedrock AgentCore Control. This module is available in the
|
|
17
17
|
# `aws-sdk-bedrockagentcorecontrol` gem.
|
|
18
18
|
#
|
|
19
19
|
# # Client
|
|
@@ -29,13 +29,13 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:bedrockagentcorecontrol)
|
|
|
29
29
|
#
|
|
30
30
|
# # Errors
|
|
31
31
|
#
|
|
32
|
-
# Errors returned from Amazon Bedrock
|
|
32
|
+
# Errors returned from Amazon Bedrock AgentCore Control are defined in the
|
|
33
33
|
# {Errors} module and all extend {Errors::ServiceError}.
|
|
34
34
|
#
|
|
35
35
|
# begin
|
|
36
36
|
# # do stuff
|
|
37
37
|
# rescue Aws::BedrockAgentCoreControl::Errors::ServiceError
|
|
38
|
-
# # rescues all Amazon Bedrock
|
|
38
|
+
# # rescues all Amazon Bedrock AgentCore Control API errors
|
|
39
39
|
# end
|
|
40
40
|
#
|
|
41
41
|
# See {Errors} for more information.
|
|
@@ -55,7 +55,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
55
55
|
autoload :EndpointProvider, 'aws-sdk-bedrockagentcorecontrol/endpoint_provider'
|
|
56
56
|
autoload :Endpoints, 'aws-sdk-bedrockagentcorecontrol/endpoints'
|
|
57
57
|
|
|
58
|
-
GEM_VERSION = '1.
|
|
58
|
+
GEM_VERSION = '1.12.0'
|
|
59
59
|
|
|
60
60
|
end
|
|
61
61
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-bedrockagentcorecontrol
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.12.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -43,8 +43,8 @@ dependencies:
|
|
|
43
43
|
- - "~>"
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '1.5'
|
|
46
|
-
description: Official AWS Ruby gem for Amazon Bedrock
|
|
47
|
-
|
|
46
|
+
description: Official AWS Ruby gem for Amazon Bedrock AgentCore Control. This gem
|
|
47
|
+
is part of the AWS SDK for Ruby.
|
|
48
48
|
email:
|
|
49
49
|
- aws-dr-rubygems@amazon.com
|
|
50
50
|
executables: []
|
|
@@ -93,5 +93,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
93
93
|
requirements: []
|
|
94
94
|
rubygems_version: 3.6.7
|
|
95
95
|
specification_version: 4
|
|
96
|
-
summary: AWS SDK for Ruby - Amazon Bedrock
|
|
96
|
+
summary: AWS SDK for Ruby - Amazon Bedrock AgentCore Control
|
|
97
97
|
test_files: []
|