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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client.rb +644 -17
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +111 -2
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +345 -13
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +509 -22
- data/sig/types.rbs +101 -1
- metadata +1 -1
|
@@ -18,6 +18,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
18
18
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
19
19
|
Action = Shapes::UnionShape.new(name: 'Action')
|
|
20
20
|
Actions = Shapes::ListShape.new(name: 'Actions')
|
|
21
|
+
ActorTokenContentType = Shapes::StringShape.new(name: 'ActorTokenContentType')
|
|
21
22
|
AdditionalModelRequestFields = Shapes::DocumentShape.new(name: 'AdditionalModelRequestFields', document: true)
|
|
22
23
|
AgentCardDefinition = Shapes::StructureShape.new(name: 'AgentCardDefinition')
|
|
23
24
|
AgentEndpointDescription = Shapes::StringShape.new(name: 'AgentEndpointDescription')
|
|
@@ -45,6 +46,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
45
46
|
AllowedResponseHeaders = Shapes::ListShape.new(name: 'AllowedResponseHeaders')
|
|
46
47
|
AllowedScopeType = Shapes::StringShape.new(name: 'AllowedScopeType')
|
|
47
48
|
AllowedScopesType = Shapes::ListShape.new(name: 'AllowedScopesType')
|
|
49
|
+
AllowedStringListValue = Shapes::StringShape.new(name: 'AllowedStringListValue')
|
|
50
|
+
AllowedStringListValuesList = Shapes::ListShape.new(name: 'AllowedStringListValuesList')
|
|
51
|
+
AllowedStringValue = Shapes::StringShape.new(name: 'AllowedStringValue')
|
|
52
|
+
AllowedStringValuesList = Shapes::ListShape.new(name: 'AllowedStringValuesList')
|
|
48
53
|
ApiGatewayTargetConfiguration = Shapes::StructureShape.new(name: 'ApiGatewayTargetConfiguration')
|
|
49
54
|
ApiGatewayToolConfiguration = Shapes::StructureShape.new(name: 'ApiGatewayToolConfiguration')
|
|
50
55
|
ApiGatewayToolFilter = Shapes::StructureShape.new(name: 'ApiGatewayToolFilter')
|
|
@@ -104,6 +109,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
104
109
|
Certificates = Shapes::ListShape.new(name: 'Certificates')
|
|
105
110
|
ClaimMatchOperatorType = Shapes::StringShape.new(name: 'ClaimMatchOperatorType')
|
|
106
111
|
ClaimMatchValueType = Shapes::UnionShape.new(name: 'ClaimMatchValueType')
|
|
112
|
+
ClientAuthenticationMethodType = Shapes::StringShape.new(name: 'ClientAuthenticationMethodType')
|
|
107
113
|
ClientIdType = Shapes::StringShape.new(name: 'ClientIdType')
|
|
108
114
|
ClientSecretType = Shapes::StringShape.new(name: 'ClientSecretType')
|
|
109
115
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
|
@@ -220,6 +226,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
220
226
|
DataSourceConfig = Shapes::UnionShape.new(name: 'DataSourceConfig')
|
|
221
227
|
DateTimestamp = Shapes::TimestampShape.new(name: 'DateTimestamp', timestampFormat: "iso8601")
|
|
222
228
|
DecryptionFailure = Shapes::StructureShape.new(name: 'DecryptionFailure')
|
|
229
|
+
DefaultClientIdType = Shapes::StringShape.new(name: 'DefaultClientIdType')
|
|
230
|
+
DefaultClientSecretType = Shapes::StringShape.new(name: 'DefaultClientSecretType')
|
|
231
|
+
Definition = Shapes::StringShape.new(name: 'Definition')
|
|
223
232
|
DeleteAgentRuntimeEndpointRequest = Shapes::StructureShape.new(name: 'DeleteAgentRuntimeEndpointRequest')
|
|
224
233
|
DeleteAgentRuntimeEndpointResponse = Shapes::StructureShape.new(name: 'DeleteAgentRuntimeEndpointResponse')
|
|
225
234
|
DeleteAgentRuntimeRequest = Shapes::StructureShape.new(name: 'DeleteAgentRuntimeRequest')
|
|
@@ -306,6 +315,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
306
315
|
EvaluatorSummaryList = Shapes::ListShape.new(name: 'EvaluatorSummaryList')
|
|
307
316
|
EvaluatorType = Shapes::StringShape.new(name: 'EvaluatorType')
|
|
308
317
|
ExceptionLevel = Shapes::StringShape.new(name: 'ExceptionLevel')
|
|
318
|
+
ExtractionConfig = Shapes::UnionShape.new(name: 'ExtractionConfig')
|
|
309
319
|
ExtractionConfiguration = Shapes::UnionShape.new(name: 'ExtractionConfiguration')
|
|
310
320
|
FilesystemConfiguration = Shapes::UnionShape.new(name: 'FilesystemConfiguration')
|
|
311
321
|
FilesystemConfigurations = Shapes::ListShape.new(name: 'FilesystemConfigurations')
|
|
@@ -468,6 +478,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
468
478
|
IncludedData = Shapes::StringShape.new(name: 'IncludedData')
|
|
469
479
|
IncludedOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'IncludedOauth2ProviderConfigInput')
|
|
470
480
|
IncludedOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'IncludedOauth2ProviderConfigOutput')
|
|
481
|
+
IndexedKey = Shapes::StructureShape.new(name: 'IndexedKey')
|
|
482
|
+
IndexedKeysList = Shapes::ListShape.new(name: 'IndexedKeysList')
|
|
471
483
|
InferenceConfiguration = Shapes::StructureShape.new(name: 'InferenceConfiguration')
|
|
472
484
|
InferenceConfigurationMaxTokensInteger = Shapes::IntegerShape.new(name: 'InferenceConfigurationMaxTokensInteger')
|
|
473
485
|
InferenceConfigurationStopSequencesList = Shapes::ListShape.new(name: 'InferenceConfigurationStopSequencesList')
|
|
@@ -557,6 +569,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
557
569
|
ListWorkloadIdentitiesResponse = Shapes::StructureShape.new(name: 'ListWorkloadIdentitiesResponse')
|
|
558
570
|
ListingMode = Shapes::StringShape.new(name: 'ListingMode')
|
|
559
571
|
LlmAsAJudgeEvaluatorConfig = Shapes::StructureShape.new(name: 'LlmAsAJudgeEvaluatorConfig')
|
|
572
|
+
LlmExtractionConfig = Shapes::StructureShape.new(name: 'LlmExtractionConfig')
|
|
573
|
+
LlmExtractionInstruction = Shapes::StringShape.new(name: 'LlmExtractionInstruction')
|
|
560
574
|
LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
|
|
561
575
|
MCPGatewayConfiguration = Shapes::StructureShape.new(name: 'MCPGatewayConfiguration')
|
|
562
576
|
ManagedResourceDetails = Shapes::StructureShape.new(name: 'ManagedResourceDetails')
|
|
@@ -585,6 +599,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
585
599
|
MemoryArn = Shapes::StringShape.new(name: 'MemoryArn')
|
|
586
600
|
MemoryEventExpiryDurationInteger = Shapes::IntegerShape.new(name: 'MemoryEventExpiryDurationInteger')
|
|
587
601
|
MemoryId = Shapes::StringShape.new(name: 'MemoryId')
|
|
602
|
+
MemoryRecordSchema = Shapes::StructureShape.new(name: 'MemoryRecordSchema')
|
|
588
603
|
MemoryStatus = Shapes::StringShape.new(name: 'MemoryStatus')
|
|
589
604
|
MemoryStrategy = Shapes::StructureShape.new(name: 'MemoryStrategy')
|
|
590
605
|
MemoryStrategyId = Shapes::StringShape.new(name: 'MemoryStrategyId')
|
|
@@ -600,6 +615,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
600
615
|
MessageBasedTriggerInput = Shapes::StructureShape.new(name: 'MessageBasedTriggerInput')
|
|
601
616
|
MessageBasedTriggerInputMessageCountInteger = Shapes::IntegerShape.new(name: 'MessageBasedTriggerInputMessageCountInteger')
|
|
602
617
|
MetadataConfiguration = Shapes::StructureShape.new(name: 'MetadataConfiguration')
|
|
618
|
+
MetadataKey = Shapes::StringShape.new(name: 'MetadataKey')
|
|
619
|
+
MetadataSchemaEntry = Shapes::StructureShape.new(name: 'MetadataSchemaEntry')
|
|
620
|
+
MetadataSchemaList = Shapes::ListShape.new(name: 'MetadataSchemaList')
|
|
621
|
+
MetadataValueType = Shapes::StringShape.new(name: 'MetadataValueType')
|
|
603
622
|
MicrosoftOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'MicrosoftOauth2ProviderConfigInput')
|
|
604
623
|
MicrosoftOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'MicrosoftOauth2ProviderConfigOutput')
|
|
605
624
|
ModelId = Shapes::StringShape.new(name: 'ModelId')
|
|
@@ -624,6 +643,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
624
643
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
|
625
644
|
NonBlankString = Shapes::StringShape.new(name: 'NonBlankString')
|
|
626
645
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
|
646
|
+
NumberValidation = Shapes::StructureShape.new(name: 'NumberValidation')
|
|
627
647
|
NumericalScaleDefinition = Shapes::StructureShape.new(name: 'NumericalScaleDefinition')
|
|
628
648
|
NumericalScaleDefinitionLabelString = Shapes::StringShape.new(name: 'NumericalScaleDefinitionLabelString')
|
|
629
649
|
NumericalScaleDefinitionValueDouble = Shapes::FloatShape.new(name: 'NumericalScaleDefinitionValueDouble')
|
|
@@ -646,6 +666,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
646
666
|
Oauth2Discovery = Shapes::UnionShape.new(name: 'Oauth2Discovery')
|
|
647
667
|
Oauth2ProviderConfigInput = Shapes::UnionShape.new(name: 'Oauth2ProviderConfigInput')
|
|
648
668
|
Oauth2ProviderConfigOutput = Shapes::UnionShape.new(name: 'Oauth2ProviderConfigOutput')
|
|
669
|
+
OnBehalfOfTokenExchangeConfigType = Shapes::StructureShape.new(name: 'OnBehalfOfTokenExchangeConfigType')
|
|
670
|
+
OnBehalfOfTokenExchangeGrantTypeType = Shapes::StringShape.new(name: 'OnBehalfOfTokenExchangeGrantTypeType')
|
|
649
671
|
OnlineEvaluationConfigArn = Shapes::StringShape.new(name: 'OnlineEvaluationConfigArn')
|
|
650
672
|
OnlineEvaluationConfigId = Shapes::StringShape.new(name: 'OnlineEvaluationConfigId')
|
|
651
673
|
OnlineEvaluationConfigStatus = Shapes::StringShape.new(name: 'OnlineEvaluationConfigStatus')
|
|
@@ -755,6 +777,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
755
777
|
SchemaType = Shapes::StringShape.new(name: 'SchemaType')
|
|
756
778
|
SchemaVersion = Shapes::StringShape.new(name: 'SchemaVersion')
|
|
757
779
|
ScopeList = Shapes::ListShape.new(name: 'ScopeList')
|
|
780
|
+
ScopeType = Shapes::StringShape.new(name: 'ScopeType')
|
|
781
|
+
ScopesListType = Shapes::ListShape.new(name: 'ScopesListType')
|
|
758
782
|
SearchType = Shapes::StringShape.new(name: 'SearchType')
|
|
759
783
|
Secret = Shapes::StructureShape.new(name: 'Secret')
|
|
760
784
|
SecretArn = Shapes::StringShape.new(name: 'SecretArn')
|
|
@@ -803,6 +827,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
803
827
|
StreamDeliveryResources = Shapes::StructureShape.new(name: 'StreamDeliveryResources')
|
|
804
828
|
StreamDeliveryResourcesList = Shapes::ListShape.new(name: 'StreamDeliveryResourcesList')
|
|
805
829
|
String = Shapes::StringShape.new(name: 'String')
|
|
830
|
+
StringListValidation = Shapes::StructureShape.new(name: 'StringListValidation')
|
|
831
|
+
StringListValidationMaxItemsInteger = Shapes::IntegerShape.new(name: 'StringListValidationMaxItemsInteger')
|
|
832
|
+
StringValidation = Shapes::StructureShape.new(name: 'StringValidation')
|
|
806
833
|
SubmitRegistryRecordForApprovalRequest = Shapes::StructureShape.new(name: 'SubmitRegistryRecordForApprovalRequest')
|
|
807
834
|
SubmitRegistryRecordForApprovalResponse = Shapes::StructureShape.new(name: 'SubmitRegistryRecordForApprovalResponse')
|
|
808
835
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
|
@@ -855,6 +882,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
855
882
|
TokenBasedTriggerInputTokenCountInteger = Shapes::IntegerShape.new(name: 'TokenBasedTriggerInputTokenCountInteger')
|
|
856
883
|
TokenEndpointAuthMethodsType = Shapes::ListShape.new(name: 'TokenEndpointAuthMethodsType')
|
|
857
884
|
TokenEndpointType = Shapes::StringShape.new(name: 'TokenEndpointType')
|
|
885
|
+
TokenExchangeGrantTypeConfigType = Shapes::StructureShape.new(name: 'TokenExchangeGrantTypeConfigType')
|
|
858
886
|
TokenVaultIdType = Shapes::StringShape.new(name: 'TokenVaultIdType')
|
|
859
887
|
ToolDefinition = Shapes::StructureShape.new(name: 'ToolDefinition')
|
|
860
888
|
ToolDefinitions = Shapes::ListShape.new(name: 'ToolDefinitions')
|
|
@@ -944,6 +972,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
944
972
|
UserPreferenceOverrideConfigurationInput = Shapes::StructureShape.new(name: 'UserPreferenceOverrideConfigurationInput')
|
|
945
973
|
UserPreferenceOverrideConsolidationConfigurationInput = Shapes::StructureShape.new(name: 'UserPreferenceOverrideConsolidationConfigurationInput')
|
|
946
974
|
UserPreferenceOverrideExtractionConfigurationInput = Shapes::StructureShape.new(name: 'UserPreferenceOverrideExtractionConfigurationInput')
|
|
975
|
+
Validation = Shapes::UnionShape.new(name: 'Validation')
|
|
947
976
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
948
977
|
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
|
949
978
|
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
|
@@ -1033,6 +1062,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
1033
1062
|
|
|
1034
1063
|
AllowedScopesType.member = Shapes::ShapeRef.new(shape: AllowedScopeType)
|
|
1035
1064
|
|
|
1065
|
+
AllowedStringListValuesList.member = Shapes::ShapeRef.new(shape: AllowedStringListValue)
|
|
1066
|
+
|
|
1067
|
+
AllowedStringValuesList.member = Shapes::ShapeRef.new(shape: AllowedStringValue)
|
|
1068
|
+
|
|
1036
1069
|
ApiGatewayTargetConfiguration.add_member(:rest_api_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "restApiId"))
|
|
1037
1070
|
ApiGatewayTargetConfiguration.add_member(:stage, Shapes::ShapeRef.new(shape: String, required: true, location_name: "stage"))
|
|
1038
1071
|
ApiGatewayTargetConfiguration.add_member(:api_gateway_tool_configuration, Shapes::ShapeRef.new(shape: ApiGatewayToolConfiguration, required: true, location_name: "apiGatewayToolConfiguration"))
|
|
@@ -1535,6 +1568,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1535
1568
|
CreateMemoryInput.add_member(:memory_execution_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "memoryExecutionRoleArn"))
|
|
1536
1569
|
CreateMemoryInput.add_member(:event_expiry_duration, Shapes::ShapeRef.new(shape: CreateMemoryInputEventExpiryDurationInteger, required: true, location_name: "eventExpiryDuration"))
|
|
1537
1570
|
CreateMemoryInput.add_member(:memory_strategies, Shapes::ShapeRef.new(shape: MemoryStrategyInputList, location_name: "memoryStrategies"))
|
|
1571
|
+
CreateMemoryInput.add_member(:indexed_keys, Shapes::ShapeRef.new(shape: IndexedKeysList, location_name: "indexedKeys"))
|
|
1538
1572
|
CreateMemoryInput.add_member(:stream_delivery_resources, Shapes::ShapeRef.new(shape: StreamDeliveryResources, location_name: "streamDeliveryResources"))
|
|
1539
1573
|
CreateMemoryInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1540
1574
|
CreateMemoryInput.struct_class = Types::CreateMemoryInput
|
|
@@ -1748,19 +1782,24 @@ module Aws::BedrockAgentCoreControl
|
|
|
1748
1782
|
CustomMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
1749
1783
|
CustomMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
1750
1784
|
CustomMemoryStrategyInput.add_member(:configuration, Shapes::ShapeRef.new(shape: CustomConfigurationInput, location_name: "configuration"))
|
|
1785
|
+
CustomMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
1751
1786
|
CustomMemoryStrategyInput.struct_class = Types::CustomMemoryStrategyInput
|
|
1752
1787
|
|
|
1753
1788
|
CustomOauth2ProviderConfigInput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
1754
|
-
CustomOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape:
|
|
1755
|
-
CustomOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape:
|
|
1789
|
+
CustomOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: DefaultClientIdType, location_name: "clientId"))
|
|
1790
|
+
CustomOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
1756
1791
|
CustomOauth2ProviderConfigInput.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
1757
1792
|
CustomOauth2ProviderConfigInput.add_member(:private_endpoint_overrides, Shapes::ShapeRef.new(shape: PrivateEndpointOverrides, location_name: "privateEndpointOverrides"))
|
|
1793
|
+
CustomOauth2ProviderConfigInput.add_member(:on_behalf_of_token_exchange_config, Shapes::ShapeRef.new(shape: OnBehalfOfTokenExchangeConfigType, location_name: "onBehalfOfTokenExchangeConfig"))
|
|
1794
|
+
CustomOauth2ProviderConfigInput.add_member(:client_authentication_method, Shapes::ShapeRef.new(shape: ClientAuthenticationMethodType, location_name: "clientAuthenticationMethod"))
|
|
1758
1795
|
CustomOauth2ProviderConfigInput.struct_class = Types::CustomOauth2ProviderConfigInput
|
|
1759
1796
|
|
|
1760
1797
|
CustomOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
1761
1798
|
CustomOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
|
|
1762
1799
|
CustomOauth2ProviderConfigOutput.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
1763
1800
|
CustomOauth2ProviderConfigOutput.add_member(:private_endpoint_overrides, Shapes::ShapeRef.new(shape: PrivateEndpointOverrides, location_name: "privateEndpointOverrides"))
|
|
1801
|
+
CustomOauth2ProviderConfigOutput.add_member(:on_behalf_of_token_exchange_config, Shapes::ShapeRef.new(shape: OnBehalfOfTokenExchangeConfigType, location_name: "onBehalfOfTokenExchangeConfig"))
|
|
1802
|
+
CustomOauth2ProviderConfigOutput.add_member(:client_authentication_method, Shapes::ShapeRef.new(shape: ClientAuthenticationMethodType, location_name: "clientAuthenticationMethod"))
|
|
1764
1803
|
CustomOauth2ProviderConfigOutput.struct_class = Types::CustomOauth2ProviderConfigOutput
|
|
1765
1804
|
|
|
1766
1805
|
CustomParameterMap.key = Shapes::ShapeRef.new(shape: String)
|
|
@@ -1990,6 +2029,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1990
2029
|
EpisodicMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
1991
2030
|
EpisodicMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
1992
2031
|
EpisodicMemoryStrategyInput.add_member(:reflection_configuration, Shapes::ShapeRef.new(shape: EpisodicReflectionConfigurationInput, location_name: "reflectionConfiguration"))
|
|
2032
|
+
EpisodicMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
1993
2033
|
EpisodicMemoryStrategyInput.struct_class = Types::EpisodicMemoryStrategyInput
|
|
1994
2034
|
|
|
1995
2035
|
EpisodicOverrideConfigurationInput.add_member(:extraction, Shapes::ShapeRef.new(shape: EpisodicOverrideExtractionConfigurationInput, location_name: "extraction"))
|
|
@@ -2009,20 +2049,24 @@ module Aws::BedrockAgentCoreControl
|
|
|
2009
2049
|
EpisodicOverrideReflectionConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
|
|
2010
2050
|
EpisodicOverrideReflectionConfigurationInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
2011
2051
|
EpisodicOverrideReflectionConfigurationInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
2052
|
+
EpisodicOverrideReflectionConfigurationInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
2012
2053
|
EpisodicOverrideReflectionConfigurationInput.struct_class = Types::EpisodicOverrideReflectionConfigurationInput
|
|
2013
2054
|
|
|
2014
2055
|
EpisodicReflectionConfiguration.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
2015
2056
|
EpisodicReflectionConfiguration.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
2057
|
+
EpisodicReflectionConfiguration.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
2016
2058
|
EpisodicReflectionConfiguration.struct_class = Types::EpisodicReflectionConfiguration
|
|
2017
2059
|
|
|
2018
2060
|
EpisodicReflectionConfigurationInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
2019
2061
|
EpisodicReflectionConfigurationInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
2062
|
+
EpisodicReflectionConfigurationInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
2020
2063
|
EpisodicReflectionConfigurationInput.struct_class = Types::EpisodicReflectionConfigurationInput
|
|
2021
2064
|
|
|
2022
2065
|
EpisodicReflectionOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
|
|
2023
2066
|
EpisodicReflectionOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
|
|
2024
2067
|
EpisodicReflectionOverride.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
2025
2068
|
EpisodicReflectionOverride.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
2069
|
+
EpisodicReflectionOverride.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
2026
2070
|
EpisodicReflectionOverride.struct_class = Types::EpisodicReflectionOverride
|
|
2027
2071
|
|
|
2028
2072
|
EvaluatorConfig.add_member(:llm_as_a_judge, Shapes::ShapeRef.new(shape: LlmAsAJudgeEvaluatorConfig, location_name: "llmAsAJudge"))
|
|
@@ -2062,6 +2106,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
2062
2106
|
|
|
2063
2107
|
EvaluatorSummaryList.member = Shapes::ShapeRef.new(shape: EvaluatorSummary)
|
|
2064
2108
|
|
|
2109
|
+
ExtractionConfig.add_member(:llm_extraction_config, Shapes::ShapeRef.new(shape: LlmExtractionConfig, location_name: "llmExtractionConfig"))
|
|
2110
|
+
ExtractionConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2111
|
+
ExtractionConfig.add_member_subclass(:llm_extraction_config, Types::ExtractionConfig::LlmExtractionConfig)
|
|
2112
|
+
ExtractionConfig.add_member_subclass(:unknown, Types::ExtractionConfig::Unknown)
|
|
2113
|
+
ExtractionConfig.struct_class = Types::ExtractionConfig
|
|
2114
|
+
|
|
2065
2115
|
ExtractionConfiguration.add_member(:custom_extraction_configuration, Shapes::ShapeRef.new(shape: CustomExtractionConfiguration, location_name: "customExtractionConfiguration"))
|
|
2066
2116
|
ExtractionConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2067
2117
|
ExtractionConfiguration.add_member_subclass(:custom_extraction_configuration, Types::ExtractionConfiguration::CustomExtractionConfiguration)
|
|
@@ -2780,6 +2830,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
2780
2830
|
IncludedOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
|
|
2781
2831
|
IncludedOauth2ProviderConfigOutput.struct_class = Types::IncludedOauth2ProviderConfigOutput
|
|
2782
2832
|
|
|
2833
|
+
IndexedKey.add_member(:key, Shapes::ShapeRef.new(shape: MetadataKey, required: true, location_name: "key"))
|
|
2834
|
+
IndexedKey.add_member(:type, Shapes::ShapeRef.new(shape: MetadataValueType, required: true, location_name: "type"))
|
|
2835
|
+
IndexedKey.struct_class = Types::IndexedKey
|
|
2836
|
+
|
|
2837
|
+
IndexedKeysList.member = Shapes::ShapeRef.new(shape: IndexedKey)
|
|
2838
|
+
|
|
2783
2839
|
InferenceConfiguration.add_member(:max_tokens, Shapes::ShapeRef.new(shape: InferenceConfigurationMaxTokensInteger, location_name: "maxTokens"))
|
|
2784
2840
|
InferenceConfiguration.add_member(:temperature, Shapes::ShapeRef.new(shape: InferenceConfigurationTemperatureFloat, location_name: "temperature"))
|
|
2785
2841
|
InferenceConfiguration.add_member(:top_p, Shapes::ShapeRef.new(shape: InferenceConfigurationTopPFloat, location_name: "topP"))
|
|
@@ -3059,6 +3115,11 @@ module Aws::BedrockAgentCoreControl
|
|
|
3059
3115
|
LlmAsAJudgeEvaluatorConfig.add_member(:model_config, Shapes::ShapeRef.new(shape: EvaluatorModelConfig, required: true, location_name: "modelConfig"))
|
|
3060
3116
|
LlmAsAJudgeEvaluatorConfig.struct_class = Types::LlmAsAJudgeEvaluatorConfig
|
|
3061
3117
|
|
|
3118
|
+
LlmExtractionConfig.add_member(:llm_extraction_instruction, Shapes::ShapeRef.new(shape: LlmExtractionInstruction, location_name: "llmExtractionInstruction"))
|
|
3119
|
+
LlmExtractionConfig.add_member(:definition, Shapes::ShapeRef.new(shape: Definition, required: true, location_name: "definition"))
|
|
3120
|
+
LlmExtractionConfig.add_member(:validation, Shapes::ShapeRef.new(shape: Validation, location_name: "validation"))
|
|
3121
|
+
LlmExtractionConfig.struct_class = Types::LlmExtractionConfig
|
|
3122
|
+
|
|
3062
3123
|
MCPGatewayConfiguration.add_member(:supported_versions, Shapes::ShapeRef.new(shape: McpSupportedVersions, location_name: "supportedVersions"))
|
|
3063
3124
|
MCPGatewayConfiguration.add_member(:instructions, Shapes::ShapeRef.new(shape: McpInstructions, location_name: "instructions"))
|
|
3064
3125
|
MCPGatewayConfiguration.add_member(:search_type, Shapes::ShapeRef.new(shape: SearchType, location_name: "searchType"))
|
|
@@ -3145,9 +3206,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
3145
3206
|
Memory.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
3146
3207
|
Memory.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
|
3147
3208
|
Memory.add_member(:strategies, Shapes::ShapeRef.new(shape: MemoryStrategyList, location_name: "strategies"))
|
|
3209
|
+
Memory.add_member(:indexed_keys, Shapes::ShapeRef.new(shape: IndexedKeysList, location_name: "indexedKeys"))
|
|
3148
3210
|
Memory.add_member(:stream_delivery_resources, Shapes::ShapeRef.new(shape: StreamDeliveryResources, location_name: "streamDeliveryResources"))
|
|
3149
3211
|
Memory.struct_class = Types::Memory
|
|
3150
3212
|
|
|
3213
|
+
MemoryRecordSchema.add_member(:metadata_schema, Shapes::ShapeRef.new(shape: MetadataSchemaList, location_name: "metadataSchema"))
|
|
3214
|
+
MemoryRecordSchema.struct_class = Types::MemoryRecordSchema
|
|
3215
|
+
|
|
3151
3216
|
MemoryStrategy.add_member(:strategy_id, Shapes::ShapeRef.new(shape: MemoryStrategyId, required: true, location_name: "strategyId"))
|
|
3152
3217
|
MemoryStrategy.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
|
3153
3218
|
MemoryStrategy.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
@@ -3158,6 +3223,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3158
3223
|
MemoryStrategy.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
|
3159
3224
|
MemoryStrategy.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
3160
3225
|
MemoryStrategy.add_member(:status, Shapes::ShapeRef.new(shape: MemoryStrategyStatus, location_name: "status"))
|
|
3226
|
+
MemoryStrategy.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
3161
3227
|
MemoryStrategy.struct_class = Types::MemoryStrategy
|
|
3162
3228
|
|
|
3163
3229
|
MemoryStrategyInput.add_member(:semantic_memory_strategy, Shapes::ShapeRef.new(shape: SemanticMemoryStrategyInput, location_name: "semanticMemoryStrategy"))
|
|
@@ -3198,6 +3264,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
3198
3264
|
MetadataConfiguration.add_member(:allowed_response_headers, Shapes::ShapeRef.new(shape: AllowedResponseHeaders, location_name: "allowedResponseHeaders"))
|
|
3199
3265
|
MetadataConfiguration.struct_class = Types::MetadataConfiguration
|
|
3200
3266
|
|
|
3267
|
+
MetadataSchemaEntry.add_member(:key, Shapes::ShapeRef.new(shape: MetadataKey, required: true, location_name: "key"))
|
|
3268
|
+
MetadataSchemaEntry.add_member(:type, Shapes::ShapeRef.new(shape: MetadataValueType, location_name: "type"))
|
|
3269
|
+
MetadataSchemaEntry.add_member(:extraction_config, Shapes::ShapeRef.new(shape: ExtractionConfig, location_name: "extractionConfig"))
|
|
3270
|
+
MetadataSchemaEntry.struct_class = Types::MetadataSchemaEntry
|
|
3271
|
+
|
|
3272
|
+
MetadataSchemaList.member = Shapes::ShapeRef.new(shape: MetadataSchemaEntry)
|
|
3273
|
+
|
|
3201
3274
|
MicrosoftOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
3202
3275
|
MicrosoftOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, required: true, location_name: "clientSecret"))
|
|
3203
3276
|
MicrosoftOauth2ProviderConfigInput.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantIdType, location_name: "tenantId"))
|
|
@@ -3235,6 +3308,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3235
3308
|
ModifyMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
3236
3309
|
ModifyMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
3237
3310
|
ModifyMemoryStrategyInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ModifyStrategyConfiguration, location_name: "configuration"))
|
|
3311
|
+
ModifyMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
3238
3312
|
ModifyMemoryStrategyInput.struct_class = Types::ModifyMemoryStrategyInput
|
|
3239
3313
|
|
|
3240
3314
|
ModifyReflectionConfiguration.add_member(:episodic_reflection_configuration, Shapes::ShapeRef.new(shape: EpisodicReflectionConfigurationInput, location_name: "episodicReflectionConfiguration"))
|
|
@@ -3262,6 +3336,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
3262
3336
|
NetworkConfiguration.add_member(:network_mode_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "networkModeConfig"))
|
|
3263
3337
|
NetworkConfiguration.struct_class = Types::NetworkConfiguration
|
|
3264
3338
|
|
|
3339
|
+
NumberValidation.add_member(:min_value, Shapes::ShapeRef.new(shape: Double, location_name: "minValue"))
|
|
3340
|
+
NumberValidation.add_member(:max_value, Shapes::ShapeRef.new(shape: Double, location_name: "maxValue"))
|
|
3341
|
+
NumberValidation.struct_class = Types::NumberValidation
|
|
3342
|
+
|
|
3265
3343
|
NumericalScaleDefinition.add_member(:definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "definition"))
|
|
3266
3344
|
NumericalScaleDefinition.add_member(:value, Shapes::ShapeRef.new(shape: NumericalScaleDefinitionValueDouble, required: true, location_name: "value"))
|
|
3267
3345
|
NumericalScaleDefinition.add_member(:label, Shapes::ShapeRef.new(shape: NumericalScaleDefinitionLabelString, required: true, location_name: "label"))
|
|
@@ -3353,6 +3431,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
3353
3431
|
Oauth2ProviderConfigOutput.add_member_subclass(:unknown, Types::Oauth2ProviderConfigOutput::Unknown)
|
|
3354
3432
|
Oauth2ProviderConfigOutput.struct_class = Types::Oauth2ProviderConfigOutput
|
|
3355
3433
|
|
|
3434
|
+
OnBehalfOfTokenExchangeConfigType.add_member(:grant_type, Shapes::ShapeRef.new(shape: OnBehalfOfTokenExchangeGrantTypeType, required: true, location_name: "grantType"))
|
|
3435
|
+
OnBehalfOfTokenExchangeConfigType.add_member(:token_exchange_grant_type_config, Shapes::ShapeRef.new(shape: TokenExchangeGrantTypeConfigType, location_name: "tokenExchangeGrantTypeConfig"))
|
|
3436
|
+
OnBehalfOfTokenExchangeConfigType.struct_class = Types::OnBehalfOfTokenExchangeConfigType
|
|
3437
|
+
|
|
3356
3438
|
OnlineEvaluationConfigSummary.add_member(:online_evaluation_config_arn, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigArn, required: true, location_name: "onlineEvaluationConfigArn"))
|
|
3357
3439
|
OnlineEvaluationConfigSummary.add_member(:online_evaluation_config_id, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigId, required: true, location_name: "onlineEvaluationConfigId"))
|
|
3358
3440
|
OnlineEvaluationConfigSummary.add_member(:online_evaluation_config_name, Shapes::ShapeRef.new(shape: EvaluationConfigName, required: true, location_name: "onlineEvaluationConfigName"))
|
|
@@ -3616,6 +3698,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
3616
3698
|
|
|
3617
3699
|
ScopeList.member = Shapes::ShapeRef.new(shape: String)
|
|
3618
3700
|
|
|
3701
|
+
ScopesListType.member = Shapes::ShapeRef.new(shape: ScopeType)
|
|
3702
|
+
|
|
3619
3703
|
Secret.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "secretArn"))
|
|
3620
3704
|
Secret.struct_class = Types::Secret
|
|
3621
3705
|
|
|
@@ -3654,6 +3738,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3654
3738
|
SemanticMemoryStrategyInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3655
3739
|
SemanticMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
3656
3740
|
SemanticMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
3741
|
+
SemanticMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
3657
3742
|
SemanticMemoryStrategyInput.struct_class = Types::SemanticMemoryStrategyInput
|
|
3658
3743
|
|
|
3659
3744
|
SemanticOverrideConfigurationInput.add_member(:extraction, Shapes::ShapeRef.new(shape: SemanticOverrideExtractionConfigurationInput, location_name: "extraction"))
|
|
@@ -3754,6 +3839,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
3754
3839
|
|
|
3755
3840
|
StreamDeliveryResourcesList.member = Shapes::ShapeRef.new(shape: StreamDeliveryResource)
|
|
3756
3841
|
|
|
3842
|
+
StringListValidation.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedStringListValuesList, location_name: "allowedValues"))
|
|
3843
|
+
StringListValidation.add_member(:max_items, Shapes::ShapeRef.new(shape: StringListValidationMaxItemsInteger, location_name: "maxItems"))
|
|
3844
|
+
StringListValidation.struct_class = Types::StringListValidation
|
|
3845
|
+
|
|
3846
|
+
StringValidation.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedStringValuesList, required: true, location_name: "allowedValues"))
|
|
3847
|
+
StringValidation.struct_class = Types::StringValidation
|
|
3848
|
+
|
|
3757
3849
|
SubmitRegistryRecordForApprovalRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryIdentifier, required: true, location: "uri", location_name: "registryId"))
|
|
3758
3850
|
SubmitRegistryRecordForApprovalRequest.add_member(:record_id, Shapes::ShapeRef.new(shape: RecordIdentifier, required: true, location: "uri", location_name: "recordId"))
|
|
3759
3851
|
SubmitRegistryRecordForApprovalRequest.struct_class = Types::SubmitRegistryRecordForApprovalRequest
|
|
@@ -3777,6 +3869,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3777
3869
|
SummaryMemoryStrategyInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3778
3870
|
SummaryMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
3779
3871
|
SummaryMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
3872
|
+
SummaryMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
3780
3873
|
SummaryMemoryStrategyInput.struct_class = Types::SummaryMemoryStrategyInput
|
|
3781
3874
|
|
|
3782
3875
|
SummaryOverrideConfigurationInput.add_member(:consolidation, Shapes::ShapeRef.new(shape: SummaryOverrideConsolidationConfigurationInput, location_name: "consolidation"))
|
|
@@ -3860,6 +3953,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
3860
3953
|
|
|
3861
3954
|
TokenEndpointAuthMethodsType.member = Shapes::ShapeRef.new(shape: TokenAuthMethod)
|
|
3862
3955
|
|
|
3956
|
+
TokenExchangeGrantTypeConfigType.add_member(:actor_token_content, Shapes::ShapeRef.new(shape: ActorTokenContentType, required: true, location_name: "actorTokenContent"))
|
|
3957
|
+
TokenExchangeGrantTypeConfigType.add_member(:actor_token_scopes, Shapes::ShapeRef.new(shape: ScopesListType, location_name: "actorTokenScopes"))
|
|
3958
|
+
TokenExchangeGrantTypeConfigType.struct_class = Types::TokenExchangeGrantTypeConfigType
|
|
3959
|
+
|
|
3863
3960
|
ToolDefinition.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
3864
3961
|
ToolDefinition.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "description"))
|
|
3865
3962
|
ToolDefinition.add_member(:input_schema, Shapes::ShapeRef.new(shape: SchemaDefinition, required: true, location_name: "inputSchema"))
|
|
@@ -4120,6 +4217,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
4120
4217
|
UpdateMemoryInput.add_member(:event_expiry_duration, Shapes::ShapeRef.new(shape: UpdateMemoryInputEventExpiryDurationInteger, location_name: "eventExpiryDuration"))
|
|
4121
4218
|
UpdateMemoryInput.add_member(:memory_execution_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "memoryExecutionRoleArn"))
|
|
4122
4219
|
UpdateMemoryInput.add_member(:memory_strategies, Shapes::ShapeRef.new(shape: ModifyMemoryStrategies, location_name: "memoryStrategies"))
|
|
4220
|
+
UpdateMemoryInput.add_member(:add_indexed_keys, Shapes::ShapeRef.new(shape: IndexedKeysList, location_name: "addIndexedKeys"))
|
|
4123
4221
|
UpdateMemoryInput.add_member(:stream_delivery_resources, Shapes::ShapeRef.new(shape: StreamDeliveryResources, location_name: "streamDeliveryResources"))
|
|
4124
4222
|
UpdateMemoryInput.struct_class = Types::UpdateMemoryInput
|
|
4125
4223
|
|
|
@@ -4341,6 +4439,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
4341
4439
|
UserPreferenceMemoryStrategyInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
4342
4440
|
UserPreferenceMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
4343
4441
|
UserPreferenceMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
4442
|
+
UserPreferenceMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
4344
4443
|
UserPreferenceMemoryStrategyInput.struct_class = Types::UserPreferenceMemoryStrategyInput
|
|
4345
4444
|
|
|
4346
4445
|
UserPreferenceOverrideConfigurationInput.add_member(:extraction, Shapes::ShapeRef.new(shape: UserPreferenceOverrideExtractionConfigurationInput, location_name: "extraction"))
|
|
@@ -4355,6 +4454,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
4355
4454
|
UserPreferenceOverrideExtractionConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
|
|
4356
4455
|
UserPreferenceOverrideExtractionConfigurationInput.struct_class = Types::UserPreferenceOverrideExtractionConfigurationInput
|
|
4357
4456
|
|
|
4457
|
+
Validation.add_member(:string_validation, Shapes::ShapeRef.new(shape: StringValidation, location_name: "stringValidation"))
|
|
4458
|
+
Validation.add_member(:string_list_validation, Shapes::ShapeRef.new(shape: StringListValidation, location_name: "stringListValidation"))
|
|
4459
|
+
Validation.add_member(:number_validation, Shapes::ShapeRef.new(shape: NumberValidation, location_name: "numberValidation"))
|
|
4460
|
+
Validation.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
4461
|
+
Validation.add_member_subclass(:string_validation, Types::Validation::StringValidation)
|
|
4462
|
+
Validation.add_member_subclass(:string_list_validation, Types::Validation::StringListValidation)
|
|
4463
|
+
Validation.add_member_subclass(:number_validation, Types::Validation::NumberValidation)
|
|
4464
|
+
Validation.add_member_subclass(:unknown, Types::Validation::Unknown)
|
|
4465
|
+
Validation.struct_class = Types::Validation
|
|
4466
|
+
|
|
4358
4467
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
4359
4468
|
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "reason"))
|
|
4360
4469
|
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|