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