aws-sdk-bedrockagentcorecontrol 1.8.0 → 1.9.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 +203 -21
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +153 -2
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +451 -12
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +86 -6
- data/sig/types.rbs +151 -6
- metadata +1 -1
@@ -155,6 +155,8 @@ module Aws::BedrockAgentCoreControl
|
|
155
155
|
GatewayStatus = Shapes::StringShape.new(name: 'GatewayStatus')
|
156
156
|
GatewaySummaries = Shapes::ListShape.new(name: 'GatewaySummaries')
|
157
157
|
GatewaySummary = Shapes::StructureShape.new(name: 'GatewaySummary')
|
158
|
+
GatewayTarget = Shapes::StructureShape.new(name: 'GatewayTarget')
|
159
|
+
GatewayTargetList = Shapes::ListShape.new(name: 'GatewayTargetList')
|
158
160
|
GatewayUrl = Shapes::StringShape.new(name: 'GatewayUrl')
|
159
161
|
GetAgentRuntimeEndpointRequest = Shapes::StructureShape.new(name: 'GetAgentRuntimeEndpointRequest')
|
160
162
|
GetAgentRuntimeEndpointResponse = Shapes::StructureShape.new(name: 'GetAgentRuntimeEndpointResponse')
|
@@ -184,7 +186,11 @@ module Aws::BedrockAgentCoreControl
|
|
184
186
|
GoogleOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'GoogleOauth2ProviderConfigOutput')
|
185
187
|
HeaderName = Shapes::StringShape.new(name: 'HeaderName')
|
186
188
|
InlinePayload = Shapes::StringShape.new(name: 'InlinePayload')
|
189
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
187
190
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
191
|
+
InvocationConfiguration = Shapes::StructureShape.new(name: 'InvocationConfiguration')
|
192
|
+
InvocationConfigurationInput = Shapes::StructureShape.new(name: 'InvocationConfigurationInput')
|
193
|
+
InvocationConfigurationInputPayloadDeliveryBucketNameString = Shapes::StringShape.new(name: 'InvocationConfigurationInputPayloadDeliveryBucketNameString')
|
188
194
|
IssuerUrlType = Shapes::StringShape.new(name: 'IssuerUrlType')
|
189
195
|
KeyType = Shapes::StringShape.new(name: 'KeyType')
|
190
196
|
KmsConfiguration = Shapes::StructureShape.new(name: 'KmsConfiguration')
|
@@ -224,6 +230,8 @@ module Aws::BedrockAgentCoreControl
|
|
224
230
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
225
231
|
McpInstructions = Shapes::StringShape.new(name: 'McpInstructions')
|
226
232
|
McpLambdaTargetConfiguration = Shapes::StructureShape.new(name: 'McpLambdaTargetConfiguration')
|
233
|
+
McpServerTargetConfiguration = Shapes::StructureShape.new(name: 'McpServerTargetConfiguration')
|
234
|
+
McpServerTargetConfigurationEndpointString = Shapes::StringShape.new(name: 'McpServerTargetConfigurationEndpointString')
|
227
235
|
McpSupportedVersions = Shapes::ListShape.new(name: 'McpSupportedVersions')
|
228
236
|
McpTargetConfiguration = Shapes::UnionShape.new(name: 'McpTargetConfiguration')
|
229
237
|
McpVersion = Shapes::StringShape.new(name: 'McpVersion')
|
@@ -241,13 +249,20 @@ module Aws::BedrockAgentCoreControl
|
|
241
249
|
MemoryStrategyType = Shapes::StringShape.new(name: 'MemoryStrategyType')
|
242
250
|
MemorySummary = Shapes::StructureShape.new(name: 'MemorySummary')
|
243
251
|
MemorySummaryList = Shapes::ListShape.new(name: 'MemorySummaryList')
|
252
|
+
MessageBasedTrigger = Shapes::StructureShape.new(name: 'MessageBasedTrigger')
|
253
|
+
MessageBasedTriggerInput = Shapes::StructureShape.new(name: 'MessageBasedTriggerInput')
|
254
|
+
MessageBasedTriggerInputMessageCountInteger = Shapes::IntegerShape.new(name: 'MessageBasedTriggerInputMessageCountInteger')
|
244
255
|
MicrosoftOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'MicrosoftOauth2ProviderConfigInput')
|
245
256
|
MicrosoftOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'MicrosoftOauth2ProviderConfigOutput')
|
246
257
|
ModifyConsolidationConfiguration = Shapes::UnionShape.new(name: 'ModifyConsolidationConfiguration')
|
247
258
|
ModifyExtractionConfiguration = Shapes::UnionShape.new(name: 'ModifyExtractionConfiguration')
|
259
|
+
ModifyInvocationConfigurationInput = Shapes::StructureShape.new(name: 'ModifyInvocationConfigurationInput')
|
260
|
+
ModifyInvocationConfigurationInputPayloadDeliveryBucketNameString = Shapes::StringShape.new(name: 'ModifyInvocationConfigurationInputPayloadDeliveryBucketNameString')
|
248
261
|
ModifyMemoryStrategies = Shapes::StructureShape.new(name: 'ModifyMemoryStrategies')
|
249
262
|
ModifyMemoryStrategiesList = Shapes::ListShape.new(name: 'ModifyMemoryStrategiesList')
|
250
263
|
ModifyMemoryStrategyInput = Shapes::StructureShape.new(name: 'ModifyMemoryStrategyInput')
|
264
|
+
ModifySelfManagedConfiguration = Shapes::StructureShape.new(name: 'ModifySelfManagedConfiguration')
|
265
|
+
ModifySelfManagedConfigurationHistoricalContextWindowSizeInteger = Shapes::IntegerShape.new(name: 'ModifySelfManagedConfigurationHistoricalContextWindowSizeInteger')
|
251
266
|
ModifyStrategyConfiguration = Shapes::StructureShape.new(name: 'ModifyStrategyConfiguration')
|
252
267
|
Name = Shapes::StringShape.new(name: 'Name')
|
253
268
|
Namespace = Shapes::StringShape.new(name: 'Namespace')
|
@@ -301,6 +316,9 @@ module Aws::BedrockAgentCoreControl
|
|
301
316
|
SecretArn = Shapes::StringShape.new(name: 'SecretArn')
|
302
317
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
303
318
|
SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
|
319
|
+
SelfManagedConfiguration = Shapes::StructureShape.new(name: 'SelfManagedConfiguration')
|
320
|
+
SelfManagedConfigurationInput = Shapes::StructureShape.new(name: 'SelfManagedConfigurationInput')
|
321
|
+
SelfManagedConfigurationInputHistoricalContextWindowSizeInteger = Shapes::IntegerShape.new(name: 'SelfManagedConfigurationInputHistoricalContextWindowSizeInteger')
|
304
322
|
SemanticConsolidationOverride = Shapes::StructureShape.new(name: 'SemanticConsolidationOverride')
|
305
323
|
SemanticExtractionOverride = Shapes::StructureShape.new(name: 'SemanticExtractionOverride')
|
306
324
|
SemanticMemoryStrategyInput = Shapes::StructureShape.new(name: 'SemanticMemoryStrategyInput')
|
@@ -324,6 +342,8 @@ module Aws::BedrockAgentCoreControl
|
|
324
342
|
SummaryMemoryStrategyInput = Shapes::StructureShape.new(name: 'SummaryMemoryStrategyInput')
|
325
343
|
SummaryOverrideConfigurationInput = Shapes::StructureShape.new(name: 'SummaryOverrideConfigurationInput')
|
326
344
|
SummaryOverrideConsolidationConfigurationInput = Shapes::StructureShape.new(name: 'SummaryOverrideConsolidationConfigurationInput')
|
345
|
+
SynchronizeGatewayTargetsRequest = Shapes::StructureShape.new(name: 'SynchronizeGatewayTargetsRequest')
|
346
|
+
SynchronizeGatewayTargetsResponse = Shapes::StructureShape.new(name: 'SynchronizeGatewayTargetsResponse')
|
327
347
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
328
348
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
329
349
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
@@ -334,6 +354,7 @@ module Aws::BedrockAgentCoreControl
|
|
334
354
|
TargetConfiguration = Shapes::UnionShape.new(name: 'TargetConfiguration')
|
335
355
|
TargetDescription = Shapes::StringShape.new(name: 'TargetDescription')
|
336
356
|
TargetId = Shapes::StringShape.new(name: 'TargetId')
|
357
|
+
TargetIdList = Shapes::ListShape.new(name: 'TargetIdList')
|
337
358
|
TargetMaxResults = Shapes::IntegerShape.new(name: 'TargetMaxResults')
|
338
359
|
TargetName = Shapes::StringShape.new(name: 'TargetName')
|
339
360
|
TargetNextToken = Shapes::StringShape.new(name: 'TargetNextToken')
|
@@ -342,12 +363,22 @@ module Aws::BedrockAgentCoreControl
|
|
342
363
|
TargetSummary = Shapes::StructureShape.new(name: 'TargetSummary')
|
343
364
|
ThrottledException = Shapes::StructureShape.new(name: 'ThrottledException')
|
344
365
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
366
|
+
TimeBasedTrigger = Shapes::StructureShape.new(name: 'TimeBasedTrigger')
|
367
|
+
TimeBasedTriggerInput = Shapes::StructureShape.new(name: 'TimeBasedTriggerInput')
|
368
|
+
TimeBasedTriggerInputIdleSessionTimeoutInteger = Shapes::IntegerShape.new(name: 'TimeBasedTriggerInputIdleSessionTimeoutInteger')
|
345
369
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
370
|
+
TokenBasedTrigger = Shapes::StructureShape.new(name: 'TokenBasedTrigger')
|
371
|
+
TokenBasedTriggerInput = Shapes::StructureShape.new(name: 'TokenBasedTriggerInput')
|
372
|
+
TokenBasedTriggerInputTokenCountInteger = Shapes::IntegerShape.new(name: 'TokenBasedTriggerInputTokenCountInteger')
|
346
373
|
TokenEndpointType = Shapes::StringShape.new(name: 'TokenEndpointType')
|
347
374
|
TokenVaultIdType = Shapes::StringShape.new(name: 'TokenVaultIdType')
|
348
375
|
ToolDefinition = Shapes::StructureShape.new(name: 'ToolDefinition')
|
349
376
|
ToolDefinitions = Shapes::ListShape.new(name: 'ToolDefinitions')
|
350
377
|
ToolSchema = Shapes::UnionShape.new(name: 'ToolSchema')
|
378
|
+
TriggerCondition = Shapes::UnionShape.new(name: 'TriggerCondition')
|
379
|
+
TriggerConditionInput = Shapes::UnionShape.new(name: 'TriggerConditionInput')
|
380
|
+
TriggerConditionInputList = Shapes::ListShape.new(name: 'TriggerConditionInputList')
|
381
|
+
TriggerConditionsList = Shapes::ListShape.new(name: 'TriggerConditionsList')
|
351
382
|
UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
|
352
383
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
353
384
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
@@ -610,7 +641,7 @@ module Aws::BedrockAgentCoreControl
|
|
610
641
|
CreateGatewayTargetRequest.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
|
611
642
|
CreateGatewayTargetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
612
643
|
CreateGatewayTargetRequest.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
|
613
|
-
CreateGatewayTargetRequest.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations,
|
644
|
+
CreateGatewayTargetRequest.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, location_name: "credentialProviderConfigurations"))
|
614
645
|
CreateGatewayTargetRequest.struct_class = Types::CreateGatewayTargetRequest
|
615
646
|
|
616
647
|
CreateGatewayTargetResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
@@ -623,6 +654,7 @@ module Aws::BedrockAgentCoreControl
|
|
623
654
|
CreateGatewayTargetResponse.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
|
624
655
|
CreateGatewayTargetResponse.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
|
625
656
|
CreateGatewayTargetResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
657
|
+
CreateGatewayTargetResponse.add_member(:last_synchronized_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastSynchronizedAt"))
|
626
658
|
CreateGatewayTargetResponse.struct_class = Types::CreateGatewayTargetResponse
|
627
659
|
|
628
660
|
CreateMemoryInput.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateMemoryInputClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
@@ -674,10 +706,12 @@ module Aws::BedrockAgentCoreControl
|
|
674
706
|
CustomConfigurationInput.add_member(:semantic_override, Shapes::ShapeRef.new(shape: SemanticOverrideConfigurationInput, location_name: "semanticOverride"))
|
675
707
|
CustomConfigurationInput.add_member(:summary_override, Shapes::ShapeRef.new(shape: SummaryOverrideConfigurationInput, location_name: "summaryOverride"))
|
676
708
|
CustomConfigurationInput.add_member(:user_preference_override, Shapes::ShapeRef.new(shape: UserPreferenceOverrideConfigurationInput, location_name: "userPreferenceOverride"))
|
709
|
+
CustomConfigurationInput.add_member(:self_managed_configuration, Shapes::ShapeRef.new(shape: SelfManagedConfigurationInput, location_name: "selfManagedConfiguration"))
|
677
710
|
CustomConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
678
711
|
CustomConfigurationInput.add_member_subclass(:semantic_override, Types::CustomConfigurationInput::SemanticOverride)
|
679
712
|
CustomConfigurationInput.add_member_subclass(:summary_override, Types::CustomConfigurationInput::SummaryOverride)
|
680
713
|
CustomConfigurationInput.add_member_subclass(:user_preference_override, Types::CustomConfigurationInput::UserPreferenceOverride)
|
714
|
+
CustomConfigurationInput.add_member_subclass(:self_managed_configuration, Types::CustomConfigurationInput::SelfManagedConfiguration)
|
681
715
|
CustomConfigurationInput.add_member_subclass(:unknown, Types::CustomConfigurationInput::Unknown)
|
682
716
|
CustomConfigurationInput.struct_class = Types::CustomConfigurationInput
|
683
717
|
|
@@ -847,6 +881,21 @@ module Aws::BedrockAgentCoreControl
|
|
847
881
|
GatewaySummary.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, required: true, location_name: "protocolType"))
|
848
882
|
GatewaySummary.struct_class = Types::GatewaySummary
|
849
883
|
|
884
|
+
GatewayTarget.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
885
|
+
GatewayTarget.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "targetId"))
|
886
|
+
GatewayTarget.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
887
|
+
GatewayTarget.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
888
|
+
GatewayTarget.add_member(:status, Shapes::ShapeRef.new(shape: TargetStatus, required: true, location_name: "status"))
|
889
|
+
GatewayTarget.add_member(:status_reasons, Shapes::ShapeRef.new(shape: StatusReasons, location_name: "statusReasons"))
|
890
|
+
GatewayTarget.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "name"))
|
891
|
+
GatewayTarget.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
|
892
|
+
GatewayTarget.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
|
893
|
+
GatewayTarget.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
894
|
+
GatewayTarget.add_member(:last_synchronized_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastSynchronizedAt"))
|
895
|
+
GatewayTarget.struct_class = Types::GatewayTarget
|
896
|
+
|
897
|
+
GatewayTargetList.member = Shapes::ShapeRef.new(shape: GatewayTarget)
|
898
|
+
|
850
899
|
GetAgentRuntimeEndpointRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
|
851
900
|
GetAgentRuntimeEndpointRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location: "uri", location_name: "endpointName"))
|
852
901
|
GetAgentRuntimeEndpointRequest.struct_class = Types::GetAgentRuntimeEndpointRequest
|
@@ -964,6 +1013,7 @@ module Aws::BedrockAgentCoreControl
|
|
964
1013
|
GetGatewayTargetResponse.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
|
965
1014
|
GetGatewayTargetResponse.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
|
966
1015
|
GetGatewayTargetResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
1016
|
+
GetGatewayTargetResponse.add_member(:last_synchronized_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastSynchronizedAt"))
|
967
1017
|
GetGatewayTargetResponse.struct_class = Types::GetGatewayTargetResponse
|
968
1018
|
|
969
1019
|
GetMemoryInput.add_member(:memory_id, Shapes::ShapeRef.new(shape: MemoryId, required: true, location: "uri", location_name: "memoryId"))
|
@@ -1019,6 +1069,14 @@ module Aws::BedrockAgentCoreControl
|
|
1019
1069
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
1020
1070
|
InternalServerException.struct_class = Types::InternalServerException
|
1021
1071
|
|
1072
|
+
InvocationConfiguration.add_member(:topic_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "topicArn"))
|
1073
|
+
InvocationConfiguration.add_member(:payload_delivery_bucket_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "payloadDeliveryBucketName"))
|
1074
|
+
InvocationConfiguration.struct_class = Types::InvocationConfiguration
|
1075
|
+
|
1076
|
+
InvocationConfigurationInput.add_member(:topic_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "topicArn"))
|
1077
|
+
InvocationConfigurationInput.add_member(:payload_delivery_bucket_name, Shapes::ShapeRef.new(shape: InvocationConfigurationInputPayloadDeliveryBucketNameString, required: true, location_name: "payloadDeliveryBucketName"))
|
1078
|
+
InvocationConfigurationInput.struct_class = Types::InvocationConfigurationInput
|
1079
|
+
|
1022
1080
|
KmsConfiguration.add_member(:key_type, Shapes::ShapeRef.new(shape: KeyType, required: true, location_name: "keyType"))
|
1023
1081
|
KmsConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
1024
1082
|
KmsConfiguration.struct_class = Types::KmsConfiguration
|
@@ -1135,15 +1193,20 @@ module Aws::BedrockAgentCoreControl
|
|
1135
1193
|
McpLambdaTargetConfiguration.add_member(:tool_schema, Shapes::ShapeRef.new(shape: ToolSchema, required: true, location_name: "toolSchema"))
|
1136
1194
|
McpLambdaTargetConfiguration.struct_class = Types::McpLambdaTargetConfiguration
|
1137
1195
|
|
1196
|
+
McpServerTargetConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: McpServerTargetConfigurationEndpointString, required: true, location_name: "endpoint"))
|
1197
|
+
McpServerTargetConfiguration.struct_class = Types::McpServerTargetConfiguration
|
1198
|
+
|
1138
1199
|
McpSupportedVersions.member = Shapes::ShapeRef.new(shape: McpVersion)
|
1139
1200
|
|
1140
1201
|
McpTargetConfiguration.add_member(:open_api_schema, Shapes::ShapeRef.new(shape: ApiSchemaConfiguration, location_name: "openApiSchema"))
|
1141
1202
|
McpTargetConfiguration.add_member(:smithy_model, Shapes::ShapeRef.new(shape: ApiSchemaConfiguration, location_name: "smithyModel"))
|
1142
1203
|
McpTargetConfiguration.add_member(:lambda, Shapes::ShapeRef.new(shape: McpLambdaTargetConfiguration, location_name: "lambda"))
|
1204
|
+
McpTargetConfiguration.add_member(:mcp_server, Shapes::ShapeRef.new(shape: McpServerTargetConfiguration, location_name: "mcpServer"))
|
1143
1205
|
McpTargetConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1144
1206
|
McpTargetConfiguration.add_member_subclass(:open_api_schema, Types::McpTargetConfiguration::OpenApiSchema)
|
1145
1207
|
McpTargetConfiguration.add_member_subclass(:smithy_model, Types::McpTargetConfiguration::SmithyModel)
|
1146
1208
|
McpTargetConfiguration.add_member_subclass(:lambda, Types::McpTargetConfiguration::Lambda)
|
1209
|
+
McpTargetConfiguration.add_member_subclass(:mcp_server, Types::McpTargetConfiguration::McpServer)
|
1147
1210
|
McpTargetConfiguration.add_member_subclass(:unknown, Types::McpTargetConfiguration::Unknown)
|
1148
1211
|
McpTargetConfiguration.struct_class = Types::McpTargetConfiguration
|
1149
1212
|
|
@@ -1197,6 +1260,12 @@ module Aws::BedrockAgentCoreControl
|
|
1197
1260
|
|
1198
1261
|
MemorySummaryList.member = Shapes::ShapeRef.new(shape: MemorySummary)
|
1199
1262
|
|
1263
|
+
MessageBasedTrigger.add_member(:message_count, Shapes::ShapeRef.new(shape: Integer, location_name: "messageCount"))
|
1264
|
+
MessageBasedTrigger.struct_class = Types::MessageBasedTrigger
|
1265
|
+
|
1266
|
+
MessageBasedTriggerInput.add_member(:message_count, Shapes::ShapeRef.new(shape: MessageBasedTriggerInputMessageCountInteger, location_name: "messageCount"))
|
1267
|
+
MessageBasedTriggerInput.struct_class = Types::MessageBasedTriggerInput
|
1268
|
+
|
1200
1269
|
MicrosoftOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
1201
1270
|
MicrosoftOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, required: true, location_name: "clientSecret"))
|
1202
1271
|
MicrosoftOauth2ProviderConfigInput.struct_class = Types::MicrosoftOauth2ProviderConfigInput
|
@@ -1216,6 +1285,10 @@ module Aws::BedrockAgentCoreControl
|
|
1216
1285
|
ModifyExtractionConfiguration.add_member_subclass(:unknown, Types::ModifyExtractionConfiguration::Unknown)
|
1217
1286
|
ModifyExtractionConfiguration.struct_class = Types::ModifyExtractionConfiguration
|
1218
1287
|
|
1288
|
+
ModifyInvocationConfigurationInput.add_member(:topic_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "topicArn"))
|
1289
|
+
ModifyInvocationConfigurationInput.add_member(:payload_delivery_bucket_name, Shapes::ShapeRef.new(shape: ModifyInvocationConfigurationInputPayloadDeliveryBucketNameString, location_name: "payloadDeliveryBucketName"))
|
1290
|
+
ModifyInvocationConfigurationInput.struct_class = Types::ModifyInvocationConfigurationInput
|
1291
|
+
|
1219
1292
|
ModifyMemoryStrategies.add_member(:add_memory_strategies, Shapes::ShapeRef.new(shape: MemoryStrategyInputList, location_name: "addMemoryStrategies"))
|
1220
1293
|
ModifyMemoryStrategies.add_member(:modify_memory_strategies, Shapes::ShapeRef.new(shape: ModifyMemoryStrategiesList, location_name: "modifyMemoryStrategies"))
|
1221
1294
|
ModifyMemoryStrategies.add_member(:delete_memory_strategies, Shapes::ShapeRef.new(shape: DeleteMemoryStrategiesList, location_name: "deleteMemoryStrategies"))
|
@@ -1229,8 +1302,14 @@ module Aws::BedrockAgentCoreControl
|
|
1229
1302
|
ModifyMemoryStrategyInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ModifyStrategyConfiguration, location_name: "configuration"))
|
1230
1303
|
ModifyMemoryStrategyInput.struct_class = Types::ModifyMemoryStrategyInput
|
1231
1304
|
|
1305
|
+
ModifySelfManagedConfiguration.add_member(:trigger_conditions, Shapes::ShapeRef.new(shape: TriggerConditionInputList, location_name: "triggerConditions"))
|
1306
|
+
ModifySelfManagedConfiguration.add_member(:invocation_configuration, Shapes::ShapeRef.new(shape: ModifyInvocationConfigurationInput, location_name: "invocationConfiguration"))
|
1307
|
+
ModifySelfManagedConfiguration.add_member(:historical_context_window_size, Shapes::ShapeRef.new(shape: ModifySelfManagedConfigurationHistoricalContextWindowSizeInteger, location_name: "historicalContextWindowSize"))
|
1308
|
+
ModifySelfManagedConfiguration.struct_class = Types::ModifySelfManagedConfiguration
|
1309
|
+
|
1232
1310
|
ModifyStrategyConfiguration.add_member(:extraction, Shapes::ShapeRef.new(shape: ModifyExtractionConfiguration, location_name: "extraction"))
|
1233
1311
|
ModifyStrategyConfiguration.add_member(:consolidation, Shapes::ShapeRef.new(shape: ModifyConsolidationConfiguration, location_name: "consolidation"))
|
1312
|
+
ModifyStrategyConfiguration.add_member(:self_managed_configuration, Shapes::ShapeRef.new(shape: ModifySelfManagedConfiguration, location_name: "selfManagedConfiguration"))
|
1234
1313
|
ModifyStrategyConfiguration.struct_class = Types::ModifyStrategyConfiguration
|
1235
1314
|
|
1236
1315
|
NamespacesList.member = Shapes::ShapeRef.new(shape: Namespace)
|
@@ -1361,6 +1440,16 @@ module Aws::BedrockAgentCoreControl
|
|
1361
1440
|
|
1362
1441
|
SecurityGroups.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
1363
1442
|
|
1443
|
+
SelfManagedConfiguration.add_member(:trigger_conditions, Shapes::ShapeRef.new(shape: TriggerConditionsList, required: true, location_name: "triggerConditions"))
|
1444
|
+
SelfManagedConfiguration.add_member(:invocation_configuration, Shapes::ShapeRef.new(shape: InvocationConfiguration, required: true, location_name: "invocationConfiguration"))
|
1445
|
+
SelfManagedConfiguration.add_member(:historical_context_window_size, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "historicalContextWindowSize"))
|
1446
|
+
SelfManagedConfiguration.struct_class = Types::SelfManagedConfiguration
|
1447
|
+
|
1448
|
+
SelfManagedConfigurationInput.add_member(:trigger_conditions, Shapes::ShapeRef.new(shape: TriggerConditionInputList, location_name: "triggerConditions"))
|
1449
|
+
SelfManagedConfigurationInput.add_member(:invocation_configuration, Shapes::ShapeRef.new(shape: InvocationConfigurationInput, required: true, location_name: "invocationConfiguration"))
|
1450
|
+
SelfManagedConfigurationInput.add_member(:historical_context_window_size, Shapes::ShapeRef.new(shape: SelfManagedConfigurationInputHistoricalContextWindowSizeInteger, location_name: "historicalContextWindowSize"))
|
1451
|
+
SelfManagedConfigurationInput.struct_class = Types::SelfManagedConfigurationInput
|
1452
|
+
|
1364
1453
|
SemanticConsolidationOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
|
1365
1454
|
SemanticConsolidationOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
|
1366
1455
|
SemanticConsolidationOverride.struct_class = Types::SemanticConsolidationOverride
|
@@ -1413,6 +1502,7 @@ module Aws::BedrockAgentCoreControl
|
|
1413
1502
|
StrategyConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: OverrideType, location_name: "type"))
|
1414
1503
|
StrategyConfiguration.add_member(:extraction, Shapes::ShapeRef.new(shape: ExtractionConfiguration, location_name: "extraction"))
|
1415
1504
|
StrategyConfiguration.add_member(:consolidation, Shapes::ShapeRef.new(shape: ConsolidationConfiguration, location_name: "consolidation"))
|
1505
|
+
StrategyConfiguration.add_member(:self_managed_configuration, Shapes::ShapeRef.new(shape: SelfManagedConfiguration, location_name: "selfManagedConfiguration"))
|
1416
1506
|
StrategyConfiguration.struct_class = Types::StrategyConfiguration
|
1417
1507
|
|
1418
1508
|
Subnets.member = Shapes::ShapeRef.new(shape: SubnetId)
|
@@ -1433,6 +1523,13 @@ module Aws::BedrockAgentCoreControl
|
|
1433
1523
|
SummaryOverrideConsolidationConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
|
1434
1524
|
SummaryOverrideConsolidationConfigurationInput.struct_class = Types::SummaryOverrideConsolidationConfigurationInput
|
1435
1525
|
|
1526
|
+
SynchronizeGatewayTargetsRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
1527
|
+
SynchronizeGatewayTargetsRequest.add_member(:target_id_list, Shapes::ShapeRef.new(shape: TargetIdList, required: true, location_name: "targetIdList"))
|
1528
|
+
SynchronizeGatewayTargetsRequest.struct_class = Types::SynchronizeGatewayTargetsRequest
|
1529
|
+
|
1530
|
+
SynchronizeGatewayTargetsResponse.add_member(:targets, Shapes::ShapeRef.new(shape: GatewayTargetList, location_name: "targets"))
|
1531
|
+
SynchronizeGatewayTargetsResponse.struct_class = Types::SynchronizeGatewayTargetsResponse
|
1532
|
+
|
1436
1533
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
1437
1534
|
|
1438
1535
|
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
|
@@ -1450,6 +1547,8 @@ module Aws::BedrockAgentCoreControl
|
|
1450
1547
|
TargetConfiguration.add_member_subclass(:unknown, Types::TargetConfiguration::Unknown)
|
1451
1548
|
TargetConfiguration.struct_class = Types::TargetConfiguration
|
1452
1549
|
|
1550
|
+
TargetIdList.member = Shapes::ShapeRef.new(shape: TargetId)
|
1551
|
+
|
1453
1552
|
TargetSummaries.member = Shapes::ShapeRef.new(shape: TargetSummary)
|
1454
1553
|
|
1455
1554
|
TargetSummary.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "targetId"))
|
@@ -1466,6 +1565,18 @@ module Aws::BedrockAgentCoreControl
|
|
1466
1565
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
1467
1566
|
ThrottlingException.struct_class = Types::ThrottlingException
|
1468
1567
|
|
1568
|
+
TimeBasedTrigger.add_member(:idle_session_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "idleSessionTimeout"))
|
1569
|
+
TimeBasedTrigger.struct_class = Types::TimeBasedTrigger
|
1570
|
+
|
1571
|
+
TimeBasedTriggerInput.add_member(:idle_session_timeout, Shapes::ShapeRef.new(shape: TimeBasedTriggerInputIdleSessionTimeoutInteger, location_name: "idleSessionTimeout"))
|
1572
|
+
TimeBasedTriggerInput.struct_class = Types::TimeBasedTriggerInput
|
1573
|
+
|
1574
|
+
TokenBasedTrigger.add_member(:token_count, Shapes::ShapeRef.new(shape: Integer, location_name: "tokenCount"))
|
1575
|
+
TokenBasedTrigger.struct_class = Types::TokenBasedTrigger
|
1576
|
+
|
1577
|
+
TokenBasedTriggerInput.add_member(:token_count, Shapes::ShapeRef.new(shape: TokenBasedTriggerInputTokenCountInteger, location_name: "tokenCount"))
|
1578
|
+
TokenBasedTriggerInput.struct_class = Types::TokenBasedTriggerInput
|
1579
|
+
|
1469
1580
|
ToolDefinition.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
1470
1581
|
ToolDefinition.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "description"))
|
1471
1582
|
ToolDefinition.add_member(:input_schema, Shapes::ShapeRef.new(shape: SchemaDefinition, required: true, location_name: "inputSchema"))
|
@@ -1482,6 +1593,30 @@ module Aws::BedrockAgentCoreControl
|
|
1482
1593
|
ToolSchema.add_member_subclass(:unknown, Types::ToolSchema::Unknown)
|
1483
1594
|
ToolSchema.struct_class = Types::ToolSchema
|
1484
1595
|
|
1596
|
+
TriggerCondition.add_member(:message_based_trigger, Shapes::ShapeRef.new(shape: MessageBasedTrigger, location_name: "messageBasedTrigger"))
|
1597
|
+
TriggerCondition.add_member(:token_based_trigger, Shapes::ShapeRef.new(shape: TokenBasedTrigger, location_name: "tokenBasedTrigger"))
|
1598
|
+
TriggerCondition.add_member(:time_based_trigger, Shapes::ShapeRef.new(shape: TimeBasedTrigger, location_name: "timeBasedTrigger"))
|
1599
|
+
TriggerCondition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1600
|
+
TriggerCondition.add_member_subclass(:message_based_trigger, Types::TriggerCondition::MessageBasedTrigger)
|
1601
|
+
TriggerCondition.add_member_subclass(:token_based_trigger, Types::TriggerCondition::TokenBasedTrigger)
|
1602
|
+
TriggerCondition.add_member_subclass(:time_based_trigger, Types::TriggerCondition::TimeBasedTrigger)
|
1603
|
+
TriggerCondition.add_member_subclass(:unknown, Types::TriggerCondition::Unknown)
|
1604
|
+
TriggerCondition.struct_class = Types::TriggerCondition
|
1605
|
+
|
1606
|
+
TriggerConditionInput.add_member(:message_based_trigger, Shapes::ShapeRef.new(shape: MessageBasedTriggerInput, location_name: "messageBasedTrigger"))
|
1607
|
+
TriggerConditionInput.add_member(:token_based_trigger, Shapes::ShapeRef.new(shape: TokenBasedTriggerInput, location_name: "tokenBasedTrigger"))
|
1608
|
+
TriggerConditionInput.add_member(:time_based_trigger, Shapes::ShapeRef.new(shape: TimeBasedTriggerInput, location_name: "timeBasedTrigger"))
|
1609
|
+
TriggerConditionInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1610
|
+
TriggerConditionInput.add_member_subclass(:message_based_trigger, Types::TriggerConditionInput::MessageBasedTrigger)
|
1611
|
+
TriggerConditionInput.add_member_subclass(:token_based_trigger, Types::TriggerConditionInput::TokenBasedTrigger)
|
1612
|
+
TriggerConditionInput.add_member_subclass(:time_based_trigger, Types::TriggerConditionInput::TimeBasedTrigger)
|
1613
|
+
TriggerConditionInput.add_member_subclass(:unknown, Types::TriggerConditionInput::Unknown)
|
1614
|
+
TriggerConditionInput.struct_class = Types::TriggerConditionInput
|
1615
|
+
|
1616
|
+
TriggerConditionInputList.member = Shapes::ShapeRef.new(shape: TriggerConditionInput)
|
1617
|
+
|
1618
|
+
TriggerConditionsList.member = Shapes::ShapeRef.new(shape: TriggerCondition)
|
1619
|
+
|
1485
1620
|
UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
1486
1621
|
UnauthorizedException.struct_class = Types::UnauthorizedException
|
1487
1622
|
|
@@ -1576,7 +1711,7 @@ module Aws::BedrockAgentCoreControl
|
|
1576
1711
|
UpdateGatewayTargetRequest.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "name"))
|
1577
1712
|
UpdateGatewayTargetRequest.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
|
1578
1713
|
UpdateGatewayTargetRequest.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
|
1579
|
-
UpdateGatewayTargetRequest.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations,
|
1714
|
+
UpdateGatewayTargetRequest.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, location_name: "credentialProviderConfigurations"))
|
1580
1715
|
UpdateGatewayTargetRequest.struct_class = Types::UpdateGatewayTargetRequest
|
1581
1716
|
|
1582
1717
|
UpdateGatewayTargetResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
@@ -1589,6 +1724,7 @@ module Aws::BedrockAgentCoreControl
|
|
1589
1724
|
UpdateGatewayTargetResponse.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
|
1590
1725
|
UpdateGatewayTargetResponse.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
|
1591
1726
|
UpdateGatewayTargetResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
1727
|
+
UpdateGatewayTargetResponse.add_member(:last_synchronized_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastSynchronizedAt"))
|
1592
1728
|
UpdateGatewayTargetResponse.struct_class = Types::UpdateGatewayTargetResponse
|
1593
1729
|
|
1594
1730
|
UpdateMemoryInput.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateMemoryInputClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
@@ -2370,6 +2506,21 @@ module Aws::BedrockAgentCoreControl
|
|
2370
2506
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2371
2507
|
end)
|
2372
2508
|
|
2509
|
+
api.add_operation(:synchronize_gateway_targets, Seahorse::Model::Operation.new.tap do |o|
|
2510
|
+
o.name = "SynchronizeGatewayTargets"
|
2511
|
+
o.http_method = "PUT"
|
2512
|
+
o.http_request_uri = "/gateways/{gatewayIdentifier}/synchronizeTargets"
|
2513
|
+
o.input = Shapes::ShapeRef.new(shape: SynchronizeGatewayTargetsRequest)
|
2514
|
+
o.output = Shapes::ShapeRef.new(shape: SynchronizeGatewayTargetsResponse)
|
2515
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2516
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2517
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2518
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2519
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2520
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2521
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2522
|
+
end)
|
2523
|
+
|
2373
2524
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
2374
2525
|
o.name = "TagResource"
|
2375
2526
|
o.http_method = "POST"
|