aws-sdk-bedrockagentcorecontrol 1.57.0 → 1.58.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client.rb +7 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +2 -0
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +8 -1
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/params.rbs +2 -1
- data/sig/types.rbs +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca34ece586181095742d188c0704ddb3d31fdf96b3cbe0a9e7277d0f40a38fff
|
|
4
|
+
data.tar.gz: f13064146028b92537e311e95bb7c660662538e923d433b1aa07c7360443297d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15989fe784ee131e3d8a2b7b194b8a0341eef5f9caa36015a3dc67b7f488428341fcef35914744e27254d61506907f2ab9f6e889ddaf095667109f6d04a1b400
|
|
7
|
+
data.tar.gz: dd4f365318a363d4185f81e0bf8ba4c4fa383a9bd697263ecea9850cab75011b9658200dee9c7da756b9359470284c199dbac71dd337c5303e1cc6f9d52dc035
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.58.0 (2026-07-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds support for specifying a connector version on Gateway targets to pin the connector's tool schema. It also introduces web-search connector version 1.2.0, which adds agent-side domain filtering, published date range filtering, and admin-side domain allowlisting.
|
|
8
|
+
|
|
4
9
|
1.57.0 (2026-07-15)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.58.0
|
|
@@ -2162,6 +2162,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2162
2162
|
# connector: {
|
|
2163
2163
|
# source: { # required
|
|
2164
2164
|
# connector_id: "ConnectorId", # required
|
|
2165
|
+
# version: "ConnectorVersion",
|
|
2165
2166
|
# },
|
|
2166
2167
|
# enabled: ["String"],
|
|
2167
2168
|
# configurations: [
|
|
@@ -2344,6 +2345,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2344
2345
|
# resp.target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_filters[0].methods #=> Array
|
|
2345
2346
|
# resp.target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_filters[0].methods[0] #=> String, one of "GET", "DELETE", "HEAD", "OPTIONS", "PATCH", "PUT", "POST"
|
|
2346
2347
|
# resp.target_configuration.mcp.connector.source.connector_id #=> String
|
|
2348
|
+
# resp.target_configuration.mcp.connector.source.version #=> String
|
|
2347
2349
|
# resp.target_configuration.mcp.connector.enabled #=> Array
|
|
2348
2350
|
# resp.target_configuration.mcp.connector.enabled[0] #=> String
|
|
2349
2351
|
# resp.target_configuration.mcp.connector.configurations #=> Array
|
|
@@ -7008,6 +7010,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
7008
7010
|
# resp.target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_filters[0].methods #=> Array
|
|
7009
7011
|
# resp.target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_filters[0].methods[0] #=> String, one of "GET", "DELETE", "HEAD", "OPTIONS", "PATCH", "PUT", "POST"
|
|
7010
7012
|
# resp.target_configuration.mcp.connector.source.connector_id #=> String
|
|
7013
|
+
# resp.target_configuration.mcp.connector.source.version #=> String
|
|
7011
7014
|
# resp.target_configuration.mcp.connector.enabled #=> Array
|
|
7012
7015
|
# resp.target_configuration.mcp.connector.enabled[0] #=> String
|
|
7013
7016
|
# resp.target_configuration.mcp.connector.configurations #=> Array
|
|
@@ -10707,6 +10710,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
10707
10710
|
# resp.targets[0].target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_filters[0].methods #=> Array
|
|
10708
10711
|
# resp.targets[0].target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_filters[0].methods[0] #=> String, one of "GET", "DELETE", "HEAD", "OPTIONS", "PATCH", "PUT", "POST"
|
|
10709
10712
|
# resp.targets[0].target_configuration.mcp.connector.source.connector_id #=> String
|
|
10713
|
+
# resp.targets[0].target_configuration.mcp.connector.source.version #=> String
|
|
10710
10714
|
# resp.targets[0].target_configuration.mcp.connector.enabled #=> Array
|
|
10711
10715
|
# resp.targets[0].target_configuration.mcp.connector.enabled[0] #=> String
|
|
10712
10716
|
# resp.targets[0].target_configuration.mcp.connector.configurations #=> Array
|
|
@@ -12121,6 +12125,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
12121
12125
|
# connector: {
|
|
12122
12126
|
# source: { # required
|
|
12123
12127
|
# connector_id: "ConnectorId", # required
|
|
12128
|
+
# version: "ConnectorVersion",
|
|
12124
12129
|
# },
|
|
12125
12130
|
# enabled: ["String"],
|
|
12126
12131
|
# configurations: [
|
|
@@ -12303,6 +12308,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
12303
12308
|
# resp.target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_filters[0].methods #=> Array
|
|
12304
12309
|
# resp.target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_filters[0].methods[0] #=> String, one of "GET", "DELETE", "HEAD", "OPTIONS", "PATCH", "PUT", "POST"
|
|
12305
12310
|
# resp.target_configuration.mcp.connector.source.connector_id #=> String
|
|
12311
|
+
# resp.target_configuration.mcp.connector.source.version #=> String
|
|
12306
12312
|
# resp.target_configuration.mcp.connector.enabled #=> Array
|
|
12307
12313
|
# resp.target_configuration.mcp.connector.enabled[0] #=> String
|
|
12308
12314
|
# resp.target_configuration.mcp.connector.configurations #=> Array
|
|
@@ -15015,7 +15021,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
15015
15021
|
tracer: tracer
|
|
15016
15022
|
)
|
|
15017
15023
|
context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
|
|
15018
|
-
context[:gem_version] = '1.
|
|
15024
|
+
context[:gem_version] = '1.58.0'
|
|
15019
15025
|
Seahorse::Client::Request.new(handlers, context)
|
|
15020
15026
|
end
|
|
15021
15027
|
|
|
@@ -166,6 +166,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
166
166
|
ConnectorParameterOverrides = Shapes::ListShape.new(name: 'ConnectorParameterOverrides')
|
|
167
167
|
ConnectorSource = Shapes::StructureShape.new(name: 'ConnectorSource')
|
|
168
168
|
ConnectorTargetConfiguration = Shapes::StructureShape.new(name: 'ConnectorTargetConfiguration')
|
|
169
|
+
ConnectorVersion = Shapes::StringShape.new(name: 'ConnectorVersion')
|
|
169
170
|
ConsolidationConfiguration = Shapes::UnionShape.new(name: 'ConsolidationConfiguration')
|
|
170
171
|
ContainerConfiguration = Shapes::StructureShape.new(name: 'ContainerConfiguration')
|
|
171
172
|
Content = Shapes::UnionShape.new(name: 'Content')
|
|
@@ -1613,6 +1614,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1613
1614
|
ConnectorParameterOverrides.member = Shapes::ShapeRef.new(shape: ConnectorParameterOverride)
|
|
1614
1615
|
|
|
1615
1616
|
ConnectorSource.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, required: true, location_name: "connectorId"))
|
|
1617
|
+
ConnectorSource.add_member(:version, Shapes::ShapeRef.new(shape: ConnectorVersion, location_name: "version"))
|
|
1616
1618
|
ConnectorSource.struct_class = Types::ConnectorSource
|
|
1617
1619
|
|
|
1618
1620
|
ConnectorTargetConfiguration.add_member(:source, Shapes::ShapeRef.new(shape: ConnectorSource, required: true, location_name: "source"))
|
|
@@ -1596,10 +1596,17 @@ module Aws::BedrockAgentCoreControl
|
|
|
1596
1596
|
# `bedrock-knowledge-bases`).
|
|
1597
1597
|
# @return [String]
|
|
1598
1598
|
#
|
|
1599
|
+
# @!attribute [rw] version
|
|
1600
|
+
# The version of the connector to use (for example, `1.1.0`). If you
|
|
1601
|
+
# don't specify a version, the service uses the latest available
|
|
1602
|
+
# version.
|
|
1603
|
+
# @return [String]
|
|
1604
|
+
#
|
|
1599
1605
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ConnectorSource AWS API Documentation
|
|
1600
1606
|
#
|
|
1601
1607
|
class ConnectorSource < Struct.new(
|
|
1602
|
-
:connector_id
|
|
1608
|
+
:connector_id,
|
|
1609
|
+
:version)
|
|
1603
1610
|
SENSITIVE = []
|
|
1604
1611
|
include Aws::Structure
|
|
1605
1612
|
end
|
data/sig/params.rbs
CHANGED
data/sig/types.rbs
CHANGED