aws-sdk-bedrockagentcorecontrol 1.41.0 → 1.42.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.
data/sig/types.rbs CHANGED
@@ -724,6 +724,7 @@ module Aws::BedrockAgentCoreControl
724
724
  attr_accessor memory_execution_role_arn: ::String
725
725
  attr_accessor event_expiry_duration: ::Integer
726
726
  attr_accessor memory_strategies: ::Array[Types::MemoryStrategyInput]
727
+ attr_accessor indexed_keys: ::Array[Types::IndexedKey]
727
728
  attr_accessor stream_delivery_resources: Types::StreamDeliveryResources
728
729
  attr_accessor tags: ::Hash[::String, ::String]
729
730
  SENSITIVE: [:description]
@@ -1019,6 +1020,7 @@ module Aws::BedrockAgentCoreControl
1019
1020
  attr_accessor namespaces: ::Array[::String]
1020
1021
  attr_accessor namespace_templates: ::Array[::String]
1021
1022
  attr_accessor configuration: Types::CustomConfigurationInput
1023
+ attr_accessor memory_record_schema: Types::MemoryRecordSchema
1022
1024
  SENSITIVE: [:description]
1023
1025
  end
1024
1026
 
@@ -1028,6 +1030,8 @@ module Aws::BedrockAgentCoreControl
1028
1030
  attr_accessor client_secret: ::String
1029
1031
  attr_accessor private_endpoint: Types::PrivateEndpoint
1030
1032
  attr_accessor private_endpoint_overrides: ::Array[Types::PrivateEndpointOverride]
1033
+ attr_accessor on_behalf_of_token_exchange_config: Types::OnBehalfOfTokenExchangeConfigType
1034
+ attr_accessor client_authentication_method: ("CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST" | "AWS_IAM_ID_TOKEN_JWT")
1031
1035
  SENSITIVE: [:client_secret]
1032
1036
  end
1033
1037
 
@@ -1036,6 +1040,8 @@ module Aws::BedrockAgentCoreControl
1036
1040
  attr_accessor client_id: ::String
1037
1041
  attr_accessor private_endpoint: Types::PrivateEndpoint
1038
1042
  attr_accessor private_endpoint_overrides: ::Array[Types::PrivateEndpointOverride]
1043
+ attr_accessor on_behalf_of_token_exchange_config: Types::OnBehalfOfTokenExchangeConfigType
1044
+ attr_accessor client_authentication_method: ("CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST" | "AWS_IAM_ID_TOKEN_JWT")
1039
1045
  SENSITIVE: []
1040
1046
  end
1041
1047
 
@@ -1365,6 +1371,7 @@ module Aws::BedrockAgentCoreControl
1365
1371
  attr_accessor namespaces: ::Array[::String]
1366
1372
  attr_accessor namespace_templates: ::Array[::String]
1367
1373
  attr_accessor reflection_configuration: Types::EpisodicReflectionConfigurationInput
1374
+ attr_accessor memory_record_schema: Types::MemoryRecordSchema
1368
1375
  SENSITIVE: [:description]
1369
1376
  end
1370
1377
 
@@ -1392,18 +1399,21 @@ module Aws::BedrockAgentCoreControl
1392
1399
  attr_accessor model_id: ::String
1393
1400
  attr_accessor namespaces: ::Array[::String]
1394
1401
  attr_accessor namespace_templates: ::Array[::String]
1402
+ attr_accessor memory_record_schema: Types::MemoryRecordSchema
1395
1403
  SENSITIVE: [:append_to_prompt]
1396
1404
  end
1397
1405
 
1398
1406
  class EpisodicReflectionConfiguration
1399
1407
  attr_accessor namespaces: ::Array[::String]
1400
1408
  attr_accessor namespace_templates: ::Array[::String]
1409
+ attr_accessor memory_record_schema: Types::MemoryRecordSchema
1401
1410
  SENSITIVE: []
1402
1411
  end
1403
1412
 
1404
1413
  class EpisodicReflectionConfigurationInput
1405
1414
  attr_accessor namespaces: ::Array[::String]
1406
1415
  attr_accessor namespace_templates: ::Array[::String]
1416
+ attr_accessor memory_record_schema: Types::MemoryRecordSchema
1407
1417
  SENSITIVE: []
1408
1418
  end
1409
1419
 
@@ -1412,6 +1422,7 @@ module Aws::BedrockAgentCoreControl
1412
1422
  attr_accessor model_id: ::String
1413
1423
  attr_accessor namespaces: ::Array[::String]
1414
1424
  attr_accessor namespace_templates: ::Array[::String]
1425
+ attr_accessor memory_record_schema: Types::MemoryRecordSchema
1415
1426
  SENSITIVE: [:append_to_prompt]
1416
1427
  end
1417
1428
 
@@ -1466,6 +1477,17 @@ module Aws::BedrockAgentCoreControl
1466
1477
  SENSITIVE: [:description]
1467
1478
  end
1468
1479
 
1480
+ class ExtractionConfig
1481
+ attr_accessor llm_extraction_config: Types::LlmExtractionConfig
1482
+ attr_accessor unknown: untyped
1483
+ SENSITIVE: []
1484
+
1485
+ class LlmExtractionConfig < ExtractionConfig
1486
+ end
1487
+ class Unknown < ExtractionConfig
1488
+ end
1489
+ end
1490
+
1469
1491
  class ExtractionConfiguration
1470
1492
  attr_accessor custom_extraction_configuration: Types::CustomExtractionConfiguration
1471
1493
  attr_accessor unknown: untyped
@@ -2402,6 +2424,12 @@ module Aws::BedrockAgentCoreControl
2402
2424
  SENSITIVE: []
2403
2425
  end
2404
2426
 
2427
+ class IndexedKey
2428
+ attr_accessor key: ::String
2429
+ attr_accessor type: ("STRING" | "STRINGLIST" | "NUMBER")
2430
+ SENSITIVE: []
2431
+ end
2432
+
2405
2433
  class InferenceConfiguration
2406
2434
  attr_accessor max_tokens: ::Integer
2407
2435
  attr_accessor temperature: ::Float
@@ -2808,6 +2836,13 @@ module Aws::BedrockAgentCoreControl
2808
2836
  SENSITIVE: [:instructions, :rating_scale]
2809
2837
  end
2810
2838
 
2839
+ class LlmExtractionConfig
2840
+ attr_accessor llm_extraction_instruction: ::String
2841
+ attr_accessor definition: ::String
2842
+ attr_accessor validation: Types::Validation
2843
+ SENSITIVE: [:llm_extraction_instruction, :definition]
2844
+ end
2845
+
2811
2846
  class MCPGatewayConfiguration
2812
2847
  attr_accessor supported_versions: ::Array[::String]
2813
2848
  attr_accessor instructions: ::String
@@ -2923,10 +2958,16 @@ module Aws::BedrockAgentCoreControl
2923
2958
  attr_accessor created_at: ::Time
2924
2959
  attr_accessor updated_at: ::Time
2925
2960
  attr_accessor strategies: ::Array[Types::MemoryStrategy]
2961
+ attr_accessor indexed_keys: ::Array[Types::IndexedKey]
2926
2962
  attr_accessor stream_delivery_resources: Types::StreamDeliveryResources
2927
2963
  SENSITIVE: [:description]
2928
2964
  end
2929
2965
 
2966
+ class MemoryRecordSchema
2967
+ attr_accessor metadata_schema: ::Array[Types::MetadataSchemaEntry]
2968
+ SENSITIVE: []
2969
+ end
2970
+
2930
2971
  class MemoryStrategy
2931
2972
  attr_accessor strategy_id: ::String
2932
2973
  attr_accessor name: ::String
@@ -2938,6 +2979,7 @@ module Aws::BedrockAgentCoreControl
2938
2979
  attr_accessor created_at: ::Time
2939
2980
  attr_accessor updated_at: ::Time
2940
2981
  attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
2982
+ attr_accessor memory_record_schema: Types::MemoryRecordSchema
2941
2983
  SENSITIVE: [:description]
2942
2984
  end
2943
2985
 
@@ -2990,6 +3032,13 @@ module Aws::BedrockAgentCoreControl
2990
3032
  SENSITIVE: []
2991
3033
  end
2992
3034
 
3035
+ class MetadataSchemaEntry
3036
+ attr_accessor key: ::String
3037
+ attr_accessor type: ("STRING" | "STRINGLIST" | "NUMBER")
3038
+ attr_accessor extraction_config: Types::ExtractionConfig
3039
+ SENSITIVE: []
3040
+ end
3041
+
2993
3042
  class MicrosoftOauth2ProviderConfigInput
2994
3043
  attr_accessor client_id: ::String
2995
3044
  attr_accessor client_secret: ::String
@@ -3044,6 +3093,7 @@ module Aws::BedrockAgentCoreControl
3044
3093
  attr_accessor namespaces: ::Array[::String]
3045
3094
  attr_accessor namespace_templates: ::Array[::String]
3046
3095
  attr_accessor configuration: Types::ModifyStrategyConfiguration
3096
+ attr_accessor memory_record_schema: Types::MemoryRecordSchema
3047
3097
  SENSITIVE: [:description]
3048
3098
  end
3049
3099
 
@@ -3082,6 +3132,12 @@ module Aws::BedrockAgentCoreControl
3082
3132
  SENSITIVE: []
3083
3133
  end
3084
3134
 
3135
+ class NumberValidation
3136
+ attr_accessor min_value: ::Float
3137
+ attr_accessor max_value: ::Float
3138
+ SENSITIVE: []
3139
+ end
3140
+
3085
3141
  class NumericalScaleDefinition
3086
3142
  attr_accessor definition: ::String
3087
3143
  attr_accessor value: ::Float
@@ -3099,7 +3155,7 @@ module Aws::BedrockAgentCoreControl
3099
3155
  attr_accessor provider_arn: ::String
3100
3156
  attr_accessor scopes: ::Array[::String]
3101
3157
  attr_accessor custom_parameters: ::Hash[::String, ::String]
3102
- attr_accessor grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE")
3158
+ attr_accessor grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "TOKEN_EXCHANGE")
3103
3159
  attr_accessor default_return_url: ::String
3104
3160
  SENSITIVE: []
3105
3161
  end
@@ -3206,6 +3262,12 @@ module Aws::BedrockAgentCoreControl
3206
3262
  end
3207
3263
  end
3208
3264
 
3265
+ class OnBehalfOfTokenExchangeConfigType
3266
+ attr_accessor grant_type: ("TOKEN_EXCHANGE" | "JWT_AUTHORIZATION_GRANT")
3267
+ attr_accessor token_exchange_grant_type_config: Types::TokenExchangeGrantTypeConfigType
3268
+ SENSITIVE: []
3269
+ end
3270
+
3209
3271
  class OnlineEvaluationConfigSummary
3210
3272
  attr_accessor online_evaluation_config_arn: ::String
3211
3273
  attr_accessor online_evaluation_config_id: ::String
@@ -3591,6 +3653,7 @@ module Aws::BedrockAgentCoreControl
3591
3653
  attr_accessor description: ::String
3592
3654
  attr_accessor namespaces: ::Array[::String]
3593
3655
  attr_accessor namespace_templates: ::Array[::String]
3656
+ attr_accessor memory_record_schema: Types::MemoryRecordSchema
3594
3657
  SENSITIVE: [:description]
3595
3658
  end
3596
3659
 
@@ -3733,6 +3796,17 @@ module Aws::BedrockAgentCoreControl
3733
3796
  SENSITIVE: []
3734
3797
  end
3735
3798
 
3799
+ class StringListValidation
3800
+ attr_accessor allowed_values: ::Array[::String]
3801
+ attr_accessor max_items: ::Integer
3802
+ SENSITIVE: []
3803
+ end
3804
+
3805
+ class StringValidation
3806
+ attr_accessor allowed_values: ::Array[::String]
3807
+ SENSITIVE: []
3808
+ end
3809
+
3736
3810
  class SubmitRegistryRecordForApprovalRequest
3737
3811
  attr_accessor registry_id: ::String
3738
3812
  attr_accessor record_id: ::String
@@ -3759,6 +3833,7 @@ module Aws::BedrockAgentCoreControl
3759
3833
  attr_accessor description: ::String
3760
3834
  attr_accessor namespaces: ::Array[::String]
3761
3835
  attr_accessor namespace_templates: ::Array[::String]
3836
+ attr_accessor memory_record_schema: Types::MemoryRecordSchema
3762
3837
  SENSITIVE: [:description]
3763
3838
  end
3764
3839
 
@@ -3867,6 +3942,12 @@ module Aws::BedrockAgentCoreControl
3867
3942
  SENSITIVE: []
3868
3943
  end
3869
3944
 
3945
+ class TokenExchangeGrantTypeConfigType
3946
+ attr_accessor actor_token_content: ("NONE" | "M2M" | "AWS_IAM_ID_TOKEN_JWT")
3947
+ attr_accessor actor_token_scopes: ::Array[::String]
3948
+ SENSITIVE: []
3949
+ end
3950
+
3870
3951
  class ToolDefinition
3871
3952
  attr_accessor name: ::String
3872
3953
  attr_accessor description: ::String
@@ -4185,6 +4266,7 @@ module Aws::BedrockAgentCoreControl
4185
4266
  attr_accessor event_expiry_duration: ::Integer
4186
4267
  attr_accessor memory_execution_role_arn: ::String
4187
4268
  attr_accessor memory_strategies: Types::ModifyMemoryStrategies
4269
+ attr_accessor add_indexed_keys: ::Array[Types::IndexedKey]
4188
4270
  attr_accessor stream_delivery_resources: Types::StreamDeliveryResources
4189
4271
  SENSITIVE: [:description]
4190
4272
  end
@@ -4484,6 +4566,7 @@ module Aws::BedrockAgentCoreControl
4484
4566
  attr_accessor description: ::String
4485
4567
  attr_accessor namespaces: ::Array[::String]
4486
4568
  attr_accessor namespace_templates: ::Array[::String]
4569
+ attr_accessor memory_record_schema: Types::MemoryRecordSchema
4487
4570
  SENSITIVE: [:description]
4488
4571
  end
4489
4572
 
@@ -4505,6 +4588,23 @@ module Aws::BedrockAgentCoreControl
4505
4588
  SENSITIVE: [:append_to_prompt]
4506
4589
  end
4507
4590
 
4591
+ class Validation
4592
+ attr_accessor string_validation: Types::StringValidation
4593
+ attr_accessor string_list_validation: Types::StringListValidation
4594
+ attr_accessor number_validation: Types::NumberValidation
4595
+ attr_accessor unknown: untyped
4596
+ SENSITIVE: []
4597
+
4598
+ class StringValidation < Validation
4599
+ end
4600
+ class StringListValidation < Validation
4601
+ end
4602
+ class NumberValidation < Validation
4603
+ end
4604
+ class Unknown < Validation
4605
+ end
4606
+ end
4607
+
4508
4608
  class ValidationException
4509
4609
  attr_accessor message: ::String
4510
4610
  attr_accessor reason: ("CannotParse" | "FieldValidationFailed" | "IdempotentParameterMismatchException" | "EventInOtherSession" | "ResourceConflict")
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.41.0
4
+ version: 1.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services