aws-sdk-bedrockagentcorecontrol 1.41.0 → 1.43.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client.rb +662 -17
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +122 -2
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +401 -17
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +523 -24
- data/sig/types.rbs +113 -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')
|
|
@@ -782,6 +806,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
782
806
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
783
807
|
SessionConfig = Shapes::StructureShape.new(name: 'SessionConfig')
|
|
784
808
|
SessionConfigSessionTimeoutMinutesInteger = Shapes::IntegerShape.new(name: 'SessionConfigSessionTimeoutMinutesInteger')
|
|
809
|
+
SessionConfiguration = Shapes::StructureShape.new(name: 'SessionConfiguration')
|
|
810
|
+
SessionConfigurationSessionTimeoutInSecondsInteger = Shapes::IntegerShape.new(name: 'SessionConfigurationSessionTimeoutInSecondsInteger')
|
|
785
811
|
SessionStorageConfiguration = Shapes::StructureShape.new(name: 'SessionStorageConfiguration')
|
|
786
812
|
SetTokenVaultCMKRequest = Shapes::StructureShape.new(name: 'SetTokenVaultCMKRequest')
|
|
787
813
|
SetTokenVaultCMKResponse = Shapes::StructureShape.new(name: 'SetTokenVaultCMKResponse')
|
|
@@ -802,7 +828,11 @@ module Aws::BedrockAgentCoreControl
|
|
|
802
828
|
StreamDeliveryResource = Shapes::UnionShape.new(name: 'StreamDeliveryResource')
|
|
803
829
|
StreamDeliveryResources = Shapes::StructureShape.new(name: 'StreamDeliveryResources')
|
|
804
830
|
StreamDeliveryResourcesList = Shapes::ListShape.new(name: 'StreamDeliveryResourcesList')
|
|
831
|
+
StreamingConfiguration = Shapes::StructureShape.new(name: 'StreamingConfiguration')
|
|
805
832
|
String = Shapes::StringShape.new(name: 'String')
|
|
833
|
+
StringListValidation = Shapes::StructureShape.new(name: 'StringListValidation')
|
|
834
|
+
StringListValidationMaxItemsInteger = Shapes::IntegerShape.new(name: 'StringListValidationMaxItemsInteger')
|
|
835
|
+
StringValidation = Shapes::StructureShape.new(name: 'StringValidation')
|
|
806
836
|
SubmitRegistryRecordForApprovalRequest = Shapes::StructureShape.new(name: 'SubmitRegistryRecordForApprovalRequest')
|
|
807
837
|
SubmitRegistryRecordForApprovalResponse = Shapes::StructureShape.new(name: 'SubmitRegistryRecordForApprovalResponse')
|
|
808
838
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
|
@@ -855,6 +885,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
855
885
|
TokenBasedTriggerInputTokenCountInteger = Shapes::IntegerShape.new(name: 'TokenBasedTriggerInputTokenCountInteger')
|
|
856
886
|
TokenEndpointAuthMethodsType = Shapes::ListShape.new(name: 'TokenEndpointAuthMethodsType')
|
|
857
887
|
TokenEndpointType = Shapes::StringShape.new(name: 'TokenEndpointType')
|
|
888
|
+
TokenExchangeGrantTypeConfigType = Shapes::StructureShape.new(name: 'TokenExchangeGrantTypeConfigType')
|
|
858
889
|
TokenVaultIdType = Shapes::StringShape.new(name: 'TokenVaultIdType')
|
|
859
890
|
ToolDefinition = Shapes::StructureShape.new(name: 'ToolDefinition')
|
|
860
891
|
ToolDefinitions = Shapes::ListShape.new(name: 'ToolDefinitions')
|
|
@@ -944,6 +975,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
944
975
|
UserPreferenceOverrideConfigurationInput = Shapes::StructureShape.new(name: 'UserPreferenceOverrideConfigurationInput')
|
|
945
976
|
UserPreferenceOverrideConsolidationConfigurationInput = Shapes::StructureShape.new(name: 'UserPreferenceOverrideConsolidationConfigurationInput')
|
|
946
977
|
UserPreferenceOverrideExtractionConfigurationInput = Shapes::StructureShape.new(name: 'UserPreferenceOverrideExtractionConfigurationInput')
|
|
978
|
+
Validation = Shapes::UnionShape.new(name: 'Validation')
|
|
947
979
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
948
980
|
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
|
949
981
|
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
|
@@ -1033,6 +1065,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
1033
1065
|
|
|
1034
1066
|
AllowedScopesType.member = Shapes::ShapeRef.new(shape: AllowedScopeType)
|
|
1035
1067
|
|
|
1068
|
+
AllowedStringListValuesList.member = Shapes::ShapeRef.new(shape: AllowedStringListValue)
|
|
1069
|
+
|
|
1070
|
+
AllowedStringValuesList.member = Shapes::ShapeRef.new(shape: AllowedStringValue)
|
|
1071
|
+
|
|
1036
1072
|
ApiGatewayTargetConfiguration.add_member(:rest_api_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "restApiId"))
|
|
1037
1073
|
ApiGatewayTargetConfiguration.add_member(:stage, Shapes::ShapeRef.new(shape: String, required: true, location_name: "stage"))
|
|
1038
1074
|
ApiGatewayTargetConfiguration.add_member(:api_gateway_tool_configuration, Shapes::ShapeRef.new(shape: ApiGatewayToolConfiguration, required: true, location_name: "apiGatewayToolConfiguration"))
|
|
@@ -1535,6 +1571,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1535
1571
|
CreateMemoryInput.add_member(:memory_execution_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "memoryExecutionRoleArn"))
|
|
1536
1572
|
CreateMemoryInput.add_member(:event_expiry_duration, Shapes::ShapeRef.new(shape: CreateMemoryInputEventExpiryDurationInteger, required: true, location_name: "eventExpiryDuration"))
|
|
1537
1573
|
CreateMemoryInput.add_member(:memory_strategies, Shapes::ShapeRef.new(shape: MemoryStrategyInputList, location_name: "memoryStrategies"))
|
|
1574
|
+
CreateMemoryInput.add_member(:indexed_keys, Shapes::ShapeRef.new(shape: IndexedKeysList, location_name: "indexedKeys"))
|
|
1538
1575
|
CreateMemoryInput.add_member(:stream_delivery_resources, Shapes::ShapeRef.new(shape: StreamDeliveryResources, location_name: "streamDeliveryResources"))
|
|
1539
1576
|
CreateMemoryInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1540
1577
|
CreateMemoryInput.struct_class = Types::CreateMemoryInput
|
|
@@ -1748,19 +1785,24 @@ module Aws::BedrockAgentCoreControl
|
|
|
1748
1785
|
CustomMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
1749
1786
|
CustomMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
1750
1787
|
CustomMemoryStrategyInput.add_member(:configuration, Shapes::ShapeRef.new(shape: CustomConfigurationInput, location_name: "configuration"))
|
|
1788
|
+
CustomMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
1751
1789
|
CustomMemoryStrategyInput.struct_class = Types::CustomMemoryStrategyInput
|
|
1752
1790
|
|
|
1753
1791
|
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:
|
|
1792
|
+
CustomOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: DefaultClientIdType, location_name: "clientId"))
|
|
1793
|
+
CustomOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
1756
1794
|
CustomOauth2ProviderConfigInput.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
1757
1795
|
CustomOauth2ProviderConfigInput.add_member(:private_endpoint_overrides, Shapes::ShapeRef.new(shape: PrivateEndpointOverrides, location_name: "privateEndpointOverrides"))
|
|
1796
|
+
CustomOauth2ProviderConfigInput.add_member(:on_behalf_of_token_exchange_config, Shapes::ShapeRef.new(shape: OnBehalfOfTokenExchangeConfigType, location_name: "onBehalfOfTokenExchangeConfig"))
|
|
1797
|
+
CustomOauth2ProviderConfigInput.add_member(:client_authentication_method, Shapes::ShapeRef.new(shape: ClientAuthenticationMethodType, location_name: "clientAuthenticationMethod"))
|
|
1758
1798
|
CustomOauth2ProviderConfigInput.struct_class = Types::CustomOauth2ProviderConfigInput
|
|
1759
1799
|
|
|
1760
1800
|
CustomOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
1761
1801
|
CustomOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
|
|
1762
1802
|
CustomOauth2ProviderConfigOutput.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
1763
1803
|
CustomOauth2ProviderConfigOutput.add_member(:private_endpoint_overrides, Shapes::ShapeRef.new(shape: PrivateEndpointOverrides, location_name: "privateEndpointOverrides"))
|
|
1804
|
+
CustomOauth2ProviderConfigOutput.add_member(:on_behalf_of_token_exchange_config, Shapes::ShapeRef.new(shape: OnBehalfOfTokenExchangeConfigType, location_name: "onBehalfOfTokenExchangeConfig"))
|
|
1805
|
+
CustomOauth2ProviderConfigOutput.add_member(:client_authentication_method, Shapes::ShapeRef.new(shape: ClientAuthenticationMethodType, location_name: "clientAuthenticationMethod"))
|
|
1764
1806
|
CustomOauth2ProviderConfigOutput.struct_class = Types::CustomOauth2ProviderConfigOutput
|
|
1765
1807
|
|
|
1766
1808
|
CustomParameterMap.key = Shapes::ShapeRef.new(shape: String)
|
|
@@ -1990,6 +2032,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1990
2032
|
EpisodicMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
1991
2033
|
EpisodicMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
1992
2034
|
EpisodicMemoryStrategyInput.add_member(:reflection_configuration, Shapes::ShapeRef.new(shape: EpisodicReflectionConfigurationInput, location_name: "reflectionConfiguration"))
|
|
2035
|
+
EpisodicMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
1993
2036
|
EpisodicMemoryStrategyInput.struct_class = Types::EpisodicMemoryStrategyInput
|
|
1994
2037
|
|
|
1995
2038
|
EpisodicOverrideConfigurationInput.add_member(:extraction, Shapes::ShapeRef.new(shape: EpisodicOverrideExtractionConfigurationInput, location_name: "extraction"))
|
|
@@ -2009,20 +2052,24 @@ module Aws::BedrockAgentCoreControl
|
|
|
2009
2052
|
EpisodicOverrideReflectionConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
|
|
2010
2053
|
EpisodicOverrideReflectionConfigurationInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
2011
2054
|
EpisodicOverrideReflectionConfigurationInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
2055
|
+
EpisodicOverrideReflectionConfigurationInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
2012
2056
|
EpisodicOverrideReflectionConfigurationInput.struct_class = Types::EpisodicOverrideReflectionConfigurationInput
|
|
2013
2057
|
|
|
2014
2058
|
EpisodicReflectionConfiguration.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
2015
2059
|
EpisodicReflectionConfiguration.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
2060
|
+
EpisodicReflectionConfiguration.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
2016
2061
|
EpisodicReflectionConfiguration.struct_class = Types::EpisodicReflectionConfiguration
|
|
2017
2062
|
|
|
2018
2063
|
EpisodicReflectionConfigurationInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
2019
2064
|
EpisodicReflectionConfigurationInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
2065
|
+
EpisodicReflectionConfigurationInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
2020
2066
|
EpisodicReflectionConfigurationInput.struct_class = Types::EpisodicReflectionConfigurationInput
|
|
2021
2067
|
|
|
2022
2068
|
EpisodicReflectionOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
|
|
2023
2069
|
EpisodicReflectionOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
|
|
2024
2070
|
EpisodicReflectionOverride.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
2025
2071
|
EpisodicReflectionOverride.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
2072
|
+
EpisodicReflectionOverride.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
2026
2073
|
EpisodicReflectionOverride.struct_class = Types::EpisodicReflectionOverride
|
|
2027
2074
|
|
|
2028
2075
|
EvaluatorConfig.add_member(:llm_as_a_judge, Shapes::ShapeRef.new(shape: LlmAsAJudgeEvaluatorConfig, location_name: "llmAsAJudge"))
|
|
@@ -2062,6 +2109,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
2062
2109
|
|
|
2063
2110
|
EvaluatorSummaryList.member = Shapes::ShapeRef.new(shape: EvaluatorSummary)
|
|
2064
2111
|
|
|
2112
|
+
ExtractionConfig.add_member(:llm_extraction_config, Shapes::ShapeRef.new(shape: LlmExtractionConfig, location_name: "llmExtractionConfig"))
|
|
2113
|
+
ExtractionConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2114
|
+
ExtractionConfig.add_member_subclass(:llm_extraction_config, Types::ExtractionConfig::LlmExtractionConfig)
|
|
2115
|
+
ExtractionConfig.add_member_subclass(:unknown, Types::ExtractionConfig::Unknown)
|
|
2116
|
+
ExtractionConfig.struct_class = Types::ExtractionConfig
|
|
2117
|
+
|
|
2065
2118
|
ExtractionConfiguration.add_member(:custom_extraction_configuration, Shapes::ShapeRef.new(shape: CustomExtractionConfiguration, location_name: "customExtractionConfiguration"))
|
|
2066
2119
|
ExtractionConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2067
2120
|
ExtractionConfiguration.add_member_subclass(:custom_extraction_configuration, Types::ExtractionConfiguration::CustomExtractionConfiguration)
|
|
@@ -2780,6 +2833,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
2780
2833
|
IncludedOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
|
|
2781
2834
|
IncludedOauth2ProviderConfigOutput.struct_class = Types::IncludedOauth2ProviderConfigOutput
|
|
2782
2835
|
|
|
2836
|
+
IndexedKey.add_member(:key, Shapes::ShapeRef.new(shape: MetadataKey, required: true, location_name: "key"))
|
|
2837
|
+
IndexedKey.add_member(:type, Shapes::ShapeRef.new(shape: MetadataValueType, required: true, location_name: "type"))
|
|
2838
|
+
IndexedKey.struct_class = Types::IndexedKey
|
|
2839
|
+
|
|
2840
|
+
IndexedKeysList.member = Shapes::ShapeRef.new(shape: IndexedKey)
|
|
2841
|
+
|
|
2783
2842
|
InferenceConfiguration.add_member(:max_tokens, Shapes::ShapeRef.new(shape: InferenceConfigurationMaxTokensInteger, location_name: "maxTokens"))
|
|
2784
2843
|
InferenceConfiguration.add_member(:temperature, Shapes::ShapeRef.new(shape: InferenceConfigurationTemperatureFloat, location_name: "temperature"))
|
|
2785
2844
|
InferenceConfiguration.add_member(:top_p, Shapes::ShapeRef.new(shape: InferenceConfigurationTopPFloat, location_name: "topP"))
|
|
@@ -3059,9 +3118,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
3059
3118
|
LlmAsAJudgeEvaluatorConfig.add_member(:model_config, Shapes::ShapeRef.new(shape: EvaluatorModelConfig, required: true, location_name: "modelConfig"))
|
|
3060
3119
|
LlmAsAJudgeEvaluatorConfig.struct_class = Types::LlmAsAJudgeEvaluatorConfig
|
|
3061
3120
|
|
|
3121
|
+
LlmExtractionConfig.add_member(:llm_extraction_instruction, Shapes::ShapeRef.new(shape: LlmExtractionInstruction, location_name: "llmExtractionInstruction"))
|
|
3122
|
+
LlmExtractionConfig.add_member(:definition, Shapes::ShapeRef.new(shape: Definition, required: true, location_name: "definition"))
|
|
3123
|
+
LlmExtractionConfig.add_member(:validation, Shapes::ShapeRef.new(shape: Validation, location_name: "validation"))
|
|
3124
|
+
LlmExtractionConfig.struct_class = Types::LlmExtractionConfig
|
|
3125
|
+
|
|
3062
3126
|
MCPGatewayConfiguration.add_member(:supported_versions, Shapes::ShapeRef.new(shape: McpSupportedVersions, location_name: "supportedVersions"))
|
|
3063
3127
|
MCPGatewayConfiguration.add_member(:instructions, Shapes::ShapeRef.new(shape: McpInstructions, location_name: "instructions"))
|
|
3064
3128
|
MCPGatewayConfiguration.add_member(:search_type, Shapes::ShapeRef.new(shape: SearchType, location_name: "searchType"))
|
|
3129
|
+
MCPGatewayConfiguration.add_member(:session_configuration, Shapes::ShapeRef.new(shape: SessionConfiguration, location_name: "sessionConfiguration"))
|
|
3130
|
+
MCPGatewayConfiguration.add_member(:streaming_configuration, Shapes::ShapeRef.new(shape: StreamingConfiguration, location_name: "streamingConfiguration"))
|
|
3065
3131
|
MCPGatewayConfiguration.struct_class = Types::MCPGatewayConfiguration
|
|
3066
3132
|
|
|
3067
3133
|
ManagedResourceDetails.add_member(:domain, Shapes::ShapeRef.new(shape: DomainName, location_name: "domain"))
|
|
@@ -3145,9 +3211,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
3145
3211
|
Memory.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
3146
3212
|
Memory.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
|
3147
3213
|
Memory.add_member(:strategies, Shapes::ShapeRef.new(shape: MemoryStrategyList, location_name: "strategies"))
|
|
3214
|
+
Memory.add_member(:indexed_keys, Shapes::ShapeRef.new(shape: IndexedKeysList, location_name: "indexedKeys"))
|
|
3148
3215
|
Memory.add_member(:stream_delivery_resources, Shapes::ShapeRef.new(shape: StreamDeliveryResources, location_name: "streamDeliveryResources"))
|
|
3149
3216
|
Memory.struct_class = Types::Memory
|
|
3150
3217
|
|
|
3218
|
+
MemoryRecordSchema.add_member(:metadata_schema, Shapes::ShapeRef.new(shape: MetadataSchemaList, location_name: "metadataSchema"))
|
|
3219
|
+
MemoryRecordSchema.struct_class = Types::MemoryRecordSchema
|
|
3220
|
+
|
|
3151
3221
|
MemoryStrategy.add_member(:strategy_id, Shapes::ShapeRef.new(shape: MemoryStrategyId, required: true, location_name: "strategyId"))
|
|
3152
3222
|
MemoryStrategy.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
|
3153
3223
|
MemoryStrategy.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
@@ -3158,6 +3228,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3158
3228
|
MemoryStrategy.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
|
3159
3229
|
MemoryStrategy.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
3160
3230
|
MemoryStrategy.add_member(:status, Shapes::ShapeRef.new(shape: MemoryStrategyStatus, location_name: "status"))
|
|
3231
|
+
MemoryStrategy.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
3161
3232
|
MemoryStrategy.struct_class = Types::MemoryStrategy
|
|
3162
3233
|
|
|
3163
3234
|
MemoryStrategyInput.add_member(:semantic_memory_strategy, Shapes::ShapeRef.new(shape: SemanticMemoryStrategyInput, location_name: "semanticMemoryStrategy"))
|
|
@@ -3198,6 +3269,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
3198
3269
|
MetadataConfiguration.add_member(:allowed_response_headers, Shapes::ShapeRef.new(shape: AllowedResponseHeaders, location_name: "allowedResponseHeaders"))
|
|
3199
3270
|
MetadataConfiguration.struct_class = Types::MetadataConfiguration
|
|
3200
3271
|
|
|
3272
|
+
MetadataSchemaEntry.add_member(:key, Shapes::ShapeRef.new(shape: MetadataKey, required: true, location_name: "key"))
|
|
3273
|
+
MetadataSchemaEntry.add_member(:type, Shapes::ShapeRef.new(shape: MetadataValueType, location_name: "type"))
|
|
3274
|
+
MetadataSchemaEntry.add_member(:extraction_config, Shapes::ShapeRef.new(shape: ExtractionConfig, location_name: "extractionConfig"))
|
|
3275
|
+
MetadataSchemaEntry.struct_class = Types::MetadataSchemaEntry
|
|
3276
|
+
|
|
3277
|
+
MetadataSchemaList.member = Shapes::ShapeRef.new(shape: MetadataSchemaEntry)
|
|
3278
|
+
|
|
3201
3279
|
MicrosoftOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
3202
3280
|
MicrosoftOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, required: true, location_name: "clientSecret"))
|
|
3203
3281
|
MicrosoftOauth2ProviderConfigInput.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantIdType, location_name: "tenantId"))
|
|
@@ -3235,6 +3313,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3235
3313
|
ModifyMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
3236
3314
|
ModifyMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
3237
3315
|
ModifyMemoryStrategyInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ModifyStrategyConfiguration, location_name: "configuration"))
|
|
3316
|
+
ModifyMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
3238
3317
|
ModifyMemoryStrategyInput.struct_class = Types::ModifyMemoryStrategyInput
|
|
3239
3318
|
|
|
3240
3319
|
ModifyReflectionConfiguration.add_member(:episodic_reflection_configuration, Shapes::ShapeRef.new(shape: EpisodicReflectionConfigurationInput, location_name: "episodicReflectionConfiguration"))
|
|
@@ -3262,6 +3341,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
3262
3341
|
NetworkConfiguration.add_member(:network_mode_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "networkModeConfig"))
|
|
3263
3342
|
NetworkConfiguration.struct_class = Types::NetworkConfiguration
|
|
3264
3343
|
|
|
3344
|
+
NumberValidation.add_member(:min_value, Shapes::ShapeRef.new(shape: Double, location_name: "minValue"))
|
|
3345
|
+
NumberValidation.add_member(:max_value, Shapes::ShapeRef.new(shape: Double, location_name: "maxValue"))
|
|
3346
|
+
NumberValidation.struct_class = Types::NumberValidation
|
|
3347
|
+
|
|
3265
3348
|
NumericalScaleDefinition.add_member(:definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "definition"))
|
|
3266
3349
|
NumericalScaleDefinition.add_member(:value, Shapes::ShapeRef.new(shape: NumericalScaleDefinitionValueDouble, required: true, location_name: "value"))
|
|
3267
3350
|
NumericalScaleDefinition.add_member(:label, Shapes::ShapeRef.new(shape: NumericalScaleDefinitionLabelString, required: true, location_name: "label"))
|
|
@@ -3353,6 +3436,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
3353
3436
|
Oauth2ProviderConfigOutput.add_member_subclass(:unknown, Types::Oauth2ProviderConfigOutput::Unknown)
|
|
3354
3437
|
Oauth2ProviderConfigOutput.struct_class = Types::Oauth2ProviderConfigOutput
|
|
3355
3438
|
|
|
3439
|
+
OnBehalfOfTokenExchangeConfigType.add_member(:grant_type, Shapes::ShapeRef.new(shape: OnBehalfOfTokenExchangeGrantTypeType, required: true, location_name: "grantType"))
|
|
3440
|
+
OnBehalfOfTokenExchangeConfigType.add_member(:token_exchange_grant_type_config, Shapes::ShapeRef.new(shape: TokenExchangeGrantTypeConfigType, location_name: "tokenExchangeGrantTypeConfig"))
|
|
3441
|
+
OnBehalfOfTokenExchangeConfigType.struct_class = Types::OnBehalfOfTokenExchangeConfigType
|
|
3442
|
+
|
|
3356
3443
|
OnlineEvaluationConfigSummary.add_member(:online_evaluation_config_arn, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigArn, required: true, location_name: "onlineEvaluationConfigArn"))
|
|
3357
3444
|
OnlineEvaluationConfigSummary.add_member(:online_evaluation_config_id, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigId, required: true, location_name: "onlineEvaluationConfigId"))
|
|
3358
3445
|
OnlineEvaluationConfigSummary.add_member(:online_evaluation_config_name, Shapes::ShapeRef.new(shape: EvaluationConfigName, required: true, location_name: "onlineEvaluationConfigName"))
|
|
@@ -3616,6 +3703,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
3616
3703
|
|
|
3617
3704
|
ScopeList.member = Shapes::ShapeRef.new(shape: String)
|
|
3618
3705
|
|
|
3706
|
+
ScopesListType.member = Shapes::ShapeRef.new(shape: ScopeType)
|
|
3707
|
+
|
|
3619
3708
|
Secret.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "secretArn"))
|
|
3620
3709
|
Secret.struct_class = Types::Secret
|
|
3621
3710
|
|
|
@@ -3654,6 +3743,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3654
3743
|
SemanticMemoryStrategyInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3655
3744
|
SemanticMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
3656
3745
|
SemanticMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
3746
|
+
SemanticMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
3657
3747
|
SemanticMemoryStrategyInput.struct_class = Types::SemanticMemoryStrategyInput
|
|
3658
3748
|
|
|
3659
3749
|
SemanticOverrideConfigurationInput.add_member(:extraction, Shapes::ShapeRef.new(shape: SemanticOverrideExtractionConfigurationInput, location_name: "extraction"))
|
|
@@ -3681,6 +3771,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3681
3771
|
SessionConfig.add_member(:session_timeout_minutes, Shapes::ShapeRef.new(shape: SessionConfigSessionTimeoutMinutesInteger, required: true, location_name: "sessionTimeoutMinutes"))
|
|
3682
3772
|
SessionConfig.struct_class = Types::SessionConfig
|
|
3683
3773
|
|
|
3774
|
+
SessionConfiguration.add_member(:session_timeout_in_seconds, Shapes::ShapeRef.new(shape: SessionConfigurationSessionTimeoutInSecondsInteger, location_name: "sessionTimeoutInSeconds"))
|
|
3775
|
+
SessionConfiguration.struct_class = Types::SessionConfiguration
|
|
3776
|
+
|
|
3684
3777
|
SessionStorageConfiguration.add_member(:mount_path, Shapes::ShapeRef.new(shape: MountPath, required: true, location_name: "mountPath"))
|
|
3685
3778
|
SessionStorageConfiguration.struct_class = Types::SessionStorageConfiguration
|
|
3686
3779
|
|
|
@@ -3754,6 +3847,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
3754
3847
|
|
|
3755
3848
|
StreamDeliveryResourcesList.member = Shapes::ShapeRef.new(shape: StreamDeliveryResource)
|
|
3756
3849
|
|
|
3850
|
+
StreamingConfiguration.add_member(:enable_response_streaming, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResponseStreaming"))
|
|
3851
|
+
StreamingConfiguration.struct_class = Types::StreamingConfiguration
|
|
3852
|
+
|
|
3853
|
+
StringListValidation.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedStringListValuesList, location_name: "allowedValues"))
|
|
3854
|
+
StringListValidation.add_member(:max_items, Shapes::ShapeRef.new(shape: StringListValidationMaxItemsInteger, location_name: "maxItems"))
|
|
3855
|
+
StringListValidation.struct_class = Types::StringListValidation
|
|
3856
|
+
|
|
3857
|
+
StringValidation.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedStringValuesList, required: true, location_name: "allowedValues"))
|
|
3858
|
+
StringValidation.struct_class = Types::StringValidation
|
|
3859
|
+
|
|
3757
3860
|
SubmitRegistryRecordForApprovalRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryIdentifier, required: true, location: "uri", location_name: "registryId"))
|
|
3758
3861
|
SubmitRegistryRecordForApprovalRequest.add_member(:record_id, Shapes::ShapeRef.new(shape: RecordIdentifier, required: true, location: "uri", location_name: "recordId"))
|
|
3759
3862
|
SubmitRegistryRecordForApprovalRequest.struct_class = Types::SubmitRegistryRecordForApprovalRequest
|
|
@@ -3777,6 +3880,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3777
3880
|
SummaryMemoryStrategyInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3778
3881
|
SummaryMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
3779
3882
|
SummaryMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
3883
|
+
SummaryMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
3780
3884
|
SummaryMemoryStrategyInput.struct_class = Types::SummaryMemoryStrategyInput
|
|
3781
3885
|
|
|
3782
3886
|
SummaryOverrideConfigurationInput.add_member(:consolidation, Shapes::ShapeRef.new(shape: SummaryOverrideConsolidationConfigurationInput, location_name: "consolidation"))
|
|
@@ -3860,6 +3964,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
3860
3964
|
|
|
3861
3965
|
TokenEndpointAuthMethodsType.member = Shapes::ShapeRef.new(shape: TokenAuthMethod)
|
|
3862
3966
|
|
|
3967
|
+
TokenExchangeGrantTypeConfigType.add_member(:actor_token_content, Shapes::ShapeRef.new(shape: ActorTokenContentType, required: true, location_name: "actorTokenContent"))
|
|
3968
|
+
TokenExchangeGrantTypeConfigType.add_member(:actor_token_scopes, Shapes::ShapeRef.new(shape: ScopesListType, location_name: "actorTokenScopes"))
|
|
3969
|
+
TokenExchangeGrantTypeConfigType.struct_class = Types::TokenExchangeGrantTypeConfigType
|
|
3970
|
+
|
|
3863
3971
|
ToolDefinition.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
3864
3972
|
ToolDefinition.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "description"))
|
|
3865
3973
|
ToolDefinition.add_member(:input_schema, Shapes::ShapeRef.new(shape: SchemaDefinition, required: true, location_name: "inputSchema"))
|
|
@@ -4120,6 +4228,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
4120
4228
|
UpdateMemoryInput.add_member(:event_expiry_duration, Shapes::ShapeRef.new(shape: UpdateMemoryInputEventExpiryDurationInteger, location_name: "eventExpiryDuration"))
|
|
4121
4229
|
UpdateMemoryInput.add_member(:memory_execution_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "memoryExecutionRoleArn"))
|
|
4122
4230
|
UpdateMemoryInput.add_member(:memory_strategies, Shapes::ShapeRef.new(shape: ModifyMemoryStrategies, location_name: "memoryStrategies"))
|
|
4231
|
+
UpdateMemoryInput.add_member(:add_indexed_keys, Shapes::ShapeRef.new(shape: IndexedKeysList, location_name: "addIndexedKeys"))
|
|
4123
4232
|
UpdateMemoryInput.add_member(:stream_delivery_resources, Shapes::ShapeRef.new(shape: StreamDeliveryResources, location_name: "streamDeliveryResources"))
|
|
4124
4233
|
UpdateMemoryInput.struct_class = Types::UpdateMemoryInput
|
|
4125
4234
|
|
|
@@ -4341,6 +4450,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
4341
4450
|
UserPreferenceMemoryStrategyInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
4342
4451
|
UserPreferenceMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
4343
4452
|
UserPreferenceMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
4453
|
+
UserPreferenceMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
4344
4454
|
UserPreferenceMemoryStrategyInput.struct_class = Types::UserPreferenceMemoryStrategyInput
|
|
4345
4455
|
|
|
4346
4456
|
UserPreferenceOverrideConfigurationInput.add_member(:extraction, Shapes::ShapeRef.new(shape: UserPreferenceOverrideExtractionConfigurationInput, location_name: "extraction"))
|
|
@@ -4355,6 +4465,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
4355
4465
|
UserPreferenceOverrideExtractionConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
|
|
4356
4466
|
UserPreferenceOverrideExtractionConfigurationInput.struct_class = Types::UserPreferenceOverrideExtractionConfigurationInput
|
|
4357
4467
|
|
|
4468
|
+
Validation.add_member(:string_validation, Shapes::ShapeRef.new(shape: StringValidation, location_name: "stringValidation"))
|
|
4469
|
+
Validation.add_member(:string_list_validation, Shapes::ShapeRef.new(shape: StringListValidation, location_name: "stringListValidation"))
|
|
4470
|
+
Validation.add_member(:number_validation, Shapes::ShapeRef.new(shape: NumberValidation, location_name: "numberValidation"))
|
|
4471
|
+
Validation.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
4472
|
+
Validation.add_member_subclass(:string_validation, Types::Validation::StringValidation)
|
|
4473
|
+
Validation.add_member_subclass(:string_list_validation, Types::Validation::StringListValidation)
|
|
4474
|
+
Validation.add_member_subclass(:number_validation, Types::Validation::NumberValidation)
|
|
4475
|
+
Validation.add_member_subclass(:unknown, Types::Validation::Unknown)
|
|
4476
|
+
Validation.struct_class = Types::Validation
|
|
4477
|
+
|
|
4358
4478
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
4359
4479
|
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "reason"))
|
|
4360
4480
|
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|