aws-sdk-bedrockagentcorecontrol 1.66.0 → 1.67.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: 20114035ceba98dc7d6444c3633a65f57102f11f47ef11c640883edea5b7f208
4
- data.tar.gz: 5861f438390825479ce682a74b3a01209319779f7d7147019490a4f759d1df68
3
+ metadata.gz: 770a7151d77e06bb0ce0dad02c2c2ed80aea83855a33bd019f46b093550f5754
4
+ data.tar.gz: cef87f2f155e7607e03286ddff6c8d6de8d6acf2309fbfee3d80315640e4be9a
5
5
  SHA512:
6
- metadata.gz: 28faffe37c6b55de97746c231c9308e5a94c38e569965826783addcb95b6c8d704ce774755346a93b6b1fea8763a7c6444d7288c046b7a7b171d5f318661e138
7
- data.tar.gz: '06872cfa1ad832d3de119022478cba97f984ca07dc514168f735ff87383912eddce4849b0b20328b4764b000d5d43bd4f975109d03a16308febd2aed3c343e5a'
6
+ metadata.gz: ee0fa98a56e78bbfc31f7d13e5ca03159d283cdb0d82e7c7f440a70da7c1ae76841b24f95e276e8cc20a4a988fd53787a7ea84a54b7a05925fd59932c3846b82
7
+ data.tar.gz: baeec973e943b23323bfd18d1213fa9214bf1486965cbd2ee2158965ef548e9e8e854967a4cfdc396505e4f5f050cdbe4e37a0b8d0c8b51377dd0835caa04125
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.0 (2026-08-21)
5
+ ------------------
6
+
7
+ * Feature - Update Dataset schema to THIRDPARTYEVALUATIONV1
8
+
4
9
  1.66.0 (2026-08-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.67.0
@@ -1638,7 +1638,7 @@ module Aws::BedrockAgentCoreControl
1638
1638
  # s3_uri: "S3Uri", # required
1639
1639
  # },
1640
1640
  # },
1641
- # schema_type: "AGENTCORE_EVALUATION_PREDEFINED_V1", # required, accepts AGENTCORE_EVALUATION_PREDEFINED_V1, AGENTCORE_EVALUATION_SIMULATED_V1, GENERIC_EVALUATION_PREDEFINED_V1
1641
+ # schema_type: "AGENTCORE_EVALUATION_PREDEFINED_V1", # required, accepts AGENTCORE_EVALUATION_PREDEFINED_V1, AGENTCORE_EVALUATION_SIMULATED_V1, THIRD_PARTY_EVALUATION_V1
1642
1642
  # kms_key_arn: "KmsKeyArn",
1643
1643
  # tags: {
1644
1644
  # "TagKey" => "TagValue",
@@ -2680,7 +2680,12 @@ module Aws::BedrockAgentCoreControl
2680
2680
  # stickiness_configuration: {
2681
2681
  # identifier: "StickinessConfigurationIdentifierString", # required
2682
2682
  # timeout: 1,
2683
+ # composite_identifier: ["CompositeIdentifierEntry"],
2683
2684
  # },
2685
+ # static_query_parameters: {
2686
+ # "StaticQueryParameterName" => "StaticQueryParameterValue",
2687
+ # },
2688
+ # static_query_parameter_conflict_resolution: "CLIENT_OVERRIDE", # accepts CLIENT_OVERRIDE, STATIC_OVERRIDE
2684
2689
  # },
2685
2690
  # connector: {
2686
2691
  # source: { # required
@@ -2844,6 +2849,11 @@ module Aws::BedrockAgentCoreControl
2844
2849
  # resp.target_configuration.http.passthrough.schema.source.inline_payload #=> String
2845
2850
  # resp.target_configuration.http.passthrough.stickiness_configuration.identifier #=> String
2846
2851
  # resp.target_configuration.http.passthrough.stickiness_configuration.timeout #=> Integer
2852
+ # resp.target_configuration.http.passthrough.stickiness_configuration.composite_identifier #=> Array
2853
+ # resp.target_configuration.http.passthrough.stickiness_configuration.composite_identifier[0] #=> String
2854
+ # resp.target_configuration.http.passthrough.static_query_parameters #=> Hash
2855
+ # resp.target_configuration.http.passthrough.static_query_parameters["StaticQueryParameterName"] #=> String
2856
+ # resp.target_configuration.http.passthrough.static_query_parameter_conflict_resolution #=> String, one of "CLIENT_OVERRIDE", "STATIC_OVERRIDE"
2847
2857
  # resp.target_configuration.http.connector.source.connector_id #=> String
2848
2858
  # resp.target_configuration.http.connector.parameters #=> Hash
2849
2859
  # resp.target_configuration.http.connector.parameters["ConnectorParameterName"] #=> String
@@ -6286,7 +6296,8 @@ module Aws::BedrockAgentCoreControl
6286
6296
  req.send_request(options)
6287
6297
  end
6288
6298
 
6289
- # Deletes an Amazon Bedrock AgentCore Memory resource.
6299
+ # Deletes an Amazon Bedrock AgentCore Memory resource. When you delete a
6300
+ # memory resource, it is permanently removed.
6290
6301
  #
6291
6302
  # @option params [String] :client_token
6292
6303
  # A client token is used for keeping track of idempotent requests. It
@@ -7391,7 +7402,7 @@ module Aws::BedrockAgentCoreControl
7391
7402
  # resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "ACTIVE", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
7392
7403
  # resp.draft_status #=> String, one of "MODIFIED", "UNMODIFIED"
7393
7404
  # resp.failure_reason #=> String
7394
- # resp.schema_type #=> String, one of "AGENTCORE_EVALUATION_PREDEFINED_V1", "AGENTCORE_EVALUATION_SIMULATED_V1", "GENERIC_EVALUATION_PREDEFINED_V1"
7405
+ # resp.schema_type #=> String, one of "AGENTCORE_EVALUATION_PREDEFINED_V1", "AGENTCORE_EVALUATION_SIMULATED_V1", "THIRD_PARTY_EVALUATION_V1"
7395
7406
  # resp.kms_key_arn #=> String
7396
7407
  # resp.example_count #=> Integer
7397
7408
  # resp.download_url #=> String
@@ -7872,6 +7883,11 @@ module Aws::BedrockAgentCoreControl
7872
7883
  # resp.target_configuration.http.passthrough.schema.source.inline_payload #=> String
7873
7884
  # resp.target_configuration.http.passthrough.stickiness_configuration.identifier #=> String
7874
7885
  # resp.target_configuration.http.passthrough.stickiness_configuration.timeout #=> Integer
7886
+ # resp.target_configuration.http.passthrough.stickiness_configuration.composite_identifier #=> Array
7887
+ # resp.target_configuration.http.passthrough.stickiness_configuration.composite_identifier[0] #=> String
7888
+ # resp.target_configuration.http.passthrough.static_query_parameters #=> Hash
7889
+ # resp.target_configuration.http.passthrough.static_query_parameters["StaticQueryParameterName"] #=> String
7890
+ # resp.target_configuration.http.passthrough.static_query_parameter_conflict_resolution #=> String, one of "CLIENT_OVERRIDE", "STATIC_OVERRIDE"
7875
7891
  # resp.target_configuration.http.connector.source.connector_id #=> String
7876
7892
  # resp.target_configuration.http.connector.parameters #=> Hash
7877
7893
  # resp.target_configuration.http.connector.parameters["ConnectorParameterName"] #=> String
@@ -10032,7 +10048,7 @@ module Aws::BedrockAgentCoreControl
10032
10048
  # resp.datasets[0].description #=> String
10033
10049
  # resp.datasets[0].status #=> String, one of "CREATING", "UPDATING", "DELETING", "ACTIVE", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
10034
10050
  # resp.datasets[0].draft_status #=> String, one of "MODIFIED", "UNMODIFIED"
10035
- # resp.datasets[0].schema_type #=> String, one of "AGENTCORE_EVALUATION_PREDEFINED_V1", "AGENTCORE_EVALUATION_SIMULATED_V1", "GENERIC_EVALUATION_PREDEFINED_V1"
10051
+ # resp.datasets[0].schema_type #=> String, one of "AGENTCORE_EVALUATION_PREDEFINED_V1", "AGENTCORE_EVALUATION_SIMULATED_V1", "THIRD_PARTY_EVALUATION_V1"
10036
10052
  # resp.datasets[0].example_count #=> Integer
10037
10053
  # resp.datasets[0].created_at #=> Time
10038
10054
  # resp.datasets[0].updated_at #=> Time
@@ -11763,6 +11779,11 @@ module Aws::BedrockAgentCoreControl
11763
11779
  # resp.targets[0].target_configuration.http.passthrough.schema.source.inline_payload #=> String
11764
11780
  # resp.targets[0].target_configuration.http.passthrough.stickiness_configuration.identifier #=> String
11765
11781
  # resp.targets[0].target_configuration.http.passthrough.stickiness_configuration.timeout #=> Integer
11782
+ # resp.targets[0].target_configuration.http.passthrough.stickiness_configuration.composite_identifier #=> Array
11783
+ # resp.targets[0].target_configuration.http.passthrough.stickiness_configuration.composite_identifier[0] #=> String
11784
+ # resp.targets[0].target_configuration.http.passthrough.static_query_parameters #=> Hash
11785
+ # resp.targets[0].target_configuration.http.passthrough.static_query_parameters["StaticQueryParameterName"] #=> String
11786
+ # resp.targets[0].target_configuration.http.passthrough.static_query_parameter_conflict_resolution #=> String, one of "CLIENT_OVERRIDE", "STATIC_OVERRIDE"
11766
11787
  # resp.targets[0].target_configuration.http.connector.source.connector_id #=> String
11767
11788
  # resp.targets[0].target_configuration.http.connector.parameters #=> Hash
11768
11789
  # resp.targets[0].target_configuration.http.connector.parameters["ConnectorParameterName"] #=> String
@@ -13405,7 +13426,12 @@ module Aws::BedrockAgentCoreControl
13405
13426
  # stickiness_configuration: {
13406
13427
  # identifier: "StickinessConfigurationIdentifierString", # required
13407
13428
  # timeout: 1,
13429
+ # composite_identifier: ["CompositeIdentifierEntry"],
13430
+ # },
13431
+ # static_query_parameters: {
13432
+ # "StaticQueryParameterName" => "StaticQueryParameterValue",
13408
13433
  # },
13434
+ # static_query_parameter_conflict_resolution: "CLIENT_OVERRIDE", # accepts CLIENT_OVERRIDE, STATIC_OVERRIDE
13409
13435
  # },
13410
13436
  # connector: {
13411
13437
  # source: { # required
@@ -13569,6 +13595,11 @@ module Aws::BedrockAgentCoreControl
13569
13595
  # resp.target_configuration.http.passthrough.schema.source.inline_payload #=> String
13570
13596
  # resp.target_configuration.http.passthrough.stickiness_configuration.identifier #=> String
13571
13597
  # resp.target_configuration.http.passthrough.stickiness_configuration.timeout #=> Integer
13598
+ # resp.target_configuration.http.passthrough.stickiness_configuration.composite_identifier #=> Array
13599
+ # resp.target_configuration.http.passthrough.stickiness_configuration.composite_identifier[0] #=> String
13600
+ # resp.target_configuration.http.passthrough.static_query_parameters #=> Hash
13601
+ # resp.target_configuration.http.passthrough.static_query_parameters["StaticQueryParameterName"] #=> String
13602
+ # resp.target_configuration.http.passthrough.static_query_parameter_conflict_resolution #=> String, one of "CLIENT_OVERRIDE", "STATIC_OVERRIDE"
13572
13603
  # resp.target_configuration.http.connector.source.connector_id #=> String
13573
13604
  # resp.target_configuration.http.connector.parameters #=> Hash
13574
13605
  # resp.target_configuration.http.connector.parameters["ConnectorParameterName"] #=> String
@@ -14236,8 +14267,9 @@ module Aws::BedrockAgentCoreControl
14236
14267
  #
14237
14268
  # @option params [Array<Types::NamespaceKeyEntry>] :namespace_keys
14238
14269
  # The namespace variable key definitions with validation rules for this
14239
- # memory. Use this parameter to update existing `namespaceKey`
14240
- # validation rules or add new keys when namespace templates change.
14270
+ # memory. This value fully replaces the existing set — any key you omit
14271
+ # is removed. Any referenced `namespaceKey` omission will throw
14272
+ # ValidationException.
14241
14273
  #
14242
14274
  # @option params [Types::StreamDeliveryResources] :stream_delivery_resources
14243
14275
  # Configuration for streaming memory record data to external resources.
@@ -16329,7 +16361,7 @@ module Aws::BedrockAgentCoreControl
16329
16361
  tracer: tracer
16330
16362
  )
16331
16363
  context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
16332
- context[:gem_version] = '1.66.0'
16364
+ context[:gem_version] = '1.67.0'
16333
16365
  Seahorse::Client::Request.new(handlers, context)
16334
16366
  end
16335
16367
 
@@ -163,6 +163,8 @@ module Aws::BedrockAgentCoreControl
163
163
  ComponentConfiguration = Shapes::StructureShape.new(name: 'ComponentConfiguration')
164
164
  ComponentConfigurationMap = Shapes::MapShape.new(name: 'ComponentConfigurationMap')
165
165
  ComponentIdentifier = Shapes::StringShape.new(name: 'ComponentIdentifier')
166
+ CompositeIdentifierEntry = Shapes::StringShape.new(name: 'CompositeIdentifierEntry')
167
+ CompositeIdentifierList = Shapes::ListShape.new(name: 'CompositeIdentifierList')
166
168
  ComputeConfiguration = Shapes::UnionShape.new(name: 'ComputeConfiguration')
167
169
  ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
168
170
  Condition = Shapes::UnionShape.new(name: 'Condition')
@@ -1156,6 +1158,10 @@ module Aws::BedrockAgentCoreControl
1156
1158
  Statement = Shapes::StringShape.new(name: 'Statement')
1157
1159
  StaticOverride = Shapes::StructureShape.new(name: 'StaticOverride')
1158
1160
  StaticOverrideBundleVersionString = Shapes::StringShape.new(name: 'StaticOverrideBundleVersionString')
1161
+ StaticQueryParameterConflictResolution = Shapes::StringShape.new(name: 'StaticQueryParameterConflictResolution')
1162
+ StaticQueryParameterName = Shapes::StringShape.new(name: 'StaticQueryParameterName')
1163
+ StaticQueryParameterValue = Shapes::StringShape.new(name: 'StaticQueryParameterValue')
1164
+ StaticQueryParameters = Shapes::MapShape.new(name: 'StaticQueryParameters')
1159
1165
  StaticRoute = Shapes::StructureShape.new(name: 'StaticRoute')
1160
1166
  Status = Shapes::StringShape.new(name: 'Status')
1161
1167
  StatusReason = Shapes::StringShape.new(name: 'StatusReason')
@@ -1740,6 +1746,8 @@ module Aws::BedrockAgentCoreControl
1740
1746
  ComponentConfigurationMap.key = Shapes::ShapeRef.new(shape: ComponentIdentifier)
1741
1747
  ComponentConfigurationMap.value = Shapes::ShapeRef.new(shape: ComponentConfiguration)
1742
1748
 
1749
+ CompositeIdentifierList.member = Shapes::ShapeRef.new(shape: CompositeIdentifierEntry)
1750
+
1743
1751
  ComputeConfiguration.add_member(:ec2_configuration, Shapes::ShapeRef.new(shape: Ec2Configuration, location_name: "ec2Configuration"))
1744
1752
  ComputeConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1745
1753
  ComputeConfiguration.add_member_subclass(:ec2_configuration, Types::ComputeConfiguration::Ec2Configuration)
@@ -4843,6 +4851,8 @@ module Aws::BedrockAgentCoreControl
4843
4851
  PassthroughTargetConfiguration.add_member(:protocol_type, Shapes::ShapeRef.new(shape: PassthroughProtocolType, required: true, location_name: "protocolType"))
4844
4852
  PassthroughTargetConfiguration.add_member(:schema, Shapes::ShapeRef.new(shape: HttpApiSchemaConfiguration, location_name: "schema"))
4845
4853
  PassthroughTargetConfiguration.add_member(:stickiness_configuration, Shapes::ShapeRef.new(shape: StickinessConfiguration, location_name: "stickinessConfiguration"))
4854
+ PassthroughTargetConfiguration.add_member(:static_query_parameters, Shapes::ShapeRef.new(shape: StaticQueryParameters, location_name: "staticQueryParameters"))
4855
+ PassthroughTargetConfiguration.add_member(:static_query_parameter_conflict_resolution, Shapes::ShapeRef.new(shape: StaticQueryParameterConflictResolution, location_name: "staticQueryParameterConflictResolution"))
4846
4856
  PassthroughTargetConfiguration.struct_class = Types::PassthroughTargetConfiguration
4847
4857
 
4848
4858
  PaymentConnectorSummaries.member = Shapes::ShapeRef.new(shape: PaymentConnectorSummary)
@@ -5366,6 +5376,9 @@ module Aws::BedrockAgentCoreControl
5366
5376
  StaticOverride.add_member(:bundle_version, Shapes::ShapeRef.new(shape: StaticOverrideBundleVersionString, required: true, location_name: "bundleVersion"))
5367
5377
  StaticOverride.struct_class = Types::StaticOverride
5368
5378
 
5379
+ StaticQueryParameters.key = Shapes::ShapeRef.new(shape: StaticQueryParameterName)
5380
+ StaticQueryParameters.value = Shapes::ShapeRef.new(shape: StaticQueryParameterValue)
5381
+
5369
5382
  StaticRoute.add_member(:target_name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "targetName"))
5370
5383
  StaticRoute.struct_class = Types::StaticRoute
5371
5384
 
@@ -5373,6 +5386,7 @@ module Aws::BedrockAgentCoreControl
5373
5386
 
5374
5387
  StickinessConfiguration.add_member(:identifier, Shapes::ShapeRef.new(shape: StickinessConfigurationIdentifierString, required: true, location_name: "identifier"))
5375
5388
  StickinessConfiguration.add_member(:timeout, Shapes::ShapeRef.new(shape: StickinessTimeout, location_name: "timeout"))
5389
+ StickinessConfiguration.add_member(:composite_identifier, Shapes::ShapeRef.new(shape: CompositeIdentifierList, location_name: "compositeIdentifier"))
5376
5390
  StickinessConfiguration.struct_class = Types::StickinessConfiguration
5377
5391
 
5378
5392
  StrategyConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: OverrideType, location_name: "type"))
@@ -16498,14 +16498,35 @@ module Aws::BedrockAgentCoreControl
16498
16498
  # same target.
16499
16499
  # @return [Types::StickinessConfiguration]
16500
16500
  #
16501
+ # @!attribute [rw] static_query_parameters
16502
+ # A map of static query parameters that the gateway always appends to
16503
+ # the outbound URL when forwarding requests to the target. The total
16504
+ # outbound URL length, which includes the endpoint and the
16505
+ # percent-encoded query parameters, is enforced by the service.
16506
+ # @return [Hash<String,String>]
16507
+ #
16508
+ # @!attribute [rw] static_query_parameter_conflict_resolution
16509
+ # Controls precedence when a client request supplies a query parameter
16510
+ # whose name matches a configured static query parameter. If not set,
16511
+ # defaults to `CLIENT_OVERRIDE`:
16512
+ #
16513
+ # * `CLIENT_OVERRIDE` - The client-supplied value overrides the
16514
+ # configured static value for that parameter name.
16515
+ #
16516
+ # * `STATIC_OVERRIDE` - The configured static value is retained,
16517
+ # overriding the client-supplied value for that parameter name.
16518
+ # @return [String]
16519
+ #
16501
16520
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/PassthroughTargetConfiguration AWS API Documentation
16502
16521
  #
16503
16522
  class PassthroughTargetConfiguration < Struct.new(
16504
16523
  :endpoint,
16505
16524
  :protocol_type,
16506
16525
  :schema,
16507
- :stickiness_configuration)
16508
- SENSITIVE = []
16526
+ :stickiness_configuration,
16527
+ :static_query_parameters,
16528
+ :static_query_parameter_conflict_resolution)
16529
+ SENSITIVE = [:static_query_parameters]
16509
16530
  include Aws::Structure
16510
16531
  end
16511
16532
 
@@ -18991,11 +19012,18 @@ module Aws::BedrockAgentCoreControl
18991
19012
  # to 86400.
18992
19013
  # @return [Integer]
18993
19014
  #
19015
+ # @!attribute [rw] composite_identifier
19016
+ # Additional headers to include in session affinity routing. When set,
19017
+ # requests are only considered part of the same session if both the
19018
+ # `identifier` and all composite identifier values match.
19019
+ # @return [Array<String>]
19020
+ #
18994
19021
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/StickinessConfiguration AWS API Documentation
18995
19022
  #
18996
19023
  class StickinessConfiguration < Struct.new(
18997
19024
  :identifier,
18998
- :timeout)
19025
+ :timeout,
19026
+ :composite_identifier)
18999
19027
  SENSITIVE = []
19000
19028
  include Aws::Structure
19001
19029
  end
@@ -21443,8 +21471,9 @@ module Aws::BedrockAgentCoreControl
21443
21471
  #
21444
21472
  # @!attribute [rw] namespace_keys
21445
21473
  # The namespace variable key definitions with validation rules for
21446
- # this memory. Use this parameter to update existing `namespaceKey`
21447
- # validation rules or add new keys when namespace templates change.
21474
+ # this memory. This value fully replaces the existing set — any key
21475
+ # you omit is removed. Any referenced `namespaceKey` omission will
21476
+ # throw ValidationException.
21448
21477
  # @return [Array<Types::NamespaceKeyEntry>]
21449
21478
  #
21450
21479
  # @!attribute [rw] stream_delivery_resources
@@ -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.66.0'
58
+ GEM_VERSION = '1.67.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -444,7 +444,7 @@ module Aws
444
444
  dataset_name: ::String,
445
445
  ?description: ::String,
446
446
  source: Params::data_source_type,
447
- schema_type: ("AGENTCORE_EVALUATION_PREDEFINED_V1" | "AGENTCORE_EVALUATION_SIMULATED_V1" | "GENERIC_EVALUATION_PREDEFINED_V1"),
447
+ schema_type: ("AGENTCORE_EVALUATION_PREDEFINED_V1" | "AGENTCORE_EVALUATION_SIMULATED_V1" | "THIRD_PARTY_EVALUATION_V1"),
448
448
  ?kms_key_arn: ::String,
449
449
  ?tags: Hash[::String, ::String]
450
450
  ) -> _CreateDatasetResponseSuccess
@@ -1530,7 +1530,7 @@ module Aws
1530
1530
  def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1531
1531
  def draft_status: () -> ("MODIFIED" | "UNMODIFIED")
1532
1532
  def failure_reason: () -> ::String
1533
- def schema_type: () -> ("AGENTCORE_EVALUATION_PREDEFINED_V1" | "AGENTCORE_EVALUATION_SIMULATED_V1" | "GENERIC_EVALUATION_PREDEFINED_V1")
1533
+ def schema_type: () -> ("AGENTCORE_EVALUATION_PREDEFINED_V1" | "AGENTCORE_EVALUATION_SIMULATED_V1" | "THIRD_PARTY_EVALUATION_V1")
1534
1534
  def kms_key_arn: () -> ::String
1535
1535
  def example_count: () -> ::Integer
1536
1536
  def download_url: () -> ::String
data/sig/params.rbs CHANGED
@@ -435,8 +435,11 @@ module Aws
435
435
  schema: Params::http_api_schema_configuration?,
436
436
  stickiness_configuration: {
437
437
  identifier: ::String,
438
- timeout: ::Integer?
439
- }?
438
+ timeout: ::Integer?,
439
+ composite_identifier: Array[::String]?
440
+ }?,
441
+ static_query_parameters: Hash[::String, ::String]?,
442
+ static_query_parameter_conflict_resolution: ("CLIENT_OVERRIDE" | "STATIC_OVERRIDE")?
440
443
  }
441
444
 
442
445
  type http_target_configuration = {
data/sig/types.rbs CHANGED
@@ -757,7 +757,7 @@ module Aws::BedrockAgentCoreControl
757
757
  attr_accessor dataset_name: ::String
758
758
  attr_accessor description: ::String
759
759
  attr_accessor source: Types::DataSourceType
760
- attr_accessor schema_type: ("AGENTCORE_EVALUATION_PREDEFINED_V1" | "AGENTCORE_EVALUATION_SIMULATED_V1" | "GENERIC_EVALUATION_PREDEFINED_V1")
760
+ attr_accessor schema_type: ("AGENTCORE_EVALUATION_PREDEFINED_V1" | "AGENTCORE_EVALUATION_SIMULATED_V1" | "THIRD_PARTY_EVALUATION_V1")
761
761
  attr_accessor kms_key_arn: ::String
762
762
  attr_accessor tags: ::Hash[::String, ::String]
763
763
  SENSITIVE: []
@@ -1448,7 +1448,7 @@ module Aws::BedrockAgentCoreControl
1448
1448
  attr_accessor description: ::String
1449
1449
  attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1450
1450
  attr_accessor draft_status: ("MODIFIED" | "UNMODIFIED")
1451
- attr_accessor schema_type: ("AGENTCORE_EVALUATION_PREDEFINED_V1" | "AGENTCORE_EVALUATION_SIMULATED_V1" | "GENERIC_EVALUATION_PREDEFINED_V1")
1451
+ attr_accessor schema_type: ("AGENTCORE_EVALUATION_PREDEFINED_V1" | "AGENTCORE_EVALUATION_SIMULATED_V1" | "THIRD_PARTY_EVALUATION_V1")
1452
1452
  attr_accessor example_count: ::Integer
1453
1453
  attr_accessor created_at: ::Time
1454
1454
  attr_accessor updated_at: ::Time
@@ -2399,7 +2399,7 @@ module Aws::BedrockAgentCoreControl
2399
2399
  attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
2400
2400
  attr_accessor draft_status: ("MODIFIED" | "UNMODIFIED")
2401
2401
  attr_accessor failure_reason: ::String
2402
- attr_accessor schema_type: ("AGENTCORE_EVALUATION_PREDEFINED_V1" | "AGENTCORE_EVALUATION_SIMULATED_V1" | "GENERIC_EVALUATION_PREDEFINED_V1")
2402
+ attr_accessor schema_type: ("AGENTCORE_EVALUATION_PREDEFINED_V1" | "AGENTCORE_EVALUATION_SIMULATED_V1" | "THIRD_PARTY_EVALUATION_V1")
2403
2403
  attr_accessor kms_key_arn: ::String
2404
2404
  attr_accessor example_count: ::Integer
2405
2405
  attr_accessor download_url: ::String
@@ -4552,6 +4552,8 @@ module Aws::BedrockAgentCoreControl
4552
4552
  attr_accessor protocol_type: ("MCP" | "A2A" | "INFERENCE" | "CUSTOM")
4553
4553
  attr_accessor schema: Types::HttpApiSchemaConfiguration
4554
4554
  attr_accessor stickiness_configuration: Types::StickinessConfiguration
4555
+ attr_accessor static_query_parameters: ::Hash[::String, ::String]
4556
+ attr_accessor static_query_parameter_conflict_resolution: ("CLIENT_OVERRIDE" | "STATIC_OVERRIDE")
4555
4557
  SENSITIVE: []
4556
4558
  end
4557
4559
 
@@ -5243,6 +5245,7 @@ module Aws::BedrockAgentCoreControl
5243
5245
  class StickinessConfiguration
5244
5246
  attr_accessor identifier: ::String
5245
5247
  attr_accessor timeout: ::Integer
5248
+ attr_accessor composite_identifier: ::Array[::String]
5246
5249
  SENSITIVE: []
5247
5250
  end
5248
5251
 
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.66.0
4
+ version: 1.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services