aws-sdk-bedrockagentcorecontrol 1.56.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e66c518fb42c32867ec6d56ff1ae3880774f8118e91d82fa10d21b82375e0c3f
4
- data.tar.gz: f4e985d0435e4fb7c8e3dd5850c69fce878d2df29c31b499e186caa90ce44f3a
3
+ metadata.gz: ca34ece586181095742d188c0704ddb3d31fdf96b3cbe0a9e7277d0f40a38fff
4
+ data.tar.gz: f13064146028b92537e311e95bb7c660662538e923d433b1aa07c7360443297d
5
5
  SHA512:
6
- metadata.gz: 48b10cf5308d6e3de77b15b34257714c051ed20dbb398958ae63f04ac42b04f011dbd20e5dd998b17f38dc0a6cda8e42fdc437d827008ffecdd44b80c47fc47e
7
- data.tar.gz: 6afbeb878cb53808c6205e4954a63ba57266f192fd700a16a882324a3055530bfc3b28346051d7417355a20ece6d21479ef4e0711f40679311a6ed18b4dce3b5
6
+ metadata.gz: 15989fe784ee131e3d8a2b7b194b8a0341eef5f9caa36015a3dc67b7f488428341fcef35914744e27254d61506907f2ab9f6e889ddaf095667109f6d04a1b400
7
+ data.tar.gz: dd4f365318a363d4185f81e0bf8ba4c4fa383a9bd697263ecea9850cab75011b9658200dee9c7da756b9359470284c199dbac71dd337c5303e1cc6f9d52dc035
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.57.0 (2026-07-15)
10
+ ------------------
11
+
12
+ * Feature - Fix HarnessEndpointArn pattern to match the actual service-emitted ARN format ('harness-endpoint' instead of 'endpoint'). Add additionalParams to Gemini model configuration for passing provider-specific parameters through to the model unchanged.
13
+
4
14
  1.56.0 (2026-07-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
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
@@ -2643,6 +2645,8 @@ module Aws::BedrockAgentCoreControl
2643
2645
  # temperature: 1.0,
2644
2646
  # top_p: 1.0,
2645
2647
  # top_k: 1,
2648
+ # additional_params: {
2649
+ # },
2646
2650
  # },
2647
2651
  # lite_llm_model_config: {
2648
2652
  # model_id: "ModelId", # required
@@ -7006,6 +7010,7 @@ module Aws::BedrockAgentCoreControl
7006
7010
  # resp.target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_filters[0].methods #=> Array
7007
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"
7008
7012
  # resp.target_configuration.mcp.connector.source.connector_id #=> String
7013
+ # resp.target_configuration.mcp.connector.source.version #=> String
7009
7014
  # resp.target_configuration.mcp.connector.enabled #=> Array
7010
7015
  # resp.target_configuration.mcp.connector.enabled[0] #=> String
7011
7016
  # resp.target_configuration.mcp.connector.configurations #=> Array
@@ -10705,6 +10710,7 @@ module Aws::BedrockAgentCoreControl
10705
10710
  # resp.targets[0].target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_filters[0].methods #=> Array
10706
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"
10707
10712
  # resp.targets[0].target_configuration.mcp.connector.source.connector_id #=> String
10713
+ # resp.targets[0].target_configuration.mcp.connector.source.version #=> String
10708
10714
  # resp.targets[0].target_configuration.mcp.connector.enabled #=> Array
10709
10715
  # resp.targets[0].target_configuration.mcp.connector.enabled[0] #=> String
10710
10716
  # resp.targets[0].target_configuration.mcp.connector.configurations #=> Array
@@ -12119,6 +12125,7 @@ module Aws::BedrockAgentCoreControl
12119
12125
  # connector: {
12120
12126
  # source: { # required
12121
12127
  # connector_id: "ConnectorId", # required
12128
+ # version: "ConnectorVersion",
12122
12129
  # },
12123
12130
  # enabled: ["String"],
12124
12131
  # configurations: [
@@ -12301,6 +12308,7 @@ module Aws::BedrockAgentCoreControl
12301
12308
  # resp.target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_filters[0].methods #=> Array
12302
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"
12303
12310
  # resp.target_configuration.mcp.connector.source.connector_id #=> String
12311
+ # resp.target_configuration.mcp.connector.source.version #=> String
12304
12312
  # resp.target_configuration.mcp.connector.enabled #=> Array
12305
12313
  # resp.target_configuration.mcp.connector.enabled[0] #=> String
12306
12314
  # resp.target_configuration.mcp.connector.configurations #=> Array
@@ -12607,6 +12615,8 @@ module Aws::BedrockAgentCoreControl
12607
12615
  # temperature: 1.0,
12608
12616
  # top_p: 1.0,
12609
12617
  # top_k: 1,
12618
+ # additional_params: {
12619
+ # },
12610
12620
  # },
12611
12621
  # lite_llm_model_config: {
12612
12622
  # model_id: "ModelId", # required
@@ -15011,7 +15021,7 @@ module Aws::BedrockAgentCoreControl
15011
15021
  tracer: tracer
15012
15022
  )
15013
15023
  context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
15014
- context[:gem_version] = '1.56.0'
15024
+ context[:gem_version] = '1.58.0'
15015
15025
  Seahorse::Client::Request.new(handlers, context)
15016
15026
  end
15017
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"))
@@ -3382,6 +3384,7 @@ module Aws::BedrockAgentCoreControl
3382
3384
  HarnessGeminiModelConfig.add_member(:temperature, Shapes::ShapeRef.new(shape: Temperature, location_name: "temperature"))
3383
3385
  HarnessGeminiModelConfig.add_member(:top_p, Shapes::ShapeRef.new(shape: TopP, location_name: "topP"))
3384
3386
  HarnessGeminiModelConfig.add_member(:top_k, Shapes::ShapeRef.new(shape: TopK, location_name: "topK"))
3387
+ HarnessGeminiModelConfig.add_member(:additional_params, Shapes::ShapeRef.new(shape: Document, location_name: "additionalParams"))
3385
3388
  HarnessGeminiModelConfig.struct_class = Types::HarnessGeminiModelConfig
3386
3389
 
3387
3390
  HarnessInlineFunctionConfig.add_member(:description, Shapes::ShapeRef.new(shape: HarnessInlineFunctionDescription, required: true, location_name: "description"))
@@ -7963,6 +7966,7 @@ module Aws::BedrockAgentCoreControl
7963
7966
  o.http_request_uri = "/policy-engines/{policyEngineId}/policies/{policyId}"
7964
7967
  o.input = Shapes::ShapeRef.new(shape: UpdatePolicyRequest)
7965
7968
  o.output = Shapes::ShapeRef.new(shape: UpdatePolicyResponse)
7969
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
7966
7970
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
7967
7971
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
7968
7972
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
@@ -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
@@ -10346,6 +10353,11 @@ module Aws::BedrockAgentCoreControl
10346
10353
  # The topK set when calling the model.
10347
10354
  # @return [Integer]
10348
10355
  #
10356
+ # @!attribute [rw] additional_params
10357
+ # Provider-specific parameters passed through to the Gemini model
10358
+ # provider unchanged.
10359
+ # @return [Hash,Array,String,Numeric,Boolean]
10360
+ #
10349
10361
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/HarnessGeminiModelConfig AWS API Documentation
10350
10362
  #
10351
10363
  class HarnessGeminiModelConfig < Struct.new(
@@ -10354,7 +10366,8 @@ module Aws::BedrockAgentCoreControl
10354
10366
  :max_tokens,
10355
10367
  :temperature,
10356
10368
  :top_p,
10357
- :top_k)
10369
+ :top_k,
10370
+ :additional_params)
10358
10371
  SENSITIVE = []
10359
10372
  include Aws::Structure
10360
10373
  end
@@ -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.56.0'
58
+ GEM_VERSION = '1.58.0'
59
59
 
60
60
  end
61
61
 
data/sig/params.rbs CHANGED
@@ -327,7 +327,8 @@ module Aws
327
327
 
328
328
  type connector_target_configuration = {
329
329
  source: {
330
- connector_id: ::String
330
+ connector_id: ::String,
331
+ version: ::String?
331
332
  },
332
333
  enabled: Array[::String]?,
333
334
  configurations: Array[
@@ -531,7 +532,9 @@ module Aws
531
532
  max_tokens: ::Integer?,
532
533
  temperature: ::Float?,
533
534
  top_p: ::Float?,
534
- top_k: ::Integer?
535
+ top_k: ::Integer?,
536
+ additional_params: {
537
+ }?
535
538
  }
536
539
 
537
540
  type harness_lite_llm_model_config = {
data/sig/types.rbs CHANGED
@@ -473,6 +473,7 @@ module Aws::BedrockAgentCoreControl
473
473
 
474
474
  class ConnectorSource
475
475
  attr_accessor connector_id: ::String
476
+ attr_accessor version: ::String
476
477
  SENSITIVE: []
477
478
  end
478
479
 
@@ -2776,6 +2777,7 @@ module Aws::BedrockAgentCoreControl
2776
2777
  attr_accessor temperature: ::Float
2777
2778
  attr_accessor top_p: ::Float
2778
2779
  attr_accessor top_k: ::Integer
2780
+ attr_accessor additional_params: untyped
2779
2781
  SENSITIVE: []
2780
2782
  end
2781
2783
 
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.56.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services