aws-sdk-bedrockagentcorecontrol 1.65.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: e3afaeca7fc8892f28dfc06d419a82c9f60834aad5f252d600ea86c6ab33a9c9
4
- data.tar.gz: c40169a8a46178fc4ed83899a039609cad6fe025016ea7bfbd7fb730fe261e80
3
+ metadata.gz: 770a7151d77e06bb0ce0dad02c2c2ed80aea83855a33bd019f46b093550f5754
4
+ data.tar.gz: cef87f2f155e7607e03286ddff6c8d6de8d6acf2309fbfee3d80315640e4be9a
5
5
  SHA512:
6
- metadata.gz: 9e00b914111ce4d07c804bcd29698c2900669953d10597b222cf21b84620082a80674260a9b9982e7aff8fed9096a881e835f86f4cddc1854ec7980a9f22b58b
7
- data.tar.gz: 8b2276b97453d5a9b479073196e576ff06a3d0fa91f6351dfe46eb09aa9741b14a4fde8c62c5f232722ebd984bcce371aadd9d911e2141800fd7e1418d2f2401
6
+ metadata.gz: ee0fa98a56e78bbfc31f7d13e5ca03159d283cdb0d82e7c7f440a70da7c1ae76841b24f95e276e8cc20a4a988fd53787a7ea84a54b7a05925fd59932c3846b82
7
+ data.tar.gz: baeec973e943b23323bfd18d1213fa9214bf1486965cbd2ee2158965ef548e9e8e854967a4cfdc396505e4f5f050cdbe4e37a0b8d0c8b51377dd0835caa04125
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.66.0 (2026-08-19)
10
+ ------------------
11
+
12
+ * Feature - AgentCore Memory now supports Flexible Namespaces
13
+
4
14
  1.65.0 (2026-08-17)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.67.0
@@ -569,8 +569,9 @@ module Aws::BedrockAgentCoreControl
569
569
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
570
570
  #
571
571
  # @option params [required, Array<Types::BatchPutLimitEntry>] :rate_limits
572
- # Complete set of rate limits for this gateway. Replaces all existing
573
- # limits atomically.
572
+ # The complete set of rate limits for this gateway. This operation
573
+ # replaces all existing rate limits in a single request. If the
574
+ # operation fails, no rate limits are changed.
574
575
  #
575
576
  # @return [Types::BatchPutGatewayRateLimitsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
576
577
  #
@@ -1637,7 +1638,7 @@ module Aws::BedrockAgentCoreControl
1637
1638
  # s3_uri: "S3Uri", # required
1638
1639
  # },
1639
1640
  # },
1640
- # 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
1641
1642
  # kms_key_arn: "KmsKeyArn",
1642
1643
  # tags: {
1643
1644
  # "TagKey" => "TagValue",
@@ -2213,18 +2214,20 @@ module Aws::BedrockAgentCoreControl
2213
2214
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
2214
2215
  #
2215
2216
  # @option params [String] :rate_limit_id
2216
- # Optional customer-defined limit ID. If not provided, system generates
2217
- # one.
2217
+ # An optional customer-defined identifier for the rate limit. If not
2218
+ # provided, the system generates one.
2218
2219
  #
2219
2220
  # @option params [String] :description
2220
- # Optional human-readable description for this limit.
2221
+ # An optional human-readable description for this rate limit. If not
2222
+ # provided, the rate limit is created without a description.
2221
2223
  #
2222
2224
  # @option params [required, Array<String>] :dimension_keys
2223
- # Ordered list of dimension names defining the scope of this limit.
2224
- # Unique per gateway no two limits can share the same dimensionKeys.
2225
+ # The ordered list of dimension key names that define the scope of this
2226
+ # rate limit. Must be unique per gateway—no two rate limits can share
2227
+ # the same dimension keys.
2225
2228
  #
2226
2229
  # @option params [required, Array<Types::LimitEntry>] :entries
2227
- # Rule entries mapping dimension values to rate configurations.
2230
+ # The rule entries that map dimension values to rate configurations.
2228
2231
  #
2229
2232
  # @return [Types::CreateGatewayRateLimitResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2230
2233
  #
@@ -2677,7 +2680,12 @@ module Aws::BedrockAgentCoreControl
2677
2680
  # stickiness_configuration: {
2678
2681
  # identifier: "StickinessConfigurationIdentifierString", # required
2679
2682
  # timeout: 1,
2683
+ # composite_identifier: ["CompositeIdentifierEntry"],
2680
2684
  # },
2685
+ # static_query_parameters: {
2686
+ # "StaticQueryParameterName" => "StaticQueryParameterValue",
2687
+ # },
2688
+ # static_query_parameter_conflict_resolution: "CLIENT_OVERRIDE", # accepts CLIENT_OVERRIDE, STATIC_OVERRIDE
2681
2689
  # },
2682
2690
  # connector: {
2683
2691
  # source: { # required
@@ -2841,6 +2849,11 @@ module Aws::BedrockAgentCoreControl
2841
2849
  # resp.target_configuration.http.passthrough.schema.source.inline_payload #=> String
2842
2850
  # resp.target_configuration.http.passthrough.stickiness_configuration.identifier #=> String
2843
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"
2844
2857
  # resp.target_configuration.http.connector.source.connector_id #=> String
2845
2858
  # resp.target_configuration.http.connector.parameters #=> Hash
2846
2859
  # resp.target_configuration.http.connector.parameters["ConnectorParameterName"] #=> String
@@ -3512,6 +3525,11 @@ module Aws::BedrockAgentCoreControl
3512
3525
  # Metadata keys to index for filtering. Once declared, indexed keys
3513
3526
  # cannot be removed.
3514
3527
  #
3528
+ # @option params [Array<Types::NamespaceKeyEntry>] :namespace_keys
3529
+ # The namespace variable key definitions with optional validation rules.
3530
+ # Use these `namespaceKeys` in `namespaceTemplates` to control namespace
3531
+ # hierarchy.
3532
+ #
3515
3533
  # @option params [Types::StreamDeliveryResources] :stream_delivery_resources
3516
3534
  # Configuration for streaming memory record data to external resources.
3517
3535
  #
@@ -3837,6 +3855,15 @@ module Aws::BedrockAgentCoreControl
3837
3855
  # type: "STRING", # required, accepts STRING, STRINGLIST, NUMBER
3838
3856
  # },
3839
3857
  # ],
3858
+ # namespace_keys: [
3859
+ # {
3860
+ # key: "NamespaceVariableKey", # required
3861
+ # validation: {
3862
+ # allowed_values: ["NamespaceAllowedValue"],
3863
+ # regex_pattern: "NamespaceRegexPattern",
3864
+ # },
3865
+ # },
3866
+ # ],
3840
3867
  # stream_delivery_resources: {
3841
3868
  # resources: [ # required
3842
3869
  # {
@@ -3956,6 +3983,11 @@ module Aws::BedrockAgentCoreControl
3956
3983
  # resp.memory.indexed_keys #=> Array
3957
3984
  # resp.memory.indexed_keys[0].key #=> String
3958
3985
  # resp.memory.indexed_keys[0].type #=> String, one of "STRING", "STRINGLIST", "NUMBER"
3986
+ # resp.memory.namespace_keys #=> Array
3987
+ # resp.memory.namespace_keys[0].key #=> String
3988
+ # resp.memory.namespace_keys[0].validation.allowed_values #=> Array
3989
+ # resp.memory.namespace_keys[0].validation.allowed_values[0] #=> String
3990
+ # resp.memory.namespace_keys[0].validation.regex_pattern #=> String
3959
3991
  # resp.memory.stream_delivery_resources.resources #=> Array
3960
3992
  # resp.memory.stream_delivery_resources.resources[0].kinesis.data_stream_arn #=> String
3961
3993
  # resp.memory.stream_delivery_resources.resources[0].kinesis.content_configurations #=> Array
@@ -6264,7 +6296,8 @@ module Aws::BedrockAgentCoreControl
6264
6296
  req.send_request(options)
6265
6297
  end
6266
6298
 
6267
- # 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.
6268
6301
  #
6269
6302
  # @option params [String] :client_token
6270
6303
  # A client token is used for keeping track of idempotent requests. It
@@ -7369,7 +7402,7 @@ module Aws::BedrockAgentCoreControl
7369
7402
  # resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "ACTIVE", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
7370
7403
  # resp.draft_status #=> String, one of "MODIFIED", "UNMODIFIED"
7371
7404
  # resp.failure_reason #=> String
7372
- # 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"
7373
7406
  # resp.kms_key_arn #=> String
7374
7407
  # resp.example_count #=> Integer
7375
7408
  # resp.download_url #=> String
@@ -7850,6 +7883,11 @@ module Aws::BedrockAgentCoreControl
7850
7883
  # resp.target_configuration.http.passthrough.schema.source.inline_payload #=> String
7851
7884
  # resp.target_configuration.http.passthrough.stickiness_configuration.identifier #=> String
7852
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"
7853
7891
  # resp.target_configuration.http.connector.source.connector_id #=> String
7854
7892
  # resp.target_configuration.http.connector.parameters #=> Hash
7855
7893
  # resp.target_configuration.http.connector.parameters["ConnectorParameterName"] #=> String
@@ -8249,6 +8287,11 @@ module Aws::BedrockAgentCoreControl
8249
8287
  # resp.memory.indexed_keys #=> Array
8250
8288
  # resp.memory.indexed_keys[0].key #=> String
8251
8289
  # resp.memory.indexed_keys[0].type #=> String, one of "STRING", "STRINGLIST", "NUMBER"
8290
+ # resp.memory.namespace_keys #=> Array
8291
+ # resp.memory.namespace_keys[0].key #=> String
8292
+ # resp.memory.namespace_keys[0].validation.allowed_values #=> Array
8293
+ # resp.memory.namespace_keys[0].validation.allowed_values[0] #=> String
8294
+ # resp.memory.namespace_keys[0].validation.regex_pattern #=> String
8252
8295
  # resp.memory.stream_delivery_resources.resources #=> Array
8253
8296
  # resp.memory.stream_delivery_resources.resources[0].kinesis.data_stream_arn #=> String
8254
8297
  # resp.memory.stream_delivery_resources.resources[0].kinesis.content_configurations #=> Array
@@ -10005,7 +10048,7 @@ module Aws::BedrockAgentCoreControl
10005
10048
  # resp.datasets[0].description #=> String
10006
10049
  # resp.datasets[0].status #=> String, one of "CREATING", "UPDATING", "DELETING", "ACTIVE", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
10007
10050
  # resp.datasets[0].draft_status #=> String, one of "MODIFIED", "UNMODIFIED"
10008
- # 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"
10009
10052
  # resp.datasets[0].example_count #=> Integer
10010
10053
  # resp.datasets[0].created_at #=> Time
10011
10054
  # resp.datasets[0].updated_at #=> Time
@@ -11736,6 +11779,11 @@ module Aws::BedrockAgentCoreControl
11736
11779
  # resp.targets[0].target_configuration.http.passthrough.schema.source.inline_payload #=> String
11737
11780
  # resp.targets[0].target_configuration.http.passthrough.stickiness_configuration.identifier #=> String
11738
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"
11739
11787
  # resp.targets[0].target_configuration.http.connector.source.connector_id #=> String
11740
11788
  # resp.targets[0].target_configuration.http.connector.parameters #=> Hash
11741
11789
  # resp.targets[0].target_configuration.http.connector.parameters["ConnectorParameterName"] #=> String
@@ -12946,11 +12994,11 @@ module Aws::BedrockAgentCoreControl
12946
12994
  # The unique identifier of the rate limit to update.
12947
12995
  #
12948
12996
  # @option params [String] :description
12949
- # Optional human-readable description for this limit.
12997
+ # The updated human-readable description for this rate limit.
12950
12998
  #
12951
12999
  # @option params [required, Array<Types::LimitEntry>] :entries
12952
- # Updated rule entries. key and dimensionKeys are immutable and cannot
12953
- # be changed.
13000
+ # The updated rule entries. The dimension keys are immutable after
13001
+ # creation and cannot be changed.
12954
13002
  #
12955
13003
  # @return [Types::UpdateGatewayRateLimitResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12956
13004
  #
@@ -13378,7 +13426,12 @@ module Aws::BedrockAgentCoreControl
13378
13426
  # stickiness_configuration: {
13379
13427
  # identifier: "StickinessConfigurationIdentifierString", # required
13380
13428
  # timeout: 1,
13429
+ # composite_identifier: ["CompositeIdentifierEntry"],
13381
13430
  # },
13431
+ # static_query_parameters: {
13432
+ # "StaticQueryParameterName" => "StaticQueryParameterValue",
13433
+ # },
13434
+ # static_query_parameter_conflict_resolution: "CLIENT_OVERRIDE", # accepts CLIENT_OVERRIDE, STATIC_OVERRIDE
13382
13435
  # },
13383
13436
  # connector: {
13384
13437
  # source: { # required
@@ -13542,6 +13595,11 @@ module Aws::BedrockAgentCoreControl
13542
13595
  # resp.target_configuration.http.passthrough.schema.source.inline_payload #=> String
13543
13596
  # resp.target_configuration.http.passthrough.stickiness_configuration.identifier #=> String
13544
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"
13545
13603
  # resp.target_configuration.http.connector.source.connector_id #=> String
13546
13604
  # resp.target_configuration.http.connector.parameters #=> Hash
13547
13605
  # resp.target_configuration.http.connector.parameters["ConnectorParameterName"] #=> String
@@ -14207,6 +14265,12 @@ module Aws::BedrockAgentCoreControl
14207
14265
  # Additional metadata keys to index. Previously indexed keys cannot be
14208
14266
  # removed.
14209
14267
  #
14268
+ # @option params [Array<Types::NamespaceKeyEntry>] :namespace_keys
14269
+ # The namespace variable key definitions with validation rules for this
14270
+ # memory. This value fully replaces the existing set — any key you omit
14271
+ # is removed. Any referenced `namespaceKey` omission will throw
14272
+ # ValidationException.
14273
+ #
14210
14274
  # @option params [Types::StreamDeliveryResources] :stream_delivery_resources
14211
14275
  # Configuration for streaming memory record data to external resources.
14212
14276
  #
@@ -14697,6 +14761,15 @@ module Aws::BedrockAgentCoreControl
14697
14761
  # type: "STRING", # required, accepts STRING, STRINGLIST, NUMBER
14698
14762
  # },
14699
14763
  # ],
14764
+ # namespace_keys: [
14765
+ # {
14766
+ # key: "NamespaceVariableKey", # required
14767
+ # validation: {
14768
+ # allowed_values: ["NamespaceAllowedValue"],
14769
+ # regex_pattern: "NamespaceRegexPattern",
14770
+ # },
14771
+ # },
14772
+ # ],
14700
14773
  # stream_delivery_resources: {
14701
14774
  # resources: [ # required
14702
14775
  # {
@@ -14813,6 +14886,11 @@ module Aws::BedrockAgentCoreControl
14813
14886
  # resp.memory.indexed_keys #=> Array
14814
14887
  # resp.memory.indexed_keys[0].key #=> String
14815
14888
  # resp.memory.indexed_keys[0].type #=> String, one of "STRING", "STRINGLIST", "NUMBER"
14889
+ # resp.memory.namespace_keys #=> Array
14890
+ # resp.memory.namespace_keys[0].key #=> String
14891
+ # resp.memory.namespace_keys[0].validation.allowed_values #=> Array
14892
+ # resp.memory.namespace_keys[0].validation.allowed_values[0] #=> String
14893
+ # resp.memory.namespace_keys[0].validation.regex_pattern #=> String
14816
14894
  # resp.memory.stream_delivery_resources.resources #=> Array
14817
14895
  # resp.memory.stream_delivery_resources.resources[0].kinesis.data_stream_arn #=> String
14818
14896
  # resp.memory.stream_delivery_resources.resources[0].kinesis.content_configurations #=> Array
@@ -16283,7 +16361,7 @@ module Aws::BedrockAgentCoreControl
16283
16361
  tracer: tracer
16284
16362
  )
16285
16363
  context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
16286
- context[:gem_version] = '1.65.0'
16364
+ context[:gem_version] = '1.67.0'
16287
16365
  Seahorse::Client::Request.new(handlers, context)
16288
16366
  end
16289
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')
@@ -898,6 +900,13 @@ module Aws::BedrockAgentCoreControl
898
900
  MountPath = Shapes::StringShape.new(name: 'MountPath')
899
901
  Name = Shapes::StringShape.new(name: 'Name')
900
902
  Namespace = Shapes::StringShape.new(name: 'Namespace')
903
+ NamespaceAllowedValue = Shapes::StringShape.new(name: 'NamespaceAllowedValue')
904
+ NamespaceAllowedValuesList = Shapes::ListShape.new(name: 'NamespaceAllowedValuesList')
905
+ NamespaceKeyEntry = Shapes::StructureShape.new(name: 'NamespaceKeyEntry')
906
+ NamespaceKeyValidation = Shapes::StructureShape.new(name: 'NamespaceKeyValidation')
907
+ NamespaceKeysList = Shapes::ListShape.new(name: 'NamespaceKeysList')
908
+ NamespaceRegexPattern = Shapes::StringShape.new(name: 'NamespaceRegexPattern')
909
+ NamespaceVariableKey = Shapes::StringShape.new(name: 'NamespaceVariableKey')
901
910
  NamespacesList = Shapes::ListShape.new(name: 'NamespacesList')
902
911
  NaturalLanguage = Shapes::StringShape.new(name: 'NaturalLanguage')
903
912
  NetworkConfiguration = Shapes::StructureShape.new(name: 'NetworkConfiguration')
@@ -1149,6 +1158,10 @@ module Aws::BedrockAgentCoreControl
1149
1158
  Statement = Shapes::StringShape.new(name: 'Statement')
1150
1159
  StaticOverride = Shapes::StructureShape.new(name: 'StaticOverride')
1151
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')
1152
1165
  StaticRoute = Shapes::StructureShape.new(name: 'StaticRoute')
1153
1166
  Status = Shapes::StringShape.new(name: 'Status')
1154
1167
  StatusReason = Shapes::StringShape.new(name: 'StatusReason')
@@ -1733,6 +1746,8 @@ module Aws::BedrockAgentCoreControl
1733
1746
  ComponentConfigurationMap.key = Shapes::ShapeRef.new(shape: ComponentIdentifier)
1734
1747
  ComponentConfigurationMap.value = Shapes::ShapeRef.new(shape: ComponentConfiguration)
1735
1748
 
1749
+ CompositeIdentifierList.member = Shapes::ShapeRef.new(shape: CompositeIdentifierEntry)
1750
+
1736
1751
  ComputeConfiguration.add_member(:ec2_configuration, Shapes::ShapeRef.new(shape: Ec2Configuration, location_name: "ec2Configuration"))
1737
1752
  ComputeConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1738
1753
  ComputeConfiguration.add_member_subclass(:ec2_configuration, Types::ComputeConfiguration::Ec2Configuration)
@@ -2150,6 +2165,7 @@ module Aws::BedrockAgentCoreControl
2150
2165
  CreateMemoryInput.add_member(:event_expiry_duration, Shapes::ShapeRef.new(shape: CreateMemoryInputEventExpiryDurationInteger, required: true, location_name: "eventExpiryDuration"))
2151
2166
  CreateMemoryInput.add_member(:memory_strategies, Shapes::ShapeRef.new(shape: MemoryStrategyInputList, location_name: "memoryStrategies"))
2152
2167
  CreateMemoryInput.add_member(:indexed_keys, Shapes::ShapeRef.new(shape: IndexedKeysList, location_name: "indexedKeys"))
2168
+ CreateMemoryInput.add_member(:namespace_keys, Shapes::ShapeRef.new(shape: NamespaceKeysList, location_name: "namespaceKeys"))
2153
2169
  CreateMemoryInput.add_member(:stream_delivery_resources, Shapes::ShapeRef.new(shape: StreamDeliveryResources, location_name: "streamDeliveryResources"))
2154
2170
  CreateMemoryInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
2155
2171
  CreateMemoryInput.struct_class = Types::CreateMemoryInput
@@ -4552,6 +4568,7 @@ module Aws::BedrockAgentCoreControl
4552
4568
  Memory.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
4553
4569
  Memory.add_member(:strategies, Shapes::ShapeRef.new(shape: MemoryStrategyList, location_name: "strategies"))
4554
4570
  Memory.add_member(:indexed_keys, Shapes::ShapeRef.new(shape: IndexedKeysList, location_name: "indexedKeys"))
4571
+ Memory.add_member(:namespace_keys, Shapes::ShapeRef.new(shape: NamespaceKeysList, location_name: "namespaceKeys"))
4555
4572
  Memory.add_member(:stream_delivery_resources, Shapes::ShapeRef.new(shape: StreamDeliveryResources, location_name: "streamDeliveryResources"))
4556
4573
  Memory.add_member(:managed_by_resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "managedByResourceArn"))
4557
4574
  Memory.struct_class = Types::Memory
@@ -4688,6 +4705,18 @@ module Aws::BedrockAgentCoreControl
4688
4705
  ModifyStrategyConfiguration.add_member(:self_managed_configuration, Shapes::ShapeRef.new(shape: ModifySelfManagedConfiguration, location_name: "selfManagedConfiguration"))
4689
4706
  ModifyStrategyConfiguration.struct_class = Types::ModifyStrategyConfiguration
4690
4707
 
4708
+ NamespaceAllowedValuesList.member = Shapes::ShapeRef.new(shape: NamespaceAllowedValue)
4709
+
4710
+ NamespaceKeyEntry.add_member(:key, Shapes::ShapeRef.new(shape: NamespaceVariableKey, required: true, location_name: "key"))
4711
+ NamespaceKeyEntry.add_member(:validation, Shapes::ShapeRef.new(shape: NamespaceKeyValidation, location_name: "validation"))
4712
+ NamespaceKeyEntry.struct_class = Types::NamespaceKeyEntry
4713
+
4714
+ NamespaceKeyValidation.add_member(:allowed_values, Shapes::ShapeRef.new(shape: NamespaceAllowedValuesList, location_name: "allowedValues"))
4715
+ NamespaceKeyValidation.add_member(:regex_pattern, Shapes::ShapeRef.new(shape: NamespaceRegexPattern, location_name: "regexPattern"))
4716
+ NamespaceKeyValidation.struct_class = Types::NamespaceKeyValidation
4717
+
4718
+ NamespaceKeysList.member = Shapes::ShapeRef.new(shape: NamespaceKeyEntry)
4719
+
4691
4720
  NamespacesList.member = Shapes::ShapeRef.new(shape: Namespace)
4692
4721
 
4693
4722
  NetworkConfiguration.add_member(:network_mode, Shapes::ShapeRef.new(shape: NetworkMode, required: true, location_name: "networkMode"))
@@ -4822,6 +4851,8 @@ module Aws::BedrockAgentCoreControl
4822
4851
  PassthroughTargetConfiguration.add_member(:protocol_type, Shapes::ShapeRef.new(shape: PassthroughProtocolType, required: true, location_name: "protocolType"))
4823
4852
  PassthroughTargetConfiguration.add_member(:schema, Shapes::ShapeRef.new(shape: HttpApiSchemaConfiguration, location_name: "schema"))
4824
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"))
4825
4856
  PassthroughTargetConfiguration.struct_class = Types::PassthroughTargetConfiguration
4826
4857
 
4827
4858
  PaymentConnectorSummaries.member = Shapes::ShapeRef.new(shape: PaymentConnectorSummary)
@@ -5345,6 +5376,9 @@ module Aws::BedrockAgentCoreControl
5345
5376
  StaticOverride.add_member(:bundle_version, Shapes::ShapeRef.new(shape: StaticOverrideBundleVersionString, required: true, location_name: "bundleVersion"))
5346
5377
  StaticOverride.struct_class = Types::StaticOverride
5347
5378
 
5379
+ StaticQueryParameters.key = Shapes::ShapeRef.new(shape: StaticQueryParameterName)
5380
+ StaticQueryParameters.value = Shapes::ShapeRef.new(shape: StaticQueryParameterValue)
5381
+
5348
5382
  StaticRoute.add_member(:target_name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "targetName"))
5349
5383
  StaticRoute.struct_class = Types::StaticRoute
5350
5384
 
@@ -5352,6 +5386,7 @@ module Aws::BedrockAgentCoreControl
5352
5386
 
5353
5387
  StickinessConfiguration.add_member(:identifier, Shapes::ShapeRef.new(shape: StickinessConfigurationIdentifierString, required: true, location_name: "identifier"))
5354
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"))
5355
5390
  StickinessConfiguration.struct_class = Types::StickinessConfiguration
5356
5391
 
5357
5392
  StrategyConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: OverrideType, location_name: "type"))
@@ -5869,6 +5904,7 @@ module Aws::BedrockAgentCoreControl
5869
5904
  UpdateMemoryInput.add_member(:memory_execution_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "memoryExecutionRoleArn"))
5870
5905
  UpdateMemoryInput.add_member(:memory_strategies, Shapes::ShapeRef.new(shape: ModifyMemoryStrategies, location_name: "memoryStrategies"))
5871
5906
  UpdateMemoryInput.add_member(:add_indexed_keys, Shapes::ShapeRef.new(shape: IndexedKeysList, location_name: "addIndexedKeys"))
5907
+ UpdateMemoryInput.add_member(:namespace_keys, Shapes::ShapeRef.new(shape: NamespaceKeysList, location_name: "namespaceKeys"))
5872
5908
  UpdateMemoryInput.add_member(:stream_delivery_resources, Shapes::ShapeRef.new(shape: StreamDeliveryResources, location_name: "streamDeliveryResources"))
5873
5909
  UpdateMemoryInput.struct_class = Types::UpdateMemoryInput
5874
5910
 
@@ -742,8 +742,9 @@ module Aws::BedrockAgentCoreControl
742
742
  # @return [String]
743
743
  #
744
744
  # @!attribute [rw] rate_limits
745
- # Complete set of rate limits for this gateway. Replaces all existing
746
- # limits atomically.
745
+ # The complete set of rate limits for this gateway. This operation
746
+ # replaces all existing rate limits in a single request. If the
747
+ # operation fails, no rate limits are changed.
747
748
  # @return [Array<Types::BatchPutLimitEntry>]
748
749
  #
749
750
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/BatchPutGatewayRateLimitsRequest AWS API Documentation
@@ -768,24 +769,28 @@ module Aws::BedrockAgentCoreControl
768
769
  include Aws::Structure
769
770
  end
770
771
 
771
- # A limit definition within a BatchPut request (rateLimitId used for
772
- # upsert matching)
772
+ # A rate limit definition within a batch put request. If you provide a
773
+ # `rateLimitId`, the service uses it for upsert matching against
774
+ # existing rate limits.
773
775
  #
774
776
  # @!attribute [rw] rate_limit_id
775
- # Optional if provided, used for upsert matching against existing
776
- # limits.
777
+ # The unique identifier of the rate limit. If provided, the service
778
+ # uses it for upsert matching against existing rate limits.
777
779
  # @return [String]
778
780
  #
779
781
  # @!attribute [rw] description
780
- # Optional human-readable description for this limit.
782
+ # An optional human-readable description for this rate limit. If not
783
+ # provided, the rate limit is created without a description.
781
784
  # @return [String]
782
785
  #
783
786
  # @!attribute [rw] dimension_keys
784
- # Ordered list of dimension key names defining the scope of a limit
787
+ # The ordered list of dimension key names that define the scope of
788
+ # this rate limit.
785
789
  # @return [Array<String>]
786
790
  #
787
791
  # @!attribute [rw] entries
788
- # List of rule entries within a limit
792
+ # The list of rule entries that map dimension values to rate
793
+ # configurations.
789
794
  # @return [Array<Types::LimitEntry>]
790
795
  #
791
796
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/BatchPutLimitEntry AWS API Documentation
@@ -2975,21 +2980,23 @@ module Aws::BedrockAgentCoreControl
2975
2980
  # @return [String]
2976
2981
  #
2977
2982
  # @!attribute [rw] rate_limit_id
2978
- # Optional customer-defined limit ID. If not provided, system
2979
- # generates one.
2983
+ # An optional customer-defined identifier for the rate limit. If not
2984
+ # provided, the system generates one.
2980
2985
  # @return [String]
2981
2986
  #
2982
2987
  # @!attribute [rw] description
2983
- # Optional human-readable description for this limit.
2988
+ # An optional human-readable description for this rate limit. If not
2989
+ # provided, the rate limit is created without a description.
2984
2990
  # @return [String]
2985
2991
  #
2986
2992
  # @!attribute [rw] dimension_keys
2987
- # Ordered list of dimension names defining the scope of this limit.
2988
- # Unique per gateway no two limits can share the same dimensionKeys.
2993
+ # The ordered list of dimension key names that define the scope of
2994
+ # this rate limit. Must be unique per gateway—no two rate limits can
2995
+ # share the same dimension keys.
2989
2996
  # @return [Array<String>]
2990
2997
  #
2991
2998
  # @!attribute [rw] entries
2992
- # Rule entries mapping dimension values to rate configurations.
2999
+ # The rule entries that map dimension values to rate configurations.
2993
3000
  # @return [Array<Types::LimitEntry>]
2994
3001
  #
2995
3002
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreateGatewayRateLimitRequest AWS API Documentation
@@ -3005,11 +3012,10 @@ module Aws::BedrockAgentCoreControl
3005
3012
  include Aws::Structure
3006
3013
  end
3007
3014
 
3008
- # Shared fields for GatewayRateLimit responses
3015
+ # Shared fields for `GatewayRateLimit` responses.
3009
3016
  #
3010
3017
  # @!attribute [rw] rate_limit_id
3011
- # Limit identifier. Optional on Create (system-generates if not
3012
- # provided by customer). Always present in responses.
3018
+ # The unique identifier of the created rate limit.
3013
3019
  # @return [String]
3014
3020
  #
3015
3021
  # @!attribute [rw] gateway_identifier
@@ -3017,19 +3023,21 @@ module Aws::BedrockAgentCoreControl
3017
3023
  # @return [String]
3018
3024
  #
3019
3025
  # @!attribute [rw] description
3020
- # Optional human-readable description for this limit.
3026
+ # The human-readable description of the rate limit.
3021
3027
  # @return [String]
3022
3028
  #
3023
3029
  # @!attribute [rw] dimension_keys
3024
- # Ordered list of dimension key names defining the scope of a limit
3030
+ # The ordered list of dimension key names that define the scope of
3031
+ # this rate limit.
3025
3032
  # @return [Array<String>]
3026
3033
  #
3027
3034
  # @!attribute [rw] entries
3028
- # List of rule entries within a limit
3035
+ # The list of rule entries that map dimension values to rate
3036
+ # configurations.
3029
3037
  # @return [Array<Types::LimitEntry>]
3030
3038
  #
3031
3039
  # @!attribute [rw] status
3032
- # Status of a gateway limit
3040
+ # The current status of the rate limit.
3033
3041
  # @return [String]
3034
3042
  #
3035
3043
  # @!attribute [rw] created_at
@@ -3785,6 +3793,12 @@ module Aws::BedrockAgentCoreControl
3785
3793
  # cannot be removed.
3786
3794
  # @return [Array<Types::IndexedKey>]
3787
3795
  #
3796
+ # @!attribute [rw] namespace_keys
3797
+ # The namespace variable key definitions with optional validation
3798
+ # rules. Use these `namespaceKeys` in `namespaceTemplates` to control
3799
+ # namespace hierarchy.
3800
+ # @return [Array<Types::NamespaceKeyEntry>]
3801
+ #
3788
3802
  # @!attribute [rw] stream_delivery_resources
3789
3803
  # Configuration for streaming memory record data to external
3790
3804
  # resources.
@@ -3807,6 +3821,7 @@ module Aws::BedrockAgentCoreControl
3807
3821
  :event_expiry_duration,
3808
3822
  :memory_strategies,
3809
3823
  :indexed_keys,
3824
+ :namespace_keys,
3810
3825
  :stream_delivery_resources,
3811
3826
  :tags)
3812
3827
  SENSITIVE = [:description]
@@ -5349,10 +5364,9 @@ module Aws::BedrockAgentCoreControl
5349
5364
  # @return [String]
5350
5365
  #
5351
5366
  # @!attribute [rw] private_key_jwt_config
5352
- # Configuration for private\_key\_jwt client authentication (RFC
5353
- # 7523). On Create: privateKeySource and signingAlgorithm are required
5354
- # (enforced server-side). On Update: all fields are optional — only
5355
- # provided fields are updated.
5367
+ # The private\_key\_jwt client authentication configuration for this
5368
+ # credential provider. When specified, the credential provider uses
5369
+ # JWT client assertions to authenticate with the token endpoint.
5356
5370
  # @return [Types::PrivateKeyJwtConfig]
5357
5371
  #
5358
5372
  # @!attribute [rw] private_endpoint
@@ -5414,10 +5428,8 @@ module Aws::BedrockAgentCoreControl
5414
5428
  # @return [Array<Types::PrivateEndpointOverride>]
5415
5429
  #
5416
5430
  # @!attribute [rw] private_key_jwt_config
5417
- # Configuration for private\_key\_jwt client authentication (RFC
5418
- # 7523). On Create: privateKeySource and signingAlgorithm are required
5419
- # (enforced server-side). On Update: all fields are optional — only
5420
- # provided fields are updated.
5431
+ # The configuration for private\_key\_jwt client authentication used
5432
+ # by this OAuth2 credential provider.
5421
5433
  # @return [Types::PrivateKeyJwtConfig]
5422
5434
  #
5423
5435
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CustomOauth2ProviderConfigOutput AWS API Documentation
@@ -6146,12 +6158,11 @@ module Aws::BedrockAgentCoreControl
6146
6158
  end
6147
6159
 
6148
6160
  # @!attribute [rw] rate_limit_id
6149
- # Limit identifier. Optional on Create (system-generates if not
6150
- # provided by customer). Always present in responses.
6161
+ # The unique identifier of the deleted rate limit.
6151
6162
  # @return [String]
6152
6163
  #
6153
6164
  # @!attribute [rw] status
6154
- # Status of a gateway limit
6165
+ # The current status of the rate limit deletion.
6155
6166
  # @return [String]
6156
6167
  #
6157
6168
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/DeleteGatewayRateLimitResponse AWS API Documentation
@@ -7925,11 +7936,11 @@ module Aws::BedrockAgentCoreControl
7925
7936
  class Unknown < GatewayProtocolConfiguration; end
7926
7937
  end
7927
7938
 
7928
- # Shared fields for GatewayRateLimit responses
7939
+ # Contains detailed information about a gateway rate limit, including
7940
+ # its configuration and current status.
7929
7941
  #
7930
7942
  # @!attribute [rw] rate_limit_id
7931
- # Limit identifier. Optional on Create (system-generates if not
7932
- # provided by customer). Always present in responses.
7943
+ # The unique identifier of the rate limit.
7933
7944
  # @return [String]
7934
7945
  #
7935
7946
  # @!attribute [rw] gateway_identifier
@@ -7937,19 +7948,21 @@ module Aws::BedrockAgentCoreControl
7937
7948
  # @return [String]
7938
7949
  #
7939
7950
  # @!attribute [rw] description
7940
- # Optional human-readable description for this limit.
7951
+ # The human-readable description of the rate limit.
7941
7952
  # @return [String]
7942
7953
  #
7943
7954
  # @!attribute [rw] dimension_keys
7944
- # Ordered list of dimension key names defining the scope of a limit
7955
+ # The ordered list of dimension key names that define the scope of
7956
+ # this rate limit.
7945
7957
  # @return [Array<String>]
7946
7958
  #
7947
7959
  # @!attribute [rw] entries
7948
- # List of rule entries within a limit
7960
+ # The list of rule entries that map dimension values to rate
7961
+ # configurations.
7949
7962
  # @return [Array<Types::LimitEntry>]
7950
7963
  #
7951
7964
  # @!attribute [rw] status
7952
- # Status of a gateway limit
7965
+ # The current status of the rate limit.
7953
7966
  # @return [String]
7954
7967
  #
7955
7968
  # @!attribute [rw] created_at
@@ -9184,11 +9197,10 @@ module Aws::BedrockAgentCoreControl
9184
9197
  include Aws::Structure
9185
9198
  end
9186
9199
 
9187
- # Shared fields for GatewayRateLimit responses
9200
+ # Shared fields for `GatewayRateLimit` responses.
9188
9201
  #
9189
9202
  # @!attribute [rw] rate_limit_id
9190
- # Limit identifier. Optional on Create (system-generates if not
9191
- # provided by customer). Always present in responses.
9203
+ # The unique identifier of the rate limit.
9192
9204
  # @return [String]
9193
9205
  #
9194
9206
  # @!attribute [rw] gateway_identifier
@@ -9196,19 +9208,21 @@ module Aws::BedrockAgentCoreControl
9196
9208
  # @return [String]
9197
9209
  #
9198
9210
  # @!attribute [rw] description
9199
- # Optional human-readable description for this limit.
9211
+ # The human-readable description of the rate limit.
9200
9212
  # @return [String]
9201
9213
  #
9202
9214
  # @!attribute [rw] dimension_keys
9203
- # Ordered list of dimension key names defining the scope of a limit
9215
+ # The ordered list of dimension key names that define the scope of
9216
+ # this rate limit.
9204
9217
  # @return [Array<String>]
9205
9218
  #
9206
9219
  # @!attribute [rw] entries
9207
- # List of rule entries within a limit
9220
+ # The list of rule entries that map dimension values to rate
9221
+ # configurations.
9208
9222
  # @return [Array<Types::LimitEntry>]
9209
9223
  #
9210
9224
  # @!attribute [rw] status
9211
- # Status of a gateway limit
9225
+ # The current status of the rate limit.
9212
9226
  # @return [String]
9213
9227
  #
9214
9228
  # @!attribute [rw] created_at
@@ -13002,27 +13016,30 @@ module Aws::BedrockAgentCoreControl
13002
13016
  include Aws::Structure
13003
13017
  end
13004
13018
 
13005
- # A single rule entry within a limit, mapping dimension values to rate
13006
- # configurations
13019
+ # A single rule entry within a rate limit that maps dimension values to
13020
+ # rate configurations. Each entry defines the rate limits for a specific
13021
+ # combination of dimension values.
13007
13022
  #
13008
13023
  # @!attribute [rw] dimensions
13009
- # Map of dimension name to dimension value, matching the parent
13010
- # limit's dimensionKeys. Keys must exactly match the dimensionKeys.
13011
- # Values may be "*" as a wildcard. "*" may only appear at trailing
13012
- # positions (based on dimensionKeys ordering).
13024
+ # A map of dimension names to dimension values for this rule entry.
13025
+ # Keys must match the parent rate limit's dimension keys. Values may
13026
+ # use `*` as a wildcard, but only in trailing positions based on the
13027
+ # dimension keys ordering.
13013
13028
  # @return [Hash<String,String>]
13014
13029
  #
13015
13030
  # @!attribute [rw] requests
13016
- # Request rate limits (RPS or RPM). Limited to 1 entry for now.
13031
+ # The request rate limit configuration. Specifies the maximum number
13032
+ # of requests allowed per time period.
13017
13033
  # @return [Array<Types::RateConfig>]
13018
13034
  #
13019
13035
  # @!attribute [rw] tokens
13020
- # Token rate limits (TPM). Limited to 1 entry for now. — P1
13036
+ # The token rate limit configuration. Specifies the maximum number of
13037
+ # tokens allowed per time period.
13021
13038
  # @return [Array<Types::RateConfig>]
13022
13039
  #
13023
13040
  # @!attribute [rw] connections
13024
- # Connection rate limits (per second only). Limited to 1 entry for
13025
- # now. P2
13041
+ # The connection rate limit configuration. Specifies the maximum
13042
+ # number of concurrent connections allowed.
13026
13043
  # @return [Array<Types::RateConfig>]
13027
13044
  #
13028
13045
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/LimitEntry AWS API Documentation
@@ -15293,6 +15310,12 @@ module Aws::BedrockAgentCoreControl
15293
15310
  # used in metadata filters.
15294
15311
  # @return [Array<Types::IndexedKey>]
15295
15312
  #
15313
+ # @!attribute [rw] namespace_keys
15314
+ # The namespace variable key definitions for this memory. Namespace
15315
+ # keys define custom variables used in `namespaceTemplates` with
15316
+ # optional validation rules.
15317
+ # @return [Array<Types::NamespaceKeyEntry>]
15318
+ #
15296
15319
  # @!attribute [rw] stream_delivery_resources
15297
15320
  # Configuration for streaming memory record data to external
15298
15321
  # resources.
@@ -15320,6 +15343,7 @@ module Aws::BedrockAgentCoreControl
15320
15343
  :updated_at,
15321
15344
  :strategies,
15322
15345
  :indexed_keys,
15346
+ :namespace_keys,
15323
15347
  :stream_delivery_resources,
15324
15348
  :managed_by_resource_arn)
15325
15349
  SENSITIVE = [:description]
@@ -15876,6 +15900,48 @@ module Aws::BedrockAgentCoreControl
15876
15900
  include Aws::Structure
15877
15901
  end
15878
15902
 
15903
+ # A namespace variable key definition with optional
15904
+ # `NamespaceKeyValidation` rules.
15905
+ #
15906
+ # @!attribute [rw] key
15907
+ # The namespace variable key name.
15908
+ # @return [String]
15909
+ #
15910
+ # @!attribute [rw] validation
15911
+ # The validation rules that constrain values for this namespace
15912
+ # variable at runtime (`CreateEvent` API).
15913
+ # @return [Types::NamespaceKeyValidation]
15914
+ #
15915
+ # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/NamespaceKeyEntry AWS API Documentation
15916
+ #
15917
+ class NamespaceKeyEntry < Struct.new(
15918
+ :key,
15919
+ :validation)
15920
+ SENSITIVE = []
15921
+ include Aws::Structure
15922
+ end
15923
+
15924
+ # The validation rules for namespace variable values. When you specify
15925
+ # multiple rules, the service enforces a logical `AND` across all
15926
+ # provided key-value pairs.
15927
+ #
15928
+ # @!attribute [rw] allowed_values
15929
+ # The allowed values for this namespace variable key.
15930
+ # @return [Array<String>]
15931
+ #
15932
+ # @!attribute [rw] regex_pattern
15933
+ # A regex pattern that the namespace variable key-value must match.
15934
+ # @return [String]
15935
+ #
15936
+ # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/NamespaceKeyValidation AWS API Documentation
15937
+ #
15938
+ class NamespaceKeyValidation < Struct.new(
15939
+ :allowed_values,
15940
+ :regex_pattern)
15941
+ SENSITIVE = []
15942
+ include Aws::Structure
15943
+ end
15944
+
15879
15945
  # SecurityConfig for the Agent.
15880
15946
  #
15881
15947
  # @!attribute [rw] network_mode
@@ -16432,14 +16498,35 @@ module Aws::BedrockAgentCoreControl
16432
16498
  # same target.
16433
16499
  # @return [Types::StickinessConfiguration]
16434
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
+ #
16435
16520
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/PassthroughTargetConfiguration AWS API Documentation
16436
16521
  #
16437
16522
  class PassthroughTargetConfiguration < Struct.new(
16438
16523
  :endpoint,
16439
16524
  :protocol_type,
16440
16525
  :schema,
16441
- :stickiness_configuration)
16442
- SENSITIVE = []
16526
+ :stickiness_configuration,
16527
+ :static_query_parameters,
16528
+ :static_query_parameter_conflict_resolution)
16529
+ SENSITIVE = [:static_query_parameters]
16443
16530
  include Aws::Structure
16444
16531
  end
16445
16532
 
@@ -17279,10 +17366,8 @@ module Aws::BedrockAgentCoreControl
17279
17366
  include Aws::Structure
17280
17367
  end
17281
17368
 
17282
- # Configuration for private\_key\_jwt client authentication (RFC 7523).
17283
- # On Create: privateKeySource and signingAlgorithm are required
17284
- # (enforced server-side). On Update: all fields are optional — only
17285
- # provided fields are updated.
17369
+ # The private key configuration for private\_key\_jwt client
17370
+ # authentication.
17286
17371
  #
17287
17372
  # @!attribute [rw] private_key_source
17288
17373
  # The private key source for the JWT client assertion.
@@ -17410,7 +17495,8 @@ module Aws::BedrockAgentCoreControl
17410
17495
  include Aws::Structure
17411
17496
  end
17412
17497
 
17413
- # Rate configuration for a metric (requests or tokens)
17498
+ # Contains the rate configuration for a rate limit metric, specifying
17499
+ # the allowed rate and time period.
17414
17500
  #
17415
17501
  # @!attribute [rw] rate
17416
17502
  # The rate value for the limit. For request limits, this is the number
@@ -17420,7 +17506,11 @@ module Aws::BedrockAgentCoreControl
17420
17506
  # @return [Float]
17421
17507
  #
17422
17508
  # @!attribute [rw] period
17423
- # Time period for rate limiting
17509
+ # The time period for the rate limit. Valid values:
17510
+ #
17511
+ # * `second`—Measures the rate limit over a one-second window.
17512
+ #
17513
+ # * `minute`—Measures the rate limit over a one-minute window.
17424
17514
  # @return [String]
17425
17515
  #
17426
17516
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/RateConfig AWS API Documentation
@@ -18922,11 +19012,18 @@ module Aws::BedrockAgentCoreControl
18922
19012
  # to 86400.
18923
19013
  # @return [Integer]
18924
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
+ #
18925
19021
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/StickinessConfiguration AWS API Documentation
18926
19022
  #
18927
19023
  class StickinessConfiguration < Struct.new(
18928
19024
  :identifier,
18929
- :timeout)
19025
+ :timeout,
19026
+ :composite_identifier)
18930
19027
  SENSITIVE = []
18931
19028
  include Aws::Structure
18932
19029
  end
@@ -20623,12 +20720,12 @@ module Aws::BedrockAgentCoreControl
20623
20720
  # @return [String]
20624
20721
  #
20625
20722
  # @!attribute [rw] description
20626
- # Optional human-readable description for this limit.
20723
+ # The updated human-readable description for this rate limit.
20627
20724
  # @return [String]
20628
20725
  #
20629
20726
  # @!attribute [rw] entries
20630
- # Updated rule entries. key and dimensionKeys are immutable and cannot
20631
- # be changed.
20727
+ # The updated rule entries. The dimension keys are immutable after
20728
+ # creation and cannot be changed.
20632
20729
  # @return [Array<Types::LimitEntry>]
20633
20730
  #
20634
20731
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdateGatewayRateLimitRequest AWS API Documentation
@@ -20642,11 +20739,10 @@ module Aws::BedrockAgentCoreControl
20642
20739
  include Aws::Structure
20643
20740
  end
20644
20741
 
20645
- # Shared fields for GatewayRateLimit responses
20742
+ # Shared fields for `GatewayRateLimit` responses.
20646
20743
  #
20647
20744
  # @!attribute [rw] rate_limit_id
20648
- # Limit identifier. Optional on Create (system-generates if not
20649
- # provided by customer). Always present in responses.
20745
+ # The unique identifier of the rate limit.
20650
20746
  # @return [String]
20651
20747
  #
20652
20748
  # @!attribute [rw] gateway_identifier
@@ -20654,19 +20750,21 @@ module Aws::BedrockAgentCoreControl
20654
20750
  # @return [String]
20655
20751
  #
20656
20752
  # @!attribute [rw] description
20657
- # Optional human-readable description for this limit.
20753
+ # The human-readable description of the rate limit.
20658
20754
  # @return [String]
20659
20755
  #
20660
20756
  # @!attribute [rw] dimension_keys
20661
- # Ordered list of dimension key names defining the scope of a limit
20757
+ # The ordered list of dimension key names that define the scope of
20758
+ # this rate limit.
20662
20759
  # @return [Array<String>]
20663
20760
  #
20664
20761
  # @!attribute [rw] entries
20665
- # List of rule entries within a limit
20762
+ # The list of rule entries that map dimension values to rate
20763
+ # configurations.
20666
20764
  # @return [Array<Types::LimitEntry>]
20667
20765
  #
20668
20766
  # @!attribute [rw] status
20669
- # Status of a gateway limit
20767
+ # The current status of the rate limit.
20670
20768
  # @return [String]
20671
20769
  #
20672
20770
  # @!attribute [rw] created_at
@@ -21371,6 +21469,13 @@ module Aws::BedrockAgentCoreControl
21371
21469
  # removed.
21372
21470
  # @return [Array<Types::IndexedKey>]
21373
21471
  #
21472
+ # @!attribute [rw] namespace_keys
21473
+ # The namespace variable key definitions with validation rules for
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.
21477
+ # @return [Array<Types::NamespaceKeyEntry>]
21478
+ #
21374
21479
  # @!attribute [rw] stream_delivery_resources
21375
21480
  # Configuration for streaming memory record data to external
21376
21481
  # resources.
@@ -21386,6 +21491,7 @@ module Aws::BedrockAgentCoreControl
21386
21491
  :memory_execution_role_arn,
21387
21492
  :memory_strategies,
21388
21493
  :add_indexed_keys,
21494
+ :namespace_keys,
21389
21495
  :stream_delivery_resources)
21390
21496
  SENSITIVE = [:description]
21391
21497
  include Aws::Structure
@@ -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.65.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
@@ -696,6 +696,15 @@ module Aws
696
696
  type: ("STRING" | "STRINGLIST" | "NUMBER")
697
697
  }
698
698
  ],
699
+ ?namespace_keys: Array[
700
+ {
701
+ key: ::String,
702
+ validation: {
703
+ allowed_values: Array[::String]?,
704
+ regex_pattern: ::String?
705
+ }?
706
+ }
707
+ ],
699
708
  ?stream_delivery_resources: Params::stream_delivery_resources,
700
709
  ?tags: Hash[::String, ::String]
701
710
  ) -> _CreateMemoryResponseSuccess
@@ -1521,7 +1530,7 @@ module Aws
1521
1530
  def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1522
1531
  def draft_status: () -> ("MODIFIED" | "UNMODIFIED")
1523
1532
  def failure_reason: () -> ::String
1524
- 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")
1525
1534
  def kms_key_arn: () -> ::String
1526
1535
  def example_count: () -> ::Integer
1527
1536
  def download_url: () -> ::String
@@ -3058,6 +3067,15 @@ module Aws
3058
3067
  type: ("STRING" | "STRINGLIST" | "NUMBER")
3059
3068
  }
3060
3069
  ],
3070
+ ?namespace_keys: Array[
3071
+ {
3072
+ key: ::String,
3073
+ validation: {
3074
+ allowed_values: Array[::String]?,
3075
+ regex_pattern: ::String?
3076
+ }?
3077
+ }
3078
+ ],
3061
3079
  ?stream_delivery_resources: Params::stream_delivery_resources
3062
3080
  ) -> _UpdateMemoryResponseSuccess
3063
3081
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMemoryResponseSuccess
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: []
@@ -976,6 +976,7 @@ module Aws::BedrockAgentCoreControl
976
976
  attr_accessor event_expiry_duration: ::Integer
977
977
  attr_accessor memory_strategies: ::Array[Types::MemoryStrategyInput]
978
978
  attr_accessor indexed_keys: ::Array[Types::IndexedKey]
979
+ attr_accessor namespace_keys: ::Array[Types::NamespaceKeyEntry]
979
980
  attr_accessor stream_delivery_resources: Types::StreamDeliveryResources
980
981
  attr_accessor tags: ::Hash[::String, ::String]
981
982
  SENSITIVE: [:description]
@@ -1447,7 +1448,7 @@ module Aws::BedrockAgentCoreControl
1447
1448
  attr_accessor description: ::String
1448
1449
  attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1449
1450
  attr_accessor draft_status: ("MODIFIED" | "UNMODIFIED")
1450
- 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")
1451
1452
  attr_accessor example_count: ::Integer
1452
1453
  attr_accessor created_at: ::Time
1453
1454
  attr_accessor updated_at: ::Time
@@ -2398,7 +2399,7 @@ module Aws::BedrockAgentCoreControl
2398
2399
  attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
2399
2400
  attr_accessor draft_status: ("MODIFIED" | "UNMODIFIED")
2400
2401
  attr_accessor failure_reason: ::String
2401
- 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")
2402
2403
  attr_accessor kms_key_arn: ::String
2403
2404
  attr_accessor example_count: ::Integer
2404
2405
  attr_accessor download_url: ::String
@@ -4180,6 +4181,7 @@ module Aws::BedrockAgentCoreControl
4180
4181
  attr_accessor updated_at: ::Time
4181
4182
  attr_accessor strategies: ::Array[Types::MemoryStrategy]
4182
4183
  attr_accessor indexed_keys: ::Array[Types::IndexedKey]
4184
+ attr_accessor namespace_keys: ::Array[Types::NamespaceKeyEntry]
4183
4185
  attr_accessor stream_delivery_resources: Types::StreamDeliveryResources
4184
4186
  attr_accessor managed_by_resource_arn: ::String
4185
4187
  SENSITIVE: [:description]
@@ -4362,6 +4364,18 @@ module Aws::BedrockAgentCoreControl
4362
4364
  SENSITIVE: []
4363
4365
  end
4364
4366
 
4367
+ class NamespaceKeyEntry
4368
+ attr_accessor key: ::String
4369
+ attr_accessor validation: Types::NamespaceKeyValidation
4370
+ SENSITIVE: []
4371
+ end
4372
+
4373
+ class NamespaceKeyValidation
4374
+ attr_accessor allowed_values: ::Array[::String]
4375
+ attr_accessor regex_pattern: ::String
4376
+ SENSITIVE: []
4377
+ end
4378
+
4365
4379
  class NetworkConfiguration
4366
4380
  attr_accessor network_mode: ("PUBLIC" | "VPC")
4367
4381
  attr_accessor network_mode_config: Types::VpcConfig
@@ -4538,6 +4552,8 @@ module Aws::BedrockAgentCoreControl
4538
4552
  attr_accessor protocol_type: ("MCP" | "A2A" | "INFERENCE" | "CUSTOM")
4539
4553
  attr_accessor schema: Types::HttpApiSchemaConfiguration
4540
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")
4541
4557
  SENSITIVE: []
4542
4558
  end
4543
4559
 
@@ -5229,6 +5245,7 @@ module Aws::BedrockAgentCoreControl
5229
5245
  class StickinessConfiguration
5230
5246
  attr_accessor identifier: ::String
5231
5247
  attr_accessor timeout: ::Integer
5248
+ attr_accessor composite_identifier: ::Array[::String]
5232
5249
  SENSITIVE: []
5233
5250
  end
5234
5251
 
@@ -5877,6 +5894,7 @@ module Aws::BedrockAgentCoreControl
5877
5894
  attr_accessor memory_execution_role_arn: ::String
5878
5895
  attr_accessor memory_strategies: Types::ModifyMemoryStrategies
5879
5896
  attr_accessor add_indexed_keys: ::Array[Types::IndexedKey]
5897
+ attr_accessor namespace_keys: ::Array[Types::NamespaceKeyEntry]
5880
5898
  attr_accessor stream_delivery_resources: Types::StreamDeliveryResources
5881
5899
  SENSITIVE: [:description]
5882
5900
  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.65.0
4
+ version: 1.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services