aws-sdk-bedrockagentcorecontrol 1.37.0 → 1.38.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 +9 -1
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +4 -2
- 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: b67af18273343007834c265234f340df7532019fa3477568c3315966b0029d1a
|
|
4
|
+
data.tar.gz: 5754a10152aa2c3f036824bc6fd686691ddee8a1c3b618a1c117bbdc7ad4f326
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 919c398da73ae3645899329399fc55a1e7bb20c8ee46f5b9eb8d218e57c9ba48dda07633f425c85806eec6e354ac043ce8428aa416e18014c9c9eab8fcfe2ffa
|
|
7
|
+
data.tar.gz: b5dea04da1f44ebba41565493fcf1cc1380468c3cbb120ac3afa415eb0c48ab2e049a9b5d8777b1d70df67b70bc722499efcaefd516b6490e54aa40858d09a5d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.38.0
|
|
@@ -1479,6 +1479,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1479
1479
|
# },
|
|
1480
1480
|
# inline_payload: "InlinePayload",
|
|
1481
1481
|
# },
|
|
1482
|
+
# listing_mode: "DEFAULT", # accepts DEFAULT, DYNAMIC
|
|
1482
1483
|
# },
|
|
1483
1484
|
# api_gateway: {
|
|
1484
1485
|
# rest_api_id: "String", # required
|
|
@@ -1591,6 +1592,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1591
1592
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.uri #=> String
|
|
1592
1593
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.bucket_owner_account_id #=> String
|
|
1593
1594
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.inline_payload #=> String
|
|
1595
|
+
# resp.target_configuration.mcp.mcp_server.listing_mode #=> String, one of "DEFAULT", "DYNAMIC"
|
|
1594
1596
|
# resp.target_configuration.mcp.api_gateway.rest_api_id #=> String
|
|
1595
1597
|
# resp.target_configuration.mcp.api_gateway.stage #=> String
|
|
1596
1598
|
# resp.target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_overrides #=> Array
|
|
@@ -3950,6 +3952,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3950
3952
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.uri #=> String
|
|
3951
3953
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.bucket_owner_account_id #=> String
|
|
3952
3954
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.inline_payload #=> String
|
|
3955
|
+
# resp.target_configuration.mcp.mcp_server.listing_mode #=> String, one of "DEFAULT", "DYNAMIC"
|
|
3953
3956
|
# resp.target_configuration.mcp.api_gateway.rest_api_id #=> String
|
|
3954
3957
|
# resp.target_configuration.mcp.api_gateway.stage #=> String
|
|
3955
3958
|
# resp.target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_overrides #=> Array
|
|
@@ -6097,6 +6100,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
6097
6100
|
# resp.targets[0].target_configuration.mcp.mcp_server.mcp_tool_schema.s3.uri #=> String
|
|
6098
6101
|
# resp.targets[0].target_configuration.mcp.mcp_server.mcp_tool_schema.s3.bucket_owner_account_id #=> String
|
|
6099
6102
|
# resp.targets[0].target_configuration.mcp.mcp_server.mcp_tool_schema.inline_payload #=> String
|
|
6103
|
+
# resp.targets[0].target_configuration.mcp.mcp_server.listing_mode #=> String, one of "DEFAULT", "DYNAMIC"
|
|
6100
6104
|
# resp.targets[0].target_configuration.mcp.api_gateway.rest_api_id #=> String
|
|
6101
6105
|
# resp.targets[0].target_configuration.mcp.api_gateway.stage #=> String
|
|
6102
6106
|
# resp.targets[0].target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_overrides #=> Array
|
|
@@ -6895,6 +6899,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
6895
6899
|
# },
|
|
6896
6900
|
# inline_payload: "InlinePayload",
|
|
6897
6901
|
# },
|
|
6902
|
+
# listing_mode: "DEFAULT", # accepts DEFAULT, DYNAMIC
|
|
6898
6903
|
# },
|
|
6899
6904
|
# api_gateway: {
|
|
6900
6905
|
# rest_api_id: "String", # required
|
|
@@ -7007,6 +7012,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
7007
7012
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.uri #=> String
|
|
7008
7013
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.bucket_owner_account_id #=> String
|
|
7009
7014
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.inline_payload #=> String
|
|
7015
|
+
# resp.target_configuration.mcp.mcp_server.listing_mode #=> String, one of "DEFAULT", "DYNAMIC"
|
|
7010
7016
|
# resp.target_configuration.mcp.api_gateway.rest_api_id #=> String
|
|
7011
7017
|
# resp.target_configuration.mcp.api_gateway.stage #=> String
|
|
7012
7018
|
# resp.target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_overrides #=> Array
|
|
@@ -8257,7 +8263,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
8257
8263
|
tracer: tracer
|
|
8258
8264
|
)
|
|
8259
8265
|
context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
|
|
8260
|
-
context[:gem_version] = '1.
|
|
8266
|
+
context[:gem_version] = '1.38.0'
|
|
8261
8267
|
Seahorse::Client::Request.new(handlers, context)
|
|
8262
8268
|
end
|
|
8263
8269
|
|
|
@@ -438,6 +438,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
438
438
|
ListWorkloadIdentitiesRequest = Shapes::StructureShape.new(name: 'ListWorkloadIdentitiesRequest')
|
|
439
439
|
ListWorkloadIdentitiesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListWorkloadIdentitiesRequestMaxResultsInteger')
|
|
440
440
|
ListWorkloadIdentitiesResponse = Shapes::StructureShape.new(name: 'ListWorkloadIdentitiesResponse')
|
|
441
|
+
ListingMode = Shapes::StringShape.new(name: 'ListingMode')
|
|
441
442
|
LlmAsAJudgeEvaluatorConfig = Shapes::StructureShape.new(name: 'LlmAsAJudgeEvaluatorConfig')
|
|
442
443
|
LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
|
|
443
444
|
MCPGatewayConfiguration = Shapes::StructureShape.new(name: 'MCPGatewayConfiguration')
|
|
@@ -2445,6 +2446,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2445
2446
|
|
|
2446
2447
|
McpServerTargetConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: McpServerTargetConfigurationEndpointString, required: true, location_name: "endpoint"))
|
|
2447
2448
|
McpServerTargetConfiguration.add_member(:mcp_tool_schema, Shapes::ShapeRef.new(shape: McpToolSchemaConfiguration, location_name: "mcpToolSchema"))
|
|
2449
|
+
McpServerTargetConfiguration.add_member(:listing_mode, Shapes::ShapeRef.new(shape: ListingMode, location_name: "listingMode"))
|
|
2448
2450
|
McpServerTargetConfiguration.struct_class = Types::McpServerTargetConfiguration
|
|
2449
2451
|
|
|
2450
2452
|
McpSupportedVersions.member = Shapes::ShapeRef.new(shape: McpVersion)
|
|
@@ -8035,11 +8035,19 @@ module Aws::BedrockAgentCoreControl
|
|
|
8035
8035
|
# with mcpToolSchema.
|
|
8036
8036
|
# @return [Types::McpToolSchemaConfiguration]
|
|
8037
8037
|
#
|
|
8038
|
+
# @!attribute [rw] listing_mode
|
|
8039
|
+
# The listing mode for the MCP server target configuration. MCP
|
|
8040
|
+
# resources for default targets are cached at the control plane for
|
|
8041
|
+
# faster access. MCP resources for dynamic targets will be dynamically
|
|
8042
|
+
# retrieved when listing tools.
|
|
8043
|
+
# @return [String]
|
|
8044
|
+
#
|
|
8038
8045
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/McpServerTargetConfiguration AWS API Documentation
|
|
8039
8046
|
#
|
|
8040
8047
|
class McpServerTargetConfiguration < Struct.new(
|
|
8041
8048
|
:endpoint,
|
|
8042
|
-
:mcp_tool_schema
|
|
8049
|
+
:mcp_tool_schema,
|
|
8050
|
+
:listing_mode)
|
|
8043
8051
|
SENSITIVE = []
|
|
8044
8052
|
include Aws::Structure
|
|
8045
8053
|
end
|
data/sig/client.rbs
CHANGED
|
@@ -513,7 +513,8 @@ module Aws
|
|
|
513
513
|
bucket_owner_account_id: ::String?
|
|
514
514
|
}?,
|
|
515
515
|
inline_payload: ::String?
|
|
516
|
-
}
|
|
516
|
+
}?,
|
|
517
|
+
listing_mode: ("DEFAULT" | "DYNAMIC")?
|
|
517
518
|
}?,
|
|
518
519
|
api_gateway: {
|
|
519
520
|
rest_api_id: ::String,
|
|
@@ -2317,7 +2318,8 @@ module Aws
|
|
|
2317
2318
|
bucket_owner_account_id: ::String?
|
|
2318
2319
|
}?,
|
|
2319
2320
|
inline_payload: ::String?
|
|
2320
|
-
}
|
|
2321
|
+
}?,
|
|
2322
|
+
listing_mode: ("DEFAULT" | "DYNAMIC")?
|
|
2321
2323
|
}?,
|
|
2322
2324
|
api_gateway: {
|
|
2323
2325
|
rest_api_id: ::String,
|
data/sig/types.rbs
CHANGED
|
@@ -2222,6 +2222,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2222
2222
|
class McpServerTargetConfiguration
|
|
2223
2223
|
attr_accessor endpoint: ::String
|
|
2224
2224
|
attr_accessor mcp_tool_schema: Types::McpToolSchemaConfiguration
|
|
2225
|
+
attr_accessor listing_mode: ("DEFAULT" | "DYNAMIC")
|
|
2225
2226
|
SENSITIVE: []
|
|
2226
2227
|
end
|
|
2227
2228
|
|