aws-sdk-bedrockagentcorecontrol 1.61.0 → 1.62.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: bf0e801cfbd24fc812132dcde56d422d8c7cc141fd77415edb2a7d02c254321b
4
- data.tar.gz: bd183a30ede744852809647ee0f488cc135b516420bcbe3882d4edeb929173c9
3
+ metadata.gz: 41f6f451b010ea40361b5de95ff46e81764a71976a73e1fd77f34909e9f3a715
4
+ data.tar.gz: d0f7f5198a2735c546fa274b258d1be00f58b1eb178796c7ec6507636c2f7ef8
5
5
  SHA512:
6
- metadata.gz: 47eda6da6803ae97ef2adf41dae06b9130ae2aa74a21147e6f9b31a26c1ccb0a685d07174bbf843071f3ab4ce8edb082103cb39cbf57e96d31cb752f3a89351e
7
- data.tar.gz: af058dc800eda272fddae849c987d1ab0dda6e776dc8d7be07226dd34f862d4a6f209f79444bbaad24088026b1a214832cd6dd4ade37528c4405b28bf09ce467
6
+ metadata.gz: 29b68cfce15504a993fbc258df2c4ed12305ab6e913afbf314531253d5a997486675fececdc213714cb82f78ad634fd0a6d3e99bd1ec0e31906e1315d23d9f33
7
+ data.tar.gz: 31b2471a1b2ffc1bab7d72e4806b092d466bfa73b72aaab16248e712be45019b981b3769966745569af88c2b2dce2dc355ce74dacdb9ae3134c680dbb8cbc460
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2026-08-05)
5
+ ------------------
6
+
7
+ * Feature - Adding support for fine-grained access control for AgentCore Memory through managed AgentCore Gateway HTTP Connectors.
8
+
4
9
  1.61.0 (2026-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.62.0
@@ -2264,6 +2264,14 @@ module Aws::BedrockAgentCoreControl
2264
2264
  # timeout: 1,
2265
2265
  # },
2266
2266
  # },
2267
+ # connector: {
2268
+ # source: { # required
2269
+ # connector_id: "ConnectorId", # required
2270
+ # },
2271
+ # parameters: {
2272
+ # "ConnectorParameterName" => "ConnectorParameterValue",
2273
+ # },
2274
+ # },
2267
2275
  # },
2268
2276
  # inference: {
2269
2277
  # connector: {
@@ -2418,6 +2426,9 @@ module Aws::BedrockAgentCoreControl
2418
2426
  # resp.target_configuration.http.passthrough.schema.source.inline_payload #=> String
2419
2427
  # resp.target_configuration.http.passthrough.stickiness_configuration.identifier #=> String
2420
2428
  # resp.target_configuration.http.passthrough.stickiness_configuration.timeout #=> Integer
2429
+ # resp.target_configuration.http.connector.source.connector_id #=> String
2430
+ # resp.target_configuration.http.connector.parameters #=> Hash
2431
+ # resp.target_configuration.http.connector.parameters["ConnectorParameterName"] #=> String
2421
2432
  # resp.target_configuration.inference.connector.source.connector_id #=> String
2422
2433
  # resp.target_configuration.inference.provider.endpoint #=> String
2423
2434
  # resp.target_configuration.inference.provider.model_mapping.provider_prefix.strip #=> Boolean
@@ -7124,6 +7135,9 @@ module Aws::BedrockAgentCoreControl
7124
7135
  # resp.target_configuration.http.passthrough.schema.source.inline_payload #=> String
7125
7136
  # resp.target_configuration.http.passthrough.stickiness_configuration.identifier #=> String
7126
7137
  # resp.target_configuration.http.passthrough.stickiness_configuration.timeout #=> Integer
7138
+ # resp.target_configuration.http.connector.source.connector_id #=> String
7139
+ # resp.target_configuration.http.connector.parameters #=> Hash
7140
+ # resp.target_configuration.http.connector.parameters["ConnectorParameterName"] #=> String
7127
7141
  # resp.target_configuration.inference.connector.source.connector_id #=> String
7128
7142
  # resp.target_configuration.inference.provider.endpoint #=> String
7129
7143
  # resp.target_configuration.inference.provider.model_mapping.provider_prefix.strip #=> Boolean
@@ -9351,7 +9365,7 @@ module Aws::BedrockAgentCoreControl
9351
9365
  # resp.items[0].last_synchronized_at #=> Time
9352
9366
  # resp.items[0].authorization_data.oauth2.authorization_url #=> String
9353
9367
  # resp.items[0].authorization_data.oauth2.user_id #=> String
9354
- # resp.items[0].target_type #=> String, one of "OPEN_API_SCHEMA", "SMITHY_MODEL", "MCP_SERVER", "LAMBDA", "API_GATEWAY", "CONNECTOR", "AGENTCORE_RUNTIME", "PASSTHROUGH", "PROVIDER"
9368
+ # resp.items[0].target_type #=> String, one of "OPEN_API_SCHEMA", "SMITHY_MODEL", "MCP_SERVER", "LAMBDA", "API_GATEWAY", "CONNECTOR", "AGENTCORE_RUNTIME", "PASSTHROUGH", "PROVIDER", "HTTP_CONNECTOR"
9355
9369
  # resp.items[0].listing_mode #=> String, one of "DEFAULT", "DYNAMIC"
9356
9370
  # resp.next_token #=> String
9357
9371
  #
@@ -10830,6 +10844,9 @@ module Aws::BedrockAgentCoreControl
10830
10844
  # resp.targets[0].target_configuration.http.passthrough.schema.source.inline_payload #=> String
10831
10845
  # resp.targets[0].target_configuration.http.passthrough.stickiness_configuration.identifier #=> String
10832
10846
  # resp.targets[0].target_configuration.http.passthrough.stickiness_configuration.timeout #=> Integer
10847
+ # resp.targets[0].target_configuration.http.connector.source.connector_id #=> String
10848
+ # resp.targets[0].target_configuration.http.connector.parameters #=> Hash
10849
+ # resp.targets[0].target_configuration.http.connector.parameters["ConnectorParameterName"] #=> String
10833
10850
  # resp.targets[0].target_configuration.inference.connector.source.connector_id #=> String
10834
10851
  # resp.targets[0].target_configuration.inference.provider.endpoint #=> String
10835
10852
  # resp.targets[0].target_configuration.inference.provider.model_mapping.provider_prefix.strip #=> Boolean
@@ -12283,6 +12300,14 @@ module Aws::BedrockAgentCoreControl
12283
12300
  # timeout: 1,
12284
12301
  # },
12285
12302
  # },
12303
+ # connector: {
12304
+ # source: { # required
12305
+ # connector_id: "ConnectorId", # required
12306
+ # },
12307
+ # parameters: {
12308
+ # "ConnectorParameterName" => "ConnectorParameterValue",
12309
+ # },
12310
+ # },
12286
12311
  # },
12287
12312
  # inference: {
12288
12313
  # connector: {
@@ -12437,6 +12462,9 @@ module Aws::BedrockAgentCoreControl
12437
12462
  # resp.target_configuration.http.passthrough.schema.source.inline_payload #=> String
12438
12463
  # resp.target_configuration.http.passthrough.stickiness_configuration.identifier #=> String
12439
12464
  # resp.target_configuration.http.passthrough.stickiness_configuration.timeout #=> Integer
12465
+ # resp.target_configuration.http.connector.source.connector_id #=> String
12466
+ # resp.target_configuration.http.connector.parameters #=> Hash
12467
+ # resp.target_configuration.http.connector.parameters["ConnectorParameterName"] #=> String
12440
12468
  # resp.target_configuration.inference.connector.source.connector_id #=> String
12441
12469
  # resp.target_configuration.inference.provider.endpoint #=> String
12442
12470
  # resp.target_configuration.inference.provider.model_mapping.provider_prefix.strip #=> Boolean
@@ -15148,7 +15176,7 @@ module Aws::BedrockAgentCoreControl
15148
15176
  tracer: tracer
15149
15177
  )
15150
15178
  context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
15151
- context[:gem_version] = '1.61.0'
15179
+ context[:gem_version] = '1.62.0'
15152
15180
  Seahorse::Client::Request.new(handlers, context)
15153
15181
  end
15154
15182
 
@@ -165,8 +165,10 @@ module Aws::BedrockAgentCoreControl
165
165
  ConnectorConfigurationNameString = Shapes::StringShape.new(name: 'ConnectorConfigurationNameString')
166
166
  ConnectorConfigurations = Shapes::ListShape.new(name: 'ConnectorConfigurations')
167
167
  ConnectorId = Shapes::StringShape.new(name: 'ConnectorId')
168
+ ConnectorParameterName = Shapes::StringShape.new(name: 'ConnectorParameterName')
168
169
  ConnectorParameterOverride = Shapes::StructureShape.new(name: 'ConnectorParameterOverride')
169
170
  ConnectorParameterOverrides = Shapes::ListShape.new(name: 'ConnectorParameterOverrides')
171
+ ConnectorParameterValue = Shapes::StringShape.new(name: 'ConnectorParameterValue')
170
172
  ConnectorSource = Shapes::StructureShape.new(name: 'ConnectorSource')
171
173
  ConnectorTargetConfiguration = Shapes::StructureShape.new(name: 'ConnectorTargetConfiguration')
172
174
  ConnectorVersion = Shapes::StringShape.new(name: 'ConnectorVersion')
@@ -584,6 +586,9 @@ module Aws::BedrockAgentCoreControl
584
586
  HostingEnvironment = Shapes::StructureShape.new(name: 'HostingEnvironment')
585
587
  HostingEnvironmentListType = Shapes::ListShape.new(name: 'HostingEnvironmentListType')
586
588
  HttpApiSchemaConfiguration = Shapes::StructureShape.new(name: 'HttpApiSchemaConfiguration')
589
+ HttpConnectorParameters = Shapes::MapShape.new(name: 'HttpConnectorParameters')
590
+ HttpConnectorSource = Shapes::StructureShape.new(name: 'HttpConnectorSource')
591
+ HttpConnectorTargetConfiguration = Shapes::StructureShape.new(name: 'HttpConnectorTargetConfiguration')
587
592
  HttpHeaderKey = Shapes::StringShape.new(name: 'HttpHeaderKey')
588
593
  HttpHeaderName = Shapes::StringShape.new(name: 'HttpHeaderName')
589
594
  HttpHeaderValue = Shapes::StringShape.new(name: 'HttpHeaderValue')
@@ -3587,14 +3592,26 @@ module Aws::BedrockAgentCoreControl
3587
3592
  HttpApiSchemaConfiguration.add_member(:source, Shapes::ShapeRef.new(shape: ApiSchemaConfiguration, required: true, location_name: "source"))
3588
3593
  HttpApiSchemaConfiguration.struct_class = Types::HttpApiSchemaConfiguration
3589
3594
 
3595
+ HttpConnectorParameters.key = Shapes::ShapeRef.new(shape: ConnectorParameterName)
3596
+ HttpConnectorParameters.value = Shapes::ShapeRef.new(shape: ConnectorParameterValue)
3597
+
3598
+ HttpConnectorSource.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, required: true, location_name: "connectorId"))
3599
+ HttpConnectorSource.struct_class = Types::HttpConnectorSource
3600
+
3601
+ HttpConnectorTargetConfiguration.add_member(:source, Shapes::ShapeRef.new(shape: HttpConnectorSource, required: true, location_name: "source"))
3602
+ HttpConnectorTargetConfiguration.add_member(:parameters, Shapes::ShapeRef.new(shape: HttpConnectorParameters, location_name: "parameters"))
3603
+ HttpConnectorTargetConfiguration.struct_class = Types::HttpConnectorTargetConfiguration
3604
+
3590
3605
  HttpHeadersMap.key = Shapes::ShapeRef.new(shape: HttpHeaderKey)
3591
3606
  HttpHeadersMap.value = Shapes::ShapeRef.new(shape: HttpHeaderValue)
3592
3607
 
3593
3608
  HttpTargetConfiguration.add_member(:agentcore_runtime, Shapes::ShapeRef.new(shape: RuntimeTargetConfiguration, location_name: "agentcoreRuntime"))
3594
3609
  HttpTargetConfiguration.add_member(:passthrough, Shapes::ShapeRef.new(shape: PassthroughTargetConfiguration, location_name: "passthrough"))
3610
+ HttpTargetConfiguration.add_member(:connector, Shapes::ShapeRef.new(shape: HttpConnectorTargetConfiguration, location_name: "connector"))
3595
3611
  HttpTargetConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3596
3612
  HttpTargetConfiguration.add_member_subclass(:agentcore_runtime, Types::HttpTargetConfiguration::AgentcoreRuntime)
3597
3613
  HttpTargetConfiguration.add_member_subclass(:passthrough, Types::HttpTargetConfiguration::Passthrough)
3614
+ HttpTargetConfiguration.add_member_subclass(:connector, Types::HttpTargetConfiguration::Connector)
3598
3615
  HttpTargetConfiguration.add_member_subclass(:unknown, Types::HttpTargetConfiguration::Unknown)
3599
3616
  HttpTargetConfiguration.struct_class = Types::HttpTargetConfiguration
3600
3617
 
@@ -11119,6 +11119,42 @@ module Aws::BedrockAgentCoreControl
11119
11119
  include Aws::Structure
11120
11120
  end
11121
11121
 
11122
+ # The source identifying the HTTP connector integration.
11123
+ #
11124
+ # @!attribute [rw] connector_id
11125
+ # The identifier for the HTTP connector integration.
11126
+ # @return [String]
11127
+ #
11128
+ # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/HttpConnectorSource AWS API Documentation
11129
+ #
11130
+ class HttpConnectorSource < Struct.new(
11131
+ :connector_id)
11132
+ SENSITIVE = []
11133
+ include Aws::Structure
11134
+ end
11135
+
11136
+ # The configuration for an HTTP connector target. Use this configuration
11137
+ # when you want to route HTTP requests through a managed connector.
11138
+ #
11139
+ # @!attribute [rw] source
11140
+ # The source configuration identifying which HTTP connector to use.
11141
+ # @return [Types::HttpConnectorSource]
11142
+ #
11143
+ # @!attribute [rw] parameters
11144
+ # The resource parameters for this connector (for example,
11145
+ # `memoryId`). The service validates these parameters against the
11146
+ # request path at runtime.
11147
+ # @return [Hash<String,String>]
11148
+ #
11149
+ # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/HttpConnectorTargetConfiguration AWS API Documentation
11150
+ #
11151
+ class HttpConnectorTargetConfiguration < Struct.new(
11152
+ :source,
11153
+ :parameters)
11154
+ SENSITIVE = []
11155
+ include Aws::Structure
11156
+ end
11157
+
11122
11158
  # The HTTP target configuration for a gateway target. Contains the
11123
11159
  # configuration for HTTP-based target endpoints.
11124
11160
  #
@@ -11136,11 +11172,18 @@ module Aws::BedrockAgentCoreControl
11136
11172
  # target forwards requests directly to an external HTTP endpoint.
11137
11173
  # @return [Types::PassthroughTargetConfiguration]
11138
11174
  #
11175
+ # @!attribute [rw] connector
11176
+ # The connector-based configuration for the HTTP target. Use this
11177
+ # configuration when you want to route HTTP requests through a managed
11178
+ # connector.
11179
+ # @return [Types::HttpConnectorTargetConfiguration]
11180
+ #
11139
11181
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/HttpTargetConfiguration AWS API Documentation
11140
11182
  #
11141
11183
  class HttpTargetConfiguration < Struct.new(
11142
11184
  :agentcore_runtime,
11143
11185
  :passthrough,
11186
+ :connector,
11144
11187
  :unknown)
11145
11188
  SENSITIVE = []
11146
11189
  include Aws::Structure
@@ -11148,6 +11191,7 @@ module Aws::BedrockAgentCoreControl
11148
11191
 
11149
11192
  class AgentcoreRuntime < HttpTargetConfiguration; end
11150
11193
  class Passthrough < HttpTargetConfiguration; end
11194
+ class Connector < HttpTargetConfiguration; end
11151
11195
  class Unknown < HttpTargetConfiguration; end
11152
11196
  end
11153
11197
 
@@ -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.61.0'
58
+ GEM_VERSION = '1.62.0'
59
59
 
60
60
  end
61
61
 
data/sig/params.rbs CHANGED
@@ -409,7 +409,13 @@ module Aws
409
409
 
410
410
  type http_target_configuration = {
411
411
  agentcore_runtime: Params::runtime_target_configuration?,
412
- passthrough: Params::passthrough_target_configuration?
412
+ passthrough: Params::passthrough_target_configuration?,
413
+ connector: {
414
+ source: {
415
+ connector_id: ::String
416
+ },
417
+ parameters: Hash[::String, ::String]?
418
+ }?
413
419
  }
414
420
 
415
421
  type inference_provider_target_configuration = {
data/sig/types.rbs CHANGED
@@ -3025,9 +3025,21 @@ module Aws::BedrockAgentCoreControl
3025
3025
  SENSITIVE: []
3026
3026
  end
3027
3027
 
3028
+ class HttpConnectorSource
3029
+ attr_accessor connector_id: ::String
3030
+ SENSITIVE: []
3031
+ end
3032
+
3033
+ class HttpConnectorTargetConfiguration
3034
+ attr_accessor source: Types::HttpConnectorSource
3035
+ attr_accessor parameters: ::Hash[::String, ::String]
3036
+ SENSITIVE: []
3037
+ end
3038
+
3028
3039
  class HttpTargetConfiguration
3029
3040
  attr_accessor agentcore_runtime: Types::RuntimeTargetConfiguration
3030
3041
  attr_accessor passthrough: Types::PassthroughTargetConfiguration
3042
+ attr_accessor connector: Types::HttpConnectorTargetConfiguration
3031
3043
  attr_accessor unknown: untyped
3032
3044
  SENSITIVE: []
3033
3045
 
@@ -3035,6 +3047,8 @@ module Aws::BedrockAgentCoreControl
3035
3047
  end
3036
3048
  class Passthrough < HttpTargetConfiguration
3037
3049
  end
3050
+ class Connector < HttpTargetConfiguration
3051
+ end
3038
3052
  class Unknown < HttpTargetConfiguration
3039
3053
  end
3040
3054
  end
@@ -5018,7 +5032,7 @@ module Aws::BedrockAgentCoreControl
5018
5032
  attr_accessor resource_priority: ::Integer
5019
5033
  attr_accessor last_synchronized_at: ::Time
5020
5034
  attr_accessor authorization_data: Types::AuthorizationData
5021
- attr_accessor target_type: ("OPEN_API_SCHEMA" | "SMITHY_MODEL" | "MCP_SERVER" | "LAMBDA" | "API_GATEWAY" | "CONNECTOR" | "AGENTCORE_RUNTIME" | "PASSTHROUGH" | "PROVIDER")
5035
+ attr_accessor target_type: ("OPEN_API_SCHEMA" | "SMITHY_MODEL" | "MCP_SERVER" | "LAMBDA" | "API_GATEWAY" | "CONNECTOR" | "AGENTCORE_RUNTIME" | "PASSTHROUGH" | "PROVIDER" | "HTTP_CONNECTOR")
5022
5036
  attr_accessor listing_mode: ("DEFAULT" | "DYNAMIC")
5023
5037
  SENSITIVE: [:name, :description]
5024
5038
  end
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.61.0
4
+ version: 1.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services