aws-sdk-bedrockagent 1.56.0 → 1.57.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-bedrockagent/client.rb +432 -15
- data/lib/aws-sdk-bedrockagent/client_api.rb +146 -0
- data/lib/aws-sdk-bedrockagent/types.rb +581 -29
- data/lib/aws-sdk-bedrockagent.rb +1 -1
- data/sig/client.rbs +224 -6
- data/sig/types.rbs +157 -2
- metadata +1 -1
@@ -24,6 +24,9 @@ module Aws::BedrockAgent
|
|
24
24
|
ActionGroupState = Shapes::StringShape.new(name: 'ActionGroupState')
|
25
25
|
ActionGroupSummaries = Shapes::ListShape.new(name: 'ActionGroupSummaries')
|
26
26
|
ActionGroupSummary = Shapes::StructureShape.new(name: 'ActionGroupSummary')
|
27
|
+
AdditionalModelRequestFields = Shapes::MapShape.new(name: 'AdditionalModelRequestFields')
|
28
|
+
AdditionalModelRequestFieldsKey = Shapes::StringShape.new(name: 'AdditionalModelRequestFieldsKey')
|
29
|
+
AdditionalModelRequestFieldsValue = Shapes::DocumentShape.new(name: 'AdditionalModelRequestFieldsValue', document: true)
|
27
30
|
Agent = Shapes::StructureShape.new(name: 'Agent')
|
28
31
|
AgentActionGroup = Shapes::StructureShape.new(name: 'AgentActionGroup')
|
29
32
|
AgentAlias = Shapes::StructureShape.new(name: 'AgentAlias')
|
@@ -68,6 +71,7 @@ module Aws::BedrockAgent
|
|
68
71
|
BedrockFoundationModelConfiguration = Shapes::StructureShape.new(name: 'BedrockFoundationModelConfiguration')
|
69
72
|
BedrockFoundationModelContextEnrichmentConfiguration = Shapes::StructureShape.new(name: 'BedrockFoundationModelContextEnrichmentConfiguration')
|
70
73
|
BedrockModelArn = Shapes::StringShape.new(name: 'BedrockModelArn')
|
74
|
+
BedrockRerankingModelArn = Shapes::StringShape.new(name: 'BedrockRerankingModelArn')
|
71
75
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
72
76
|
BucketOwnerAccountId = Shapes::StringShape.new(name: 'BucketOwnerAccountId')
|
73
77
|
ByteContentBlob = Shapes::BlobShape.new(name: 'ByteContentBlob')
|
@@ -82,6 +86,7 @@ module Aws::BedrockAgent
|
|
82
86
|
CollaborationInstruction = Shapes::StringShape.new(name: 'CollaborationInstruction')
|
83
87
|
CollectorFlowNodeConfiguration = Shapes::StructureShape.new(name: 'CollectorFlowNodeConfiguration')
|
84
88
|
ColumnName = Shapes::StringShape.new(name: 'ColumnName')
|
89
|
+
ConcurrencyType = Shapes::StringShape.new(name: 'ConcurrencyType')
|
85
90
|
ConditionFlowNodeConfiguration = Shapes::StructureShape.new(name: 'ConditionFlowNodeConfiguration')
|
86
91
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
87
92
|
ConfluenceAuthType = Shapes::StringShape.new(name: 'ConfluenceAuthType')
|
@@ -185,7 +190,10 @@ module Aws::BedrockAgent
|
|
185
190
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
186
191
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
187
192
|
FailureReasons = Shapes::ListShape.new(name: 'FailureReasons')
|
193
|
+
FieldForReranking = Shapes::StructureShape.new(name: 'FieldForReranking')
|
194
|
+
FieldForRerankingFieldNameString = Shapes::StringShape.new(name: 'FieldForRerankingFieldNameString')
|
188
195
|
FieldName = Shapes::StringShape.new(name: 'FieldName')
|
196
|
+
FieldsForReranking = Shapes::ListShape.new(name: 'FieldsForReranking')
|
189
197
|
FilterList = Shapes::ListShape.new(name: 'FilterList')
|
190
198
|
FilterPattern = Shapes::StringShape.new(name: 'FilterPattern')
|
191
199
|
FilteredObjectType = Shapes::StringShape.new(name: 'FilteredObjectType')
|
@@ -193,6 +201,8 @@ module Aws::BedrockAgent
|
|
193
201
|
FixedSizeChunkingConfigurationMaxTokensInteger = Shapes::IntegerShape.new(name: 'FixedSizeChunkingConfigurationMaxTokensInteger')
|
194
202
|
FixedSizeChunkingConfigurationOverlapPercentageInteger = Shapes::IntegerShape.new(name: 'FixedSizeChunkingConfigurationOverlapPercentageInteger')
|
195
203
|
FlowAliasArn = Shapes::StringShape.new(name: 'FlowAliasArn')
|
204
|
+
FlowAliasConcurrencyConfiguration = Shapes::StructureShape.new(name: 'FlowAliasConcurrencyConfiguration')
|
205
|
+
FlowAliasConcurrencyConfigurationMaxConcurrencyInteger = Shapes::IntegerShape.new(name: 'FlowAliasConcurrencyConfigurationMaxConcurrencyInteger')
|
196
206
|
FlowAliasId = Shapes::StringShape.new(name: 'FlowAliasId')
|
197
207
|
FlowAliasIdentifier = Shapes::StringShape.new(name: 'FlowAliasIdentifier')
|
198
208
|
FlowAliasRoutingConfiguration = Shapes::ListShape.new(name: 'FlowAliasRoutingConfiguration')
|
@@ -221,6 +231,7 @@ module Aws::BedrockAgent
|
|
221
231
|
FlowNodeConfiguration = Shapes::UnionShape.new(name: 'FlowNodeConfiguration')
|
222
232
|
FlowNodeIODataType = Shapes::StringShape.new(name: 'FlowNodeIODataType')
|
223
233
|
FlowNodeInput = Shapes::StructureShape.new(name: 'FlowNodeInput')
|
234
|
+
FlowNodeInputCategory = Shapes::StringShape.new(name: 'FlowNodeInputCategory')
|
224
235
|
FlowNodeInputExpression = Shapes::StringShape.new(name: 'FlowNodeInputExpression')
|
225
236
|
FlowNodeInputName = Shapes::StringShape.new(name: 'FlowNodeInputName')
|
226
237
|
FlowNodeInputs = Shapes::ListShape.new(name: 'FlowNodeInputs')
|
@@ -285,6 +296,7 @@ module Aws::BedrockAgent
|
|
285
296
|
Id = Shapes::StringShape.new(name: 'Id')
|
286
297
|
IncludeExclude = Shapes::StringShape.new(name: 'IncludeExclude')
|
287
298
|
IncompatibleConnectionDataTypeFlowValidationDetails = Shapes::StructureShape.new(name: 'IncompatibleConnectionDataTypeFlowValidationDetails')
|
299
|
+
IncompatibleLoopNodeType = Shapes::StringShape.new(name: 'IncompatibleLoopNodeType')
|
288
300
|
InferenceConfiguration = Shapes::StructureShape.new(name: 'InferenceConfiguration')
|
289
301
|
IngestKnowledgeBaseDocumentsRequest = Shapes::StructureShape.new(name: 'IngestKnowledgeBaseDocumentsRequest')
|
290
302
|
IngestKnowledgeBaseDocumentsResponse = Shapes::StructureShape.new(name: 'IngestKnowledgeBaseDocumentsResponse')
|
@@ -309,6 +321,7 @@ module Aws::BedrockAgent
|
|
309
321
|
Instruction = Shapes::StringShape.new(name: 'Instruction')
|
310
322
|
IntermediateStorage = Shapes::StructureShape.new(name: 'IntermediateStorage')
|
311
323
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
324
|
+
InvalidLoopBoundaryFlowValidationDetails = Shapes::StructureShape.new(name: 'InvalidLoopBoundaryFlowValidationDetails')
|
312
325
|
IteratorFlowNodeConfiguration = Shapes::StructureShape.new(name: 'IteratorFlowNodeConfiguration')
|
313
326
|
KendraIndexArn = Shapes::StringShape.new(name: 'KendraIndexArn')
|
314
327
|
KendraKnowledgeBaseConfiguration = Shapes::StructureShape.new(name: 'KendraKnowledgeBaseConfiguration')
|
@@ -322,14 +335,18 @@ module Aws::BedrockAgent
|
|
322
335
|
KnowledgeBaseDocumentDetails = Shapes::ListShape.new(name: 'KnowledgeBaseDocumentDetails')
|
323
336
|
KnowledgeBaseDocuments = Shapes::ListShape.new(name: 'KnowledgeBaseDocuments')
|
324
337
|
KnowledgeBaseFlowNodeConfiguration = Shapes::StructureShape.new(name: 'KnowledgeBaseFlowNodeConfiguration')
|
338
|
+
KnowledgeBaseFlowNodeConfigurationNumberOfResultsInteger = Shapes::IntegerShape.new(name: 'KnowledgeBaseFlowNodeConfigurationNumberOfResultsInteger')
|
325
339
|
KnowledgeBaseId = Shapes::StringShape.new(name: 'KnowledgeBaseId')
|
326
340
|
KnowledgeBaseModelIdentifier = Shapes::StringShape.new(name: 'KnowledgeBaseModelIdentifier')
|
341
|
+
KnowledgeBaseOrchestrationConfiguration = Shapes::StructureShape.new(name: 'KnowledgeBaseOrchestrationConfiguration')
|
342
|
+
KnowledgeBasePromptTemplate = Shapes::StructureShape.new(name: 'KnowledgeBasePromptTemplate')
|
327
343
|
KnowledgeBaseRoleArn = Shapes::StringShape.new(name: 'KnowledgeBaseRoleArn')
|
328
344
|
KnowledgeBaseState = Shapes::StringShape.new(name: 'KnowledgeBaseState')
|
329
345
|
KnowledgeBaseStatus = Shapes::StringShape.new(name: 'KnowledgeBaseStatus')
|
330
346
|
KnowledgeBaseStorageType = Shapes::StringShape.new(name: 'KnowledgeBaseStorageType')
|
331
347
|
KnowledgeBaseSummaries = Shapes::ListShape.new(name: 'KnowledgeBaseSummaries')
|
332
348
|
KnowledgeBaseSummary = Shapes::StructureShape.new(name: 'KnowledgeBaseSummary')
|
349
|
+
KnowledgeBaseTextPrompt = Shapes::StringShape.new(name: 'KnowledgeBaseTextPrompt')
|
333
350
|
KnowledgeBaseType = Shapes::StringShape.new(name: 'KnowledgeBaseType')
|
334
351
|
LambdaArn = Shapes::StringShape.new(name: 'LambdaArn')
|
335
352
|
LambdaFunctionFlowNodeConfiguration = Shapes::StructureShape.new(name: 'LambdaFunctionFlowNodeConfiguration')
|
@@ -366,6 +383,11 @@ module Aws::BedrockAgent
|
|
366
383
|
ListPromptsResponse = Shapes::StructureShape.new(name: 'ListPromptsResponse')
|
367
384
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
368
385
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
386
|
+
LoopControllerFlowNodeConfiguration = Shapes::StructureShape.new(name: 'LoopControllerFlowNodeConfiguration')
|
387
|
+
LoopControllerFlowNodeConfigurationMaxIterationsInteger = Shapes::IntegerShape.new(name: 'LoopControllerFlowNodeConfigurationMaxIterationsInteger')
|
388
|
+
LoopFlowNodeConfiguration = Shapes::StructureShape.new(name: 'LoopFlowNodeConfiguration')
|
389
|
+
LoopIncompatibleNodeTypeFlowValidationDetails = Shapes::StructureShape.new(name: 'LoopIncompatibleNodeTypeFlowValidationDetails')
|
390
|
+
LoopInputFlowNodeConfiguration = Shapes::StructureShape.new(name: 'LoopInputFlowNodeConfiguration')
|
369
391
|
MalformedConditionExpressionFlowValidationDetails = Shapes::StructureShape.new(name: 'MalformedConditionExpressionFlowValidationDetails')
|
370
392
|
MalformedNodeInputExpressionFlowValidationDetails = Shapes::StructureShape.new(name: 'MalformedNodeInputExpressionFlowValidationDetails')
|
371
393
|
MaxRecentSessions = Shapes::IntegerShape.new(name: 'MaxRecentSessions')
|
@@ -378,6 +400,7 @@ module Aws::BedrockAgent
|
|
378
400
|
MetadataAttribute = Shapes::StructureShape.new(name: 'MetadataAttribute')
|
379
401
|
MetadataAttributeValue = Shapes::StructureShape.new(name: 'MetadataAttributeValue')
|
380
402
|
MetadataAttributeValueStringListValueList = Shapes::ListShape.new(name: 'MetadataAttributeValueStringListValueList')
|
403
|
+
MetadataConfigurationForReranking = Shapes::StructureShape.new(name: 'MetadataConfigurationForReranking')
|
381
404
|
MetadataSourceType = Shapes::StringShape.new(name: 'MetadataSourceType')
|
382
405
|
MetadataValueType = Shapes::StringShape.new(name: 'MetadataValueType')
|
383
406
|
Microsoft365TenantId = Shapes::StringShape.new(name: 'Microsoft365TenantId')
|
@@ -386,6 +409,8 @@ module Aws::BedrockAgent
|
|
386
409
|
MissingConnectionConfigurationFlowValidationDetails = Shapes::StructureShape.new(name: 'MissingConnectionConfigurationFlowValidationDetails')
|
387
410
|
MissingDefaultConditionFlowValidationDetails = Shapes::StructureShape.new(name: 'MissingDefaultConditionFlowValidationDetails')
|
388
411
|
MissingEndingNodesFlowValidationDetails = Shapes::StructureShape.new(name: 'MissingEndingNodesFlowValidationDetails')
|
412
|
+
MissingLoopControllerNodeFlowValidationDetails = Shapes::StructureShape.new(name: 'MissingLoopControllerNodeFlowValidationDetails')
|
413
|
+
MissingLoopInputNodeFlowValidationDetails = Shapes::StructureShape.new(name: 'MissingLoopInputNodeFlowValidationDetails')
|
389
414
|
MissingNodeConfigurationFlowValidationDetails = Shapes::StructureShape.new(name: 'MissingNodeConfigurationFlowValidationDetails')
|
390
415
|
MissingNodeInputFlowValidationDetails = Shapes::StructureShape.new(name: 'MissingNodeInputFlowValidationDetails')
|
391
416
|
MissingNodeOutputFlowValidationDetails = Shapes::StructureShape.new(name: 'MissingNodeOutputFlowValidationDetails')
|
@@ -398,6 +423,8 @@ module Aws::BedrockAgent
|
|
398
423
|
MongoDbAtlasEndpointServiceName = Shapes::StringShape.new(name: 'MongoDbAtlasEndpointServiceName')
|
399
424
|
MongoDbAtlasFieldMapping = Shapes::StructureShape.new(name: 'MongoDbAtlasFieldMapping')
|
400
425
|
MongoDbAtlasIndexName = Shapes::StringShape.new(name: 'MongoDbAtlasIndexName')
|
426
|
+
MultipleLoopControllerNodesFlowValidationDetails = Shapes::StructureShape.new(name: 'MultipleLoopControllerNodesFlowValidationDetails')
|
427
|
+
MultipleLoopInputNodesFlowValidationDetails = Shapes::StructureShape.new(name: 'MultipleLoopInputNodesFlowValidationDetails')
|
401
428
|
MultipleNodeInputConnectionsFlowValidationDetails = Shapes::StructureShape.new(name: 'MultipleNodeInputConnectionsFlowValidationDetails')
|
402
429
|
Name = Shapes::StringShape.new(name: 'Name')
|
403
430
|
NaturalLanguageString = Shapes::StringShape.new(name: 'NaturalLanguageString')
|
@@ -432,6 +459,8 @@ module Aws::BedrockAgent
|
|
432
459
|
PatternObjectFilterConfiguration = Shapes::StructureShape.new(name: 'PatternObjectFilterConfiguration')
|
433
460
|
PatternObjectFilterList = Shapes::ListShape.new(name: 'PatternObjectFilterList')
|
434
461
|
Payload = Shapes::StringShape.new(name: 'Payload')
|
462
|
+
PerformanceConfigLatency = Shapes::StringShape.new(name: 'PerformanceConfigLatency')
|
463
|
+
PerformanceConfiguration = Shapes::StructureShape.new(name: 'PerformanceConfiguration')
|
435
464
|
PineconeConfiguration = Shapes::StructureShape.new(name: 'PineconeConfiguration')
|
436
465
|
PineconeConnectionString = Shapes::StringShape.new(name: 'PineconeConnectionString')
|
437
466
|
PineconeFieldMapping = Shapes::StructureShape.new(name: 'PineconeFieldMapping')
|
@@ -514,6 +543,8 @@ module Aws::BedrockAgent
|
|
514
543
|
RedshiftServerlessConfiguration = Shapes::StructureShape.new(name: 'RedshiftServerlessConfiguration')
|
515
544
|
RelayConversationHistory = Shapes::StringShape.new(name: 'RelayConversationHistory')
|
516
545
|
RequireConfirmation = Shapes::StringShape.new(name: 'RequireConfirmation')
|
546
|
+
RerankingMetadataSelectionMode = Shapes::StringShape.new(name: 'RerankingMetadataSelectionMode')
|
547
|
+
RerankingMetadataSelectiveModeConfiguration = Shapes::UnionShape.new(name: 'RerankingMetadataSelectiveModeConfiguration')
|
517
548
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
518
549
|
RetrievalFlowNodeConfiguration = Shapes::StructureShape.new(name: 'RetrievalFlowNodeConfiguration')
|
519
550
|
RetrievalFlowNodeS3Configuration = Shapes::StructureShape.new(name: 'RetrievalFlowNodeS3Configuration')
|
@@ -645,6 +676,11 @@ module Aws::BedrockAgent
|
|
645
676
|
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
646
677
|
VectorIngestionConfiguration = Shapes::StructureShape.new(name: 'VectorIngestionConfiguration')
|
647
678
|
VectorKnowledgeBaseConfiguration = Shapes::StructureShape.new(name: 'VectorKnowledgeBaseConfiguration')
|
679
|
+
VectorSearchBedrockRerankingConfiguration = Shapes::StructureShape.new(name: 'VectorSearchBedrockRerankingConfiguration')
|
680
|
+
VectorSearchBedrockRerankingConfigurationNumberOfRerankedResultsInteger = Shapes::IntegerShape.new(name: 'VectorSearchBedrockRerankingConfigurationNumberOfRerankedResultsInteger')
|
681
|
+
VectorSearchBedrockRerankingModelConfiguration = Shapes::StructureShape.new(name: 'VectorSearchBedrockRerankingModelConfiguration')
|
682
|
+
VectorSearchRerankingConfiguration = Shapes::StructureShape.new(name: 'VectorSearchRerankingConfiguration')
|
683
|
+
VectorSearchRerankingConfigurationType = Shapes::StringShape.new(name: 'VectorSearchRerankingConfigurationType')
|
648
684
|
Version = Shapes::StringShape.new(name: 'Version')
|
649
685
|
WebCrawlerConfiguration = Shapes::StructureShape.new(name: 'WebCrawlerConfiguration')
|
650
686
|
WebCrawlerLimits = Shapes::StructureShape.new(name: 'WebCrawlerLimits')
|
@@ -686,6 +722,9 @@ module Aws::BedrockAgent
|
|
686
722
|
ActionGroupSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
687
723
|
ActionGroupSummary.struct_class = Types::ActionGroupSummary
|
688
724
|
|
725
|
+
AdditionalModelRequestFields.key = Shapes::ShapeRef.new(shape: AdditionalModelRequestFieldsKey)
|
726
|
+
AdditionalModelRequestFields.value = Shapes::ShapeRef.new(shape: AdditionalModelRequestFieldsValue)
|
727
|
+
|
689
728
|
Agent.add_member(:agent_arn, Shapes::ShapeRef.new(shape: AgentArn, required: true, location_name: "agentArn"))
|
690
729
|
Agent.add_member(:agent_collaboration, Shapes::ShapeRef.new(shape: AgentCollaboration, location_name: "agentCollaboration"))
|
691
730
|
Agent.add_member(:agent_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "agentId"))
|
@@ -1019,6 +1058,7 @@ module Aws::BedrockAgent
|
|
1019
1058
|
CreateDataSourceResponse.struct_class = Types::CreateDataSourceResponse
|
1020
1059
|
|
1021
1060
|
CreateFlowAliasRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1061
|
+
CreateFlowAliasRequest.add_member(:concurrency_configuration, Shapes::ShapeRef.new(shape: FlowAliasConcurrencyConfiguration, location_name: "concurrencyConfiguration"))
|
1022
1062
|
CreateFlowAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1023
1063
|
CreateFlowAliasRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
1024
1064
|
CreateFlowAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
@@ -1027,6 +1067,7 @@ module Aws::BedrockAgent
|
|
1027
1067
|
CreateFlowAliasRequest.struct_class = Types::CreateFlowAliasRequest
|
1028
1068
|
|
1029
1069
|
CreateFlowAliasResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FlowAliasArn, required: true, location_name: "arn"))
|
1070
|
+
CreateFlowAliasResponse.add_member(:concurrency_configuration, Shapes::ShapeRef.new(shape: FlowAliasConcurrencyConfiguration, location_name: "concurrencyConfiguration"))
|
1030
1071
|
CreateFlowAliasResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1031
1072
|
CreateFlowAliasResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1032
1073
|
CreateFlowAliasResponse.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "flowId"))
|
@@ -1330,12 +1371,21 @@ module Aws::BedrockAgent
|
|
1330
1371
|
|
1331
1372
|
FailureReasons.member = Shapes::ShapeRef.new(shape: FailureReason)
|
1332
1373
|
|
1374
|
+
FieldForReranking.add_member(:field_name, Shapes::ShapeRef.new(shape: FieldForRerankingFieldNameString, required: true, location_name: "fieldName"))
|
1375
|
+
FieldForReranking.struct_class = Types::FieldForReranking
|
1376
|
+
|
1377
|
+
FieldsForReranking.member = Shapes::ShapeRef.new(shape: FieldForReranking)
|
1378
|
+
|
1333
1379
|
FilterList.member = Shapes::ShapeRef.new(shape: FilterPattern)
|
1334
1380
|
|
1335
1381
|
FixedSizeChunkingConfiguration.add_member(:max_tokens, Shapes::ShapeRef.new(shape: FixedSizeChunkingConfigurationMaxTokensInteger, required: true, location_name: "maxTokens"))
|
1336
1382
|
FixedSizeChunkingConfiguration.add_member(:overlap_percentage, Shapes::ShapeRef.new(shape: FixedSizeChunkingConfigurationOverlapPercentageInteger, required: true, location_name: "overlapPercentage"))
|
1337
1383
|
FixedSizeChunkingConfiguration.struct_class = Types::FixedSizeChunkingConfiguration
|
1338
1384
|
|
1385
|
+
FlowAliasConcurrencyConfiguration.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: FlowAliasConcurrencyConfigurationMaxConcurrencyInteger, location_name: "maxConcurrency"))
|
1386
|
+
FlowAliasConcurrencyConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: ConcurrencyType, required: true, location_name: "type"))
|
1387
|
+
FlowAliasConcurrencyConfiguration.struct_class = Types::FlowAliasConcurrencyConfiguration
|
1388
|
+
|
1339
1389
|
FlowAliasRoutingConfiguration.member = Shapes::ShapeRef.new(shape: FlowAliasRoutingConfigurationListItem)
|
1340
1390
|
|
1341
1391
|
FlowAliasRoutingConfigurationListItem.add_member(:flow_version, Shapes::ShapeRef.new(shape: Version, location_name: "flowVersion"))
|
@@ -1344,6 +1394,7 @@ module Aws::BedrockAgent
|
|
1344
1394
|
FlowAliasSummaries.member = Shapes::ShapeRef.new(shape: FlowAliasSummary)
|
1345
1395
|
|
1346
1396
|
FlowAliasSummary.add_member(:arn, Shapes::ShapeRef.new(shape: FlowAliasArn, required: true, location_name: "arn"))
|
1397
|
+
FlowAliasSummary.add_member(:concurrency_configuration, Shapes::ShapeRef.new(shape: FlowAliasConcurrencyConfiguration, location_name: "concurrencyConfiguration"))
|
1347
1398
|
FlowAliasSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1348
1399
|
FlowAliasSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1349
1400
|
FlowAliasSummary.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "flowId"))
|
@@ -1403,6 +1454,9 @@ module Aws::BedrockAgent
|
|
1403
1454
|
FlowNodeConfiguration.add_member(:knowledge_base, Shapes::ShapeRef.new(shape: KnowledgeBaseFlowNodeConfiguration, location_name: "knowledgeBase"))
|
1404
1455
|
FlowNodeConfiguration.add_member(:lambda_function, Shapes::ShapeRef.new(shape: LambdaFunctionFlowNodeConfiguration, location_name: "lambdaFunction"))
|
1405
1456
|
FlowNodeConfiguration.add_member(:lex, Shapes::ShapeRef.new(shape: LexFlowNodeConfiguration, location_name: "lex"))
|
1457
|
+
FlowNodeConfiguration.add_member(:loop, Shapes::ShapeRef.new(shape: LoopFlowNodeConfiguration, location_name: "loop"))
|
1458
|
+
FlowNodeConfiguration.add_member(:loop_controller, Shapes::ShapeRef.new(shape: LoopControllerFlowNodeConfiguration, location_name: "loopController"))
|
1459
|
+
FlowNodeConfiguration.add_member(:loop_input, Shapes::ShapeRef.new(shape: LoopInputFlowNodeConfiguration, location_name: "loopInput"))
|
1406
1460
|
FlowNodeConfiguration.add_member(:output, Shapes::ShapeRef.new(shape: OutputFlowNodeConfiguration, location_name: "output"))
|
1407
1461
|
FlowNodeConfiguration.add_member(:prompt, Shapes::ShapeRef.new(shape: PromptFlowNodeConfiguration, location_name: "prompt"))
|
1408
1462
|
FlowNodeConfiguration.add_member(:retrieval, Shapes::ShapeRef.new(shape: RetrievalFlowNodeConfiguration, location_name: "retrieval"))
|
@@ -1417,6 +1471,9 @@ module Aws::BedrockAgent
|
|
1417
1471
|
FlowNodeConfiguration.add_member_subclass(:knowledge_base, Types::FlowNodeConfiguration::KnowledgeBase)
|
1418
1472
|
FlowNodeConfiguration.add_member_subclass(:lambda_function, Types::FlowNodeConfiguration::LambdaFunction)
|
1419
1473
|
FlowNodeConfiguration.add_member_subclass(:lex, Types::FlowNodeConfiguration::Lex)
|
1474
|
+
FlowNodeConfiguration.add_member_subclass(:loop, Types::FlowNodeConfiguration::Loop)
|
1475
|
+
FlowNodeConfiguration.add_member_subclass(:loop_controller, Types::FlowNodeConfiguration::LoopController)
|
1476
|
+
FlowNodeConfiguration.add_member_subclass(:loop_input, Types::FlowNodeConfiguration::LoopInput)
|
1420
1477
|
FlowNodeConfiguration.add_member_subclass(:output, Types::FlowNodeConfiguration::Output)
|
1421
1478
|
FlowNodeConfiguration.add_member_subclass(:prompt, Types::FlowNodeConfiguration::Prompt)
|
1422
1479
|
FlowNodeConfiguration.add_member_subclass(:retrieval, Types::FlowNodeConfiguration::Retrieval)
|
@@ -1424,6 +1481,7 @@ module Aws::BedrockAgent
|
|
1424
1481
|
FlowNodeConfiguration.add_member_subclass(:unknown, Types::FlowNodeConfiguration::Unknown)
|
1425
1482
|
FlowNodeConfiguration.struct_class = Types::FlowNodeConfiguration
|
1426
1483
|
|
1484
|
+
FlowNodeInput.add_member(:category, Shapes::ShapeRef.new(shape: FlowNodeInputCategory, location_name: "category"))
|
1427
1485
|
FlowNodeInput.add_member(:expression, Shapes::ShapeRef.new(shape: FlowNodeInputExpression, required: true, location_name: "expression"))
|
1428
1486
|
FlowNodeInput.add_member(:name, Shapes::ShapeRef.new(shape: FlowNodeInputName, required: true, location_name: "name"))
|
1429
1487
|
FlowNodeInput.add_member(:type, Shapes::ShapeRef.new(shape: FlowNodeIODataType, required: true, location_name: "type"))
|
@@ -1461,6 +1519,8 @@ module Aws::BedrockAgent
|
|
1461
1519
|
FlowValidationDetails.add_member(:duplicate_condition_expression, Shapes::ShapeRef.new(shape: DuplicateConditionExpressionFlowValidationDetails, location_name: "duplicateConditionExpression"))
|
1462
1520
|
FlowValidationDetails.add_member(:duplicate_connections, Shapes::ShapeRef.new(shape: DuplicateConnectionsFlowValidationDetails, location_name: "duplicateConnections"))
|
1463
1521
|
FlowValidationDetails.add_member(:incompatible_connection_data_type, Shapes::ShapeRef.new(shape: IncompatibleConnectionDataTypeFlowValidationDetails, location_name: "incompatibleConnectionDataType"))
|
1522
|
+
FlowValidationDetails.add_member(:invalid_loop_boundary, Shapes::ShapeRef.new(shape: InvalidLoopBoundaryFlowValidationDetails, location_name: "invalidLoopBoundary"))
|
1523
|
+
FlowValidationDetails.add_member(:loop_incompatible_node_type, Shapes::ShapeRef.new(shape: LoopIncompatibleNodeTypeFlowValidationDetails, location_name: "loopIncompatibleNodeType"))
|
1464
1524
|
FlowValidationDetails.add_member(:malformed_condition_expression, Shapes::ShapeRef.new(shape: MalformedConditionExpressionFlowValidationDetails, location_name: "malformedConditionExpression"))
|
1465
1525
|
FlowValidationDetails.add_member(:malformed_node_input_expression, Shapes::ShapeRef.new(shape: MalformedNodeInputExpressionFlowValidationDetails, location_name: "malformedNodeInputExpression"))
|
1466
1526
|
FlowValidationDetails.add_member(:mismatched_node_input_type, Shapes::ShapeRef.new(shape: MismatchedNodeInputTypeFlowValidationDetails, location_name: "mismatchedNodeInputType"))
|
@@ -1468,10 +1528,14 @@ module Aws::BedrockAgent
|
|
1468
1528
|
FlowValidationDetails.add_member(:missing_connection_configuration, Shapes::ShapeRef.new(shape: MissingConnectionConfigurationFlowValidationDetails, location_name: "missingConnectionConfiguration"))
|
1469
1529
|
FlowValidationDetails.add_member(:missing_default_condition, Shapes::ShapeRef.new(shape: MissingDefaultConditionFlowValidationDetails, location_name: "missingDefaultCondition"))
|
1470
1530
|
FlowValidationDetails.add_member(:missing_ending_nodes, Shapes::ShapeRef.new(shape: MissingEndingNodesFlowValidationDetails, location_name: "missingEndingNodes"))
|
1531
|
+
FlowValidationDetails.add_member(:missing_loop_controller_node, Shapes::ShapeRef.new(shape: MissingLoopControllerNodeFlowValidationDetails, location_name: "missingLoopControllerNode"))
|
1532
|
+
FlowValidationDetails.add_member(:missing_loop_input_node, Shapes::ShapeRef.new(shape: MissingLoopInputNodeFlowValidationDetails, location_name: "missingLoopInputNode"))
|
1471
1533
|
FlowValidationDetails.add_member(:missing_node_configuration, Shapes::ShapeRef.new(shape: MissingNodeConfigurationFlowValidationDetails, location_name: "missingNodeConfiguration"))
|
1472
1534
|
FlowValidationDetails.add_member(:missing_node_input, Shapes::ShapeRef.new(shape: MissingNodeInputFlowValidationDetails, location_name: "missingNodeInput"))
|
1473
1535
|
FlowValidationDetails.add_member(:missing_node_output, Shapes::ShapeRef.new(shape: MissingNodeOutputFlowValidationDetails, location_name: "missingNodeOutput"))
|
1474
1536
|
FlowValidationDetails.add_member(:missing_starting_nodes, Shapes::ShapeRef.new(shape: MissingStartingNodesFlowValidationDetails, location_name: "missingStartingNodes"))
|
1537
|
+
FlowValidationDetails.add_member(:multiple_loop_controller_nodes, Shapes::ShapeRef.new(shape: MultipleLoopControllerNodesFlowValidationDetails, location_name: "multipleLoopControllerNodes"))
|
1538
|
+
FlowValidationDetails.add_member(:multiple_loop_input_nodes, Shapes::ShapeRef.new(shape: MultipleLoopInputNodesFlowValidationDetails, location_name: "multipleLoopInputNodes"))
|
1475
1539
|
FlowValidationDetails.add_member(:multiple_node_input_connections, Shapes::ShapeRef.new(shape: MultipleNodeInputConnectionsFlowValidationDetails, location_name: "multipleNodeInputConnections"))
|
1476
1540
|
FlowValidationDetails.add_member(:unfulfilled_node_input, Shapes::ShapeRef.new(shape: UnfulfilledNodeInputFlowValidationDetails, location_name: "unfulfilledNodeInput"))
|
1477
1541
|
FlowValidationDetails.add_member(:unknown_connection_condition, Shapes::ShapeRef.new(shape: UnknownConnectionConditionFlowValidationDetails, location_name: "unknownConnectionCondition"))
|
@@ -1489,6 +1553,8 @@ module Aws::BedrockAgent
|
|
1489
1553
|
FlowValidationDetails.add_member_subclass(:duplicate_condition_expression, Types::FlowValidationDetails::DuplicateConditionExpression)
|
1490
1554
|
FlowValidationDetails.add_member_subclass(:duplicate_connections, Types::FlowValidationDetails::DuplicateConnections)
|
1491
1555
|
FlowValidationDetails.add_member_subclass(:incompatible_connection_data_type, Types::FlowValidationDetails::IncompatibleConnectionDataType)
|
1556
|
+
FlowValidationDetails.add_member_subclass(:invalid_loop_boundary, Types::FlowValidationDetails::InvalidLoopBoundary)
|
1557
|
+
FlowValidationDetails.add_member_subclass(:loop_incompatible_node_type, Types::FlowValidationDetails::LoopIncompatibleNodeType)
|
1492
1558
|
FlowValidationDetails.add_member_subclass(:malformed_condition_expression, Types::FlowValidationDetails::MalformedConditionExpression)
|
1493
1559
|
FlowValidationDetails.add_member_subclass(:malformed_node_input_expression, Types::FlowValidationDetails::MalformedNodeInputExpression)
|
1494
1560
|
FlowValidationDetails.add_member_subclass(:mismatched_node_input_type, Types::FlowValidationDetails::MismatchedNodeInputType)
|
@@ -1496,10 +1562,14 @@ module Aws::BedrockAgent
|
|
1496
1562
|
FlowValidationDetails.add_member_subclass(:missing_connection_configuration, Types::FlowValidationDetails::MissingConnectionConfiguration)
|
1497
1563
|
FlowValidationDetails.add_member_subclass(:missing_default_condition, Types::FlowValidationDetails::MissingDefaultCondition)
|
1498
1564
|
FlowValidationDetails.add_member_subclass(:missing_ending_nodes, Types::FlowValidationDetails::MissingEndingNodes)
|
1565
|
+
FlowValidationDetails.add_member_subclass(:missing_loop_controller_node, Types::FlowValidationDetails::MissingLoopControllerNode)
|
1566
|
+
FlowValidationDetails.add_member_subclass(:missing_loop_input_node, Types::FlowValidationDetails::MissingLoopInputNode)
|
1499
1567
|
FlowValidationDetails.add_member_subclass(:missing_node_configuration, Types::FlowValidationDetails::MissingNodeConfiguration)
|
1500
1568
|
FlowValidationDetails.add_member_subclass(:missing_node_input, Types::FlowValidationDetails::MissingNodeInput)
|
1501
1569
|
FlowValidationDetails.add_member_subclass(:missing_node_output, Types::FlowValidationDetails::MissingNodeOutput)
|
1502
1570
|
FlowValidationDetails.add_member_subclass(:missing_starting_nodes, Types::FlowValidationDetails::MissingStartingNodes)
|
1571
|
+
FlowValidationDetails.add_member_subclass(:multiple_loop_controller_nodes, Types::FlowValidationDetails::MultipleLoopControllerNodes)
|
1572
|
+
FlowValidationDetails.add_member_subclass(:multiple_loop_input_nodes, Types::FlowValidationDetails::MultipleLoopInputNodes)
|
1503
1573
|
FlowValidationDetails.add_member_subclass(:multiple_node_input_connections, Types::FlowValidationDetails::MultipleNodeInputConnections)
|
1504
1574
|
FlowValidationDetails.add_member_subclass(:unfulfilled_node_input, Types::FlowValidationDetails::UnfulfilledNodeInput)
|
1505
1575
|
FlowValidationDetails.add_member_subclass(:unknown_connection_condition, Types::FlowValidationDetails::UnknownConnectionCondition)
|
@@ -1596,6 +1666,7 @@ module Aws::BedrockAgent
|
|
1596
1666
|
GetFlowAliasRequest.struct_class = Types::GetFlowAliasRequest
|
1597
1667
|
|
1598
1668
|
GetFlowAliasResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FlowAliasArn, required: true, location_name: "arn"))
|
1669
|
+
GetFlowAliasResponse.add_member(:concurrency_configuration, Shapes::ShapeRef.new(shape: FlowAliasConcurrencyConfiguration, location_name: "concurrencyConfiguration"))
|
1599
1670
|
GetFlowAliasResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1600
1671
|
GetFlowAliasResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1601
1672
|
GetFlowAliasResponse.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "flowId"))
|
@@ -1770,6 +1841,11 @@ module Aws::BedrockAgent
|
|
1770
1841
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
1771
1842
|
InternalServerException.struct_class = Types::InternalServerException
|
1772
1843
|
|
1844
|
+
InvalidLoopBoundaryFlowValidationDetails.add_member(:connection, Shapes::ShapeRef.new(shape: FlowConnectionName, required: true, location_name: "connection"))
|
1845
|
+
InvalidLoopBoundaryFlowValidationDetails.add_member(:source, Shapes::ShapeRef.new(shape: FlowNodeName, required: true, location_name: "source"))
|
1846
|
+
InvalidLoopBoundaryFlowValidationDetails.add_member(:target, Shapes::ShapeRef.new(shape: FlowNodeName, required: true, location_name: "target"))
|
1847
|
+
InvalidLoopBoundaryFlowValidationDetails.struct_class = Types::InvalidLoopBoundaryFlowValidationDetails
|
1848
|
+
|
1773
1849
|
IteratorFlowNodeConfiguration.struct_class = Types::IteratorFlowNodeConfiguration
|
1774
1850
|
|
1775
1851
|
KendraKnowledgeBaseConfiguration.add_member(:kendra_index_arn, Shapes::ShapeRef.new(shape: KendraIndexArn, required: true, location_name: "kendraIndexArn"))
|
@@ -1811,10 +1887,24 @@ module Aws::BedrockAgent
|
|
1811
1887
|
KnowledgeBaseDocuments.member = Shapes::ShapeRef.new(shape: KnowledgeBaseDocument)
|
1812
1888
|
|
1813
1889
|
KnowledgeBaseFlowNodeConfiguration.add_member(:guardrail_configuration, Shapes::ShapeRef.new(shape: GuardrailConfiguration, location_name: "guardrailConfiguration"))
|
1890
|
+
KnowledgeBaseFlowNodeConfiguration.add_member(:inference_configuration, Shapes::ShapeRef.new(shape: PromptInferenceConfiguration, location_name: "inferenceConfiguration"))
|
1814
1891
|
KnowledgeBaseFlowNodeConfiguration.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: KnowledgeBaseId, required: true, location_name: "knowledgeBaseId"))
|
1815
1892
|
KnowledgeBaseFlowNodeConfiguration.add_member(:model_id, Shapes::ShapeRef.new(shape: KnowledgeBaseModelIdentifier, location_name: "modelId"))
|
1893
|
+
KnowledgeBaseFlowNodeConfiguration.add_member(:number_of_results, Shapes::ShapeRef.new(shape: KnowledgeBaseFlowNodeConfigurationNumberOfResultsInteger, location_name: "numberOfResults"))
|
1894
|
+
KnowledgeBaseFlowNodeConfiguration.add_member(:orchestration_configuration, Shapes::ShapeRef.new(shape: KnowledgeBaseOrchestrationConfiguration, location_name: "orchestrationConfiguration"))
|
1895
|
+
KnowledgeBaseFlowNodeConfiguration.add_member(:prompt_template, Shapes::ShapeRef.new(shape: KnowledgeBasePromptTemplate, location_name: "promptTemplate"))
|
1896
|
+
KnowledgeBaseFlowNodeConfiguration.add_member(:reranking_configuration, Shapes::ShapeRef.new(shape: VectorSearchRerankingConfiguration, location_name: "rerankingConfiguration"))
|
1816
1897
|
KnowledgeBaseFlowNodeConfiguration.struct_class = Types::KnowledgeBaseFlowNodeConfiguration
|
1817
1898
|
|
1899
|
+
KnowledgeBaseOrchestrationConfiguration.add_member(:additional_model_request_fields, Shapes::ShapeRef.new(shape: AdditionalModelRequestFields, location_name: "additionalModelRequestFields"))
|
1900
|
+
KnowledgeBaseOrchestrationConfiguration.add_member(:inference_config, Shapes::ShapeRef.new(shape: PromptInferenceConfiguration, location_name: "inferenceConfig"))
|
1901
|
+
KnowledgeBaseOrchestrationConfiguration.add_member(:performance_config, Shapes::ShapeRef.new(shape: PerformanceConfiguration, location_name: "performanceConfig"))
|
1902
|
+
KnowledgeBaseOrchestrationConfiguration.add_member(:prompt_template, Shapes::ShapeRef.new(shape: KnowledgeBasePromptTemplate, location_name: "promptTemplate"))
|
1903
|
+
KnowledgeBaseOrchestrationConfiguration.struct_class = Types::KnowledgeBaseOrchestrationConfiguration
|
1904
|
+
|
1905
|
+
KnowledgeBasePromptTemplate.add_member(:text_prompt_template, Shapes::ShapeRef.new(shape: KnowledgeBaseTextPrompt, location_name: "textPromptTemplate"))
|
1906
|
+
KnowledgeBasePromptTemplate.struct_class = Types::KnowledgeBasePromptTemplate
|
1907
|
+
|
1818
1908
|
KnowledgeBaseSummaries.member = Shapes::ShapeRef.new(shape: KnowledgeBaseSummary)
|
1819
1909
|
|
1820
1910
|
KnowledgeBaseSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
@@ -1967,6 +2057,20 @@ module Aws::BedrockAgent
|
|
1967
2057
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
1968
2058
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
1969
2059
|
|
2060
|
+
LoopControllerFlowNodeConfiguration.add_member(:continue_condition, Shapes::ShapeRef.new(shape: FlowCondition, required: true, location_name: "continueCondition"))
|
2061
|
+
LoopControllerFlowNodeConfiguration.add_member(:max_iterations, Shapes::ShapeRef.new(shape: LoopControllerFlowNodeConfigurationMaxIterationsInteger, location_name: "maxIterations"))
|
2062
|
+
LoopControllerFlowNodeConfiguration.struct_class = Types::LoopControllerFlowNodeConfiguration
|
2063
|
+
|
2064
|
+
LoopFlowNodeConfiguration.add_member(:definition, Shapes::ShapeRef.new(shape: FlowDefinition, required: true, location_name: "definition"))
|
2065
|
+
LoopFlowNodeConfiguration.struct_class = Types::LoopFlowNodeConfiguration
|
2066
|
+
|
2067
|
+
LoopIncompatibleNodeTypeFlowValidationDetails.add_member(:incompatible_node_name, Shapes::ShapeRef.new(shape: FlowNodeName, required: true, location_name: "incompatibleNodeName"))
|
2068
|
+
LoopIncompatibleNodeTypeFlowValidationDetails.add_member(:incompatible_node_type, Shapes::ShapeRef.new(shape: IncompatibleLoopNodeType, required: true, location_name: "incompatibleNodeType"))
|
2069
|
+
LoopIncompatibleNodeTypeFlowValidationDetails.add_member(:node, Shapes::ShapeRef.new(shape: FlowNodeName, required: true, location_name: "node"))
|
2070
|
+
LoopIncompatibleNodeTypeFlowValidationDetails.struct_class = Types::LoopIncompatibleNodeTypeFlowValidationDetails
|
2071
|
+
|
2072
|
+
LoopInputFlowNodeConfiguration.struct_class = Types::LoopInputFlowNodeConfiguration
|
2073
|
+
|
1970
2074
|
MalformedConditionExpressionFlowValidationDetails.add_member(:cause, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "cause"))
|
1971
2075
|
MalformedConditionExpressionFlowValidationDetails.add_member(:condition, Shapes::ShapeRef.new(shape: FlowConditionName, required: true, location_name: "condition"))
|
1972
2076
|
MalformedConditionExpressionFlowValidationDetails.add_member(:node, Shapes::ShapeRef.new(shape: FlowNodeName, required: true, location_name: "node"))
|
@@ -2001,6 +2105,10 @@ module Aws::BedrockAgent
|
|
2001
2105
|
|
2002
2106
|
MetadataAttributeValueStringListValueList.member = Shapes::ShapeRef.new(shape: StringValue)
|
2003
2107
|
|
2108
|
+
MetadataConfigurationForReranking.add_member(:selection_mode, Shapes::ShapeRef.new(shape: RerankingMetadataSelectionMode, required: true, location_name: "selectionMode"))
|
2109
|
+
MetadataConfigurationForReranking.add_member(:selective_mode_configuration, Shapes::ShapeRef.new(shape: RerankingMetadataSelectiveModeConfiguration, location_name: "selectiveModeConfiguration"))
|
2110
|
+
MetadataConfigurationForReranking.struct_class = Types::MetadataConfigurationForReranking
|
2111
|
+
|
2004
2112
|
MismatchedNodeInputTypeFlowValidationDetails.add_member(:expected_type, Shapes::ShapeRef.new(shape: FlowNodeIODataType, required: true, location_name: "expectedType"))
|
2005
2113
|
MismatchedNodeInputTypeFlowValidationDetails.add_member(:input, Shapes::ShapeRef.new(shape: FlowNodeInputName, required: true, location_name: "input"))
|
2006
2114
|
MismatchedNodeInputTypeFlowValidationDetails.add_member(:node, Shapes::ShapeRef.new(shape: FlowNodeName, required: true, location_name: "node"))
|
@@ -2019,6 +2127,12 @@ module Aws::BedrockAgent
|
|
2019
2127
|
|
2020
2128
|
MissingEndingNodesFlowValidationDetails.struct_class = Types::MissingEndingNodesFlowValidationDetails
|
2021
2129
|
|
2130
|
+
MissingLoopControllerNodeFlowValidationDetails.add_member(:loop_node, Shapes::ShapeRef.new(shape: FlowNodeName, required: true, location_name: "loopNode"))
|
2131
|
+
MissingLoopControllerNodeFlowValidationDetails.struct_class = Types::MissingLoopControllerNodeFlowValidationDetails
|
2132
|
+
|
2133
|
+
MissingLoopInputNodeFlowValidationDetails.add_member(:loop_node, Shapes::ShapeRef.new(shape: FlowNodeName, required: true, location_name: "loopNode"))
|
2134
|
+
MissingLoopInputNodeFlowValidationDetails.struct_class = Types::MissingLoopInputNodeFlowValidationDetails
|
2135
|
+
|
2022
2136
|
MissingNodeConfigurationFlowValidationDetails.add_member(:node, Shapes::ShapeRef.new(shape: FlowNodeName, required: true, location_name: "node"))
|
2023
2137
|
MissingNodeConfigurationFlowValidationDetails.struct_class = Types::MissingNodeConfigurationFlowValidationDetails
|
2024
2138
|
|
@@ -2047,6 +2161,12 @@ module Aws::BedrockAgent
|
|
2047
2161
|
MongoDbAtlasFieldMapping.add_member(:vector_field, Shapes::ShapeRef.new(shape: FieldName, required: true, location_name: "vectorField"))
|
2048
2162
|
MongoDbAtlasFieldMapping.struct_class = Types::MongoDbAtlasFieldMapping
|
2049
2163
|
|
2164
|
+
MultipleLoopControllerNodesFlowValidationDetails.add_member(:loop_node, Shapes::ShapeRef.new(shape: FlowNodeName, required: true, location_name: "loopNode"))
|
2165
|
+
MultipleLoopControllerNodesFlowValidationDetails.struct_class = Types::MultipleLoopControllerNodesFlowValidationDetails
|
2166
|
+
|
2167
|
+
MultipleLoopInputNodesFlowValidationDetails.add_member(:loop_node, Shapes::ShapeRef.new(shape: FlowNodeName, required: true, location_name: "loopNode"))
|
2168
|
+
MultipleLoopInputNodesFlowValidationDetails.struct_class = Types::MultipleLoopInputNodesFlowValidationDetails
|
2169
|
+
|
2050
2170
|
MultipleNodeInputConnectionsFlowValidationDetails.add_member(:input, Shapes::ShapeRef.new(shape: FlowNodeInputName, required: true, location_name: "input"))
|
2051
2171
|
MultipleNodeInputConnectionsFlowValidationDetails.add_member(:node, Shapes::ShapeRef.new(shape: FlowNodeName, required: true, location_name: "node"))
|
2052
2172
|
MultipleNodeInputConnectionsFlowValidationDetails.struct_class = Types::MultipleNodeInputConnectionsFlowValidationDetails
|
@@ -2114,6 +2234,9 @@ module Aws::BedrockAgent
|
|
2114
2234
|
|
2115
2235
|
PatternObjectFilterList.member = Shapes::ShapeRef.new(shape: PatternObjectFilter)
|
2116
2236
|
|
2237
|
+
PerformanceConfiguration.add_member(:latency, Shapes::ShapeRef.new(shape: PerformanceConfigLatency, location_name: "latency"))
|
2238
|
+
PerformanceConfiguration.struct_class = Types::PerformanceConfiguration
|
2239
|
+
|
2117
2240
|
PineconeConfiguration.add_member(:connection_string, Shapes::ShapeRef.new(shape: PineconeConnectionString, required: true, location_name: "connectionString"))
|
2118
2241
|
PineconeConfiguration.add_member(:credentials_secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "credentialsSecretArn"))
|
2119
2242
|
PineconeConfiguration.add_member(:field_mapping, Shapes::ShapeRef.new(shape: PineconeFieldMapping, required: true, location_name: "fieldMapping"))
|
@@ -2331,6 +2454,14 @@ module Aws::BedrockAgent
|
|
2331
2454
|
RedshiftServerlessConfiguration.add_member(:workgroup_arn, Shapes::ShapeRef.new(shape: WorkgroupArn, required: true, location_name: "workgroupArn"))
|
2332
2455
|
RedshiftServerlessConfiguration.struct_class = Types::RedshiftServerlessConfiguration
|
2333
2456
|
|
2457
|
+
RerankingMetadataSelectiveModeConfiguration.add_member(:fields_to_exclude, Shapes::ShapeRef.new(shape: FieldsForReranking, location_name: "fieldsToExclude"))
|
2458
|
+
RerankingMetadataSelectiveModeConfiguration.add_member(:fields_to_include, Shapes::ShapeRef.new(shape: FieldsForReranking, location_name: "fieldsToInclude"))
|
2459
|
+
RerankingMetadataSelectiveModeConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2460
|
+
RerankingMetadataSelectiveModeConfiguration.add_member_subclass(:fields_to_exclude, Types::RerankingMetadataSelectiveModeConfiguration::FieldsToExclude)
|
2461
|
+
RerankingMetadataSelectiveModeConfiguration.add_member_subclass(:fields_to_include, Types::RerankingMetadataSelectiveModeConfiguration::FieldsToInclude)
|
2462
|
+
RerankingMetadataSelectiveModeConfiguration.add_member_subclass(:unknown, Types::RerankingMetadataSelectiveModeConfiguration::Unknown)
|
2463
|
+
RerankingMetadataSelectiveModeConfiguration.struct_class = Types::RerankingMetadataSelectiveModeConfiguration
|
2464
|
+
|
2334
2465
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
2335
2466
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
2336
2467
|
|
@@ -2669,6 +2800,7 @@ module Aws::BedrockAgent
|
|
2669
2800
|
UpdateDataSourceResponse.struct_class = Types::UpdateDataSourceResponse
|
2670
2801
|
|
2671
2802
|
UpdateFlowAliasRequest.add_member(:alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location: "uri", location_name: "aliasIdentifier"))
|
2803
|
+
UpdateFlowAliasRequest.add_member(:concurrency_configuration, Shapes::ShapeRef.new(shape: FlowAliasConcurrencyConfiguration, location_name: "concurrencyConfiguration"))
|
2672
2804
|
UpdateFlowAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2673
2805
|
UpdateFlowAliasRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
2674
2806
|
UpdateFlowAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
@@ -2676,6 +2808,7 @@ module Aws::BedrockAgent
|
|
2676
2808
|
UpdateFlowAliasRequest.struct_class = Types::UpdateFlowAliasRequest
|
2677
2809
|
|
2678
2810
|
UpdateFlowAliasResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FlowAliasArn, required: true, location_name: "arn"))
|
2811
|
+
UpdateFlowAliasResponse.add_member(:concurrency_configuration, Shapes::ShapeRef.new(shape: FlowAliasConcurrencyConfiguration, location_name: "concurrencyConfiguration"))
|
2679
2812
|
UpdateFlowAliasResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
2680
2813
|
UpdateFlowAliasResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2681
2814
|
UpdateFlowAliasResponse.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "flowId"))
|
@@ -2767,6 +2900,19 @@ module Aws::BedrockAgent
|
|
2767
2900
|
VectorKnowledgeBaseConfiguration.add_member(:supplemental_data_storage_configuration, Shapes::ShapeRef.new(shape: SupplementalDataStorageConfiguration, location_name: "supplementalDataStorageConfiguration"))
|
2768
2901
|
VectorKnowledgeBaseConfiguration.struct_class = Types::VectorKnowledgeBaseConfiguration
|
2769
2902
|
|
2903
|
+
VectorSearchBedrockRerankingConfiguration.add_member(:metadata_configuration, Shapes::ShapeRef.new(shape: MetadataConfigurationForReranking, location_name: "metadataConfiguration"))
|
2904
|
+
VectorSearchBedrockRerankingConfiguration.add_member(:model_configuration, Shapes::ShapeRef.new(shape: VectorSearchBedrockRerankingModelConfiguration, required: true, location_name: "modelConfiguration"))
|
2905
|
+
VectorSearchBedrockRerankingConfiguration.add_member(:number_of_reranked_results, Shapes::ShapeRef.new(shape: VectorSearchBedrockRerankingConfigurationNumberOfRerankedResultsInteger, location_name: "numberOfRerankedResults"))
|
2906
|
+
VectorSearchBedrockRerankingConfiguration.struct_class = Types::VectorSearchBedrockRerankingConfiguration
|
2907
|
+
|
2908
|
+
VectorSearchBedrockRerankingModelConfiguration.add_member(:additional_model_request_fields, Shapes::ShapeRef.new(shape: AdditionalModelRequestFields, location_name: "additionalModelRequestFields"))
|
2909
|
+
VectorSearchBedrockRerankingModelConfiguration.add_member(:model_arn, Shapes::ShapeRef.new(shape: BedrockRerankingModelArn, required: true, location_name: "modelArn"))
|
2910
|
+
VectorSearchBedrockRerankingModelConfiguration.struct_class = Types::VectorSearchBedrockRerankingModelConfiguration
|
2911
|
+
|
2912
|
+
VectorSearchRerankingConfiguration.add_member(:bedrock_reranking_configuration, Shapes::ShapeRef.new(shape: VectorSearchBedrockRerankingConfiguration, location_name: "bedrockRerankingConfiguration"))
|
2913
|
+
VectorSearchRerankingConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: VectorSearchRerankingConfigurationType, required: true, location_name: "type"))
|
2914
|
+
VectorSearchRerankingConfiguration.struct_class = Types::VectorSearchRerankingConfiguration
|
2915
|
+
|
2770
2916
|
WebCrawlerConfiguration.add_member(:crawler_limits, Shapes::ShapeRef.new(shape: WebCrawlerLimits, location_name: "crawlerLimits"))
|
2771
2917
|
WebCrawlerConfiguration.add_member(:exclusion_filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "exclusionFilters"))
|
2772
2918
|
WebCrawlerConfiguration.add_member(:inclusion_filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "inclusionFilters"))
|