aws-sdk-bedrockagentruntime 1.66.0 → 1.68.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-bedrockagentruntime/client.rb +3009 -2950
- data/lib/aws-sdk-bedrockagentruntime/client_api.rb +404 -379
- data/lib/aws-sdk-bedrockagentruntime/event_streams.rb +140 -140
- data/lib/aws-sdk-bedrockagentruntime/types.rb +2102 -1986
- data/lib/aws-sdk-bedrockagentruntime.rb +1 -1
- data/sig/client.rbs +891 -886
- data/sig/types.rbs +411 -389
- metadata +3 -3
|
@@ -53,6 +53,8 @@ module Aws::BedrockAgentRuntime
|
|
|
53
53
|
ApiResult = Shapes::StructureShape.new(name: 'ApiResult')
|
|
54
54
|
AttributeType = Shapes::StringShape.new(name: 'AttributeType')
|
|
55
55
|
Attribution = Shapes::StructureShape.new(name: 'Attribution')
|
|
56
|
+
AudioSegment = Shapes::StructureShape.new(name: 'AudioSegment')
|
|
57
|
+
AudioSegmentS3UriString = Shapes::StringShape.new(name: 'AudioSegmentS3UriString')
|
|
56
58
|
BadGatewayException = Shapes::StructureShape.new(name: 'BadGatewayException')
|
|
57
59
|
BasePromptTemplate = Shapes::StringShape.new(name: 'BasePromptTemplate')
|
|
58
60
|
BedrockModelArn = Shapes::StringShape.new(name: 'BedrockModelArn')
|
|
@@ -278,6 +280,9 @@ module Aws::BedrockAgentRuntime
|
|
|
278
280
|
InlineSessionState = Shapes::StructureShape.new(name: 'InlineSessionState')
|
|
279
281
|
InputFile = Shapes::StructureShape.new(name: 'InputFile')
|
|
280
282
|
InputFiles = Shapes::ListShape.new(name: 'InputFiles')
|
|
283
|
+
InputImage = Shapes::StructureShape.new(name: 'InputImage')
|
|
284
|
+
InputImageFormat = Shapes::StringShape.new(name: 'InputImageFormat')
|
|
285
|
+
InputImageInlineContentBlob = Shapes::BlobShape.new(name: 'InputImageInlineContentBlob')
|
|
281
286
|
InputPrompt = Shapes::UnionShape.new(name: 'InputPrompt')
|
|
282
287
|
InputQueryType = Shapes::StringShape.new(name: 'InputQueryType')
|
|
283
288
|
InputText = Shapes::StringShape.new(name: 'InputText')
|
|
@@ -314,6 +319,7 @@ module Aws::BedrockAgentRuntime
|
|
|
314
319
|
KnowledgeBaseLookupOutput = Shapes::StructureShape.new(name: 'KnowledgeBaseLookupOutput')
|
|
315
320
|
KnowledgeBaseQuery = Shapes::StructureShape.new(name: 'KnowledgeBaseQuery')
|
|
316
321
|
KnowledgeBaseQueryTextString = Shapes::StringShape.new(name: 'KnowledgeBaseQueryTextString')
|
|
322
|
+
KnowledgeBaseQueryType = Shapes::StringShape.new(name: 'KnowledgeBaseQueryType')
|
|
317
323
|
KnowledgeBaseRetrievalConfiguration = Shapes::StructureShape.new(name: 'KnowledgeBaseRetrievalConfiguration')
|
|
318
324
|
KnowledgeBaseRetrievalResult = Shapes::StructureShape.new(name: 'KnowledgeBaseRetrievalResult')
|
|
319
325
|
KnowledgeBaseRetrievalResults = Shapes::ListShape.new(name: 'KnowledgeBaseRetrievalResults')
|
|
@@ -588,38 +594,40 @@ module Aws::BedrockAgentRuntime
|
|
|
588
594
|
VectorSearchRerankingConfigurationType = Shapes::StringShape.new(name: 'VectorSearchRerankingConfigurationType')
|
|
589
595
|
Verb = Shapes::StringShape.new(name: 'Verb')
|
|
590
596
|
Version = Shapes::StringShape.new(name: 'Version')
|
|
597
|
+
VideoSegment = Shapes::StructureShape.new(name: 'VideoSegment')
|
|
598
|
+
VideoSegmentS3UriString = Shapes::StringShape.new(name: 'VideoSegmentS3UriString')
|
|
591
599
|
|
|
592
|
-
APISchema.add_member(:s3, Shapes::ShapeRef.new(shape: S3Identifier, location_name: "s3"))
|
|
593
600
|
APISchema.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "payload"))
|
|
601
|
+
APISchema.add_member(:s3, Shapes::ShapeRef.new(shape: S3Identifier, location_name: "s3"))
|
|
594
602
|
APISchema.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
595
|
-
APISchema.add_member_subclass(:s3, Types::APISchema::S3)
|
|
596
603
|
APISchema.add_member_subclass(:payload, Types::APISchema::Payload)
|
|
604
|
+
APISchema.add_member_subclass(:s3, Types::APISchema::S3)
|
|
597
605
|
APISchema.add_member_subclass(:unknown, Types::APISchema::Unknown)
|
|
598
606
|
APISchema.struct_class = Types::APISchema
|
|
599
607
|
|
|
600
608
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
601
609
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
602
610
|
|
|
603
|
-
ActionGroupExecutor.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaResourceArn, location_name: "lambda"))
|
|
604
611
|
ActionGroupExecutor.add_member(:custom_control, Shapes::ShapeRef.new(shape: CustomControlMethod, location_name: "customControl"))
|
|
612
|
+
ActionGroupExecutor.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaResourceArn, location_name: "lambda"))
|
|
605
613
|
ActionGroupExecutor.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
606
|
-
ActionGroupExecutor.add_member_subclass(:lambda, Types::ActionGroupExecutor::Lambda)
|
|
607
614
|
ActionGroupExecutor.add_member_subclass(:custom_control, Types::ActionGroupExecutor::CustomControl)
|
|
615
|
+
ActionGroupExecutor.add_member_subclass(:lambda, Types::ActionGroupExecutor::Lambda)
|
|
608
616
|
ActionGroupExecutor.add_member_subclass(:unknown, Types::ActionGroupExecutor::Unknown)
|
|
609
617
|
ActionGroupExecutor.struct_class = Types::ActionGroupExecutor
|
|
610
618
|
|
|
611
619
|
ActionGroupInvocationInput.add_member(:action_group_name, Shapes::ShapeRef.new(shape: ActionGroupName, location_name: "actionGroupName"))
|
|
612
|
-
ActionGroupInvocationInput.add_member(:verb, Shapes::ShapeRef.new(shape: Verb, location_name: "verb"))
|
|
613
620
|
ActionGroupInvocationInput.add_member(:api_path, Shapes::ShapeRef.new(shape: ApiPath, location_name: "apiPath"))
|
|
614
|
-
ActionGroupInvocationInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
|
|
615
|
-
ActionGroupInvocationInput.add_member(:request_body, Shapes::ShapeRef.new(shape: RequestBody, location_name: "requestBody"))
|
|
616
|
-
ActionGroupInvocationInput.add_member(:function, Shapes::ShapeRef.new(shape: Function, location_name: "function"))
|
|
617
621
|
ActionGroupInvocationInput.add_member(:execution_type, Shapes::ShapeRef.new(shape: ExecutionType, location_name: "executionType"))
|
|
622
|
+
ActionGroupInvocationInput.add_member(:function, Shapes::ShapeRef.new(shape: Function, location_name: "function"))
|
|
618
623
|
ActionGroupInvocationInput.add_member(:invocation_id, Shapes::ShapeRef.new(shape: String, location_name: "invocationId"))
|
|
624
|
+
ActionGroupInvocationInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
|
|
625
|
+
ActionGroupInvocationInput.add_member(:request_body, Shapes::ShapeRef.new(shape: RequestBody, location_name: "requestBody"))
|
|
626
|
+
ActionGroupInvocationInput.add_member(:verb, Shapes::ShapeRef.new(shape: Verb, location_name: "verb"))
|
|
619
627
|
ActionGroupInvocationInput.struct_class = Types::ActionGroupInvocationInput
|
|
620
628
|
|
|
621
|
-
ActionGroupInvocationOutput.add_member(:text, Shapes::ShapeRef.new(shape: ActionGroupOutputString, location_name: "text"))
|
|
622
629
|
ActionGroupInvocationOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
630
|
+
ActionGroupInvocationOutput.add_member(:text, Shapes::ShapeRef.new(shape: ActionGroupOutputString, location_name: "text"))
|
|
623
631
|
ActionGroupInvocationOutput.struct_class = Types::ActionGroupInvocationOutput
|
|
624
632
|
|
|
625
633
|
ActionGroupSignatureParams.key = Shapes::ShapeRef.new(shape: ActionGroupSignatureParamsKeyString)
|
|
@@ -628,36 +636,36 @@ module Aws::BedrockAgentRuntime
|
|
|
628
636
|
AdditionalModelRequestFields.key = Shapes::ShapeRef.new(shape: AdditionalModelRequestFieldsKey)
|
|
629
637
|
AdditionalModelRequestFields.value = Shapes::ShapeRef.new(shape: AdditionalModelRequestFieldsValue)
|
|
630
638
|
|
|
631
|
-
AgentActionGroup.add_member(:action_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "actionGroupName"))
|
|
632
|
-
AgentActionGroup.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
633
|
-
AgentActionGroup.add_member(:parent_action_group_signature, Shapes::ShapeRef.new(shape: ActionGroupSignature, location_name: "parentActionGroupSignature"))
|
|
634
639
|
AgentActionGroup.add_member(:action_group_executor, Shapes::ShapeRef.new(shape: ActionGroupExecutor, location_name: "actionGroupExecutor"))
|
|
640
|
+
AgentActionGroup.add_member(:action_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "actionGroupName"))
|
|
635
641
|
AgentActionGroup.add_member(:api_schema, Shapes::ShapeRef.new(shape: APISchema, location_name: "apiSchema"))
|
|
642
|
+
AgentActionGroup.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
636
643
|
AgentActionGroup.add_member(:function_schema, Shapes::ShapeRef.new(shape: FunctionSchema, location_name: "functionSchema"))
|
|
644
|
+
AgentActionGroup.add_member(:parent_action_group_signature, Shapes::ShapeRef.new(shape: ActionGroupSignature, location_name: "parentActionGroupSignature"))
|
|
637
645
|
AgentActionGroup.add_member(:parent_action_group_signature_params, Shapes::ShapeRef.new(shape: ActionGroupSignatureParams, location_name: "parentActionGroupSignatureParams"))
|
|
638
646
|
AgentActionGroup.struct_class = Types::AgentActionGroup
|
|
639
647
|
|
|
640
648
|
AgentActionGroups.member = Shapes::ShapeRef.new(shape: AgentActionGroup)
|
|
641
649
|
|
|
642
|
-
AgentCollaboratorInputPayload.add_member(:type, Shapes::ShapeRef.new(shape: PayloadType, location_name: "type"))
|
|
643
|
-
AgentCollaboratorInputPayload.add_member(:text, Shapes::ShapeRef.new(shape: AgentCollaboratorPayloadString, location_name: "text"))
|
|
644
650
|
AgentCollaboratorInputPayload.add_member(:return_control_results, Shapes::ShapeRef.new(shape: ReturnControlResults, location_name: "returnControlResults"))
|
|
651
|
+
AgentCollaboratorInputPayload.add_member(:text, Shapes::ShapeRef.new(shape: AgentCollaboratorPayloadString, location_name: "text"))
|
|
652
|
+
AgentCollaboratorInputPayload.add_member(:type, Shapes::ShapeRef.new(shape: PayloadType, location_name: "type"))
|
|
645
653
|
AgentCollaboratorInputPayload.struct_class = Types::AgentCollaboratorInputPayload
|
|
646
654
|
|
|
647
|
-
AgentCollaboratorInvocationInput.add_member(:agent_collaborator_name, Shapes::ShapeRef.new(shape: String, location_name: "agentCollaboratorName"))
|
|
648
655
|
AgentCollaboratorInvocationInput.add_member(:agent_collaborator_alias_arn, Shapes::ShapeRef.new(shape: AgentAliasArn, location_name: "agentCollaboratorAliasArn"))
|
|
656
|
+
AgentCollaboratorInvocationInput.add_member(:agent_collaborator_name, Shapes::ShapeRef.new(shape: String, location_name: "agentCollaboratorName"))
|
|
649
657
|
AgentCollaboratorInvocationInput.add_member(:input, Shapes::ShapeRef.new(shape: AgentCollaboratorInputPayload, location_name: "input"))
|
|
650
658
|
AgentCollaboratorInvocationInput.struct_class = Types::AgentCollaboratorInvocationInput
|
|
651
659
|
|
|
652
|
-
AgentCollaboratorInvocationOutput.add_member(:agent_collaborator_name, Shapes::ShapeRef.new(shape: String, location_name: "agentCollaboratorName"))
|
|
653
660
|
AgentCollaboratorInvocationOutput.add_member(:agent_collaborator_alias_arn, Shapes::ShapeRef.new(shape: AgentAliasArn, location_name: "agentCollaboratorAliasArn"))
|
|
654
|
-
AgentCollaboratorInvocationOutput.add_member(:
|
|
661
|
+
AgentCollaboratorInvocationOutput.add_member(:agent_collaborator_name, Shapes::ShapeRef.new(shape: String, location_name: "agentCollaboratorName"))
|
|
655
662
|
AgentCollaboratorInvocationOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
663
|
+
AgentCollaboratorInvocationOutput.add_member(:output, Shapes::ShapeRef.new(shape: AgentCollaboratorOutputPayload, location_name: "output"))
|
|
656
664
|
AgentCollaboratorInvocationOutput.struct_class = Types::AgentCollaboratorInvocationOutput
|
|
657
665
|
|
|
658
|
-
AgentCollaboratorOutputPayload.add_member(:type, Shapes::ShapeRef.new(shape: PayloadType, location_name: "type"))
|
|
659
|
-
AgentCollaboratorOutputPayload.add_member(:text, Shapes::ShapeRef.new(shape: AgentCollaboratorPayloadString, location_name: "text"))
|
|
660
666
|
AgentCollaboratorOutputPayload.add_member(:return_control_payload, Shapes::ShapeRef.new(shape: ReturnControlPayload, event: true, location_name: "returnControlPayload"))
|
|
667
|
+
AgentCollaboratorOutputPayload.add_member(:text, Shapes::ShapeRef.new(shape: AgentCollaboratorPayloadString, location_name: "text"))
|
|
668
|
+
AgentCollaboratorOutputPayload.add_member(:type, Shapes::ShapeRef.new(shape: PayloadType, location_name: "type"))
|
|
661
669
|
AgentCollaboratorOutputPayload.struct_class = Types::AgentCollaboratorOutputPayload
|
|
662
670
|
|
|
663
671
|
AgentTraces.member = Shapes::ShapeRef.new(shape: TracePart, event: true)
|
|
@@ -669,13 +677,13 @@ module Aws::BedrockAgentRuntime
|
|
|
669
677
|
ApiContentMap.value = Shapes::ShapeRef.new(shape: PropertyParameters)
|
|
670
678
|
|
|
671
679
|
ApiInvocationInput.add_member(:action_group, Shapes::ShapeRef.new(shape: String, required: true, location_name: "actionGroup"))
|
|
672
|
-
ApiInvocationInput.add_member(:http_method, Shapes::ShapeRef.new(shape: String, location_name: "httpMethod"))
|
|
673
|
-
ApiInvocationInput.add_member(:api_path, Shapes::ShapeRef.new(shape: ApiPath, location_name: "apiPath"))
|
|
674
|
-
ApiInvocationInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ApiParameters, location_name: "parameters"))
|
|
675
|
-
ApiInvocationInput.add_member(:request_body, Shapes::ShapeRef.new(shape: ApiRequestBody, location_name: "requestBody"))
|
|
676
680
|
ApiInvocationInput.add_member(:action_invocation_type, Shapes::ShapeRef.new(shape: ActionInvocationType, location_name: "actionInvocationType"))
|
|
677
681
|
ApiInvocationInput.add_member(:agent_id, Shapes::ShapeRef.new(shape: String, location_name: "agentId"))
|
|
682
|
+
ApiInvocationInput.add_member(:api_path, Shapes::ShapeRef.new(shape: ApiPath, location_name: "apiPath"))
|
|
678
683
|
ApiInvocationInput.add_member(:collaborator_name, Shapes::ShapeRef.new(shape: Name, location_name: "collaboratorName"))
|
|
684
|
+
ApiInvocationInput.add_member(:http_method, Shapes::ShapeRef.new(shape: String, location_name: "httpMethod"))
|
|
685
|
+
ApiInvocationInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ApiParameters, location_name: "parameters"))
|
|
686
|
+
ApiInvocationInput.add_member(:request_body, Shapes::ShapeRef.new(shape: ApiRequestBody, location_name: "requestBody"))
|
|
679
687
|
ApiInvocationInput.struct_class = Types::ApiInvocationInput
|
|
680
688
|
|
|
681
689
|
ApiParameter.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
|
@@ -689,18 +697,22 @@ module Aws::BedrockAgentRuntime
|
|
|
689
697
|
ApiRequestBody.struct_class = Types::ApiRequestBody
|
|
690
698
|
|
|
691
699
|
ApiResult.add_member(:action_group, Shapes::ShapeRef.new(shape: String, required: true, location_name: "actionGroup"))
|
|
692
|
-
ApiResult.add_member(:
|
|
700
|
+
ApiResult.add_member(:agent_id, Shapes::ShapeRef.new(shape: String, location_name: "agentId"))
|
|
693
701
|
ApiResult.add_member(:api_path, Shapes::ShapeRef.new(shape: ApiPath, location_name: "apiPath"))
|
|
694
702
|
ApiResult.add_member(:confirmation_state, Shapes::ShapeRef.new(shape: ConfirmationState, location_name: "confirmationState"))
|
|
695
|
-
ApiResult.add_member(:
|
|
703
|
+
ApiResult.add_member(:http_method, Shapes::ShapeRef.new(shape: String, location_name: "httpMethod"))
|
|
696
704
|
ApiResult.add_member(:http_status_code, Shapes::ShapeRef.new(shape: Integer, location_name: "httpStatusCode"))
|
|
697
705
|
ApiResult.add_member(:response_body, Shapes::ShapeRef.new(shape: ResponseBody, location_name: "responseBody"))
|
|
698
|
-
ApiResult.add_member(:
|
|
706
|
+
ApiResult.add_member(:response_state, Shapes::ShapeRef.new(shape: ResponseState, location_name: "responseState"))
|
|
699
707
|
ApiResult.struct_class = Types::ApiResult
|
|
700
708
|
|
|
701
709
|
Attribution.add_member(:citations, Shapes::ShapeRef.new(shape: Citations, location_name: "citations"))
|
|
702
710
|
Attribution.struct_class = Types::Attribution
|
|
703
711
|
|
|
712
|
+
AudioSegment.add_member(:s3_uri, Shapes::ShapeRef.new(shape: AudioSegmentS3UriString, required: true, location_name: "s3Uri"))
|
|
713
|
+
AudioSegment.add_member(:transcription, Shapes::ShapeRef.new(shape: String, location_name: "transcription"))
|
|
714
|
+
AudioSegment.struct_class = Types::AudioSegment
|
|
715
|
+
|
|
704
716
|
BadGatewayException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
705
717
|
BadGatewayException.add_member(:resource_name, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "resourceName"))
|
|
706
718
|
BadGatewayException.struct_class = Types::BadGatewayException
|
|
@@ -708,31 +720,31 @@ module Aws::BedrockAgentRuntime
|
|
|
708
720
|
BedrockModelConfigurations.add_member(:performance_config, Shapes::ShapeRef.new(shape: PerformanceConfiguration, location_name: "performanceConfig"))
|
|
709
721
|
BedrockModelConfigurations.struct_class = Types::BedrockModelConfigurations
|
|
710
722
|
|
|
711
|
-
BedrockRerankingConfiguration.add_member(:number_of_results, Shapes::ShapeRef.new(shape: BedrockRerankingConfigurationNumberOfResultsInteger, location_name: "numberOfResults"))
|
|
712
723
|
BedrockRerankingConfiguration.add_member(:model_configuration, Shapes::ShapeRef.new(shape: BedrockRerankingModelConfiguration, required: true, location_name: "modelConfiguration"))
|
|
724
|
+
BedrockRerankingConfiguration.add_member(:number_of_results, Shapes::ShapeRef.new(shape: BedrockRerankingConfigurationNumberOfResultsInteger, location_name: "numberOfResults"))
|
|
713
725
|
BedrockRerankingConfiguration.struct_class = Types::BedrockRerankingConfiguration
|
|
714
726
|
|
|
715
|
-
BedrockRerankingModelConfiguration.add_member(:model_arn, Shapes::ShapeRef.new(shape: BedrockModelArn, required: true, location_name: "modelArn"))
|
|
716
727
|
BedrockRerankingModelConfiguration.add_member(:additional_model_request_fields, Shapes::ShapeRef.new(shape: AdditionalModelRequestFields, location_name: "additionalModelRequestFields"))
|
|
728
|
+
BedrockRerankingModelConfiguration.add_member(:model_arn, Shapes::ShapeRef.new(shape: BedrockModelArn, required: true, location_name: "modelArn"))
|
|
717
729
|
BedrockRerankingModelConfiguration.struct_class = Types::BedrockRerankingModelConfiguration
|
|
718
730
|
|
|
719
|
-
BedrockSessionContentBlock.add_member(:text, Shapes::ShapeRef.new(shape: BedrockSessionContentBlockTextString, location_name: "text"))
|
|
720
731
|
BedrockSessionContentBlock.add_member(:image, Shapes::ShapeRef.new(shape: ImageBlock, location_name: "image"))
|
|
732
|
+
BedrockSessionContentBlock.add_member(:text, Shapes::ShapeRef.new(shape: BedrockSessionContentBlockTextString, location_name: "text"))
|
|
721
733
|
BedrockSessionContentBlock.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
722
|
-
BedrockSessionContentBlock.add_member_subclass(:text, Types::BedrockSessionContentBlock::Text)
|
|
723
734
|
BedrockSessionContentBlock.add_member_subclass(:image, Types::BedrockSessionContentBlock::Image)
|
|
735
|
+
BedrockSessionContentBlock.add_member_subclass(:text, Types::BedrockSessionContentBlock::Text)
|
|
724
736
|
BedrockSessionContentBlock.add_member_subclass(:unknown, Types::BedrockSessionContentBlock::Unknown)
|
|
725
737
|
BedrockSessionContentBlock.struct_class = Types::BedrockSessionContentBlock
|
|
726
738
|
|
|
727
739
|
BedrockSessionContentBlocks.member = Shapes::ShapeRef.new(shape: BedrockSessionContentBlock)
|
|
728
740
|
|
|
729
|
-
ByteContentDoc.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "identifier"))
|
|
730
741
|
ByteContentDoc.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, required: true, location_name: "contentType"))
|
|
731
742
|
ByteContentDoc.add_member(:data, Shapes::ShapeRef.new(shape: ByteContentBlob, required: true, location_name: "data"))
|
|
743
|
+
ByteContentDoc.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "identifier"))
|
|
732
744
|
ByteContentDoc.struct_class = Types::ByteContentDoc
|
|
733
745
|
|
|
734
|
-
ByteContentFile.add_member(:media_type, Shapes::ShapeRef.new(shape: MimeType, required: true, location_name: "mediaType"))
|
|
735
746
|
ByteContentFile.add_member(:data, Shapes::ShapeRef.new(shape: ByteContentBlob, required: true, location_name: "data"))
|
|
747
|
+
ByteContentFile.add_member(:media_type, Shapes::ShapeRef.new(shape: MimeType, required: true, location_name: "mediaType"))
|
|
736
748
|
ByteContentFile.struct_class = Types::ByteContentFile
|
|
737
749
|
|
|
738
750
|
Caller.add_member(:agent_alias_arn, Shapes::ShapeRef.new(shape: AgentAliasArn, location_name: "agentAliasArn"))
|
|
@@ -747,7 +759,7 @@ module Aws::BedrockAgentRuntime
|
|
|
747
759
|
Citation.add_member(:retrieved_references, Shapes::ShapeRef.new(shape: RetrievedReferences, location_name: "retrievedReferences"))
|
|
748
760
|
Citation.struct_class = Types::Citation
|
|
749
761
|
|
|
750
|
-
CitationEvent.add_member(:citation, Shapes::ShapeRef.new(shape: Citation, deprecated: true, location_name: "citation", metadata: {"deprecatedMessage" => "Citation is deprecated. Please use GeneratedResponsePart and RetrievedReferences for citation event."
|
|
762
|
+
CitationEvent.add_member(:citation, Shapes::ShapeRef.new(shape: Citation, deprecated: true, location_name: "citation", metadata: {"deprecatedMessage" => "Citation is deprecated. Please use GeneratedResponsePart and RetrievedReferences for citation event."}))
|
|
751
763
|
CitationEvent.add_member(:generated_response_part, Shapes::ShapeRef.new(shape: GeneratedResponsePart, location_name: "generatedResponsePart"))
|
|
752
764
|
CitationEvent.add_member(:retrieved_references, Shapes::ShapeRef.new(shape: RetrievedReferences, location_name: "retrievedReferences"))
|
|
753
765
|
CitationEvent.struct_class = Types::CitationEvent
|
|
@@ -758,29 +770,29 @@ module Aws::BedrockAgentRuntime
|
|
|
758
770
|
CodeInterpreterInvocationInput.add_member(:files, Shapes::ShapeRef.new(shape: Files, location_name: "files"))
|
|
759
771
|
CodeInterpreterInvocationInput.struct_class = Types::CodeInterpreterInvocationInput
|
|
760
772
|
|
|
761
|
-
CodeInterpreterInvocationOutput.add_member(:execution_output, Shapes::ShapeRef.new(shape: String, location_name: "executionOutput"))
|
|
762
773
|
CodeInterpreterInvocationOutput.add_member(:execution_error, Shapes::ShapeRef.new(shape: String, location_name: "executionError"))
|
|
763
|
-
CodeInterpreterInvocationOutput.add_member(:
|
|
774
|
+
CodeInterpreterInvocationOutput.add_member(:execution_output, Shapes::ShapeRef.new(shape: String, location_name: "executionOutput"))
|
|
764
775
|
CodeInterpreterInvocationOutput.add_member(:execution_timeout, Shapes::ShapeRef.new(shape: Boolean, location_name: "executionTimeout"))
|
|
776
|
+
CodeInterpreterInvocationOutput.add_member(:files, Shapes::ShapeRef.new(shape: Files, location_name: "files"))
|
|
765
777
|
CodeInterpreterInvocationOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
766
778
|
CodeInterpreterInvocationOutput.struct_class = Types::CodeInterpreterInvocationOutput
|
|
767
779
|
|
|
780
|
+
Collaborator.add_member(:action_groups, Shapes::ShapeRef.new(shape: AgentActionGroups, location_name: "actionGroups"))
|
|
781
|
+
Collaborator.add_member(:agent_collaboration, Shapes::ShapeRef.new(shape: AgentCollaboration, location_name: "agentCollaboration"))
|
|
782
|
+
Collaborator.add_member(:agent_name, Shapes::ShapeRef.new(shape: Name, location_name: "agentName"))
|
|
783
|
+
Collaborator.add_member(:collaborator_configurations, Shapes::ShapeRef.new(shape: CollaboratorConfigurations, location_name: "collaboratorConfigurations"))
|
|
768
784
|
Collaborator.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
|
769
785
|
Collaborator.add_member(:foundation_model, Shapes::ShapeRef.new(shape: ModelIdentifier, required: true, location_name: "foundationModel"))
|
|
770
|
-
Collaborator.add_member(:
|
|
786
|
+
Collaborator.add_member(:guardrail_configuration, Shapes::ShapeRef.new(shape: GuardrailConfigurationWithArn, location_name: "guardrailConfiguration"))
|
|
771
787
|
Collaborator.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, location_name: "idleSessionTTLInSeconds"))
|
|
772
|
-
Collaborator.add_member(:
|
|
788
|
+
Collaborator.add_member(:instruction, Shapes::ShapeRef.new(shape: Instruction, required: true, location_name: "instruction"))
|
|
773
789
|
Collaborator.add_member(:knowledge_bases, Shapes::ShapeRef.new(shape: KnowledgeBases, location_name: "knowledgeBases"))
|
|
774
|
-
Collaborator.add_member(:guardrail_configuration, Shapes::ShapeRef.new(shape: GuardrailConfigurationWithArn, location_name: "guardrailConfiguration"))
|
|
775
790
|
Collaborator.add_member(:prompt_override_configuration, Shapes::ShapeRef.new(shape: PromptOverrideConfiguration, location_name: "promptOverrideConfiguration"))
|
|
776
|
-
Collaborator.add_member(:agent_collaboration, Shapes::ShapeRef.new(shape: AgentCollaboration, location_name: "agentCollaboration"))
|
|
777
|
-
Collaborator.add_member(:collaborator_configurations, Shapes::ShapeRef.new(shape: CollaboratorConfigurations, location_name: "collaboratorConfigurations"))
|
|
778
|
-
Collaborator.add_member(:agent_name, Shapes::ShapeRef.new(shape: Name, location_name: "agentName"))
|
|
779
791
|
Collaborator.struct_class = Types::Collaborator
|
|
780
792
|
|
|
781
|
-
CollaboratorConfiguration.add_member(:collaborator_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "collaboratorName"))
|
|
782
|
-
CollaboratorConfiguration.add_member(:collaborator_instruction, Shapes::ShapeRef.new(shape: CollaborationInstruction, required: true, location_name: "collaboratorInstruction"))
|
|
783
793
|
CollaboratorConfiguration.add_member(:agent_alias_arn, Shapes::ShapeRef.new(shape: AgentAliasArn, location_name: "agentAliasArn"))
|
|
794
|
+
CollaboratorConfiguration.add_member(:collaborator_instruction, Shapes::ShapeRef.new(shape: CollaborationInstruction, required: true, location_name: "collaboratorInstruction"))
|
|
795
|
+
CollaboratorConfiguration.add_member(:collaborator_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "collaboratorName"))
|
|
784
796
|
CollaboratorConfiguration.add_member(:relay_conversation_history, Shapes::ShapeRef.new(shape: RelayConversationHistory, location_name: "relayConversationHistory"))
|
|
785
797
|
CollaboratorConfiguration.struct_class = Types::CollaboratorConfiguration
|
|
786
798
|
|
|
@@ -789,8 +801,8 @@ module Aws::BedrockAgentRuntime
|
|
|
789
801
|
Collaborators.member = Shapes::ShapeRef.new(shape: Collaborator)
|
|
790
802
|
|
|
791
803
|
ConditionResultEvent.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
792
|
-
ConditionResultEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
793
804
|
ConditionResultEvent.add_member(:satisfied_conditions, Shapes::ShapeRef.new(shape: SatisfiedConditions, required: true, location_name: "satisfiedConditions"))
|
|
805
|
+
ConditionResultEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
794
806
|
ConditionResultEvent.struct_class = Types::ConditionResultEvent
|
|
795
807
|
|
|
796
808
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
@@ -814,39 +826,39 @@ module Aws::BedrockAgentRuntime
|
|
|
814
826
|
ConversationHistory.add_member(:messages, Shapes::ShapeRef.new(shape: Messages, location_name: "messages"))
|
|
815
827
|
ConversationHistory.struct_class = Types::ConversationHistory
|
|
816
828
|
|
|
817
|
-
CreateInvocationRequest.add_member(:invocation_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "invocationId"))
|
|
818
829
|
CreateInvocationRequest.add_member(:description, Shapes::ShapeRef.new(shape: InvocationDescription, location_name: "description"))
|
|
830
|
+
CreateInvocationRequest.add_member(:invocation_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "invocationId"))
|
|
819
831
|
CreateInvocationRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
|
820
832
|
CreateInvocationRequest.struct_class = Types::CreateInvocationRequest
|
|
821
833
|
|
|
822
|
-
CreateInvocationResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
823
|
-
CreateInvocationResponse.add_member(:invocation_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "invocationId"))
|
|
824
834
|
CreateInvocationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
835
|
+
CreateInvocationResponse.add_member(:invocation_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "invocationId"))
|
|
836
|
+
CreateInvocationResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
825
837
|
CreateInvocationResponse.struct_class = Types::CreateInvocationResponse
|
|
826
838
|
|
|
827
|
-
CreateSessionRequest.add_member(:session_metadata, Shapes::ShapeRef.new(shape: SessionMetadataMap, location_name: "sessionMetadata"))
|
|
828
839
|
CreateSessionRequest.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "encryptionKeyArn"))
|
|
840
|
+
CreateSessionRequest.add_member(:session_metadata, Shapes::ShapeRef.new(shape: SessionMetadataMap, location_name: "sessionMetadata"))
|
|
829
841
|
CreateSessionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
830
842
|
CreateSessionRequest.struct_class = Types::CreateSessionRequest
|
|
831
843
|
|
|
832
|
-
CreateSessionResponse.add_member(:
|
|
844
|
+
CreateSessionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
833
845
|
CreateSessionResponse.add_member(:session_arn, Shapes::ShapeRef.new(shape: SessionArn, required: true, location_name: "sessionArn"))
|
|
846
|
+
CreateSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
834
847
|
CreateSessionResponse.add_member(:session_status, Shapes::ShapeRef.new(shape: SessionStatus, required: true, location_name: "sessionStatus"))
|
|
835
|
-
CreateSessionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
836
848
|
CreateSessionResponse.struct_class = Types::CreateSessionResponse
|
|
837
849
|
|
|
838
850
|
CustomOrchestration.add_member(:executor, Shapes::ShapeRef.new(shape: OrchestrationExecutor, location_name: "executor"))
|
|
839
851
|
CustomOrchestration.struct_class = Types::CustomOrchestration
|
|
840
852
|
|
|
841
|
-
CustomOrchestrationTrace.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
842
853
|
CustomOrchestrationTrace.add_member(:event, Shapes::ShapeRef.new(shape: CustomOrchestrationTraceEvent, location_name: "event"))
|
|
854
|
+
CustomOrchestrationTrace.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
843
855
|
CustomOrchestrationTrace.struct_class = Types::CustomOrchestrationTrace
|
|
844
856
|
|
|
845
857
|
CustomOrchestrationTraceEvent.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "text"))
|
|
846
858
|
CustomOrchestrationTraceEvent.struct_class = Types::CustomOrchestrationTraceEvent
|
|
847
859
|
|
|
848
|
-
DeleteAgentMemoryRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location: "uri", location_name: "agentId"))
|
|
849
860
|
DeleteAgentMemoryRequest.add_member(:agent_alias_id, Shapes::ShapeRef.new(shape: AgentAliasId, required: true, location: "uri", location_name: "agentAliasId"))
|
|
861
|
+
DeleteAgentMemoryRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location: "uri", location_name: "agentId"))
|
|
850
862
|
DeleteAgentMemoryRequest.add_member(:memory_id, Shapes::ShapeRef.new(shape: MemoryId, location: "querystring", location_name: "memoryId"))
|
|
851
863
|
DeleteAgentMemoryRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location: "querystring", location_name: "sessionId"))
|
|
852
864
|
DeleteAgentMemoryRequest.struct_class = Types::DeleteAgentMemoryRequest
|
|
@@ -865,34 +877,34 @@ module Aws::BedrockAgentRuntime
|
|
|
865
877
|
EndSessionRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
|
866
878
|
EndSessionRequest.struct_class = Types::EndSessionRequest
|
|
867
879
|
|
|
868
|
-
EndSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
869
880
|
EndSessionResponse.add_member(:session_arn, Shapes::ShapeRef.new(shape: SessionArn, required: true, location_name: "sessionArn"))
|
|
881
|
+
EndSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
870
882
|
EndSessionResponse.add_member(:session_status, Shapes::ShapeRef.new(shape: SessionStatus, required: true, location_name: "sessionStatus"))
|
|
871
883
|
EndSessionResponse.struct_class = Types::EndSessionResponse
|
|
872
884
|
|
|
873
|
-
ExternalSource.add_member(:source_type, Shapes::ShapeRef.new(shape: ExternalSourceType, required: true, location_name: "sourceType"))
|
|
874
|
-
ExternalSource.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3ObjectDoc, location_name: "s3Location"))
|
|
875
885
|
ExternalSource.add_member(:byte_content, Shapes::ShapeRef.new(shape: ByteContentDoc, location_name: "byteContent"))
|
|
886
|
+
ExternalSource.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3ObjectDoc, location_name: "s3Location"))
|
|
887
|
+
ExternalSource.add_member(:source_type, Shapes::ShapeRef.new(shape: ExternalSourceType, required: true, location_name: "sourceType"))
|
|
876
888
|
ExternalSource.struct_class = Types::ExternalSource
|
|
877
889
|
|
|
878
890
|
ExternalSources.member = Shapes::ShapeRef.new(shape: ExternalSource)
|
|
879
891
|
|
|
880
|
-
ExternalSourcesGenerationConfiguration.add_member(:
|
|
892
|
+
ExternalSourcesGenerationConfiguration.add_member(:additional_model_request_fields, Shapes::ShapeRef.new(shape: AdditionalModelRequestFields, location_name: "additionalModelRequestFields"))
|
|
881
893
|
ExternalSourcesGenerationConfiguration.add_member(:guardrail_configuration, Shapes::ShapeRef.new(shape: GuardrailConfiguration, location_name: "guardrailConfiguration"))
|
|
882
894
|
ExternalSourcesGenerationConfiguration.add_member(:inference_config, Shapes::ShapeRef.new(shape: InferenceConfig, location_name: "inferenceConfig"))
|
|
883
|
-
ExternalSourcesGenerationConfiguration.add_member(:additional_model_request_fields, Shapes::ShapeRef.new(shape: AdditionalModelRequestFields, location_name: "additionalModelRequestFields"))
|
|
884
895
|
ExternalSourcesGenerationConfiguration.add_member(:performance_config, Shapes::ShapeRef.new(shape: PerformanceConfiguration, location_name: "performanceConfig"))
|
|
896
|
+
ExternalSourcesGenerationConfiguration.add_member(:prompt_template, Shapes::ShapeRef.new(shape: PromptTemplate, location_name: "promptTemplate"))
|
|
885
897
|
ExternalSourcesGenerationConfiguration.struct_class = Types::ExternalSourcesGenerationConfiguration
|
|
886
898
|
|
|
899
|
+
ExternalSourcesRetrieveAndGenerateConfiguration.add_member(:generation_configuration, Shapes::ShapeRef.new(shape: ExternalSourcesGenerationConfiguration, location_name: "generationConfiguration"))
|
|
887
900
|
ExternalSourcesRetrieveAndGenerateConfiguration.add_member(:model_arn, Shapes::ShapeRef.new(shape: BedrockModelArn, required: true, location_name: "modelArn"))
|
|
888
901
|
ExternalSourcesRetrieveAndGenerateConfiguration.add_member(:sources, Shapes::ShapeRef.new(shape: ExternalSources, required: true, location_name: "sources"))
|
|
889
|
-
ExternalSourcesRetrieveAndGenerateConfiguration.add_member(:generation_configuration, Shapes::ShapeRef.new(shape: ExternalSourcesGenerationConfiguration, location_name: "generationConfiguration"))
|
|
890
902
|
ExternalSourcesRetrieveAndGenerateConfiguration.struct_class = Types::ExternalSourcesRetrieveAndGenerateConfiguration
|
|
891
903
|
|
|
892
|
-
FailureTrace.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
893
|
-
FailureTrace.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReasonString, location_name: "failureReason"))
|
|
894
904
|
FailureTrace.add_member(:failure_code, Shapes::ShapeRef.new(shape: Integer, location_name: "failureCode"))
|
|
905
|
+
FailureTrace.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReasonString, location_name: "failureReason"))
|
|
895
906
|
FailureTrace.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
907
|
+
FailureTrace.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
896
908
|
FailureTrace.struct_class = Types::FailureTrace
|
|
897
909
|
|
|
898
910
|
FieldForReranking.add_member(:field_name, Shapes::ShapeRef.new(shape: FieldForRerankingFieldNameString, required: true, location_name: "fieldName"))
|
|
@@ -903,9 +915,9 @@ module Aws::BedrockAgentRuntime
|
|
|
903
915
|
FilePart.add_member(:files, Shapes::ShapeRef.new(shape: OutputFiles, location_name: "files"))
|
|
904
916
|
FilePart.struct_class = Types::FilePart
|
|
905
917
|
|
|
906
|
-
FileSource.add_member(:source_type, Shapes::ShapeRef.new(shape: FileSourceType, required: true, location_name: "sourceType"))
|
|
907
|
-
FileSource.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3ObjectFile, location_name: "s3Location"))
|
|
908
918
|
FileSource.add_member(:byte_content, Shapes::ShapeRef.new(shape: ByteContentFile, location_name: "byteContent"))
|
|
919
|
+
FileSource.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3ObjectFile, location_name: "s3Location"))
|
|
920
|
+
FileSource.add_member(:source_type, Shapes::ShapeRef.new(shape: FileSourceType, required: true, location_name: "sourceType"))
|
|
909
921
|
FileSource.struct_class = Types::FileSource
|
|
910
922
|
|
|
911
923
|
Files.member = Shapes::ShapeRef.new(shape: String)
|
|
@@ -914,8 +926,8 @@ module Aws::BedrockAgentRuntime
|
|
|
914
926
|
FilterAttribute.add_member(:value, Shapes::ShapeRef.new(shape: FilterValue, required: true, location_name: "value"))
|
|
915
927
|
FilterAttribute.struct_class = Types::FilterAttribute
|
|
916
928
|
|
|
917
|
-
FinalResponse.add_member(:text, Shapes::ShapeRef.new(shape: FinalResponseString, location_name: "text"))
|
|
918
929
|
FinalResponse.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
930
|
+
FinalResponse.add_member(:text, Shapes::ShapeRef.new(shape: FinalResponseString, location_name: "text"))
|
|
919
931
|
FinalResponse.struct_class = Types::FinalResponse
|
|
920
932
|
|
|
921
933
|
FlowCompletionEvent.add_member(:completion_reason, Shapes::ShapeRef.new(shape: FlowCompletionReason, required: true, location_name: "completionReason"))
|
|
@@ -927,67 +939,67 @@ module Aws::BedrockAgentRuntime
|
|
|
927
939
|
FlowExecutionContent.add_member_subclass(:unknown, Types::FlowExecutionContent::Unknown)
|
|
928
940
|
FlowExecutionContent.struct_class = Types::FlowExecutionContent
|
|
929
941
|
|
|
930
|
-
FlowExecutionError.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, location_name: "nodeName"))
|
|
931
942
|
FlowExecutionError.add_member(:error, Shapes::ShapeRef.new(shape: FlowExecutionErrorType, location_name: "error"))
|
|
932
943
|
FlowExecutionError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
944
|
+
FlowExecutionError.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, location_name: "nodeName"))
|
|
933
945
|
FlowExecutionError.struct_class = Types::FlowExecutionError
|
|
934
946
|
|
|
935
947
|
FlowExecutionErrors.member = Shapes::ShapeRef.new(shape: FlowExecutionError)
|
|
936
948
|
|
|
937
|
-
FlowExecutionEvent.add_member(:flow_input_event, Shapes::ShapeRef.new(shape: FlowExecutionInputEvent, location_name: "flowInputEvent"))
|
|
938
|
-
FlowExecutionEvent.add_member(:flow_output_event, Shapes::ShapeRef.new(shape: FlowExecutionOutputEvent, location_name: "flowOutputEvent"))
|
|
939
|
-
FlowExecutionEvent.add_member(:node_input_event, Shapes::ShapeRef.new(shape: NodeInputEvent, location_name: "nodeInputEvent"))
|
|
940
|
-
FlowExecutionEvent.add_member(:node_output_event, Shapes::ShapeRef.new(shape: NodeOutputEvent, location_name: "nodeOutputEvent"))
|
|
941
949
|
FlowExecutionEvent.add_member(:condition_result_event, Shapes::ShapeRef.new(shape: ConditionResultEvent, location_name: "conditionResultEvent"))
|
|
942
|
-
FlowExecutionEvent.add_member(:node_failure_event, Shapes::ShapeRef.new(shape: NodeFailureEvent, location_name: "nodeFailureEvent"))
|
|
943
950
|
FlowExecutionEvent.add_member(:flow_failure_event, Shapes::ShapeRef.new(shape: FlowFailureEvent, location_name: "flowFailureEvent"))
|
|
951
|
+
FlowExecutionEvent.add_member(:flow_input_event, Shapes::ShapeRef.new(shape: FlowExecutionInputEvent, location_name: "flowInputEvent"))
|
|
952
|
+
FlowExecutionEvent.add_member(:flow_output_event, Shapes::ShapeRef.new(shape: FlowExecutionOutputEvent, location_name: "flowOutputEvent"))
|
|
944
953
|
FlowExecutionEvent.add_member(:node_action_event, Shapes::ShapeRef.new(shape: NodeActionEvent, location_name: "nodeActionEvent"))
|
|
945
954
|
FlowExecutionEvent.add_member(:node_dependency_event, Shapes::ShapeRef.new(shape: NodeDependencyEvent, location_name: "nodeDependencyEvent"))
|
|
955
|
+
FlowExecutionEvent.add_member(:node_failure_event, Shapes::ShapeRef.new(shape: NodeFailureEvent, location_name: "nodeFailureEvent"))
|
|
956
|
+
FlowExecutionEvent.add_member(:node_input_event, Shapes::ShapeRef.new(shape: NodeInputEvent, location_name: "nodeInputEvent"))
|
|
957
|
+
FlowExecutionEvent.add_member(:node_output_event, Shapes::ShapeRef.new(shape: NodeOutputEvent, location_name: "nodeOutputEvent"))
|
|
946
958
|
FlowExecutionEvent.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
947
|
-
FlowExecutionEvent.add_member_subclass(:flow_input_event, Types::FlowExecutionEvent::FlowInputEvent)
|
|
948
|
-
FlowExecutionEvent.add_member_subclass(:flow_output_event, Types::FlowExecutionEvent::FlowOutputEvent)
|
|
949
|
-
FlowExecutionEvent.add_member_subclass(:node_input_event, Types::FlowExecutionEvent::NodeInputEvent)
|
|
950
|
-
FlowExecutionEvent.add_member_subclass(:node_output_event, Types::FlowExecutionEvent::NodeOutputEvent)
|
|
951
959
|
FlowExecutionEvent.add_member_subclass(:condition_result_event, Types::FlowExecutionEvent::ConditionResultEvent)
|
|
952
|
-
FlowExecutionEvent.add_member_subclass(:node_failure_event, Types::FlowExecutionEvent::NodeFailureEvent)
|
|
953
960
|
FlowExecutionEvent.add_member_subclass(:flow_failure_event, Types::FlowExecutionEvent::FlowFailureEvent)
|
|
961
|
+
FlowExecutionEvent.add_member_subclass(:flow_input_event, Types::FlowExecutionEvent::FlowInputEvent)
|
|
962
|
+
FlowExecutionEvent.add_member_subclass(:flow_output_event, Types::FlowExecutionEvent::FlowOutputEvent)
|
|
954
963
|
FlowExecutionEvent.add_member_subclass(:node_action_event, Types::FlowExecutionEvent::NodeActionEvent)
|
|
955
964
|
FlowExecutionEvent.add_member_subclass(:node_dependency_event, Types::FlowExecutionEvent::NodeDependencyEvent)
|
|
965
|
+
FlowExecutionEvent.add_member_subclass(:node_failure_event, Types::FlowExecutionEvent::NodeFailureEvent)
|
|
966
|
+
FlowExecutionEvent.add_member_subclass(:node_input_event, Types::FlowExecutionEvent::NodeInputEvent)
|
|
967
|
+
FlowExecutionEvent.add_member_subclass(:node_output_event, Types::FlowExecutionEvent::NodeOutputEvent)
|
|
956
968
|
FlowExecutionEvent.add_member_subclass(:unknown, Types::FlowExecutionEvent::Unknown)
|
|
957
969
|
FlowExecutionEvent.struct_class = Types::FlowExecutionEvent
|
|
958
970
|
|
|
959
971
|
FlowExecutionEvents.member = Shapes::ShapeRef.new(shape: FlowExecutionEvent)
|
|
960
972
|
|
|
973
|
+
FlowExecutionInputEvent.add_member(:fields, Shapes::ShapeRef.new(shape: FlowInputFields, required: true, location_name: "fields"))
|
|
961
974
|
FlowExecutionInputEvent.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
962
975
|
FlowExecutionInputEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
963
|
-
FlowExecutionInputEvent.add_member(:fields, Shapes::ShapeRef.new(shape: FlowInputFields, required: true, location_name: "fields"))
|
|
964
976
|
FlowExecutionInputEvent.struct_class = Types::FlowExecutionInputEvent
|
|
965
977
|
|
|
978
|
+
FlowExecutionOutputEvent.add_member(:fields, Shapes::ShapeRef.new(shape: FlowOutputFields, required: true, location_name: "fields"))
|
|
966
979
|
FlowExecutionOutputEvent.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
967
980
|
FlowExecutionOutputEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
968
|
-
FlowExecutionOutputEvent.add_member(:fields, Shapes::ShapeRef.new(shape: FlowOutputFields, required: true, location_name: "fields"))
|
|
969
981
|
FlowExecutionOutputEvent.struct_class = Types::FlowExecutionOutputEvent
|
|
970
982
|
|
|
971
983
|
FlowExecutionSummaries.member = Shapes::ShapeRef.new(shape: FlowExecutionSummary)
|
|
972
984
|
|
|
985
|
+
FlowExecutionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
986
|
+
FlowExecutionSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "endedAt"))
|
|
973
987
|
FlowExecutionSummary.add_member(:execution_arn, Shapes::ShapeRef.new(shape: FlowExecutionIdentifier, required: true, location_name: "executionArn"))
|
|
974
988
|
FlowExecutionSummary.add_member(:flow_alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location_name: "flowAliasIdentifier"))
|
|
975
989
|
FlowExecutionSummary.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location_name: "flowIdentifier"))
|
|
976
990
|
FlowExecutionSummary.add_member(:flow_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "flowVersion"))
|
|
977
991
|
FlowExecutionSummary.add_member(:status, Shapes::ShapeRef.new(shape: FlowExecutionStatus, required: true, location_name: "status"))
|
|
978
|
-
FlowExecutionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
979
|
-
FlowExecutionSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "endedAt"))
|
|
980
992
|
FlowExecutionSummary.struct_class = Types::FlowExecutionSummary
|
|
981
993
|
|
|
982
|
-
FlowFailureEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
983
994
|
FlowFailureEvent.add_member(:error_code, Shapes::ShapeRef.new(shape: FlowErrorCode, required: true, location_name: "errorCode"))
|
|
984
995
|
FlowFailureEvent.add_member(:error_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "errorMessage"))
|
|
996
|
+
FlowFailureEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
985
997
|
FlowFailureEvent.struct_class = Types::FlowFailureEvent
|
|
986
998
|
|
|
987
|
-
FlowInput.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
988
|
-
FlowInput.add_member(:node_output_name, Shapes::ShapeRef.new(shape: NodeOutputName, location_name: "nodeOutputName"))
|
|
989
999
|
FlowInput.add_member(:content, Shapes::ShapeRef.new(shape: FlowInputContent, required: true, location_name: "content"))
|
|
990
1000
|
FlowInput.add_member(:node_input_name, Shapes::ShapeRef.new(shape: NodeInputName, location_name: "nodeInputName"))
|
|
1001
|
+
FlowInput.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1002
|
+
FlowInput.add_member(:node_output_name, Shapes::ShapeRef.new(shape: NodeOutputName, location_name: "nodeOutputName"))
|
|
991
1003
|
FlowInput.struct_class = Types::FlowInput
|
|
992
1004
|
|
|
993
1005
|
FlowInputContent.add_member(:document, Shapes::ShapeRef.new(shape: Document, location_name: "document"))
|
|
@@ -996,8 +1008,8 @@ module Aws::BedrockAgentRuntime
|
|
|
996
1008
|
FlowInputContent.add_member_subclass(:unknown, Types::FlowInputContent::Unknown)
|
|
997
1009
|
FlowInputContent.struct_class = Types::FlowInputContent
|
|
998
1010
|
|
|
999
|
-
FlowInputField.add_member(:name, Shapes::ShapeRef.new(shape: NodeInputName, required: true, location_name: "name"))
|
|
1000
1011
|
FlowInputField.add_member(:content, Shapes::ShapeRef.new(shape: FlowExecutionContent, required: true, location_name: "content"))
|
|
1012
|
+
FlowInputField.add_member(:name, Shapes::ShapeRef.new(shape: NodeInputName, required: true, location_name: "name"))
|
|
1001
1013
|
FlowInputField.struct_class = Types::FlowInputField
|
|
1002
1014
|
|
|
1003
1015
|
FlowInputFields.member = Shapes::ShapeRef.new(shape: FlowInputField)
|
|
@@ -1010,9 +1022,9 @@ module Aws::BedrockAgentRuntime
|
|
|
1010
1022
|
FlowMultiTurnInputContent.add_member_subclass(:unknown, Types::FlowMultiTurnInputContent::Unknown)
|
|
1011
1023
|
FlowMultiTurnInputContent.struct_class = Types::FlowMultiTurnInputContent
|
|
1012
1024
|
|
|
1025
|
+
FlowMultiTurnInputRequestEvent.add_member(:content, Shapes::ShapeRef.new(shape: FlowMultiTurnInputContent, required: true, location_name: "content"))
|
|
1013
1026
|
FlowMultiTurnInputRequestEvent.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1014
1027
|
FlowMultiTurnInputRequestEvent.add_member(:node_type, Shapes::ShapeRef.new(shape: NodeType, required: true, location_name: "nodeType"))
|
|
1015
|
-
FlowMultiTurnInputRequestEvent.add_member(:content, Shapes::ShapeRef.new(shape: FlowMultiTurnInputContent, required: true, location_name: "content"))
|
|
1016
1028
|
FlowMultiTurnInputRequestEvent.struct_class = Types::FlowMultiTurnInputRequestEvent
|
|
1017
1029
|
|
|
1018
1030
|
FlowOutputContent.add_member(:document, Shapes::ShapeRef.new(shape: Document, location_name: "document"))
|
|
@@ -1021,43 +1033,43 @@ module Aws::BedrockAgentRuntime
|
|
|
1021
1033
|
FlowOutputContent.add_member_subclass(:unknown, Types::FlowOutputContent::Unknown)
|
|
1022
1034
|
FlowOutputContent.struct_class = Types::FlowOutputContent
|
|
1023
1035
|
|
|
1036
|
+
FlowOutputEvent.add_member(:content, Shapes::ShapeRef.new(shape: FlowOutputContent, required: true, location_name: "content"))
|
|
1024
1037
|
FlowOutputEvent.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1025
1038
|
FlowOutputEvent.add_member(:node_type, Shapes::ShapeRef.new(shape: NodeType, required: true, location_name: "nodeType"))
|
|
1026
|
-
FlowOutputEvent.add_member(:content, Shapes::ShapeRef.new(shape: FlowOutputContent, required: true, location_name: "content"))
|
|
1027
1039
|
FlowOutputEvent.struct_class = Types::FlowOutputEvent
|
|
1028
1040
|
|
|
1029
|
-
FlowOutputField.add_member(:name, Shapes::ShapeRef.new(shape: NodeOutputName, required: true, location_name: "name"))
|
|
1030
1041
|
FlowOutputField.add_member(:content, Shapes::ShapeRef.new(shape: FlowExecutionContent, required: true, location_name: "content"))
|
|
1042
|
+
FlowOutputField.add_member(:name, Shapes::ShapeRef.new(shape: NodeOutputName, required: true, location_name: "name"))
|
|
1031
1043
|
FlowOutputField.struct_class = Types::FlowOutputField
|
|
1032
1044
|
|
|
1033
1045
|
FlowOutputFields.member = Shapes::ShapeRef.new(shape: FlowOutputField)
|
|
1034
1046
|
|
|
1035
|
-
FlowResponseStream.add_member(:
|
|
1047
|
+
FlowResponseStream.add_member(:access_denied_exception, Shapes::ShapeRef.new(shape: AccessDeniedException, location_name: "accessDeniedException"))
|
|
1048
|
+
FlowResponseStream.add_member(:bad_gateway_exception, Shapes::ShapeRef.new(shape: BadGatewayException, location_name: "badGatewayException"))
|
|
1049
|
+
FlowResponseStream.add_member(:conflict_exception, Shapes::ShapeRef.new(shape: ConflictException, location_name: "conflictException"))
|
|
1050
|
+
FlowResponseStream.add_member(:dependency_failed_exception, Shapes::ShapeRef.new(shape: DependencyFailedException, location_name: "dependencyFailedException"))
|
|
1036
1051
|
FlowResponseStream.add_member(:flow_completion_event, Shapes::ShapeRef.new(shape: FlowCompletionEvent, event: true, location_name: "flowCompletionEvent"))
|
|
1052
|
+
FlowResponseStream.add_member(:flow_multi_turn_input_request_event, Shapes::ShapeRef.new(shape: FlowMultiTurnInputRequestEvent, event: true, location_name: "flowMultiTurnInputRequestEvent"))
|
|
1053
|
+
FlowResponseStream.add_member(:flow_output_event, Shapes::ShapeRef.new(shape: FlowOutputEvent, event: true, location_name: "flowOutputEvent"))
|
|
1037
1054
|
FlowResponseStream.add_member(:flow_trace_event, Shapes::ShapeRef.new(shape: FlowTraceEvent, event: true, location_name: "flowTraceEvent"))
|
|
1038
1055
|
FlowResponseStream.add_member(:internal_server_exception, Shapes::ShapeRef.new(shape: InternalServerException, location_name: "internalServerException"))
|
|
1039
|
-
FlowResponseStream.add_member(:validation_exception, Shapes::ShapeRef.new(shape: ValidationException, location_name: "validationException"))
|
|
1040
1056
|
FlowResponseStream.add_member(:resource_not_found_exception, Shapes::ShapeRef.new(shape: ResourceNotFoundException, location_name: "resourceNotFoundException"))
|
|
1041
1057
|
FlowResponseStream.add_member(:service_quota_exceeded_exception, Shapes::ShapeRef.new(shape: ServiceQuotaExceededException, location_name: "serviceQuotaExceededException"))
|
|
1042
1058
|
FlowResponseStream.add_member(:throttling_exception, Shapes::ShapeRef.new(shape: ThrottlingException, location_name: "throttlingException"))
|
|
1043
|
-
FlowResponseStream.add_member(:
|
|
1044
|
-
FlowResponseStream.add_member(:conflict_exception, Shapes::ShapeRef.new(shape: ConflictException, location_name: "conflictException"))
|
|
1045
|
-
FlowResponseStream.add_member(:dependency_failed_exception, Shapes::ShapeRef.new(shape: DependencyFailedException, location_name: "dependencyFailedException"))
|
|
1046
|
-
FlowResponseStream.add_member(:bad_gateway_exception, Shapes::ShapeRef.new(shape: BadGatewayException, location_name: "badGatewayException"))
|
|
1047
|
-
FlowResponseStream.add_member(:flow_multi_turn_input_request_event, Shapes::ShapeRef.new(shape: FlowMultiTurnInputRequestEvent, event: true, location_name: "flowMultiTurnInputRequestEvent"))
|
|
1059
|
+
FlowResponseStream.add_member(:validation_exception, Shapes::ShapeRef.new(shape: ValidationException, location_name: "validationException"))
|
|
1048
1060
|
FlowResponseStream.struct_class = Types::FlowResponseStream
|
|
1049
1061
|
|
|
1050
|
-
FlowTrace.add_member(:node_input_trace, Shapes::ShapeRef.new(shape: FlowTraceNodeInputEvent, location_name: "nodeInputTrace"))
|
|
1051
|
-
FlowTrace.add_member(:node_output_trace, Shapes::ShapeRef.new(shape: FlowTraceNodeOutputEvent, location_name: "nodeOutputTrace"))
|
|
1052
1062
|
FlowTrace.add_member(:condition_node_result_trace, Shapes::ShapeRef.new(shape: FlowTraceConditionNodeResultEvent, location_name: "conditionNodeResultTrace"))
|
|
1053
1063
|
FlowTrace.add_member(:node_action_trace, Shapes::ShapeRef.new(shape: FlowTraceNodeActionEvent, location_name: "nodeActionTrace"))
|
|
1054
1064
|
FlowTrace.add_member(:node_dependency_trace, Shapes::ShapeRef.new(shape: FlowTraceDependencyEvent, location_name: "nodeDependencyTrace"))
|
|
1065
|
+
FlowTrace.add_member(:node_input_trace, Shapes::ShapeRef.new(shape: FlowTraceNodeInputEvent, location_name: "nodeInputTrace"))
|
|
1066
|
+
FlowTrace.add_member(:node_output_trace, Shapes::ShapeRef.new(shape: FlowTraceNodeOutputEvent, location_name: "nodeOutputTrace"))
|
|
1055
1067
|
FlowTrace.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1056
|
-
FlowTrace.add_member_subclass(:node_input_trace, Types::FlowTrace::NodeInputTrace)
|
|
1057
|
-
FlowTrace.add_member_subclass(:node_output_trace, Types::FlowTrace::NodeOutputTrace)
|
|
1058
1068
|
FlowTrace.add_member_subclass(:condition_node_result_trace, Types::FlowTrace::ConditionNodeResultTrace)
|
|
1059
1069
|
FlowTrace.add_member_subclass(:node_action_trace, Types::FlowTrace::NodeActionTrace)
|
|
1060
1070
|
FlowTrace.add_member_subclass(:node_dependency_trace, Types::FlowTrace::NodeDependencyTrace)
|
|
1071
|
+
FlowTrace.add_member_subclass(:node_input_trace, Types::FlowTrace::NodeInputTrace)
|
|
1072
|
+
FlowTrace.add_member_subclass(:node_output_trace, Types::FlowTrace::NodeOutputTrace)
|
|
1061
1073
|
FlowTrace.add_member_subclass(:unknown, Types::FlowTrace::Unknown)
|
|
1062
1074
|
FlowTrace.struct_class = Types::FlowTrace
|
|
1063
1075
|
|
|
@@ -1065,8 +1077,8 @@ module Aws::BedrockAgentRuntime
|
|
|
1065
1077
|
FlowTraceCondition.struct_class = Types::FlowTraceCondition
|
|
1066
1078
|
|
|
1067
1079
|
FlowTraceConditionNodeResultEvent.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1068
|
-
FlowTraceConditionNodeResultEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
1069
1080
|
FlowTraceConditionNodeResultEvent.add_member(:satisfied_conditions, Shapes::ShapeRef.new(shape: FlowTraceConditions, required: true, location_name: "satisfiedConditions"))
|
|
1081
|
+
FlowTraceConditionNodeResultEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
1070
1082
|
FlowTraceConditionNodeResultEvent.struct_class = Types::FlowTraceConditionNodeResultEvent
|
|
1071
1083
|
|
|
1072
1084
|
FlowTraceConditions.member = Shapes::ShapeRef.new(shape: FlowTraceCondition)
|
|
@@ -1080,12 +1092,12 @@ module Aws::BedrockAgentRuntime
|
|
|
1080
1092
|
FlowTraceEvent.struct_class = Types::FlowTraceEvent
|
|
1081
1093
|
|
|
1082
1094
|
FlowTraceNodeActionEvent.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1083
|
-
FlowTraceNodeActionEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
1084
|
-
FlowTraceNodeActionEvent.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
|
|
1085
|
-
FlowTraceNodeActionEvent.add_member(:service_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceName"))
|
|
1086
1095
|
FlowTraceNodeActionEvent.add_member(:operation_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "operationName"))
|
|
1087
1096
|
FlowTraceNodeActionEvent.add_member(:operation_request, Shapes::ShapeRef.new(shape: Document, location_name: "operationRequest"))
|
|
1088
1097
|
FlowTraceNodeActionEvent.add_member(:operation_response, Shapes::ShapeRef.new(shape: Document, location_name: "operationResponse"))
|
|
1098
|
+
FlowTraceNodeActionEvent.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
|
|
1099
|
+
FlowTraceNodeActionEvent.add_member(:service_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceName"))
|
|
1100
|
+
FlowTraceNodeActionEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
1089
1101
|
FlowTraceNodeActionEvent.struct_class = Types::FlowTraceNodeActionEvent
|
|
1090
1102
|
|
|
1091
1103
|
FlowTraceNodeInputContent.add_member(:document, Shapes::ShapeRef.new(shape: Document, location_name: "document"))
|
|
@@ -1094,31 +1106,31 @@ module Aws::BedrockAgentRuntime
|
|
|
1094
1106
|
FlowTraceNodeInputContent.add_member_subclass(:unknown, Types::FlowTraceNodeInputContent::Unknown)
|
|
1095
1107
|
FlowTraceNodeInputContent.struct_class = Types::FlowTraceNodeInputContent
|
|
1096
1108
|
|
|
1109
|
+
FlowTraceNodeInputEvent.add_member(:fields, Shapes::ShapeRef.new(shape: FlowTraceNodeInputFields, required: true, location_name: "fields"))
|
|
1097
1110
|
FlowTraceNodeInputEvent.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1098
1111
|
FlowTraceNodeInputEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
1099
|
-
FlowTraceNodeInputEvent.add_member(:fields, Shapes::ShapeRef.new(shape: FlowTraceNodeInputFields, required: true, location_name: "fields"))
|
|
1100
1112
|
FlowTraceNodeInputEvent.struct_class = Types::FlowTraceNodeInputEvent
|
|
1101
1113
|
|
|
1102
1114
|
FlowTraceNodeInputExecutionChain.member = Shapes::ShapeRef.new(shape: FlowTraceNodeInputExecutionChainItem)
|
|
1103
1115
|
|
|
1104
|
-
FlowTraceNodeInputExecutionChainItem.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1105
1116
|
FlowTraceNodeInputExecutionChainItem.add_member(:index, Shapes::ShapeRef.new(shape: Integer, location_name: "index"))
|
|
1117
|
+
FlowTraceNodeInputExecutionChainItem.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1106
1118
|
FlowTraceNodeInputExecutionChainItem.add_member(:type, Shapes::ShapeRef.new(shape: FlowControlNodeType, required: true, location_name: "type"))
|
|
1107
1119
|
FlowTraceNodeInputExecutionChainItem.struct_class = Types::FlowTraceNodeInputExecutionChainItem
|
|
1108
1120
|
|
|
1109
|
-
FlowTraceNodeInputField.add_member(:
|
|
1121
|
+
FlowTraceNodeInputField.add_member(:category, Shapes::ShapeRef.new(shape: FlowNodeInputCategory, location_name: "category"))
|
|
1110
1122
|
FlowTraceNodeInputField.add_member(:content, Shapes::ShapeRef.new(shape: FlowTraceNodeInputContent, required: true, location_name: "content"))
|
|
1123
|
+
FlowTraceNodeInputField.add_member(:execution_chain, Shapes::ShapeRef.new(shape: FlowTraceNodeInputExecutionChain, location_name: "executionChain"))
|
|
1124
|
+
FlowTraceNodeInputField.add_member(:node_input_name, Shapes::ShapeRef.new(shape: NodeInputName, required: true, location_name: "nodeInputName"))
|
|
1111
1125
|
FlowTraceNodeInputField.add_member(:source, Shapes::ShapeRef.new(shape: FlowTraceNodeInputSource, location_name: "source"))
|
|
1112
1126
|
FlowTraceNodeInputField.add_member(:type, Shapes::ShapeRef.new(shape: FlowNodeIODataType, location_name: "type"))
|
|
1113
|
-
FlowTraceNodeInputField.add_member(:category, Shapes::ShapeRef.new(shape: FlowNodeInputCategory, location_name: "category"))
|
|
1114
|
-
FlowTraceNodeInputField.add_member(:execution_chain, Shapes::ShapeRef.new(shape: FlowTraceNodeInputExecutionChain, location_name: "executionChain"))
|
|
1115
1127
|
FlowTraceNodeInputField.struct_class = Types::FlowTraceNodeInputField
|
|
1116
1128
|
|
|
1117
1129
|
FlowTraceNodeInputFields.member = Shapes::ShapeRef.new(shape: FlowTraceNodeInputField)
|
|
1118
1130
|
|
|
1131
|
+
FlowTraceNodeInputSource.add_member(:expression, Shapes::ShapeRef.new(shape: FlowNodeInputExpression, required: true, location_name: "expression"))
|
|
1119
1132
|
FlowTraceNodeInputSource.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1120
1133
|
FlowTraceNodeInputSource.add_member(:output_field_name, Shapes::ShapeRef.new(shape: FlowNodeOutputName, required: true, location_name: "outputFieldName"))
|
|
1121
|
-
FlowTraceNodeInputSource.add_member(:expression, Shapes::ShapeRef.new(shape: FlowNodeInputExpression, required: true, location_name: "expression"))
|
|
1122
1134
|
FlowTraceNodeInputSource.struct_class = Types::FlowTraceNodeInputSource
|
|
1123
1135
|
|
|
1124
1136
|
FlowTraceNodeOutputContent.add_member(:document, Shapes::ShapeRef.new(shape: Document, location_name: "document"))
|
|
@@ -1127,37 +1139,37 @@ module Aws::BedrockAgentRuntime
|
|
|
1127
1139
|
FlowTraceNodeOutputContent.add_member_subclass(:unknown, Types::FlowTraceNodeOutputContent::Unknown)
|
|
1128
1140
|
FlowTraceNodeOutputContent.struct_class = Types::FlowTraceNodeOutputContent
|
|
1129
1141
|
|
|
1142
|
+
FlowTraceNodeOutputEvent.add_member(:fields, Shapes::ShapeRef.new(shape: FlowTraceNodeOutputFields, required: true, location_name: "fields"))
|
|
1130
1143
|
FlowTraceNodeOutputEvent.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1131
1144
|
FlowTraceNodeOutputEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
1132
|
-
FlowTraceNodeOutputEvent.add_member(:fields, Shapes::ShapeRef.new(shape: FlowTraceNodeOutputFields, required: true, location_name: "fields"))
|
|
1133
1145
|
FlowTraceNodeOutputEvent.struct_class = Types::FlowTraceNodeOutputEvent
|
|
1134
1146
|
|
|
1135
|
-
FlowTraceNodeOutputField.add_member(:node_output_name, Shapes::ShapeRef.new(shape: NodeOutputName, required: true, location_name: "nodeOutputName"))
|
|
1136
1147
|
FlowTraceNodeOutputField.add_member(:content, Shapes::ShapeRef.new(shape: FlowTraceNodeOutputContent, required: true, location_name: "content"))
|
|
1137
1148
|
FlowTraceNodeOutputField.add_member(:next, Shapes::ShapeRef.new(shape: FlowTraceNodeOutputNextList, location_name: "next"))
|
|
1149
|
+
FlowTraceNodeOutputField.add_member(:node_output_name, Shapes::ShapeRef.new(shape: NodeOutputName, required: true, location_name: "nodeOutputName"))
|
|
1138
1150
|
FlowTraceNodeOutputField.add_member(:type, Shapes::ShapeRef.new(shape: FlowNodeIODataType, location_name: "type"))
|
|
1139
1151
|
FlowTraceNodeOutputField.struct_class = Types::FlowTraceNodeOutputField
|
|
1140
1152
|
|
|
1141
1153
|
FlowTraceNodeOutputFields.member = Shapes::ShapeRef.new(shape: FlowTraceNodeOutputField)
|
|
1142
1154
|
|
|
1143
|
-
FlowTraceNodeOutputNext.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1144
1155
|
FlowTraceNodeOutputNext.add_member(:input_field_name, Shapes::ShapeRef.new(shape: FlowNodeInputName, required: true, location_name: "inputFieldName"))
|
|
1156
|
+
FlowTraceNodeOutputNext.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1145
1157
|
FlowTraceNodeOutputNext.struct_class = Types::FlowTraceNodeOutputNext
|
|
1146
1158
|
|
|
1147
1159
|
FlowTraceNodeOutputNextList.member = Shapes::ShapeRef.new(shape: FlowTraceNodeOutputNext)
|
|
1148
1160
|
|
|
1149
|
-
FunctionDefinition.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
1150
1161
|
FunctionDefinition.add_member(:description, Shapes::ShapeRef.new(shape: FunctionDescription, location_name: "description"))
|
|
1162
|
+
FunctionDefinition.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
1151
1163
|
FunctionDefinition.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterMap, location_name: "parameters"))
|
|
1152
1164
|
FunctionDefinition.add_member(:require_confirmation, Shapes::ShapeRef.new(shape: RequireConfirmation, location_name: "requireConfirmation"))
|
|
1153
1165
|
FunctionDefinition.struct_class = Types::FunctionDefinition
|
|
1154
1166
|
|
|
1155
1167
|
FunctionInvocationInput.add_member(:action_group, Shapes::ShapeRef.new(shape: String, required: true, location_name: "actionGroup"))
|
|
1156
|
-
FunctionInvocationInput.add_member(:parameters, Shapes::ShapeRef.new(shape: FunctionParameters, location_name: "parameters"))
|
|
1157
|
-
FunctionInvocationInput.add_member(:function, Shapes::ShapeRef.new(shape: String, location_name: "function"))
|
|
1158
1168
|
FunctionInvocationInput.add_member(:action_invocation_type, Shapes::ShapeRef.new(shape: ActionInvocationType, location_name: "actionInvocationType"))
|
|
1159
1169
|
FunctionInvocationInput.add_member(:agent_id, Shapes::ShapeRef.new(shape: String, location_name: "agentId"))
|
|
1160
1170
|
FunctionInvocationInput.add_member(:collaborator_name, Shapes::ShapeRef.new(shape: Name, location_name: "collaboratorName"))
|
|
1171
|
+
FunctionInvocationInput.add_member(:function, Shapes::ShapeRef.new(shape: String, location_name: "function"))
|
|
1172
|
+
FunctionInvocationInput.add_member(:parameters, Shapes::ShapeRef.new(shape: FunctionParameters, location_name: "parameters"))
|
|
1161
1173
|
FunctionInvocationInput.struct_class = Types::FunctionInvocationInput
|
|
1162
1174
|
|
|
1163
1175
|
FunctionParameter.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
|
@@ -1168,11 +1180,11 @@ module Aws::BedrockAgentRuntime
|
|
|
1168
1180
|
FunctionParameters.member = Shapes::ShapeRef.new(shape: FunctionParameter)
|
|
1169
1181
|
|
|
1170
1182
|
FunctionResult.add_member(:action_group, Shapes::ShapeRef.new(shape: String, required: true, location_name: "actionGroup"))
|
|
1183
|
+
FunctionResult.add_member(:agent_id, Shapes::ShapeRef.new(shape: String, location_name: "agentId"))
|
|
1171
1184
|
FunctionResult.add_member(:confirmation_state, Shapes::ShapeRef.new(shape: ConfirmationState, location_name: "confirmationState"))
|
|
1172
1185
|
FunctionResult.add_member(:function, Shapes::ShapeRef.new(shape: String, location_name: "function"))
|
|
1173
1186
|
FunctionResult.add_member(:response_body, Shapes::ShapeRef.new(shape: ResponseBody, location_name: "responseBody"))
|
|
1174
1187
|
FunctionResult.add_member(:response_state, Shapes::ShapeRef.new(shape: ResponseState, location_name: "responseState"))
|
|
1175
|
-
FunctionResult.add_member(:agent_id, Shapes::ShapeRef.new(shape: String, location_name: "agentId"))
|
|
1176
1188
|
FunctionResult.struct_class = Types::FunctionResult
|
|
1177
1189
|
|
|
1178
1190
|
FunctionSchema.add_member(:functions, Shapes::ShapeRef.new(shape: Functions, location_name: "functions"))
|
|
@@ -1192,58 +1204,58 @@ module Aws::BedrockAgentRuntime
|
|
|
1192
1204
|
|
|
1193
1205
|
GeneratedQueries.member = Shapes::ShapeRef.new(shape: GeneratedQuery)
|
|
1194
1206
|
|
|
1195
|
-
GeneratedQuery.add_member(:type, Shapes::ShapeRef.new(shape: GeneratedQueryType, location_name: "type"))
|
|
1196
1207
|
GeneratedQuery.add_member(:sql, Shapes::ShapeRef.new(shape: String, location_name: "sql"))
|
|
1208
|
+
GeneratedQuery.add_member(:type, Shapes::ShapeRef.new(shape: GeneratedQueryType, location_name: "type"))
|
|
1197
1209
|
GeneratedQuery.struct_class = Types::GeneratedQuery
|
|
1198
1210
|
|
|
1199
1211
|
GeneratedResponsePart.add_member(:text_response_part, Shapes::ShapeRef.new(shape: TextResponsePart, location_name: "textResponsePart"))
|
|
1200
1212
|
GeneratedResponsePart.struct_class = Types::GeneratedResponsePart
|
|
1201
1213
|
|
|
1202
|
-
GenerationConfiguration.add_member(:
|
|
1214
|
+
GenerationConfiguration.add_member(:additional_model_request_fields, Shapes::ShapeRef.new(shape: AdditionalModelRequestFields, location_name: "additionalModelRequestFields"))
|
|
1203
1215
|
GenerationConfiguration.add_member(:guardrail_configuration, Shapes::ShapeRef.new(shape: GuardrailConfiguration, location_name: "guardrailConfiguration"))
|
|
1204
1216
|
GenerationConfiguration.add_member(:inference_config, Shapes::ShapeRef.new(shape: InferenceConfig, location_name: "inferenceConfig"))
|
|
1205
|
-
GenerationConfiguration.add_member(:additional_model_request_fields, Shapes::ShapeRef.new(shape: AdditionalModelRequestFields, location_name: "additionalModelRequestFields"))
|
|
1206
1217
|
GenerationConfiguration.add_member(:performance_config, Shapes::ShapeRef.new(shape: PerformanceConfiguration, location_name: "performanceConfig"))
|
|
1218
|
+
GenerationConfiguration.add_member(:prompt_template, Shapes::ShapeRef.new(shape: PromptTemplate, location_name: "promptTemplate"))
|
|
1207
1219
|
GenerationConfiguration.struct_class = Types::GenerationConfiguration
|
|
1208
1220
|
|
|
1209
|
-
GetAgentMemoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
1210
|
-
GetAgentMemoryRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxItems"))
|
|
1211
|
-
GetAgentMemoryRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location: "uri", location_name: "agentId"))
|
|
1212
1221
|
GetAgentMemoryRequest.add_member(:agent_alias_id, Shapes::ShapeRef.new(shape: AgentAliasId, required: true, location: "uri", location_name: "agentAliasId"))
|
|
1213
|
-
GetAgentMemoryRequest.add_member(:
|
|
1222
|
+
GetAgentMemoryRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location: "uri", location_name: "agentId"))
|
|
1223
|
+
GetAgentMemoryRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxItems"))
|
|
1214
1224
|
GetAgentMemoryRequest.add_member(:memory_id, Shapes::ShapeRef.new(shape: MemoryId, required: true, location: "querystring", location_name: "memoryId"))
|
|
1225
|
+
GetAgentMemoryRequest.add_member(:memory_type, Shapes::ShapeRef.new(shape: MemoryType, required: true, location: "querystring", location_name: "memoryType"))
|
|
1226
|
+
GetAgentMemoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
1215
1227
|
GetAgentMemoryRequest.struct_class = Types::GetAgentMemoryRequest
|
|
1216
1228
|
|
|
1217
|
-
GetAgentMemoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1218
1229
|
GetAgentMemoryResponse.add_member(:memory_contents, Shapes::ShapeRef.new(shape: Memories, location_name: "memoryContents"))
|
|
1230
|
+
GetAgentMemoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1219
1231
|
GetAgentMemoryResponse.struct_class = Types::GetAgentMemoryResponse
|
|
1220
1232
|
|
|
1221
|
-
GetExecutionFlowSnapshotRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
|
1222
|
-
GetExecutionFlowSnapshotRequest.add_member(:flow_alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location: "uri", location_name: "flowAliasIdentifier"))
|
|
1223
1233
|
GetExecutionFlowSnapshotRequest.add_member(:execution_identifier, Shapes::ShapeRef.new(shape: FlowExecutionIdentifier, required: true, location: "uri", location_name: "executionIdentifier"))
|
|
1234
|
+
GetExecutionFlowSnapshotRequest.add_member(:flow_alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location: "uri", location_name: "flowAliasIdentifier"))
|
|
1235
|
+
GetExecutionFlowSnapshotRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
|
1224
1236
|
GetExecutionFlowSnapshotRequest.struct_class = Types::GetExecutionFlowSnapshotRequest
|
|
1225
1237
|
|
|
1226
|
-
GetExecutionFlowSnapshotResponse.add_member(:
|
|
1238
|
+
GetExecutionFlowSnapshotResponse.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
|
1239
|
+
GetExecutionFlowSnapshotResponse.add_member(:definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "definition"))
|
|
1240
|
+
GetExecutionFlowSnapshotResponse.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: FlowExecutionRoleArn, required: true, location_name: "executionRoleArn"))
|
|
1227
1241
|
GetExecutionFlowSnapshotResponse.add_member(:flow_alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location_name: "flowAliasIdentifier"))
|
|
1242
|
+
GetExecutionFlowSnapshotResponse.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location_name: "flowIdentifier"))
|
|
1228
1243
|
GetExecutionFlowSnapshotResponse.add_member(:flow_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "flowVersion"))
|
|
1229
|
-
GetExecutionFlowSnapshotResponse.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: FlowExecutionRoleArn, required: true, location_name: "executionRoleArn"))
|
|
1230
|
-
GetExecutionFlowSnapshotResponse.add_member(:definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "definition"))
|
|
1231
|
-
GetExecutionFlowSnapshotResponse.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
|
1232
1244
|
GetExecutionFlowSnapshotResponse.struct_class = Types::GetExecutionFlowSnapshotResponse
|
|
1233
1245
|
|
|
1234
|
-
GetFlowExecutionRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
|
1235
|
-
GetFlowExecutionRequest.add_member(:flow_alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location: "uri", location_name: "flowAliasIdentifier"))
|
|
1236
1246
|
GetFlowExecutionRequest.add_member(:execution_identifier, Shapes::ShapeRef.new(shape: FlowExecutionIdentifier, required: true, location: "uri", location_name: "executionIdentifier"))
|
|
1237
|
-
GetFlowExecutionRequest.
|
|
1247
|
+
GetFlowExecutionRequest.add_member(:flow_alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location: "uri", location_name: "flowAliasIdentifier"))
|
|
1248
|
+
GetFlowExecutionRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
|
1249
|
+
GetFlowExecutionRequest.struct_class = Types::GetFlowExecutionRequest
|
|
1238
1250
|
|
|
1239
|
-
GetFlowExecutionResponse.add_member(:execution_arn, Shapes::ShapeRef.new(shape: FlowExecutionIdentifier, required: true, location_name: "executionArn"))
|
|
1240
|
-
GetFlowExecutionResponse.add_member(:status, Shapes::ShapeRef.new(shape: FlowExecutionStatus, required: true, location_name: "status"))
|
|
1241
|
-
GetFlowExecutionResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "startedAt"))
|
|
1242
1251
|
GetFlowExecutionResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "endedAt"))
|
|
1243
1252
|
GetFlowExecutionResponse.add_member(:errors, Shapes::ShapeRef.new(shape: FlowExecutionErrors, location_name: "errors"))
|
|
1253
|
+
GetFlowExecutionResponse.add_member(:execution_arn, Shapes::ShapeRef.new(shape: FlowExecutionIdentifier, required: true, location_name: "executionArn"))
|
|
1244
1254
|
GetFlowExecutionResponse.add_member(:flow_alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location_name: "flowAliasIdentifier"))
|
|
1245
1255
|
GetFlowExecutionResponse.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location_name: "flowIdentifier"))
|
|
1246
1256
|
GetFlowExecutionResponse.add_member(:flow_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "flowVersion"))
|
|
1257
|
+
GetFlowExecutionResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "startedAt"))
|
|
1258
|
+
GetFlowExecutionResponse.add_member(:status, Shapes::ShapeRef.new(shape: FlowExecutionStatus, required: true, location_name: "status"))
|
|
1247
1259
|
GetFlowExecutionResponse.struct_class = Types::GetFlowExecutionResponse
|
|
1248
1260
|
|
|
1249
1261
|
GetInvocationStepRequest.add_member(:invocation_identifier, Shapes::ShapeRef.new(shape: InvocationIdentifier, required: true, location_name: "invocationIdentifier"))
|
|
@@ -1257,19 +1269,19 @@ module Aws::BedrockAgentRuntime
|
|
|
1257
1269
|
GetSessionRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
|
1258
1270
|
GetSessionRequest.struct_class = Types::GetSessionRequest
|
|
1259
1271
|
|
|
1260
|
-
GetSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
1261
|
-
GetSessionResponse.add_member(:session_arn, Shapes::ShapeRef.new(shape: SessionArn, required: true, location_name: "sessionArn"))
|
|
1262
|
-
GetSessionResponse.add_member(:session_status, Shapes::ShapeRef.new(shape: SessionStatus, required: true, location_name: "sessionStatus"))
|
|
1263
1272
|
GetSessionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
1273
|
+
GetSessionResponse.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "encryptionKeyArn"))
|
|
1264
1274
|
GetSessionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
1275
|
+
GetSessionResponse.add_member(:session_arn, Shapes::ShapeRef.new(shape: SessionArn, required: true, location_name: "sessionArn"))
|
|
1276
|
+
GetSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
1265
1277
|
GetSessionResponse.add_member(:session_metadata, Shapes::ShapeRef.new(shape: SessionMetadataMap, location_name: "sessionMetadata"))
|
|
1266
|
-
GetSessionResponse.add_member(:
|
|
1278
|
+
GetSessionResponse.add_member(:session_status, Shapes::ShapeRef.new(shape: SessionStatus, required: true, location_name: "sessionStatus"))
|
|
1267
1279
|
GetSessionResponse.struct_class = Types::GetSessionResponse
|
|
1268
1280
|
|
|
1269
|
-
GuardrailAssessment.add_member(:topic_policy, Shapes::ShapeRef.new(shape: GuardrailTopicPolicyAssessment, location_name: "topicPolicy"))
|
|
1270
1281
|
GuardrailAssessment.add_member(:content_policy, Shapes::ShapeRef.new(shape: GuardrailContentPolicyAssessment, location_name: "contentPolicy"))
|
|
1271
|
-
GuardrailAssessment.add_member(:word_policy, Shapes::ShapeRef.new(shape: GuardrailWordPolicyAssessment, location_name: "wordPolicy"))
|
|
1272
1282
|
GuardrailAssessment.add_member(:sensitive_information_policy, Shapes::ShapeRef.new(shape: GuardrailSensitiveInformationPolicyAssessment, location_name: "sensitiveInformationPolicy"))
|
|
1283
|
+
GuardrailAssessment.add_member(:topic_policy, Shapes::ShapeRef.new(shape: GuardrailTopicPolicyAssessment, location_name: "topicPolicy"))
|
|
1284
|
+
GuardrailAssessment.add_member(:word_policy, Shapes::ShapeRef.new(shape: GuardrailWordPolicyAssessment, location_name: "wordPolicy"))
|
|
1273
1285
|
GuardrailAssessment.struct_class = Types::GuardrailAssessment
|
|
1274
1286
|
|
|
1275
1287
|
GuardrailAssessmentList.member = Shapes::ShapeRef.new(shape: GuardrailAssessment)
|
|
@@ -1282,9 +1294,9 @@ module Aws::BedrockAgentRuntime
|
|
|
1282
1294
|
GuardrailConfigurationWithArn.add_member(:guardrail_version, Shapes::ShapeRef.new(shape: GuardrailVersion, required: true, location_name: "guardrailVersion"))
|
|
1283
1295
|
GuardrailConfigurationWithArn.struct_class = Types::GuardrailConfigurationWithArn
|
|
1284
1296
|
|
|
1285
|
-
GuardrailContentFilter.add_member(:type, Shapes::ShapeRef.new(shape: GuardrailContentFilterType, location_name: "type"))
|
|
1286
|
-
GuardrailContentFilter.add_member(:confidence, Shapes::ShapeRef.new(shape: GuardrailContentFilterConfidence, location_name: "confidence"))
|
|
1287
1297
|
GuardrailContentFilter.add_member(:action, Shapes::ShapeRef.new(shape: GuardrailContentPolicyAction, location_name: "action"))
|
|
1298
|
+
GuardrailContentFilter.add_member(:confidence, Shapes::ShapeRef.new(shape: GuardrailContentFilterConfidence, location_name: "confidence"))
|
|
1299
|
+
GuardrailContentFilter.add_member(:type, Shapes::ShapeRef.new(shape: GuardrailContentFilterType, location_name: "type"))
|
|
1288
1300
|
GuardrailContentFilter.struct_class = Types::GuardrailContentFilter
|
|
1289
1301
|
|
|
1290
1302
|
GuardrailContentFilterList.member = Shapes::ShapeRef.new(shape: GuardrailContentFilter)
|
|
@@ -1292,8 +1304,8 @@ module Aws::BedrockAgentRuntime
|
|
|
1292
1304
|
GuardrailContentPolicyAssessment.add_member(:filters, Shapes::ShapeRef.new(shape: GuardrailContentFilterList, location_name: "filters"))
|
|
1293
1305
|
GuardrailContentPolicyAssessment.struct_class = Types::GuardrailContentPolicyAssessment
|
|
1294
1306
|
|
|
1295
|
-
GuardrailCustomWord.add_member(:match, Shapes::ShapeRef.new(shape: String, location_name: "match"))
|
|
1296
1307
|
GuardrailCustomWord.add_member(:action, Shapes::ShapeRef.new(shape: GuardrailWordPolicyAction, location_name: "action"))
|
|
1308
|
+
GuardrailCustomWord.add_member(:match, Shapes::ShapeRef.new(shape: String, location_name: "match"))
|
|
1297
1309
|
GuardrailCustomWord.struct_class = Types::GuardrailCustomWord
|
|
1298
1310
|
|
|
1299
1311
|
GuardrailCustomWordList.member = Shapes::ShapeRef.new(shape: GuardrailCustomWord)
|
|
@@ -1301,24 +1313,24 @@ module Aws::BedrockAgentRuntime
|
|
|
1301
1313
|
GuardrailEvent.add_member(:action, Shapes::ShapeRef.new(shape: GuadrailAction, location_name: "action"))
|
|
1302
1314
|
GuardrailEvent.struct_class = Types::GuardrailEvent
|
|
1303
1315
|
|
|
1316
|
+
GuardrailManagedWord.add_member(:action, Shapes::ShapeRef.new(shape: GuardrailWordPolicyAction, location_name: "action"))
|
|
1304
1317
|
GuardrailManagedWord.add_member(:match, Shapes::ShapeRef.new(shape: String, location_name: "match"))
|
|
1305
1318
|
GuardrailManagedWord.add_member(:type, Shapes::ShapeRef.new(shape: GuardrailManagedWordType, location_name: "type"))
|
|
1306
|
-
GuardrailManagedWord.add_member(:action, Shapes::ShapeRef.new(shape: GuardrailWordPolicyAction, location_name: "action"))
|
|
1307
1319
|
GuardrailManagedWord.struct_class = Types::GuardrailManagedWord
|
|
1308
1320
|
|
|
1309
1321
|
GuardrailManagedWordList.member = Shapes::ShapeRef.new(shape: GuardrailManagedWord)
|
|
1310
1322
|
|
|
1311
|
-
GuardrailPiiEntityFilter.add_member(:type, Shapes::ShapeRef.new(shape: GuardrailPiiEntityType, location_name: "type"))
|
|
1312
|
-
GuardrailPiiEntityFilter.add_member(:match, Shapes::ShapeRef.new(shape: String, location_name: "match"))
|
|
1313
1323
|
GuardrailPiiEntityFilter.add_member(:action, Shapes::ShapeRef.new(shape: GuardrailSensitiveInformationPolicyAction, location_name: "action"))
|
|
1324
|
+
GuardrailPiiEntityFilter.add_member(:match, Shapes::ShapeRef.new(shape: String, location_name: "match"))
|
|
1325
|
+
GuardrailPiiEntityFilter.add_member(:type, Shapes::ShapeRef.new(shape: GuardrailPiiEntityType, location_name: "type"))
|
|
1314
1326
|
GuardrailPiiEntityFilter.struct_class = Types::GuardrailPiiEntityFilter
|
|
1315
1327
|
|
|
1316
1328
|
GuardrailPiiEntityFilterList.member = Shapes::ShapeRef.new(shape: GuardrailPiiEntityFilter)
|
|
1317
1329
|
|
|
1330
|
+
GuardrailRegexFilter.add_member(:action, Shapes::ShapeRef.new(shape: GuardrailSensitiveInformationPolicyAction, location_name: "action"))
|
|
1331
|
+
GuardrailRegexFilter.add_member(:match, Shapes::ShapeRef.new(shape: String, location_name: "match"))
|
|
1318
1332
|
GuardrailRegexFilter.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
|
1319
1333
|
GuardrailRegexFilter.add_member(:regex, Shapes::ShapeRef.new(shape: String, location_name: "regex"))
|
|
1320
|
-
GuardrailRegexFilter.add_member(:match, Shapes::ShapeRef.new(shape: String, location_name: "match"))
|
|
1321
|
-
GuardrailRegexFilter.add_member(:action, Shapes::ShapeRef.new(shape: GuardrailSensitiveInformationPolicyAction, location_name: "action"))
|
|
1322
1334
|
GuardrailRegexFilter.struct_class = Types::GuardrailRegexFilter
|
|
1323
1335
|
|
|
1324
1336
|
GuardrailRegexFilterList.member = Shapes::ShapeRef.new(shape: GuardrailRegexFilter)
|
|
@@ -1327,9 +1339,9 @@ module Aws::BedrockAgentRuntime
|
|
|
1327
1339
|
GuardrailSensitiveInformationPolicyAssessment.add_member(:regexes, Shapes::ShapeRef.new(shape: GuardrailRegexFilterList, location_name: "regexes"))
|
|
1328
1340
|
GuardrailSensitiveInformationPolicyAssessment.struct_class = Types::GuardrailSensitiveInformationPolicyAssessment
|
|
1329
1341
|
|
|
1342
|
+
GuardrailTopic.add_member(:action, Shapes::ShapeRef.new(shape: GuardrailTopicPolicyAction, location_name: "action"))
|
|
1330
1343
|
GuardrailTopic.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
|
1331
1344
|
GuardrailTopic.add_member(:type, Shapes::ShapeRef.new(shape: GuardrailTopicType, location_name: "type"))
|
|
1332
|
-
GuardrailTopic.add_member(:action, Shapes::ShapeRef.new(shape: GuardrailTopicPolicyAction, location_name: "action"))
|
|
1333
1345
|
GuardrailTopic.struct_class = Types::GuardrailTopic
|
|
1334
1346
|
|
|
1335
1347
|
GuardrailTopicList.member = Shapes::ShapeRef.new(shape: GuardrailTopic)
|
|
@@ -1338,10 +1350,10 @@ module Aws::BedrockAgentRuntime
|
|
|
1338
1350
|
GuardrailTopicPolicyAssessment.struct_class = Types::GuardrailTopicPolicyAssessment
|
|
1339
1351
|
|
|
1340
1352
|
GuardrailTrace.add_member(:action, Shapes::ShapeRef.new(shape: GuardrailAction, location_name: "action"))
|
|
1341
|
-
GuardrailTrace.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
1342
1353
|
GuardrailTrace.add_member(:input_assessments, Shapes::ShapeRef.new(shape: GuardrailAssessmentList, location_name: "inputAssessments"))
|
|
1343
|
-
GuardrailTrace.add_member(:output_assessments, Shapes::ShapeRef.new(shape: GuardrailAssessmentList, location_name: "outputAssessments"))
|
|
1344
1354
|
GuardrailTrace.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
1355
|
+
GuardrailTrace.add_member(:output_assessments, Shapes::ShapeRef.new(shape: GuardrailAssessmentList, location_name: "outputAssessments"))
|
|
1356
|
+
GuardrailTrace.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
1345
1357
|
GuardrailTrace.struct_class = Types::GuardrailTrace
|
|
1346
1358
|
|
|
1347
1359
|
GuardrailWordPolicyAssessment.add_member(:custom_words, Shapes::ShapeRef.new(shape: GuardrailCustomWordList, location_name: "customWords"))
|
|
@@ -1379,55 +1391,55 @@ module Aws::BedrockAgentRuntime
|
|
|
1379
1391
|
InferenceConfig.add_member(:text_inference_config, Shapes::ShapeRef.new(shape: TextInferenceConfig, location_name: "textInferenceConfig"))
|
|
1380
1392
|
InferenceConfig.struct_class = Types::InferenceConfig
|
|
1381
1393
|
|
|
1382
|
-
InferenceConfiguration.add_member(:temperature, Shapes::ShapeRef.new(shape: Temperature, location_name: "temperature"))
|
|
1383
|
-
InferenceConfiguration.add_member(:top_p, Shapes::ShapeRef.new(shape: TopP, location_name: "topP"))
|
|
1384
|
-
InferenceConfiguration.add_member(:top_k, Shapes::ShapeRef.new(shape: TopK, location_name: "topK"))
|
|
1385
1394
|
InferenceConfiguration.add_member(:maximum_length, Shapes::ShapeRef.new(shape: MaximumLength, location_name: "maximumLength"))
|
|
1386
1395
|
InferenceConfiguration.add_member(:stop_sequences, Shapes::ShapeRef.new(shape: StopSequences, location_name: "stopSequences"))
|
|
1396
|
+
InferenceConfiguration.add_member(:temperature, Shapes::ShapeRef.new(shape: Temperature, location_name: "temperature"))
|
|
1397
|
+
InferenceConfiguration.add_member(:top_k, Shapes::ShapeRef.new(shape: TopK, location_name: "topK"))
|
|
1398
|
+
InferenceConfiguration.add_member(:top_p, Shapes::ShapeRef.new(shape: TopP, location_name: "topP"))
|
|
1387
1399
|
InferenceConfiguration.struct_class = Types::InferenceConfiguration
|
|
1388
1400
|
|
|
1389
1401
|
InlineAgentFilePart.add_member(:files, Shapes::ShapeRef.new(shape: OutputFiles, location_name: "files"))
|
|
1390
1402
|
InlineAgentFilePart.struct_class = Types::InlineAgentFilePart
|
|
1391
1403
|
|
|
1392
|
-
InlineAgentPayloadPart.add_member(:bytes, Shapes::ShapeRef.new(shape: PartBody, location_name: "bytes"))
|
|
1393
1404
|
InlineAgentPayloadPart.add_member(:attribution, Shapes::ShapeRef.new(shape: Attribution, location_name: "attribution"))
|
|
1405
|
+
InlineAgentPayloadPart.add_member(:bytes, Shapes::ShapeRef.new(shape: PartBody, location_name: "bytes"))
|
|
1394
1406
|
InlineAgentPayloadPart.struct_class = Types::InlineAgentPayloadPart
|
|
1395
1407
|
|
|
1408
|
+
InlineAgentResponseStream.add_member(:access_denied_exception, Shapes::ShapeRef.new(shape: AccessDeniedException, location_name: "accessDeniedException"))
|
|
1409
|
+
InlineAgentResponseStream.add_member(:bad_gateway_exception, Shapes::ShapeRef.new(shape: BadGatewayException, location_name: "badGatewayException"))
|
|
1396
1410
|
InlineAgentResponseStream.add_member(:chunk, Shapes::ShapeRef.new(shape: InlineAgentPayloadPart, event: true, location_name: "chunk"))
|
|
1397
|
-
InlineAgentResponseStream.add_member(:
|
|
1398
|
-
InlineAgentResponseStream.add_member(:
|
|
1411
|
+
InlineAgentResponseStream.add_member(:conflict_exception, Shapes::ShapeRef.new(shape: ConflictException, location_name: "conflictException"))
|
|
1412
|
+
InlineAgentResponseStream.add_member(:dependency_failed_exception, Shapes::ShapeRef.new(shape: DependencyFailedException, location_name: "dependencyFailedException"))
|
|
1413
|
+
InlineAgentResponseStream.add_member(:files, Shapes::ShapeRef.new(shape: InlineAgentFilePart, event: true, location_name: "files"))
|
|
1399
1414
|
InlineAgentResponseStream.add_member(:internal_server_exception, Shapes::ShapeRef.new(shape: InternalServerException, location_name: "internalServerException"))
|
|
1400
|
-
InlineAgentResponseStream.add_member(:validation_exception, Shapes::ShapeRef.new(shape: ValidationException, location_name: "validationException"))
|
|
1401
1415
|
InlineAgentResponseStream.add_member(:resource_not_found_exception, Shapes::ShapeRef.new(shape: ResourceNotFoundException, location_name: "resourceNotFoundException"))
|
|
1416
|
+
InlineAgentResponseStream.add_member(:return_control, Shapes::ShapeRef.new(shape: InlineAgentReturnControlPayload, event: true, location_name: "returnControl"))
|
|
1402
1417
|
InlineAgentResponseStream.add_member(:service_quota_exceeded_exception, Shapes::ShapeRef.new(shape: ServiceQuotaExceededException, location_name: "serviceQuotaExceededException"))
|
|
1403
1418
|
InlineAgentResponseStream.add_member(:throttling_exception, Shapes::ShapeRef.new(shape: ThrottlingException, location_name: "throttlingException"))
|
|
1404
|
-
InlineAgentResponseStream.add_member(:
|
|
1405
|
-
InlineAgentResponseStream.add_member(:
|
|
1406
|
-
InlineAgentResponseStream.add_member(:dependency_failed_exception, Shapes::ShapeRef.new(shape: DependencyFailedException, location_name: "dependencyFailedException"))
|
|
1407
|
-
InlineAgentResponseStream.add_member(:bad_gateway_exception, Shapes::ShapeRef.new(shape: BadGatewayException, location_name: "badGatewayException"))
|
|
1408
|
-
InlineAgentResponseStream.add_member(:files, Shapes::ShapeRef.new(shape: InlineAgentFilePart, event: true, location_name: "files"))
|
|
1419
|
+
InlineAgentResponseStream.add_member(:trace, Shapes::ShapeRef.new(shape: InlineAgentTracePart, event: true, location_name: "trace"))
|
|
1420
|
+
InlineAgentResponseStream.add_member(:validation_exception, Shapes::ShapeRef.new(shape: ValidationException, location_name: "validationException"))
|
|
1409
1421
|
InlineAgentResponseStream.struct_class = Types::InlineAgentResponseStream
|
|
1410
1422
|
|
|
1411
|
-
InlineAgentReturnControlPayload.add_member(:invocation_inputs, Shapes::ShapeRef.new(shape: InvocationInputs, location_name: "invocationInputs"))
|
|
1412
1423
|
InlineAgentReturnControlPayload.add_member(:invocation_id, Shapes::ShapeRef.new(shape: String, location_name: "invocationId"))
|
|
1424
|
+
InlineAgentReturnControlPayload.add_member(:invocation_inputs, Shapes::ShapeRef.new(shape: InvocationInputs, location_name: "invocationInputs"))
|
|
1413
1425
|
InlineAgentReturnControlPayload.struct_class = Types::InlineAgentReturnControlPayload
|
|
1414
1426
|
|
|
1415
|
-
InlineAgentTracePart.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "sessionId"))
|
|
1416
|
-
InlineAgentTracePart.add_member(:trace, Shapes::ShapeRef.new(shape: Trace, location_name: "trace"))
|
|
1417
1427
|
InlineAgentTracePart.add_member(:caller_chain, Shapes::ShapeRef.new(shape: CallerChain, location_name: "callerChain"))
|
|
1418
|
-
InlineAgentTracePart.add_member(:event_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "eventTime"))
|
|
1419
1428
|
InlineAgentTracePart.add_member(:collaborator_name, Shapes::ShapeRef.new(shape: Name, location_name: "collaboratorName"))
|
|
1429
|
+
InlineAgentTracePart.add_member(:event_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "eventTime"))
|
|
1430
|
+
InlineAgentTracePart.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "sessionId"))
|
|
1431
|
+
InlineAgentTracePart.add_member(:trace, Shapes::ShapeRef.new(shape: Trace, location_name: "trace"))
|
|
1420
1432
|
InlineAgentTracePart.struct_class = Types::InlineAgentTracePart
|
|
1421
1433
|
|
|
1422
1434
|
InlineBedrockModelConfigurations.add_member(:performance_config, Shapes::ShapeRef.new(shape: PerformanceConfiguration, location_name: "performanceConfig"))
|
|
1423
1435
|
InlineBedrockModelConfigurations.struct_class = Types::InlineBedrockModelConfigurations
|
|
1424
1436
|
|
|
1425
|
-
InlineSessionState.add_member(:
|
|
1437
|
+
InlineSessionState.add_member(:conversation_history, Shapes::ShapeRef.new(shape: ConversationHistory, location_name: "conversationHistory"))
|
|
1438
|
+
InlineSessionState.add_member(:files, Shapes::ShapeRef.new(shape: InputFiles, location_name: "files"))
|
|
1439
|
+
InlineSessionState.add_member(:invocation_id, Shapes::ShapeRef.new(shape: String, location_name: "invocationId"))
|
|
1426
1440
|
InlineSessionState.add_member(:prompt_session_attributes, Shapes::ShapeRef.new(shape: PromptSessionAttributesMap, location_name: "promptSessionAttributes"))
|
|
1427
1441
|
InlineSessionState.add_member(:return_control_invocation_results, Shapes::ShapeRef.new(shape: ReturnControlInvocationResults, location_name: "returnControlInvocationResults"))
|
|
1428
|
-
InlineSessionState.add_member(:
|
|
1429
|
-
InlineSessionState.add_member(:files, Shapes::ShapeRef.new(shape: InputFiles, location_name: "files"))
|
|
1430
|
-
InlineSessionState.add_member(:conversation_history, Shapes::ShapeRef.new(shape: ConversationHistory, location_name: "conversationHistory"))
|
|
1442
|
+
InlineSessionState.add_member(:session_attributes, Shapes::ShapeRef.new(shape: SessionAttributesMap, location_name: "sessionAttributes"))
|
|
1431
1443
|
InlineSessionState.struct_class = Types::InlineSessionState
|
|
1432
1444
|
|
|
1433
1445
|
InputFile.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
@@ -1437,6 +1449,10 @@ module Aws::BedrockAgentRuntime
|
|
|
1437
1449
|
|
|
1438
1450
|
InputFiles.member = Shapes::ShapeRef.new(shape: InputFile)
|
|
1439
1451
|
|
|
1452
|
+
InputImage.add_member(:format, Shapes::ShapeRef.new(shape: InputImageFormat, required: true, location_name: "format"))
|
|
1453
|
+
InputImage.add_member(:inline_content, Shapes::ShapeRef.new(shape: InputImageInlineContentBlob, required: true, location_name: "inlineContent"))
|
|
1454
|
+
InputImage.struct_class = Types::InputImage
|
|
1455
|
+
|
|
1440
1456
|
InputPrompt.add_member(:text_prompt, Shapes::ShapeRef.new(shape: TextPrompt, location_name: "textPrompt"))
|
|
1441
1457
|
InputPrompt.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1442
1458
|
InputPrompt.add_member_subclass(:text_prompt, Types::InputPrompt::TextPrompt)
|
|
@@ -1447,12 +1463,12 @@ module Aws::BedrockAgentRuntime
|
|
|
1447
1463
|
InternalServerException.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
|
|
1448
1464
|
InternalServerException.struct_class = Types::InternalServerException
|
|
1449
1465
|
|
|
1450
|
-
InvocationInput.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
1451
|
-
InvocationInput.add_member(:invocation_type, Shapes::ShapeRef.new(shape: InvocationType, location_name: "invocationType"))
|
|
1452
1466
|
InvocationInput.add_member(:action_group_invocation_input, Shapes::ShapeRef.new(shape: ActionGroupInvocationInput, location_name: "actionGroupInvocationInput"))
|
|
1453
|
-
InvocationInput.add_member(:knowledge_base_lookup_input, Shapes::ShapeRef.new(shape: KnowledgeBaseLookupInput, location_name: "knowledgeBaseLookupInput"))
|
|
1454
|
-
InvocationInput.add_member(:code_interpreter_invocation_input, Shapes::ShapeRef.new(shape: CodeInterpreterInvocationInput, location_name: "codeInterpreterInvocationInput"))
|
|
1455
1467
|
InvocationInput.add_member(:agent_collaborator_invocation_input, Shapes::ShapeRef.new(shape: AgentCollaboratorInvocationInput, location_name: "agentCollaboratorInvocationInput"))
|
|
1468
|
+
InvocationInput.add_member(:code_interpreter_invocation_input, Shapes::ShapeRef.new(shape: CodeInterpreterInvocationInput, location_name: "codeInterpreterInvocationInput"))
|
|
1469
|
+
InvocationInput.add_member(:invocation_type, Shapes::ShapeRef.new(shape: InvocationType, location_name: "invocationType"))
|
|
1470
|
+
InvocationInput.add_member(:knowledge_base_lookup_input, Shapes::ShapeRef.new(shape: KnowledgeBaseLookupInput, location_name: "knowledgeBaseLookupInput"))
|
|
1471
|
+
InvocationInput.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
1456
1472
|
InvocationInput.struct_class = Types::InvocationInput
|
|
1457
1473
|
|
|
1458
1474
|
InvocationInputMember.add_member(:api_invocation_input, Shapes::ShapeRef.new(shape: ApiInvocationInput, location_name: "apiInvocationInput"))
|
|
@@ -1473,11 +1489,11 @@ module Aws::BedrockAgentRuntime
|
|
|
1473
1489
|
InvocationResultMember.add_member_subclass(:unknown, Types::InvocationResultMember::Unknown)
|
|
1474
1490
|
InvocationResultMember.struct_class = Types::InvocationResultMember
|
|
1475
1491
|
|
|
1476
|
-
InvocationStep.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
1477
1492
|
InvocationStep.add_member(:invocation_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "invocationId"))
|
|
1478
1493
|
InvocationStep.add_member(:invocation_step_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "invocationStepId"))
|
|
1479
1494
|
InvocationStep.add_member(:invocation_step_time, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "invocationStepTime"))
|
|
1480
1495
|
InvocationStep.add_member(:payload, Shapes::ShapeRef.new(shape: InvocationStepPayload, required: true, location_name: "payload"))
|
|
1496
|
+
InvocationStep.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
1481
1497
|
InvocationStep.struct_class = Types::InvocationStep
|
|
1482
1498
|
|
|
1483
1499
|
InvocationStepPayload.add_member(:content_blocks, Shapes::ShapeRef.new(shape: BedrockSessionContentBlocks, location_name: "contentBlocks"))
|
|
@@ -1488,77 +1504,77 @@ module Aws::BedrockAgentRuntime
|
|
|
1488
1504
|
|
|
1489
1505
|
InvocationStepSummaries.member = Shapes::ShapeRef.new(shape: InvocationStepSummary)
|
|
1490
1506
|
|
|
1491
|
-
InvocationStepSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
1492
1507
|
InvocationStepSummary.add_member(:invocation_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "invocationId"))
|
|
1493
1508
|
InvocationStepSummary.add_member(:invocation_step_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "invocationStepId"))
|
|
1494
1509
|
InvocationStepSummary.add_member(:invocation_step_time, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "invocationStepTime"))
|
|
1510
|
+
InvocationStepSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
1495
1511
|
InvocationStepSummary.struct_class = Types::InvocationStepSummary
|
|
1496
1512
|
|
|
1497
1513
|
InvocationSummaries.member = Shapes::ShapeRef.new(shape: InvocationSummary)
|
|
1498
1514
|
|
|
1499
|
-
InvocationSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
1500
|
-
InvocationSummary.add_member(:invocation_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "invocationId"))
|
|
1501
1515
|
InvocationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
1516
|
+
InvocationSummary.add_member(:invocation_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "invocationId"))
|
|
1517
|
+
InvocationSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
1502
1518
|
InvocationSummary.struct_class = Types::InvocationSummary
|
|
1503
1519
|
|
|
1504
|
-
InvokeAgentRequest.add_member(:session_state, Shapes::ShapeRef.new(shape: SessionState, location_name: "sessionState"))
|
|
1505
|
-
InvokeAgentRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location: "uri", location_name: "agentId"))
|
|
1506
1520
|
InvokeAgentRequest.add_member(:agent_alias_id, Shapes::ShapeRef.new(shape: AgentAliasId, required: true, location: "uri", location_name: "agentAliasId"))
|
|
1507
|
-
InvokeAgentRequest.add_member(:
|
|
1508
|
-
InvokeAgentRequest.add_member(:
|
|
1521
|
+
InvokeAgentRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location: "uri", location_name: "agentId"))
|
|
1522
|
+
InvokeAgentRequest.add_member(:bedrock_model_configurations, Shapes::ShapeRef.new(shape: BedrockModelConfigurations, location_name: "bedrockModelConfigurations"))
|
|
1509
1523
|
InvokeAgentRequest.add_member(:enable_trace, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableTrace"))
|
|
1524
|
+
InvokeAgentRequest.add_member(:end_session, Shapes::ShapeRef.new(shape: Boolean, location_name: "endSession"))
|
|
1510
1525
|
InvokeAgentRequest.add_member(:input_text, Shapes::ShapeRef.new(shape: InputText, location_name: "inputText"))
|
|
1511
1526
|
InvokeAgentRequest.add_member(:memory_id, Shapes::ShapeRef.new(shape: MemoryId, location_name: "memoryId"))
|
|
1512
|
-
InvokeAgentRequest.add_member(:bedrock_model_configurations, Shapes::ShapeRef.new(shape: BedrockModelConfigurations, location_name: "bedrockModelConfigurations"))
|
|
1513
|
-
InvokeAgentRequest.add_member(:streaming_configurations, Shapes::ShapeRef.new(shape: StreamingConfigurations, location_name: "streamingConfigurations"))
|
|
1514
1527
|
InvokeAgentRequest.add_member(:prompt_creation_configurations, Shapes::ShapeRef.new(shape: PromptCreationConfigurations, location_name: "promptCreationConfigurations"))
|
|
1528
|
+
InvokeAgentRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location: "uri", location_name: "sessionId"))
|
|
1529
|
+
InvokeAgentRequest.add_member(:session_state, Shapes::ShapeRef.new(shape: SessionState, location_name: "sessionState"))
|
|
1515
1530
|
InvokeAgentRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: AWSResourceARN, location: "header", location_name: "x-amz-source-arn"))
|
|
1531
|
+
InvokeAgentRequest.add_member(:streaming_configurations, Shapes::ShapeRef.new(shape: StreamingConfigurations, location_name: "streamingConfigurations"))
|
|
1516
1532
|
InvokeAgentRequest.struct_class = Types::InvokeAgentRequest
|
|
1517
1533
|
|
|
1518
1534
|
InvokeAgentResponse.add_member(:completion, Shapes::ShapeRef.new(shape: ResponseStream, required: true, eventstream: true, location_name: "completion"))
|
|
1519
1535
|
InvokeAgentResponse.add_member(:content_type, Shapes::ShapeRef.new(shape: MimeType, required: true, location: "header", location_name: "x-amzn-bedrock-agent-content-type"))
|
|
1520
|
-
InvokeAgentResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location: "header", location_name: "x-amz-bedrock-agent-session-id"))
|
|
1521
1536
|
InvokeAgentResponse.add_member(:memory_id, Shapes::ShapeRef.new(shape: MemoryId, location: "header", location_name: "x-amz-bedrock-agent-memory-id"))
|
|
1537
|
+
InvokeAgentResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location: "header", location_name: "x-amz-bedrock-agent-session-id"))
|
|
1522
1538
|
InvokeAgentResponse.struct_class = Types::InvokeAgentResponse
|
|
1523
1539
|
InvokeAgentResponse[:payload] = :completion
|
|
1524
1540
|
InvokeAgentResponse[:payload_member] = InvokeAgentResponse.member(:completion)
|
|
1525
1541
|
|
|
1526
|
-
InvokeFlowRequest.add_member(:
|
|
1542
|
+
InvokeFlowRequest.add_member(:enable_trace, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableTrace"))
|
|
1543
|
+
InvokeFlowRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: FlowExecutionId, location_name: "executionId"))
|
|
1527
1544
|
InvokeFlowRequest.add_member(:flow_alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location: "uri", location_name: "flowAliasIdentifier"))
|
|
1545
|
+
InvokeFlowRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
|
1528
1546
|
InvokeFlowRequest.add_member(:inputs, Shapes::ShapeRef.new(shape: FlowInputs, required: true, location_name: "inputs"))
|
|
1529
|
-
InvokeFlowRequest.add_member(:enable_trace, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableTrace"))
|
|
1530
1547
|
InvokeFlowRequest.add_member(:model_performance_configuration, Shapes::ShapeRef.new(shape: ModelPerformanceConfiguration, location_name: "modelPerformanceConfiguration"))
|
|
1531
|
-
InvokeFlowRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: FlowExecutionId, location_name: "executionId"))
|
|
1532
1548
|
InvokeFlowRequest.struct_class = Types::InvokeFlowRequest
|
|
1533
1549
|
|
|
1534
|
-
InvokeFlowResponse.add_member(:response_stream, Shapes::ShapeRef.new(shape: FlowResponseStream, required: true, eventstream: true, location_name: "responseStream"))
|
|
1535
1550
|
InvokeFlowResponse.add_member(:execution_id, Shapes::ShapeRef.new(shape: FlowExecutionId, location: "header", location_name: "x-amz-bedrock-flow-execution-id"))
|
|
1551
|
+
InvokeFlowResponse.add_member(:response_stream, Shapes::ShapeRef.new(shape: FlowResponseStream, required: true, eventstream: true, location_name: "responseStream"))
|
|
1536
1552
|
InvokeFlowResponse.struct_class = Types::InvokeFlowResponse
|
|
1537
1553
|
InvokeFlowResponse[:payload] = :response_stream
|
|
1538
1554
|
InvokeFlowResponse[:payload_member] = InvokeFlowResponse.member(:response_stream)
|
|
1539
1555
|
|
|
1556
|
+
InvokeInlineAgentRequest.add_member(:action_groups, Shapes::ShapeRef.new(shape: AgentActionGroups, location_name: "actionGroups"))
|
|
1557
|
+
InvokeInlineAgentRequest.add_member(:agent_collaboration, Shapes::ShapeRef.new(shape: AgentCollaboration, location_name: "agentCollaboration"))
|
|
1558
|
+
InvokeInlineAgentRequest.add_member(:agent_name, Shapes::ShapeRef.new(shape: Name, location_name: "agentName"))
|
|
1559
|
+
InvokeInlineAgentRequest.add_member(:bedrock_model_configurations, Shapes::ShapeRef.new(shape: InlineBedrockModelConfigurations, location_name: "bedrockModelConfigurations"))
|
|
1560
|
+
InvokeInlineAgentRequest.add_member(:collaborator_configurations, Shapes::ShapeRef.new(shape: CollaboratorConfigurations, location_name: "collaboratorConfigurations"))
|
|
1561
|
+
InvokeInlineAgentRequest.add_member(:collaborators, Shapes::ShapeRef.new(shape: Collaborators, location_name: "collaborators"))
|
|
1562
|
+
InvokeInlineAgentRequest.add_member(:custom_orchestration, Shapes::ShapeRef.new(shape: CustomOrchestration, location_name: "customOrchestration"))
|
|
1540
1563
|
InvokeInlineAgentRequest.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
|
1564
|
+
InvokeInlineAgentRequest.add_member(:enable_trace, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableTrace"))
|
|
1565
|
+
InvokeInlineAgentRequest.add_member(:end_session, Shapes::ShapeRef.new(shape: Boolean, location_name: "endSession"))
|
|
1541
1566
|
InvokeInlineAgentRequest.add_member(:foundation_model, Shapes::ShapeRef.new(shape: ModelIdentifier, required: true, location_name: "foundationModel"))
|
|
1542
|
-
InvokeInlineAgentRequest.add_member(:
|
|
1567
|
+
InvokeInlineAgentRequest.add_member(:guardrail_configuration, Shapes::ShapeRef.new(shape: GuardrailConfigurationWithArn, location_name: "guardrailConfiguration"))
|
|
1543
1568
|
InvokeInlineAgentRequest.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, location_name: "idleSessionTTLInSeconds"))
|
|
1544
|
-
InvokeInlineAgentRequest.add_member(:
|
|
1569
|
+
InvokeInlineAgentRequest.add_member(:inline_session_state, Shapes::ShapeRef.new(shape: InlineSessionState, location_name: "inlineSessionState"))
|
|
1570
|
+
InvokeInlineAgentRequest.add_member(:input_text, Shapes::ShapeRef.new(shape: InputText, location_name: "inputText"))
|
|
1571
|
+
InvokeInlineAgentRequest.add_member(:instruction, Shapes::ShapeRef.new(shape: Instruction, required: true, location_name: "instruction"))
|
|
1545
1572
|
InvokeInlineAgentRequest.add_member(:knowledge_bases, Shapes::ShapeRef.new(shape: KnowledgeBases, location_name: "knowledgeBases"))
|
|
1546
|
-
InvokeInlineAgentRequest.add_member(:
|
|
1573
|
+
InvokeInlineAgentRequest.add_member(:orchestration_type, Shapes::ShapeRef.new(shape: OrchestrationType, location_name: "orchestrationType"))
|
|
1574
|
+
InvokeInlineAgentRequest.add_member(:prompt_creation_configurations, Shapes::ShapeRef.new(shape: PromptCreationConfigurations, location_name: "promptCreationConfigurations"))
|
|
1547
1575
|
InvokeInlineAgentRequest.add_member(:prompt_override_configuration, Shapes::ShapeRef.new(shape: PromptOverrideConfiguration, location_name: "promptOverrideConfiguration"))
|
|
1548
|
-
InvokeInlineAgentRequest.add_member(:agent_collaboration, Shapes::ShapeRef.new(shape: AgentCollaboration, location_name: "agentCollaboration"))
|
|
1549
|
-
InvokeInlineAgentRequest.add_member(:collaborator_configurations, Shapes::ShapeRef.new(shape: CollaboratorConfigurations, location_name: "collaboratorConfigurations"))
|
|
1550
|
-
InvokeInlineAgentRequest.add_member(:agent_name, Shapes::ShapeRef.new(shape: Name, location_name: "agentName"))
|
|
1551
1576
|
InvokeInlineAgentRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location: "uri", location_name: "sessionId"))
|
|
1552
|
-
InvokeInlineAgentRequest.add_member(:end_session, Shapes::ShapeRef.new(shape: Boolean, location_name: "endSession"))
|
|
1553
|
-
InvokeInlineAgentRequest.add_member(:enable_trace, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableTrace"))
|
|
1554
|
-
InvokeInlineAgentRequest.add_member(:input_text, Shapes::ShapeRef.new(shape: InputText, location_name: "inputText"))
|
|
1555
1577
|
InvokeInlineAgentRequest.add_member(:streaming_configurations, Shapes::ShapeRef.new(shape: StreamingConfigurations, location_name: "streamingConfigurations"))
|
|
1556
|
-
InvokeInlineAgentRequest.add_member(:prompt_creation_configurations, Shapes::ShapeRef.new(shape: PromptCreationConfigurations, location_name: "promptCreationConfigurations"))
|
|
1557
|
-
InvokeInlineAgentRequest.add_member(:inline_session_state, Shapes::ShapeRef.new(shape: InlineSessionState, location_name: "inlineSessionState"))
|
|
1558
|
-
InvokeInlineAgentRequest.add_member(:collaborators, Shapes::ShapeRef.new(shape: Collaborators, location_name: "collaborators"))
|
|
1559
|
-
InvokeInlineAgentRequest.add_member(:bedrock_model_configurations, Shapes::ShapeRef.new(shape: InlineBedrockModelConfigurations, location_name: "bedrockModelConfigurations"))
|
|
1560
|
-
InvokeInlineAgentRequest.add_member(:orchestration_type, Shapes::ShapeRef.new(shape: OrchestrationType, location_name: "orchestrationType"))
|
|
1561
|
-
InvokeInlineAgentRequest.add_member(:custom_orchestration, Shapes::ShapeRef.new(shape: CustomOrchestration, location_name: "customOrchestration"))
|
|
1562
1578
|
InvokeInlineAgentRequest.struct_class = Types::InvokeInlineAgentRequest
|
|
1563
1579
|
|
|
1564
1580
|
InvokeInlineAgentResponse.add_member(:completion, Shapes::ShapeRef.new(shape: InlineAgentResponseStream, required: true, eventstream: true, location_name: "completion"))
|
|
@@ -1568,8 +1584,8 @@ module Aws::BedrockAgentRuntime
|
|
|
1568
1584
|
InvokeInlineAgentResponse[:payload] = :completion
|
|
1569
1585
|
InvokeInlineAgentResponse[:payload_member] = InvokeInlineAgentResponse.member(:completion)
|
|
1570
1586
|
|
|
1571
|
-
KnowledgeBase.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: KnowledgeBaseId, required: true, location_name: "knowledgeBaseId"))
|
|
1572
1587
|
KnowledgeBase.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, required: true, location_name: "description"))
|
|
1588
|
+
KnowledgeBase.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: KnowledgeBaseId, required: true, location_name: "knowledgeBaseId"))
|
|
1573
1589
|
KnowledgeBase.add_member(:retrieval_configuration, Shapes::ShapeRef.new(shape: KnowledgeBaseRetrievalConfiguration, location_name: "retrievalConfiguration"))
|
|
1574
1590
|
KnowledgeBase.struct_class = Types::KnowledgeBase
|
|
1575
1591
|
|
|
@@ -1579,15 +1595,17 @@ module Aws::BedrockAgentRuntime
|
|
|
1579
1595
|
|
|
1580
1596
|
KnowledgeBaseConfigurations.member = Shapes::ShapeRef.new(shape: KnowledgeBaseConfiguration)
|
|
1581
1597
|
|
|
1582
|
-
KnowledgeBaseLookupInput.add_member(:text, Shapes::ShapeRef.new(shape: KnowledgeBaseLookupInputString, location_name: "text"))
|
|
1583
1598
|
KnowledgeBaseLookupInput.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: TraceKnowledgeBaseId, location_name: "knowledgeBaseId"))
|
|
1599
|
+
KnowledgeBaseLookupInput.add_member(:text, Shapes::ShapeRef.new(shape: KnowledgeBaseLookupInputString, location_name: "text"))
|
|
1584
1600
|
KnowledgeBaseLookupInput.struct_class = Types::KnowledgeBaseLookupInput
|
|
1585
1601
|
|
|
1586
|
-
KnowledgeBaseLookupOutput.add_member(:retrieved_references, Shapes::ShapeRef.new(shape: RetrievedReferences, location_name: "retrievedReferences"))
|
|
1587
1602
|
KnowledgeBaseLookupOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
1603
|
+
KnowledgeBaseLookupOutput.add_member(:retrieved_references, Shapes::ShapeRef.new(shape: RetrievedReferences, location_name: "retrievedReferences"))
|
|
1588
1604
|
KnowledgeBaseLookupOutput.struct_class = Types::KnowledgeBaseLookupOutput
|
|
1589
1605
|
|
|
1590
|
-
KnowledgeBaseQuery.add_member(:
|
|
1606
|
+
KnowledgeBaseQuery.add_member(:image, Shapes::ShapeRef.new(shape: InputImage, location_name: "image"))
|
|
1607
|
+
KnowledgeBaseQuery.add_member(:text, Shapes::ShapeRef.new(shape: KnowledgeBaseQueryTextString, location_name: "text"))
|
|
1608
|
+
KnowledgeBaseQuery.add_member(:type, Shapes::ShapeRef.new(shape: KnowledgeBaseQueryType, location_name: "type"))
|
|
1591
1609
|
KnowledgeBaseQuery.struct_class = Types::KnowledgeBaseQuery
|
|
1592
1610
|
|
|
1593
1611
|
KnowledgeBaseRetrievalConfiguration.add_member(:vector_search_configuration, Shapes::ShapeRef.new(shape: KnowledgeBaseVectorSearchConfiguration, required: true, location_name: "vectorSearchConfiguration"))
|
|
@@ -1595,42 +1613,42 @@ module Aws::BedrockAgentRuntime
|
|
|
1595
1613
|
|
|
1596
1614
|
KnowledgeBaseRetrievalResult.add_member(:content, Shapes::ShapeRef.new(shape: RetrievalResultContent, required: true, location_name: "content"))
|
|
1597
1615
|
KnowledgeBaseRetrievalResult.add_member(:location, Shapes::ShapeRef.new(shape: RetrievalResultLocation, location_name: "location"))
|
|
1598
|
-
KnowledgeBaseRetrievalResult.add_member(:score, Shapes::ShapeRef.new(shape: Double, location_name: "score"))
|
|
1599
1616
|
KnowledgeBaseRetrievalResult.add_member(:metadata, Shapes::ShapeRef.new(shape: RetrievalResultMetadata, location_name: "metadata"))
|
|
1617
|
+
KnowledgeBaseRetrievalResult.add_member(:score, Shapes::ShapeRef.new(shape: Double, location_name: "score"))
|
|
1600
1618
|
KnowledgeBaseRetrievalResult.struct_class = Types::KnowledgeBaseRetrievalResult
|
|
1601
1619
|
|
|
1602
1620
|
KnowledgeBaseRetrievalResults.member = Shapes::ShapeRef.new(shape: KnowledgeBaseRetrievalResult)
|
|
1603
1621
|
|
|
1622
|
+
KnowledgeBaseRetrieveAndGenerateConfiguration.add_member(:generation_configuration, Shapes::ShapeRef.new(shape: GenerationConfiguration, location_name: "generationConfiguration"))
|
|
1604
1623
|
KnowledgeBaseRetrieveAndGenerateConfiguration.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: KnowledgeBaseId, required: true, location_name: "knowledgeBaseId"))
|
|
1605
1624
|
KnowledgeBaseRetrieveAndGenerateConfiguration.add_member(:model_arn, Shapes::ShapeRef.new(shape: BedrockModelArn, required: true, location_name: "modelArn"))
|
|
1606
|
-
KnowledgeBaseRetrieveAndGenerateConfiguration.add_member(:retrieval_configuration, Shapes::ShapeRef.new(shape: KnowledgeBaseRetrievalConfiguration, location_name: "retrievalConfiguration"))
|
|
1607
|
-
KnowledgeBaseRetrieveAndGenerateConfiguration.add_member(:generation_configuration, Shapes::ShapeRef.new(shape: GenerationConfiguration, location_name: "generationConfiguration"))
|
|
1608
1625
|
KnowledgeBaseRetrieveAndGenerateConfiguration.add_member(:orchestration_configuration, Shapes::ShapeRef.new(shape: OrchestrationConfiguration, location_name: "orchestrationConfiguration"))
|
|
1626
|
+
KnowledgeBaseRetrieveAndGenerateConfiguration.add_member(:retrieval_configuration, Shapes::ShapeRef.new(shape: KnowledgeBaseRetrievalConfiguration, location_name: "retrievalConfiguration"))
|
|
1609
1627
|
KnowledgeBaseRetrieveAndGenerateConfiguration.struct_class = Types::KnowledgeBaseRetrieveAndGenerateConfiguration
|
|
1610
1628
|
|
|
1629
|
+
KnowledgeBaseVectorSearchConfiguration.add_member(:filter, Shapes::ShapeRef.new(shape: RetrievalFilter, location_name: "filter"))
|
|
1630
|
+
KnowledgeBaseVectorSearchConfiguration.add_member(:implicit_filter_configuration, Shapes::ShapeRef.new(shape: ImplicitFilterConfiguration, location_name: "implicitFilterConfiguration"))
|
|
1611
1631
|
KnowledgeBaseVectorSearchConfiguration.add_member(:number_of_results, Shapes::ShapeRef.new(shape: KnowledgeBaseVectorSearchConfigurationNumberOfResultsInteger, location_name: "numberOfResults", metadata: {"box" => true}))
|
|
1612
1632
|
KnowledgeBaseVectorSearchConfiguration.add_member(:override_search_type, Shapes::ShapeRef.new(shape: SearchType, location_name: "overrideSearchType"))
|
|
1613
|
-
KnowledgeBaseVectorSearchConfiguration.add_member(:filter, Shapes::ShapeRef.new(shape: RetrievalFilter, location_name: "filter"))
|
|
1614
1633
|
KnowledgeBaseVectorSearchConfiguration.add_member(:reranking_configuration, Shapes::ShapeRef.new(shape: VectorSearchRerankingConfiguration, location_name: "rerankingConfiguration"))
|
|
1615
|
-
KnowledgeBaseVectorSearchConfiguration.add_member(:implicit_filter_configuration, Shapes::ShapeRef.new(shape: ImplicitFilterConfiguration, location_name: "implicitFilterConfiguration"))
|
|
1616
1634
|
KnowledgeBaseVectorSearchConfiguration.struct_class = Types::KnowledgeBaseVectorSearchConfiguration
|
|
1617
1635
|
|
|
1618
1636
|
KnowledgeBases.member = Shapes::ShapeRef.new(shape: KnowledgeBase)
|
|
1619
1637
|
|
|
1620
|
-
ListFlowExecutionEventsRequest.add_member(:
|
|
1621
|
-
ListFlowExecutionEventsRequest.add_member(:flow_alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location: "uri", location_name: "flowAliasIdentifier"))
|
|
1638
|
+
ListFlowExecutionEventsRequest.add_member(:event_type, Shapes::ShapeRef.new(shape: FlowExecutionEventType, required: true, location: "querystring", location_name: "eventType"))
|
|
1622
1639
|
ListFlowExecutionEventsRequest.add_member(:execution_identifier, Shapes::ShapeRef.new(shape: FlowExecutionIdentifier, required: true, location: "uri", location_name: "executionIdentifier"))
|
|
1640
|
+
ListFlowExecutionEventsRequest.add_member(:flow_alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location: "uri", location_name: "flowAliasIdentifier"))
|
|
1641
|
+
ListFlowExecutionEventsRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
|
1623
1642
|
ListFlowExecutionEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
1624
1643
|
ListFlowExecutionEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
1625
|
-
ListFlowExecutionEventsRequest.add_member(:event_type, Shapes::ShapeRef.new(shape: FlowExecutionEventType, required: true, location: "querystring", location_name: "eventType"))
|
|
1626
1644
|
ListFlowExecutionEventsRequest.struct_class = Types::ListFlowExecutionEventsRequest
|
|
1627
1645
|
|
|
1628
1646
|
ListFlowExecutionEventsResponse.add_member(:flow_execution_events, Shapes::ShapeRef.new(shape: FlowExecutionEvents, required: true, location_name: "flowExecutionEvents"))
|
|
1629
1647
|
ListFlowExecutionEventsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1630
1648
|
ListFlowExecutionEventsResponse.struct_class = Types::ListFlowExecutionEventsResponse
|
|
1631
1649
|
|
|
1632
|
-
ListFlowExecutionsRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
|
1633
1650
|
ListFlowExecutionsRequest.add_member(:flow_alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, location: "querystring", location_name: "flowAliasIdentifier"))
|
|
1651
|
+
ListFlowExecutionsRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
|
1634
1652
|
ListFlowExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
1635
1653
|
ListFlowExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
1636
1654
|
ListFlowExecutionsRequest.struct_class = Types::ListFlowExecutionsRequest
|
|
@@ -1640,8 +1658,8 @@ module Aws::BedrockAgentRuntime
|
|
|
1640
1658
|
ListFlowExecutionsResponse.struct_class = Types::ListFlowExecutionsResponse
|
|
1641
1659
|
|
|
1642
1660
|
ListInvocationStepsRequest.add_member(:invocation_identifier, Shapes::ShapeRef.new(shape: InvocationIdentifier, location_name: "invocationIdentifier"))
|
|
1643
|
-
ListInvocationStepsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
1644
1661
|
ListInvocationStepsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
1662
|
+
ListInvocationStepsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
1645
1663
|
ListInvocationStepsRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
|
1646
1664
|
ListInvocationStepsRequest.struct_class = Types::ListInvocationStepsRequest
|
|
1647
1665
|
|
|
@@ -1649,8 +1667,8 @@ module Aws::BedrockAgentRuntime
|
|
|
1649
1667
|
ListInvocationStepsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1650
1668
|
ListInvocationStepsResponse.struct_class = Types::ListInvocationStepsResponse
|
|
1651
1669
|
|
|
1652
|
-
ListInvocationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
1653
1670
|
ListInvocationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
1671
|
+
ListInvocationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
1654
1672
|
ListInvocationsRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
|
1655
1673
|
ListInvocationsRequest.struct_class = Types::ListInvocationsRequest
|
|
1656
1674
|
|
|
@@ -1662,8 +1680,8 @@ module Aws::BedrockAgentRuntime
|
|
|
1662
1680
|
ListSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
1663
1681
|
ListSessionsRequest.struct_class = Types::ListSessionsRequest
|
|
1664
1682
|
|
|
1665
|
-
ListSessionsResponse.add_member(:session_summaries, Shapes::ShapeRef.new(shape: SessionSummaries, required: true, location_name: "sessionSummaries"))
|
|
1666
1683
|
ListSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1684
|
+
ListSessionsResponse.add_member(:session_summaries, Shapes::ShapeRef.new(shape: SessionSummaries, required: true, location_name: "sessionSummaries"))
|
|
1667
1685
|
ListSessionsResponse.struct_class = Types::ListSessionsResponse
|
|
1668
1686
|
|
|
1669
1687
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
|
|
@@ -1681,29 +1699,29 @@ module Aws::BedrockAgentRuntime
|
|
|
1681
1699
|
Memory.struct_class = Types::Memory
|
|
1682
1700
|
|
|
1683
1701
|
MemorySessionSummary.add_member(:memory_id, Shapes::ShapeRef.new(shape: MemoryId, location_name: "memoryId"))
|
|
1702
|
+
MemorySessionSummary.add_member(:session_expiry_time, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "sessionExpiryTime"))
|
|
1684
1703
|
MemorySessionSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "sessionId"))
|
|
1685
1704
|
MemorySessionSummary.add_member(:session_start_time, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "sessionStartTime"))
|
|
1686
|
-
MemorySessionSummary.add_member(:session_expiry_time, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "sessionExpiryTime"))
|
|
1687
1705
|
MemorySessionSummary.add_member(:summary_text, Shapes::ShapeRef.new(shape: SummaryText, location_name: "summaryText"))
|
|
1688
1706
|
MemorySessionSummary.struct_class = Types::MemorySessionSummary
|
|
1689
1707
|
|
|
1690
|
-
Message.add_member(:role, Shapes::ShapeRef.new(shape: ConversationRole, required: true, location_name: "role"))
|
|
1691
1708
|
Message.add_member(:content, Shapes::ShapeRef.new(shape: ContentBlocks, required: true, location_name: "content"))
|
|
1709
|
+
Message.add_member(:role, Shapes::ShapeRef.new(shape: ConversationRole, required: true, location_name: "role"))
|
|
1692
1710
|
Message.struct_class = Types::Message
|
|
1693
1711
|
|
|
1694
1712
|
Messages.member = Shapes::ShapeRef.new(shape: Message)
|
|
1695
1713
|
|
|
1696
|
-
Metadata.add_member(:
|
|
1714
|
+
Metadata.add_member(:client_request_id, Shapes::ShapeRef.new(shape: String, location_name: "clientRequestId"))
|
|
1697
1715
|
Metadata.add_member(:end_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "endTime"))
|
|
1698
|
-
Metadata.add_member(:total_time_ms, Shapes::ShapeRef.new(shape: Long, location_name: "totalTimeMs"))
|
|
1699
1716
|
Metadata.add_member(:operation_total_time_ms, Shapes::ShapeRef.new(shape: Long, location_name: "operationTotalTimeMs"))
|
|
1700
|
-
Metadata.add_member(:
|
|
1717
|
+
Metadata.add_member(:start_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "startTime"))
|
|
1718
|
+
Metadata.add_member(:total_time_ms, Shapes::ShapeRef.new(shape: Long, location_name: "totalTimeMs"))
|
|
1701
1719
|
Metadata.add_member(:usage, Shapes::ShapeRef.new(shape: Usage, location_name: "usage"))
|
|
1702
1720
|
Metadata.struct_class = Types::Metadata
|
|
1703
1721
|
|
|
1722
|
+
MetadataAttributeSchema.add_member(:description, Shapes::ShapeRef.new(shape: MetadataAttributeSchemaDescriptionString, required: true, location_name: "description"))
|
|
1704
1723
|
MetadataAttributeSchema.add_member(:key, Shapes::ShapeRef.new(shape: MetadataAttributeSchemaKeyString, required: true, location_name: "key"))
|
|
1705
1724
|
MetadataAttributeSchema.add_member(:type, Shapes::ShapeRef.new(shape: AttributeType, required: true, location_name: "type"))
|
|
1706
|
-
MetadataAttributeSchema.add_member(:description, Shapes::ShapeRef.new(shape: MetadataAttributeSchemaDescriptionString, required: true, location_name: "description"))
|
|
1707
1725
|
MetadataAttributeSchema.struct_class = Types::MetadataAttributeSchema
|
|
1708
1726
|
|
|
1709
1727
|
MetadataAttributeSchemaList.member = Shapes::ShapeRef.new(shape: MetadataAttributeSchema)
|
|
@@ -1712,14 +1730,14 @@ module Aws::BedrockAgentRuntime
|
|
|
1712
1730
|
MetadataConfigurationForReranking.add_member(:selective_mode_configuration, Shapes::ShapeRef.new(shape: RerankingMetadataSelectiveModeConfiguration, location_name: "selectiveModeConfiguration"))
|
|
1713
1731
|
MetadataConfigurationForReranking.struct_class = Types::MetadataConfigurationForReranking
|
|
1714
1732
|
|
|
1715
|
-
ModelInvocationInput.add_member(:
|
|
1716
|
-
ModelInvocationInput.add_member(:text, Shapes::ShapeRef.new(shape: PromptText, location_name: "text"))
|
|
1717
|
-
ModelInvocationInput.add_member(:type, Shapes::ShapeRef.new(shape: PromptType, location_name: "type"))
|
|
1718
|
-
ModelInvocationInput.add_member(:override_lambda, Shapes::ShapeRef.new(shape: LambdaArn, location_name: "overrideLambda"))
|
|
1719
|
-
ModelInvocationInput.add_member(:prompt_creation_mode, Shapes::ShapeRef.new(shape: CreationMode, location_name: "promptCreationMode"))
|
|
1733
|
+
ModelInvocationInput.add_member(:foundation_model, Shapes::ShapeRef.new(shape: ModelIdentifier, location_name: "foundationModel"))
|
|
1720
1734
|
ModelInvocationInput.add_member(:inference_configuration, Shapes::ShapeRef.new(shape: InferenceConfiguration, location_name: "inferenceConfiguration"))
|
|
1735
|
+
ModelInvocationInput.add_member(:override_lambda, Shapes::ShapeRef.new(shape: LambdaArn, location_name: "overrideLambda"))
|
|
1721
1736
|
ModelInvocationInput.add_member(:parser_mode, Shapes::ShapeRef.new(shape: CreationMode, location_name: "parserMode"))
|
|
1722
|
-
ModelInvocationInput.add_member(:
|
|
1737
|
+
ModelInvocationInput.add_member(:prompt_creation_mode, Shapes::ShapeRef.new(shape: CreationMode, location_name: "promptCreationMode"))
|
|
1738
|
+
ModelInvocationInput.add_member(:text, Shapes::ShapeRef.new(shape: PromptText, location_name: "text"))
|
|
1739
|
+
ModelInvocationInput.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
1740
|
+
ModelInvocationInput.add_member(:type, Shapes::ShapeRef.new(shape: PromptType, location_name: "type"))
|
|
1723
1741
|
ModelInvocationInput.struct_class = Types::ModelInvocationInput
|
|
1724
1742
|
|
|
1725
1743
|
ModelNotReadyException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
@@ -1729,12 +1747,12 @@ module Aws::BedrockAgentRuntime
|
|
|
1729
1747
|
ModelPerformanceConfiguration.struct_class = Types::ModelPerformanceConfiguration
|
|
1730
1748
|
|
|
1731
1749
|
NodeActionEvent.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1732
|
-
NodeActionEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
1733
|
-
NodeActionEvent.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
|
|
1734
|
-
NodeActionEvent.add_member(:service_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceName"))
|
|
1735
1750
|
NodeActionEvent.add_member(:operation_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "operationName"))
|
|
1736
1751
|
NodeActionEvent.add_member(:operation_request, Shapes::ShapeRef.new(shape: Document, location_name: "operationRequest"))
|
|
1737
1752
|
NodeActionEvent.add_member(:operation_response, Shapes::ShapeRef.new(shape: Document, location_name: "operationResponse"))
|
|
1753
|
+
NodeActionEvent.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
|
|
1754
|
+
NodeActionEvent.add_member(:service_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceName"))
|
|
1755
|
+
NodeActionEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
1738
1756
|
NodeActionEvent.struct_class = Types::NodeActionEvent
|
|
1739
1757
|
|
|
1740
1758
|
NodeDependencyEvent.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
@@ -1748,54 +1766,54 @@ module Aws::BedrockAgentRuntime
|
|
|
1748
1766
|
NodeExecutionContent.add_member_subclass(:unknown, Types::NodeExecutionContent::Unknown)
|
|
1749
1767
|
NodeExecutionContent.struct_class = Types::NodeExecutionContent
|
|
1750
1768
|
|
|
1751
|
-
NodeFailureEvent.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1752
|
-
NodeFailureEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
1753
1769
|
NodeFailureEvent.add_member(:error_code, Shapes::ShapeRef.new(shape: NodeErrorCode, required: true, location_name: "errorCode"))
|
|
1754
1770
|
NodeFailureEvent.add_member(:error_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "errorMessage"))
|
|
1771
|
+
NodeFailureEvent.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1772
|
+
NodeFailureEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
1755
1773
|
NodeFailureEvent.struct_class = Types::NodeFailureEvent
|
|
1756
1774
|
|
|
1775
|
+
NodeInputEvent.add_member(:fields, Shapes::ShapeRef.new(shape: NodeInputFields, required: true, location_name: "fields"))
|
|
1757
1776
|
NodeInputEvent.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1758
1777
|
NodeInputEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
1759
|
-
NodeInputEvent.add_member(:fields, Shapes::ShapeRef.new(shape: NodeInputFields, required: true, location_name: "fields"))
|
|
1760
1778
|
NodeInputEvent.struct_class = Types::NodeInputEvent
|
|
1761
1779
|
|
|
1762
1780
|
NodeInputExecutionChain.member = Shapes::ShapeRef.new(shape: NodeInputExecutionChainItem)
|
|
1763
1781
|
|
|
1764
|
-
NodeInputExecutionChainItem.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1765
1782
|
NodeInputExecutionChainItem.add_member(:index, Shapes::ShapeRef.new(shape: Integer, location_name: "index"))
|
|
1783
|
+
NodeInputExecutionChainItem.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1766
1784
|
NodeInputExecutionChainItem.add_member(:type, Shapes::ShapeRef.new(shape: FlowControlNodeType, required: true, location_name: "type"))
|
|
1767
1785
|
NodeInputExecutionChainItem.struct_class = Types::NodeInputExecutionChainItem
|
|
1768
1786
|
|
|
1769
|
-
NodeInputField.add_member(:
|
|
1787
|
+
NodeInputField.add_member(:category, Shapes::ShapeRef.new(shape: FlowNodeInputCategory, location_name: "category"))
|
|
1770
1788
|
NodeInputField.add_member(:content, Shapes::ShapeRef.new(shape: NodeExecutionContent, required: true, location_name: "content"))
|
|
1789
|
+
NodeInputField.add_member(:execution_chain, Shapes::ShapeRef.new(shape: NodeInputExecutionChain, location_name: "executionChain"))
|
|
1790
|
+
NodeInputField.add_member(:name, Shapes::ShapeRef.new(shape: NodeInputName, required: true, location_name: "name"))
|
|
1771
1791
|
NodeInputField.add_member(:source, Shapes::ShapeRef.new(shape: NodeInputSource, location_name: "source"))
|
|
1772
1792
|
NodeInputField.add_member(:type, Shapes::ShapeRef.new(shape: FlowNodeIODataType, location_name: "type"))
|
|
1773
|
-
NodeInputField.add_member(:category, Shapes::ShapeRef.new(shape: FlowNodeInputCategory, location_name: "category"))
|
|
1774
|
-
NodeInputField.add_member(:execution_chain, Shapes::ShapeRef.new(shape: NodeInputExecutionChain, location_name: "executionChain"))
|
|
1775
1793
|
NodeInputField.struct_class = Types::NodeInputField
|
|
1776
1794
|
|
|
1777
1795
|
NodeInputFields.member = Shapes::ShapeRef.new(shape: NodeInputField)
|
|
1778
1796
|
|
|
1797
|
+
NodeInputSource.add_member(:expression, Shapes::ShapeRef.new(shape: FlowNodeInputExpression, required: true, location_name: "expression"))
|
|
1779
1798
|
NodeInputSource.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1780
1799
|
NodeInputSource.add_member(:output_field_name, Shapes::ShapeRef.new(shape: FlowNodeOutputName, required: true, location_name: "outputFieldName"))
|
|
1781
|
-
NodeInputSource.add_member(:expression, Shapes::ShapeRef.new(shape: FlowNodeInputExpression, required: true, location_name: "expression"))
|
|
1782
1800
|
NodeInputSource.struct_class = Types::NodeInputSource
|
|
1783
1801
|
|
|
1802
|
+
NodeOutputEvent.add_member(:fields, Shapes::ShapeRef.new(shape: NodeOutputFields, required: true, location_name: "fields"))
|
|
1784
1803
|
NodeOutputEvent.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1785
1804
|
NodeOutputEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "timestamp"))
|
|
1786
|
-
NodeOutputEvent.add_member(:fields, Shapes::ShapeRef.new(shape: NodeOutputFields, required: true, location_name: "fields"))
|
|
1787
1805
|
NodeOutputEvent.struct_class = Types::NodeOutputEvent
|
|
1788
1806
|
|
|
1789
|
-
NodeOutputField.add_member(:name, Shapes::ShapeRef.new(shape: NodeOutputName, required: true, location_name: "name"))
|
|
1790
1807
|
NodeOutputField.add_member(:content, Shapes::ShapeRef.new(shape: NodeExecutionContent, required: true, location_name: "content"))
|
|
1808
|
+
NodeOutputField.add_member(:name, Shapes::ShapeRef.new(shape: NodeOutputName, required: true, location_name: "name"))
|
|
1791
1809
|
NodeOutputField.add_member(:next, Shapes::ShapeRef.new(shape: NodeOutputNextList, location_name: "next"))
|
|
1792
1810
|
NodeOutputField.add_member(:type, Shapes::ShapeRef.new(shape: FlowNodeIODataType, location_name: "type"))
|
|
1793
1811
|
NodeOutputField.struct_class = Types::NodeOutputField
|
|
1794
1812
|
|
|
1795
1813
|
NodeOutputFields.member = Shapes::ShapeRef.new(shape: NodeOutputField)
|
|
1796
1814
|
|
|
1797
|
-
NodeOutputNext.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1798
1815
|
NodeOutputNext.add_member(:input_field_name, Shapes::ShapeRef.new(shape: FlowNodeInputName, required: true, location_name: "inputFieldName"))
|
|
1816
|
+
NodeOutputNext.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "nodeName"))
|
|
1799
1817
|
NodeOutputNext.struct_class = Types::NodeOutputNext
|
|
1800
1818
|
|
|
1801
1819
|
NodeOutputNextList.member = Shapes::ShapeRef.new(shape: NodeOutputNext)
|
|
@@ -1806,14 +1824,14 @@ module Aws::BedrockAgentRuntime
|
|
|
1806
1824
|
NodeTraceElements.add_member_subclass(:unknown, Types::NodeTraceElements::Unknown)
|
|
1807
1825
|
NodeTraceElements.struct_class = Types::NodeTraceElements
|
|
1808
1826
|
|
|
1809
|
-
Observation.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
1810
|
-
Observation.add_member(:type, Shapes::ShapeRef.new(shape: Type, location_name: "type"))
|
|
1811
1827
|
Observation.add_member(:action_group_invocation_output, Shapes::ShapeRef.new(shape: ActionGroupInvocationOutput, location_name: "actionGroupInvocationOutput"))
|
|
1812
1828
|
Observation.add_member(:agent_collaborator_invocation_output, Shapes::ShapeRef.new(shape: AgentCollaboratorInvocationOutput, location_name: "agentCollaboratorInvocationOutput"))
|
|
1813
|
-
Observation.add_member(:
|
|
1829
|
+
Observation.add_member(:code_interpreter_invocation_output, Shapes::ShapeRef.new(shape: CodeInterpreterInvocationOutput, location_name: "codeInterpreterInvocationOutput"))
|
|
1814
1830
|
Observation.add_member(:final_response, Shapes::ShapeRef.new(shape: FinalResponse, location_name: "finalResponse"))
|
|
1831
|
+
Observation.add_member(:knowledge_base_lookup_output, Shapes::ShapeRef.new(shape: KnowledgeBaseLookupOutput, location_name: "knowledgeBaseLookupOutput"))
|
|
1815
1832
|
Observation.add_member(:reprompt_response, Shapes::ShapeRef.new(shape: RepromptResponse, location_name: "repromptResponse"))
|
|
1816
|
-
Observation.add_member(:
|
|
1833
|
+
Observation.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
1834
|
+
Observation.add_member(:type, Shapes::ShapeRef.new(shape: Type, location_name: "type"))
|
|
1817
1835
|
Observation.struct_class = Types::Observation
|
|
1818
1836
|
|
|
1819
1837
|
OptimizePromptRequest.add_member(:input, Shapes::ShapeRef.new(shape: InputPrompt, required: true, location_name: "input"))
|
|
@@ -1834,21 +1852,21 @@ module Aws::BedrockAgentRuntime
|
|
|
1834
1852
|
OptimizedPromptEvent.add_member(:optimized_prompt, Shapes::ShapeRef.new(shape: OptimizedPrompt, location_name: "optimizedPrompt"))
|
|
1835
1853
|
OptimizedPromptEvent.struct_class = Types::OptimizedPromptEvent
|
|
1836
1854
|
|
|
1837
|
-
OptimizedPromptStream.add_member(:
|
|
1855
|
+
OptimizedPromptStream.add_member(:access_denied_exception, Shapes::ShapeRef.new(shape: AccessDeniedException, location_name: "accessDeniedException"))
|
|
1838
1856
|
OptimizedPromptStream.add_member(:analyze_prompt_event, Shapes::ShapeRef.new(shape: AnalyzePromptEvent, event: true, location_name: "analyzePromptEvent"))
|
|
1857
|
+
OptimizedPromptStream.add_member(:bad_gateway_exception, Shapes::ShapeRef.new(shape: BadGatewayException, location_name: "badGatewayException"))
|
|
1858
|
+
OptimizedPromptStream.add_member(:dependency_failed_exception, Shapes::ShapeRef.new(shape: DependencyFailedException, location_name: "dependencyFailedException"))
|
|
1839
1859
|
OptimizedPromptStream.add_member(:internal_server_exception, Shapes::ShapeRef.new(shape: InternalServerException, location_name: "internalServerException"))
|
|
1860
|
+
OptimizedPromptStream.add_member(:optimized_prompt_event, Shapes::ShapeRef.new(shape: OptimizedPromptEvent, event: true, location_name: "optimizedPromptEvent"))
|
|
1840
1861
|
OptimizedPromptStream.add_member(:throttling_exception, Shapes::ShapeRef.new(shape: ThrottlingException, location_name: "throttlingException"))
|
|
1841
1862
|
OptimizedPromptStream.add_member(:validation_exception, Shapes::ShapeRef.new(shape: ValidationException, location_name: "validationException"))
|
|
1842
|
-
OptimizedPromptStream.add_member(:dependency_failed_exception, Shapes::ShapeRef.new(shape: DependencyFailedException, location_name: "dependencyFailedException"))
|
|
1843
|
-
OptimizedPromptStream.add_member(:access_denied_exception, Shapes::ShapeRef.new(shape: AccessDeniedException, location_name: "accessDeniedException"))
|
|
1844
|
-
OptimizedPromptStream.add_member(:bad_gateway_exception, Shapes::ShapeRef.new(shape: BadGatewayException, location_name: "badGatewayException"))
|
|
1845
1863
|
OptimizedPromptStream.struct_class = Types::OptimizedPromptStream
|
|
1846
1864
|
|
|
1847
|
-
OrchestrationConfiguration.add_member(:prompt_template, Shapes::ShapeRef.new(shape: PromptTemplate, location_name: "promptTemplate"))
|
|
1848
|
-
OrchestrationConfiguration.add_member(:inference_config, Shapes::ShapeRef.new(shape: InferenceConfig, location_name: "inferenceConfig"))
|
|
1849
1865
|
OrchestrationConfiguration.add_member(:additional_model_request_fields, Shapes::ShapeRef.new(shape: AdditionalModelRequestFields, location_name: "additionalModelRequestFields"))
|
|
1850
|
-
OrchestrationConfiguration.add_member(:
|
|
1866
|
+
OrchestrationConfiguration.add_member(:inference_config, Shapes::ShapeRef.new(shape: InferenceConfig, location_name: "inferenceConfig"))
|
|
1851
1867
|
OrchestrationConfiguration.add_member(:performance_config, Shapes::ShapeRef.new(shape: PerformanceConfiguration, location_name: "performanceConfig"))
|
|
1868
|
+
OrchestrationConfiguration.add_member(:prompt_template, Shapes::ShapeRef.new(shape: PromptTemplate, location_name: "promptTemplate"))
|
|
1869
|
+
OrchestrationConfiguration.add_member(:query_transformation_configuration, Shapes::ShapeRef.new(shape: QueryTransformationConfiguration, location_name: "queryTransformationConfiguration"))
|
|
1852
1870
|
OrchestrationConfiguration.struct_class = Types::OrchestrationConfiguration
|
|
1853
1871
|
|
|
1854
1872
|
OrchestrationExecutor.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaArn, location_name: "lambda"))
|
|
@@ -1857,29 +1875,29 @@ module Aws::BedrockAgentRuntime
|
|
|
1857
1875
|
OrchestrationExecutor.add_member_subclass(:unknown, Types::OrchestrationExecutor::Unknown)
|
|
1858
1876
|
OrchestrationExecutor.struct_class = Types::OrchestrationExecutor
|
|
1859
1877
|
|
|
1860
|
-
OrchestrationModelInvocationOutput.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
1861
|
-
OrchestrationModelInvocationOutput.add_member(:raw_response, Shapes::ShapeRef.new(shape: RawResponse, location_name: "rawResponse"))
|
|
1862
1878
|
OrchestrationModelInvocationOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
1879
|
+
OrchestrationModelInvocationOutput.add_member(:raw_response, Shapes::ShapeRef.new(shape: RawResponse, location_name: "rawResponse"))
|
|
1863
1880
|
OrchestrationModelInvocationOutput.add_member(:reasoning_content, Shapes::ShapeRef.new(shape: ReasoningContentBlock, location_name: "reasoningContent"))
|
|
1881
|
+
OrchestrationModelInvocationOutput.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
1864
1882
|
OrchestrationModelInvocationOutput.struct_class = Types::OrchestrationModelInvocationOutput
|
|
1865
1883
|
|
|
1866
|
-
OrchestrationTrace.add_member(:rationale, Shapes::ShapeRef.new(shape: Rationale, location_name: "rationale"))
|
|
1867
1884
|
OrchestrationTrace.add_member(:invocation_input, Shapes::ShapeRef.new(shape: InvocationInput, location_name: "invocationInput"))
|
|
1868
|
-
OrchestrationTrace.add_member(:observation, Shapes::ShapeRef.new(shape: Observation, location_name: "observation"))
|
|
1869
1885
|
OrchestrationTrace.add_member(:model_invocation_input, Shapes::ShapeRef.new(shape: ModelInvocationInput, location_name: "modelInvocationInput"))
|
|
1870
1886
|
OrchestrationTrace.add_member(:model_invocation_output, Shapes::ShapeRef.new(shape: OrchestrationModelInvocationOutput, location_name: "modelInvocationOutput"))
|
|
1887
|
+
OrchestrationTrace.add_member(:observation, Shapes::ShapeRef.new(shape: Observation, location_name: "observation"))
|
|
1888
|
+
OrchestrationTrace.add_member(:rationale, Shapes::ShapeRef.new(shape: Rationale, location_name: "rationale"))
|
|
1871
1889
|
OrchestrationTrace.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1872
|
-
OrchestrationTrace.add_member_subclass(:rationale, Types::OrchestrationTrace::Rationale)
|
|
1873
1890
|
OrchestrationTrace.add_member_subclass(:invocation_input, Types::OrchestrationTrace::InvocationInput)
|
|
1874
|
-
OrchestrationTrace.add_member_subclass(:observation, Types::OrchestrationTrace::Observation)
|
|
1875
1891
|
OrchestrationTrace.add_member_subclass(:model_invocation_input, Types::OrchestrationTrace::ModelInvocationInput)
|
|
1876
1892
|
OrchestrationTrace.add_member_subclass(:model_invocation_output, Types::OrchestrationTrace::ModelInvocationOutput)
|
|
1893
|
+
OrchestrationTrace.add_member_subclass(:observation, Types::OrchestrationTrace::Observation)
|
|
1894
|
+
OrchestrationTrace.add_member_subclass(:rationale, Types::OrchestrationTrace::Rationale)
|
|
1877
1895
|
OrchestrationTrace.add_member_subclass(:unknown, Types::OrchestrationTrace::Unknown)
|
|
1878
1896
|
OrchestrationTrace.struct_class = Types::OrchestrationTrace
|
|
1879
1897
|
|
|
1898
|
+
OutputFile.add_member(:bytes, Shapes::ShapeRef.new(shape: FileBody, location_name: "bytes"))
|
|
1880
1899
|
OutputFile.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
|
1881
1900
|
OutputFile.add_member(:type, Shapes::ShapeRef.new(shape: MimeType, location_name: "type"))
|
|
1882
|
-
OutputFile.add_member(:bytes, Shapes::ShapeRef.new(shape: FileBody, location_name: "bytes"))
|
|
1883
1901
|
OutputFile.struct_class = Types::OutputFile
|
|
1884
1902
|
|
|
1885
1903
|
OutputFiles.member = Shapes::ShapeRef.new(shape: OutputFile)
|
|
@@ -1890,8 +1908,8 @@ module Aws::BedrockAgentRuntime
|
|
|
1890
1908
|
Parameter.struct_class = Types::Parameter
|
|
1891
1909
|
|
|
1892
1910
|
ParameterDetail.add_member(:description, Shapes::ShapeRef.new(shape: ParameterDescription, location_name: "description"))
|
|
1893
|
-
ParameterDetail.add_member(:type, Shapes::ShapeRef.new(shape: ParameterType, required: true, location_name: "type"))
|
|
1894
1911
|
ParameterDetail.add_member(:required, Shapes::ShapeRef.new(shape: Boolean, location_name: "required"))
|
|
1912
|
+
ParameterDetail.add_member(:type, Shapes::ShapeRef.new(shape: ParameterType, required: true, location_name: "type"))
|
|
1895
1913
|
ParameterDetail.struct_class = Types::ParameterDetail
|
|
1896
1914
|
|
|
1897
1915
|
ParameterList.member = Shapes::ShapeRef.new(shape: Parameter)
|
|
@@ -1901,18 +1919,18 @@ module Aws::BedrockAgentRuntime
|
|
|
1901
1919
|
|
|
1902
1920
|
Parameters.member = Shapes::ShapeRef.new(shape: Parameter)
|
|
1903
1921
|
|
|
1904
|
-
PayloadPart.add_member(:bytes, Shapes::ShapeRef.new(shape: PartBody, location_name: "bytes"))
|
|
1905
1922
|
PayloadPart.add_member(:attribution, Shapes::ShapeRef.new(shape: Attribution, location_name: "attribution"))
|
|
1923
|
+
PayloadPart.add_member(:bytes, Shapes::ShapeRef.new(shape: PartBody, location_name: "bytes"))
|
|
1906
1924
|
PayloadPart.struct_class = Types::PayloadPart
|
|
1907
1925
|
|
|
1908
1926
|
PerformanceConfiguration.add_member(:latency, Shapes::ShapeRef.new(shape: PerformanceConfigLatency, location_name: "latency"))
|
|
1909
1927
|
PerformanceConfiguration.struct_class = Types::PerformanceConfiguration
|
|
1910
1928
|
|
|
1911
|
-
PostProcessingModelInvocationOutput.add_member(:
|
|
1929
|
+
PostProcessingModelInvocationOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
1912
1930
|
PostProcessingModelInvocationOutput.add_member(:parsed_response, Shapes::ShapeRef.new(shape: PostProcessingParsedResponse, location_name: "parsedResponse"))
|
|
1913
1931
|
PostProcessingModelInvocationOutput.add_member(:raw_response, Shapes::ShapeRef.new(shape: RawResponse, location_name: "rawResponse"))
|
|
1914
|
-
PostProcessingModelInvocationOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
1915
1932
|
PostProcessingModelInvocationOutput.add_member(:reasoning_content, Shapes::ShapeRef.new(shape: ReasoningContentBlock, location_name: "reasoningContent"))
|
|
1933
|
+
PostProcessingModelInvocationOutput.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
1916
1934
|
PostProcessingModelInvocationOutput.struct_class = Types::PostProcessingModelInvocationOutput
|
|
1917
1935
|
|
|
1918
1936
|
PostProcessingParsedResponse.add_member(:text, Shapes::ShapeRef.new(shape: OutputString, location_name: "text"))
|
|
@@ -1926,15 +1944,15 @@ module Aws::BedrockAgentRuntime
|
|
|
1926
1944
|
PostProcessingTrace.add_member_subclass(:unknown, Types::PostProcessingTrace::Unknown)
|
|
1927
1945
|
PostProcessingTrace.struct_class = Types::PostProcessingTrace
|
|
1928
1946
|
|
|
1929
|
-
PreProcessingModelInvocationOutput.add_member(:
|
|
1947
|
+
PreProcessingModelInvocationOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
1930
1948
|
PreProcessingModelInvocationOutput.add_member(:parsed_response, Shapes::ShapeRef.new(shape: PreProcessingParsedResponse, location_name: "parsedResponse"))
|
|
1931
1949
|
PreProcessingModelInvocationOutput.add_member(:raw_response, Shapes::ShapeRef.new(shape: RawResponse, location_name: "rawResponse"))
|
|
1932
|
-
PreProcessingModelInvocationOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
1933
1950
|
PreProcessingModelInvocationOutput.add_member(:reasoning_content, Shapes::ShapeRef.new(shape: ReasoningContentBlock, location_name: "reasoningContent"))
|
|
1951
|
+
PreProcessingModelInvocationOutput.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
1934
1952
|
PreProcessingModelInvocationOutput.struct_class = Types::PreProcessingModelInvocationOutput
|
|
1935
1953
|
|
|
1936
|
-
PreProcessingParsedResponse.add_member(:rationale, Shapes::ShapeRef.new(shape: RationaleString, location_name: "rationale"))
|
|
1937
1954
|
PreProcessingParsedResponse.add_member(:is_valid, Shapes::ShapeRef.new(shape: Boolean, location_name: "isValid"))
|
|
1955
|
+
PreProcessingParsedResponse.add_member(:rationale, Shapes::ShapeRef.new(shape: RationaleString, location_name: "rationale"))
|
|
1938
1956
|
PreProcessingParsedResponse.struct_class = Types::PreProcessingParsedResponse
|
|
1939
1957
|
|
|
1940
1958
|
PreProcessingTrace.add_member(:model_invocation_input, Shapes::ShapeRef.new(shape: ModelInvocationInput, location_name: "modelInvocationInput"))
|
|
@@ -1945,24 +1963,24 @@ module Aws::BedrockAgentRuntime
|
|
|
1945
1963
|
PreProcessingTrace.add_member_subclass(:unknown, Types::PreProcessingTrace::Unknown)
|
|
1946
1964
|
PreProcessingTrace.struct_class = Types::PreProcessingTrace
|
|
1947
1965
|
|
|
1948
|
-
PromptConfiguration.add_member(:
|
|
1949
|
-
PromptConfiguration.add_member(:prompt_creation_mode, Shapes::ShapeRef.new(shape: CreationMode, location_name: "promptCreationMode"))
|
|
1950
|
-
PromptConfiguration.add_member(:prompt_state, Shapes::ShapeRef.new(shape: PromptState, location_name: "promptState"))
|
|
1966
|
+
PromptConfiguration.add_member(:additional_model_request_fields, Shapes::ShapeRef.new(shape: Document, location_name: "additionalModelRequestFields"))
|
|
1951
1967
|
PromptConfiguration.add_member(:base_prompt_template, Shapes::ShapeRef.new(shape: BasePromptTemplate, location_name: "basePromptTemplate"))
|
|
1968
|
+
PromptConfiguration.add_member(:foundation_model, Shapes::ShapeRef.new(shape: ModelIdentifier, location_name: "foundationModel"))
|
|
1952
1969
|
PromptConfiguration.add_member(:inference_configuration, Shapes::ShapeRef.new(shape: InferenceConfiguration, location_name: "inferenceConfiguration"))
|
|
1953
1970
|
PromptConfiguration.add_member(:parser_mode, Shapes::ShapeRef.new(shape: CreationMode, location_name: "parserMode"))
|
|
1954
|
-
PromptConfiguration.add_member(:
|
|
1955
|
-
PromptConfiguration.add_member(:
|
|
1971
|
+
PromptConfiguration.add_member(:prompt_creation_mode, Shapes::ShapeRef.new(shape: CreationMode, location_name: "promptCreationMode"))
|
|
1972
|
+
PromptConfiguration.add_member(:prompt_state, Shapes::ShapeRef.new(shape: PromptState, location_name: "promptState"))
|
|
1973
|
+
PromptConfiguration.add_member(:prompt_type, Shapes::ShapeRef.new(shape: PromptType, location_name: "promptType"))
|
|
1956
1974
|
PromptConfiguration.struct_class = Types::PromptConfiguration
|
|
1957
1975
|
|
|
1958
1976
|
PromptConfigurations.member = Shapes::ShapeRef.new(shape: PromptConfiguration)
|
|
1959
1977
|
|
|
1960
|
-
PromptCreationConfigurations.add_member(:previous_conversation_turns_to_include, Shapes::ShapeRef.new(shape: PromptCreationConfigurationsPreviousConversationTurnsToIncludeInteger, location_name: "previousConversationTurnsToInclude"))
|
|
1961
1978
|
PromptCreationConfigurations.add_member(:exclude_previous_thinking_steps, Shapes::ShapeRef.new(shape: Boolean, location_name: "excludePreviousThinkingSteps"))
|
|
1979
|
+
PromptCreationConfigurations.add_member(:previous_conversation_turns_to_include, Shapes::ShapeRef.new(shape: PromptCreationConfigurationsPreviousConversationTurnsToIncludeInteger, location_name: "previousConversationTurnsToInclude"))
|
|
1962
1980
|
PromptCreationConfigurations.struct_class = Types::PromptCreationConfigurations
|
|
1963
1981
|
|
|
1964
|
-
PromptOverrideConfiguration.add_member(:prompt_configurations, Shapes::ShapeRef.new(shape: PromptConfigurations, required: true, location_name: "promptConfigurations"))
|
|
1965
1982
|
PromptOverrideConfiguration.add_member(:override_lambda, Shapes::ShapeRef.new(shape: LambdaResourceArn, location_name: "overrideLambda"))
|
|
1983
|
+
PromptOverrideConfiguration.add_member(:prompt_configurations, Shapes::ShapeRef.new(shape: PromptConfigurations, required: true, location_name: "promptConfigurations"))
|
|
1966
1984
|
PromptOverrideConfiguration.struct_class = Types::PromptOverrideConfiguration
|
|
1967
1985
|
|
|
1968
1986
|
PromptSessionAttributesMap.key = Shapes::ShapeRef.new(shape: String)
|
|
@@ -1974,18 +1992,18 @@ module Aws::BedrockAgentRuntime
|
|
|
1974
1992
|
PropertyParameters.add_member(:properties, Shapes::ShapeRef.new(shape: ParameterList, location_name: "properties"))
|
|
1975
1993
|
PropertyParameters.struct_class = Types::PropertyParameters
|
|
1976
1994
|
|
|
1977
|
-
PutInvocationStepRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
|
1978
1995
|
PutInvocationStepRequest.add_member(:invocation_identifier, Shapes::ShapeRef.new(shape: InvocationIdentifier, required: true, location_name: "invocationIdentifier"))
|
|
1996
|
+
PutInvocationStepRequest.add_member(:invocation_step_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "invocationStepId"))
|
|
1979
1997
|
PutInvocationStepRequest.add_member(:invocation_step_time, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "invocationStepTime"))
|
|
1980
1998
|
PutInvocationStepRequest.add_member(:payload, Shapes::ShapeRef.new(shape: InvocationStepPayload, required: true, location_name: "payload"))
|
|
1981
|
-
PutInvocationStepRequest.add_member(:
|
|
1999
|
+
PutInvocationStepRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
|
1982
2000
|
PutInvocationStepRequest.struct_class = Types::PutInvocationStepRequest
|
|
1983
2001
|
|
|
1984
2002
|
PutInvocationStepResponse.add_member(:invocation_step_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "invocationStepId"))
|
|
1985
2003
|
PutInvocationStepResponse.struct_class = Types::PutInvocationStepResponse
|
|
1986
2004
|
|
|
1987
|
-
QueryGenerationInput.add_member(:type, Shapes::ShapeRef.new(shape: InputQueryType, required: true, location_name: "type"))
|
|
1988
2005
|
QueryGenerationInput.add_member(:text, Shapes::ShapeRef.new(shape: QueryGenerationInputTextString, required: true, location_name: "text"))
|
|
2006
|
+
QueryGenerationInput.add_member(:type, Shapes::ShapeRef.new(shape: InputQueryType, required: true, location_name: "type"))
|
|
1989
2007
|
QueryGenerationInput.struct_class = Types::QueryGenerationInput
|
|
1990
2008
|
|
|
1991
2009
|
QueryTransformationConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: QueryTransformationType, required: true, location_name: "type"))
|
|
@@ -1993,8 +2011,8 @@ module Aws::BedrockAgentRuntime
|
|
|
1993
2011
|
|
|
1994
2012
|
RAGStopSequences.member = Shapes::ShapeRef.new(shape: RAGStopSequencesMemberString)
|
|
1995
2013
|
|
|
1996
|
-
Rationale.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
1997
2014
|
Rationale.add_member(:text, Shapes::ShapeRef.new(shape: RationaleString, location_name: "text"))
|
|
2015
|
+
Rationale.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
1998
2016
|
Rationale.struct_class = Types::Rationale
|
|
1999
2017
|
|
|
2000
2018
|
RawResponse.add_member(:content, Shapes::ShapeRef.new(shape: String, location_name: "content"))
|
|
@@ -2008,47 +2026,47 @@ module Aws::BedrockAgentRuntime
|
|
|
2008
2026
|
ReasoningContentBlock.add_member_subclass(:unknown, Types::ReasoningContentBlock::Unknown)
|
|
2009
2027
|
ReasoningContentBlock.struct_class = Types::ReasoningContentBlock
|
|
2010
2028
|
|
|
2011
|
-
ReasoningTextBlock.add_member(:text, Shapes::ShapeRef.new(shape: String, required: true, location_name: "text"))
|
|
2012
2029
|
ReasoningTextBlock.add_member(:signature, Shapes::ShapeRef.new(shape: String, location_name: "signature"))
|
|
2030
|
+
ReasoningTextBlock.add_member(:text, Shapes::ShapeRef.new(shape: String, required: true, location_name: "text"))
|
|
2013
2031
|
ReasoningTextBlock.struct_class = Types::ReasoningTextBlock
|
|
2014
2032
|
|
|
2015
|
-
RepromptResponse.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "text"))
|
|
2016
2033
|
RepromptResponse.add_member(:source, Shapes::ShapeRef.new(shape: Source, location_name: "source"))
|
|
2034
|
+
RepromptResponse.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "text"))
|
|
2017
2035
|
RepromptResponse.struct_class = Types::RepromptResponse
|
|
2018
2036
|
|
|
2019
2037
|
RequestBody.add_member(:content, Shapes::ShapeRef.new(shape: ContentMap, location_name: "content"))
|
|
2020
2038
|
RequestBody.struct_class = Types::RequestBody
|
|
2021
2039
|
|
|
2022
|
-
RerankDocument.add_member(:type, Shapes::ShapeRef.new(shape: RerankDocumentType, required: true, location_name: "type"))
|
|
2023
|
-
RerankDocument.add_member(:text_document, Shapes::ShapeRef.new(shape: RerankTextDocument, location_name: "textDocument"))
|
|
2024
2040
|
RerankDocument.add_member(:json_document, Shapes::ShapeRef.new(shape: Document, location_name: "jsonDocument"))
|
|
2041
|
+
RerankDocument.add_member(:text_document, Shapes::ShapeRef.new(shape: RerankTextDocument, location_name: "textDocument"))
|
|
2042
|
+
RerankDocument.add_member(:type, Shapes::ShapeRef.new(shape: RerankDocumentType, required: true, location_name: "type"))
|
|
2025
2043
|
RerankDocument.struct_class = Types::RerankDocument
|
|
2026
2044
|
|
|
2027
2045
|
RerankQueriesList.member = Shapes::ShapeRef.new(shape: RerankQuery)
|
|
2028
2046
|
|
|
2029
|
-
RerankQuery.add_member(:type, Shapes::ShapeRef.new(shape: RerankQueryContentType, required: true, location_name: "type"))
|
|
2030
2047
|
RerankQuery.add_member(:text_query, Shapes::ShapeRef.new(shape: RerankTextDocument, required: true, location_name: "textQuery"))
|
|
2048
|
+
RerankQuery.add_member(:type, Shapes::ShapeRef.new(shape: RerankQueryContentType, required: true, location_name: "type"))
|
|
2031
2049
|
RerankQuery.struct_class = Types::RerankQuery
|
|
2032
2050
|
|
|
2051
|
+
RerankRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
2033
2052
|
RerankRequest.add_member(:queries, Shapes::ShapeRef.new(shape: RerankQueriesList, required: true, location_name: "queries"))
|
|
2034
|
-
RerankRequest.add_member(:sources, Shapes::ShapeRef.new(shape: RerankSourcesList, required: true, location_name: "sources"))
|
|
2035
2053
|
RerankRequest.add_member(:reranking_configuration, Shapes::ShapeRef.new(shape: RerankingConfiguration, required: true, location_name: "rerankingConfiguration"))
|
|
2036
|
-
RerankRequest.add_member(:
|
|
2054
|
+
RerankRequest.add_member(:sources, Shapes::ShapeRef.new(shape: RerankSourcesList, required: true, location_name: "sources"))
|
|
2037
2055
|
RerankRequest.struct_class = Types::RerankRequest
|
|
2038
2056
|
|
|
2039
|
-
RerankResponse.add_member(:results, Shapes::ShapeRef.new(shape: RerankResultsList, required: true, location_name: "results"))
|
|
2040
2057
|
RerankResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
2058
|
+
RerankResponse.add_member(:results, Shapes::ShapeRef.new(shape: RerankResultsList, required: true, location_name: "results"))
|
|
2041
2059
|
RerankResponse.struct_class = Types::RerankResponse
|
|
2042
2060
|
|
|
2061
|
+
RerankResult.add_member(:document, Shapes::ShapeRef.new(shape: RerankDocument, location_name: "document"))
|
|
2043
2062
|
RerankResult.add_member(:index, Shapes::ShapeRef.new(shape: RerankResultIndexInteger, required: true, location_name: "index"))
|
|
2044
2063
|
RerankResult.add_member(:relevance_score, Shapes::ShapeRef.new(shape: Float, required: true, location_name: "relevanceScore"))
|
|
2045
|
-
RerankResult.add_member(:document, Shapes::ShapeRef.new(shape: RerankDocument, location_name: "document"))
|
|
2046
2064
|
RerankResult.struct_class = Types::RerankResult
|
|
2047
2065
|
|
|
2048
2066
|
RerankResultsList.member = Shapes::ShapeRef.new(shape: RerankResult)
|
|
2049
2067
|
|
|
2050
|
-
RerankSource.add_member(:type, Shapes::ShapeRef.new(shape: RerankSourceType, required: true, location_name: "type"))
|
|
2051
2068
|
RerankSource.add_member(:inline_document_source, Shapes::ShapeRef.new(shape: RerankDocument, required: true, location_name: "inlineDocumentSource"))
|
|
2069
|
+
RerankSource.add_member(:type, Shapes::ShapeRef.new(shape: RerankSourceType, required: true, location_name: "type"))
|
|
2052
2070
|
RerankSource.struct_class = Types::RerankSource
|
|
2053
2071
|
|
|
2054
2072
|
RerankSourcesList.member = Shapes::ShapeRef.new(shape: RerankSource)
|
|
@@ -2056,15 +2074,15 @@ module Aws::BedrockAgentRuntime
|
|
|
2056
2074
|
RerankTextDocument.add_member(:text, Shapes::ShapeRef.new(shape: RerankTextDocumentTextString, location_name: "text"))
|
|
2057
2075
|
RerankTextDocument.struct_class = Types::RerankTextDocument
|
|
2058
2076
|
|
|
2059
|
-
RerankingConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: RerankingConfigurationType, required: true, location_name: "type"))
|
|
2060
2077
|
RerankingConfiguration.add_member(:bedrock_reranking_configuration, Shapes::ShapeRef.new(shape: BedrockRerankingConfiguration, required: true, location_name: "bedrockRerankingConfiguration"))
|
|
2078
|
+
RerankingConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: RerankingConfigurationType, required: true, location_name: "type"))
|
|
2061
2079
|
RerankingConfiguration.struct_class = Types::RerankingConfiguration
|
|
2062
2080
|
|
|
2063
|
-
RerankingMetadataSelectiveModeConfiguration.add_member(:fields_to_include, Shapes::ShapeRef.new(shape: FieldsForReranking, location_name: "fieldsToInclude"))
|
|
2064
2081
|
RerankingMetadataSelectiveModeConfiguration.add_member(:fields_to_exclude, Shapes::ShapeRef.new(shape: FieldsForReranking, location_name: "fieldsToExclude"))
|
|
2082
|
+
RerankingMetadataSelectiveModeConfiguration.add_member(:fields_to_include, Shapes::ShapeRef.new(shape: FieldsForReranking, location_name: "fieldsToInclude"))
|
|
2065
2083
|
RerankingMetadataSelectiveModeConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2066
|
-
RerankingMetadataSelectiveModeConfiguration.add_member_subclass(:fields_to_include, Types::RerankingMetadataSelectiveModeConfiguration::FieldsToInclude)
|
|
2067
2084
|
RerankingMetadataSelectiveModeConfiguration.add_member_subclass(:fields_to_exclude, Types::RerankingMetadataSelectiveModeConfiguration::FieldsToExclude)
|
|
2085
|
+
RerankingMetadataSelectiveModeConfiguration.add_member_subclass(:fields_to_include, Types::RerankingMetadataSelectiveModeConfiguration::FieldsToInclude)
|
|
2068
2086
|
RerankingMetadataSelectiveModeConfiguration.add_member_subclass(:unknown, Types::RerankingMetadataSelectiveModeConfiguration::Unknown)
|
|
2069
2087
|
RerankingMetadataSelectiveModeConfiguration.struct_class = Types::RerankingMetadataSelectiveModeConfiguration
|
|
2070
2088
|
|
|
@@ -2074,49 +2092,49 @@ module Aws::BedrockAgentRuntime
|
|
|
2074
2092
|
ResponseBody.key = Shapes::ShapeRef.new(shape: String)
|
|
2075
2093
|
ResponseBody.value = Shapes::ShapeRef.new(shape: ContentBody)
|
|
2076
2094
|
|
|
2095
|
+
ResponseStream.add_member(:access_denied_exception, Shapes::ShapeRef.new(shape: AccessDeniedException, location_name: "accessDeniedException"))
|
|
2096
|
+
ResponseStream.add_member(:bad_gateway_exception, Shapes::ShapeRef.new(shape: BadGatewayException, location_name: "badGatewayException"))
|
|
2077
2097
|
ResponseStream.add_member(:chunk, Shapes::ShapeRef.new(shape: PayloadPart, event: true, location_name: "chunk"))
|
|
2078
|
-
ResponseStream.add_member(:
|
|
2079
|
-
ResponseStream.add_member(:
|
|
2098
|
+
ResponseStream.add_member(:conflict_exception, Shapes::ShapeRef.new(shape: ConflictException, location_name: "conflictException"))
|
|
2099
|
+
ResponseStream.add_member(:dependency_failed_exception, Shapes::ShapeRef.new(shape: DependencyFailedException, location_name: "dependencyFailedException"))
|
|
2100
|
+
ResponseStream.add_member(:files, Shapes::ShapeRef.new(shape: FilePart, event: true, location_name: "files"))
|
|
2080
2101
|
ResponseStream.add_member(:internal_server_exception, Shapes::ShapeRef.new(shape: InternalServerException, location_name: "internalServerException"))
|
|
2081
|
-
ResponseStream.add_member(:
|
|
2102
|
+
ResponseStream.add_member(:model_not_ready_exception, Shapes::ShapeRef.new(shape: ModelNotReadyException, location_name: "modelNotReadyException"))
|
|
2082
2103
|
ResponseStream.add_member(:resource_not_found_exception, Shapes::ShapeRef.new(shape: ResourceNotFoundException, location_name: "resourceNotFoundException"))
|
|
2104
|
+
ResponseStream.add_member(:return_control, Shapes::ShapeRef.new(shape: ReturnControlPayload, event: true, location_name: "returnControl"))
|
|
2083
2105
|
ResponseStream.add_member(:service_quota_exceeded_exception, Shapes::ShapeRef.new(shape: ServiceQuotaExceededException, location_name: "serviceQuotaExceededException"))
|
|
2084
2106
|
ResponseStream.add_member(:throttling_exception, Shapes::ShapeRef.new(shape: ThrottlingException, location_name: "throttlingException"))
|
|
2085
|
-
ResponseStream.add_member(:
|
|
2086
|
-
ResponseStream.add_member(:
|
|
2087
|
-
ResponseStream.add_member(:dependency_failed_exception, Shapes::ShapeRef.new(shape: DependencyFailedException, location_name: "dependencyFailedException"))
|
|
2088
|
-
ResponseStream.add_member(:bad_gateway_exception, Shapes::ShapeRef.new(shape: BadGatewayException, location_name: "badGatewayException"))
|
|
2089
|
-
ResponseStream.add_member(:model_not_ready_exception, Shapes::ShapeRef.new(shape: ModelNotReadyException, location_name: "modelNotReadyException"))
|
|
2090
|
-
ResponseStream.add_member(:files, Shapes::ShapeRef.new(shape: FilePart, event: true, location_name: "files"))
|
|
2107
|
+
ResponseStream.add_member(:trace, Shapes::ShapeRef.new(shape: TracePart, event: true, location_name: "trace"))
|
|
2108
|
+
ResponseStream.add_member(:validation_exception, Shapes::ShapeRef.new(shape: ValidationException, location_name: "validationException"))
|
|
2091
2109
|
ResponseStream.struct_class = Types::ResponseStream
|
|
2092
2110
|
|
|
2111
|
+
RetrievalFilter.add_member(:and_all, Shapes::ShapeRef.new(shape: RetrievalFilterList, location_name: "andAll"))
|
|
2093
2112
|
RetrievalFilter.add_member(:equals, Shapes::ShapeRef.new(shape: FilterAttribute, location_name: "equals"))
|
|
2094
|
-
RetrievalFilter.add_member(:not_equals, Shapes::ShapeRef.new(shape: FilterAttribute, location_name: "notEquals"))
|
|
2095
2113
|
RetrievalFilter.add_member(:greater_than, Shapes::ShapeRef.new(shape: FilterAttribute, location_name: "greaterThan"))
|
|
2096
2114
|
RetrievalFilter.add_member(:greater_than_or_equals, Shapes::ShapeRef.new(shape: FilterAttribute, location_name: "greaterThanOrEquals"))
|
|
2115
|
+
RetrievalFilter.add_member(:in, Shapes::ShapeRef.new(shape: FilterAttribute, location_name: "in"))
|
|
2097
2116
|
RetrievalFilter.add_member(:less_than, Shapes::ShapeRef.new(shape: FilterAttribute, location_name: "lessThan"))
|
|
2098
2117
|
RetrievalFilter.add_member(:less_than_or_equals, Shapes::ShapeRef.new(shape: FilterAttribute, location_name: "lessThanOrEquals"))
|
|
2099
|
-
RetrievalFilter.add_member(:
|
|
2118
|
+
RetrievalFilter.add_member(:list_contains, Shapes::ShapeRef.new(shape: FilterAttribute, location_name: "listContains"))
|
|
2119
|
+
RetrievalFilter.add_member(:not_equals, Shapes::ShapeRef.new(shape: FilterAttribute, location_name: "notEquals"))
|
|
2100
2120
|
RetrievalFilter.add_member(:not_in, Shapes::ShapeRef.new(shape: FilterAttribute, location_name: "notIn"))
|
|
2121
|
+
RetrievalFilter.add_member(:or_all, Shapes::ShapeRef.new(shape: RetrievalFilterList, location_name: "orAll"))
|
|
2101
2122
|
RetrievalFilter.add_member(:starts_with, Shapes::ShapeRef.new(shape: FilterAttribute, location_name: "startsWith"))
|
|
2102
|
-
RetrievalFilter.add_member(:list_contains, Shapes::ShapeRef.new(shape: FilterAttribute, location_name: "listContains"))
|
|
2103
2123
|
RetrievalFilter.add_member(:string_contains, Shapes::ShapeRef.new(shape: FilterAttribute, location_name: "stringContains"))
|
|
2104
|
-
RetrievalFilter.add_member(:and_all, Shapes::ShapeRef.new(shape: RetrievalFilterList, location_name: "andAll"))
|
|
2105
|
-
RetrievalFilter.add_member(:or_all, Shapes::ShapeRef.new(shape: RetrievalFilterList, location_name: "orAll"))
|
|
2106
2124
|
RetrievalFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2125
|
+
RetrievalFilter.add_member_subclass(:and_all, Types::RetrievalFilter::AndAll)
|
|
2107
2126
|
RetrievalFilter.add_member_subclass(:equals, Types::RetrievalFilter::Equals)
|
|
2108
|
-
RetrievalFilter.add_member_subclass(:not_equals, Types::RetrievalFilter::NotEquals)
|
|
2109
2127
|
RetrievalFilter.add_member_subclass(:greater_than, Types::RetrievalFilter::GreaterThan)
|
|
2110
2128
|
RetrievalFilter.add_member_subclass(:greater_than_or_equals, Types::RetrievalFilter::GreaterThanOrEquals)
|
|
2129
|
+
RetrievalFilter.add_member_subclass(:in, Types::RetrievalFilter::In)
|
|
2111
2130
|
RetrievalFilter.add_member_subclass(:less_than, Types::RetrievalFilter::LessThan)
|
|
2112
2131
|
RetrievalFilter.add_member_subclass(:less_than_or_equals, Types::RetrievalFilter::LessThanOrEquals)
|
|
2113
|
-
RetrievalFilter.add_member_subclass(:
|
|
2132
|
+
RetrievalFilter.add_member_subclass(:list_contains, Types::RetrievalFilter::ListContains)
|
|
2133
|
+
RetrievalFilter.add_member_subclass(:not_equals, Types::RetrievalFilter::NotEquals)
|
|
2114
2134
|
RetrievalFilter.add_member_subclass(:not_in, Types::RetrievalFilter::NotIn)
|
|
2135
|
+
RetrievalFilter.add_member_subclass(:or_all, Types::RetrievalFilter::OrAll)
|
|
2115
2136
|
RetrievalFilter.add_member_subclass(:starts_with, Types::RetrievalFilter::StartsWith)
|
|
2116
|
-
RetrievalFilter.add_member_subclass(:list_contains, Types::RetrievalFilter::ListContains)
|
|
2117
2137
|
RetrievalFilter.add_member_subclass(:string_contains, Types::RetrievalFilter::StringContains)
|
|
2118
|
-
RetrievalFilter.add_member_subclass(:and_all, Types::RetrievalFilter::AndAll)
|
|
2119
|
-
RetrievalFilter.add_member_subclass(:or_all, Types::RetrievalFilter::OrAll)
|
|
2120
2138
|
RetrievalFilter.add_member_subclass(:unknown, Types::RetrievalFilter::Unknown)
|
|
2121
2139
|
RetrievalFilter.struct_class = Types::RetrievalFilter
|
|
2122
2140
|
|
|
@@ -2125,10 +2143,12 @@ module Aws::BedrockAgentRuntime
|
|
|
2125
2143
|
RetrievalResultConfluenceLocation.add_member(:url, Shapes::ShapeRef.new(shape: String, location_name: "url"))
|
|
2126
2144
|
RetrievalResultConfluenceLocation.struct_class = Types::RetrievalResultConfluenceLocation
|
|
2127
2145
|
|
|
2128
|
-
RetrievalResultContent.add_member(:
|
|
2129
|
-
RetrievalResultContent.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "text"))
|
|
2146
|
+
RetrievalResultContent.add_member(:audio, Shapes::ShapeRef.new(shape: AudioSegment, location_name: "audio"))
|
|
2130
2147
|
RetrievalResultContent.add_member(:byte_content, Shapes::ShapeRef.new(shape: String, location_name: "byteContent"))
|
|
2131
2148
|
RetrievalResultContent.add_member(:row, Shapes::ShapeRef.new(shape: RetrievalResultContentRow, location_name: "row"))
|
|
2149
|
+
RetrievalResultContent.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "text"))
|
|
2150
|
+
RetrievalResultContent.add_member(:type, Shapes::ShapeRef.new(shape: RetrievalResultContentType, location_name: "type"))
|
|
2151
|
+
RetrievalResultContent.add_member(:video, Shapes::ShapeRef.new(shape: VideoSegment, location_name: "video"))
|
|
2132
2152
|
RetrievalResultContent.struct_class = Types::RetrievalResultContent
|
|
2133
2153
|
|
|
2134
2154
|
RetrievalResultContentColumn.add_member(:column_name, Shapes::ShapeRef.new(shape: String, location_name: "columnName"))
|
|
@@ -2144,15 +2164,15 @@ module Aws::BedrockAgentRuntime
|
|
|
2144
2164
|
RetrievalResultKendraDocumentLocation.add_member(:uri, Shapes::ShapeRef.new(shape: String, location_name: "uri"))
|
|
2145
2165
|
RetrievalResultKendraDocumentLocation.struct_class = Types::RetrievalResultKendraDocumentLocation
|
|
2146
2166
|
|
|
2147
|
-
RetrievalResultLocation.add_member(:type, Shapes::ShapeRef.new(shape: RetrievalResultLocationType, required: true, location_name: "type"))
|
|
2148
|
-
RetrievalResultLocation.add_member(:s3_location, Shapes::ShapeRef.new(shape: RetrievalResultS3Location, location_name: "s3Location"))
|
|
2149
|
-
RetrievalResultLocation.add_member(:web_location, Shapes::ShapeRef.new(shape: RetrievalResultWebLocation, location_name: "webLocation"))
|
|
2150
2167
|
RetrievalResultLocation.add_member(:confluence_location, Shapes::ShapeRef.new(shape: RetrievalResultConfluenceLocation, location_name: "confluenceLocation"))
|
|
2151
|
-
RetrievalResultLocation.add_member(:salesforce_location, Shapes::ShapeRef.new(shape: RetrievalResultSalesforceLocation, location_name: "salesforceLocation"))
|
|
2152
|
-
RetrievalResultLocation.add_member(:share_point_location, Shapes::ShapeRef.new(shape: RetrievalResultSharePointLocation, location_name: "sharePointLocation"))
|
|
2153
2168
|
RetrievalResultLocation.add_member(:custom_document_location, Shapes::ShapeRef.new(shape: RetrievalResultCustomDocumentLocation, location_name: "customDocumentLocation"))
|
|
2154
2169
|
RetrievalResultLocation.add_member(:kendra_document_location, Shapes::ShapeRef.new(shape: RetrievalResultKendraDocumentLocation, location_name: "kendraDocumentLocation"))
|
|
2170
|
+
RetrievalResultLocation.add_member(:s3_location, Shapes::ShapeRef.new(shape: RetrievalResultS3Location, location_name: "s3Location"))
|
|
2171
|
+
RetrievalResultLocation.add_member(:salesforce_location, Shapes::ShapeRef.new(shape: RetrievalResultSalesforceLocation, location_name: "salesforceLocation"))
|
|
2172
|
+
RetrievalResultLocation.add_member(:share_point_location, Shapes::ShapeRef.new(shape: RetrievalResultSharePointLocation, location_name: "sharePointLocation"))
|
|
2155
2173
|
RetrievalResultLocation.add_member(:sql_location, Shapes::ShapeRef.new(shape: RetrievalResultSqlLocation, location_name: "sqlLocation"))
|
|
2174
|
+
RetrievalResultLocation.add_member(:type, Shapes::ShapeRef.new(shape: RetrievalResultLocationType, required: true, location_name: "type"))
|
|
2175
|
+
RetrievalResultLocation.add_member(:web_location, Shapes::ShapeRef.new(shape: RetrievalResultWebLocation, location_name: "webLocation"))
|
|
2156
2176
|
RetrievalResultLocation.struct_class = Types::RetrievalResultLocation
|
|
2157
2177
|
|
|
2158
2178
|
RetrievalResultMetadata.key = Shapes::ShapeRef.new(shape: RetrievalResultMetadataKey)
|
|
@@ -2173,9 +2193,9 @@ module Aws::BedrockAgentRuntime
|
|
|
2173
2193
|
RetrievalResultWebLocation.add_member(:url, Shapes::ShapeRef.new(shape: String, location_name: "url"))
|
|
2174
2194
|
RetrievalResultWebLocation.struct_class = Types::RetrievalResultWebLocation
|
|
2175
2195
|
|
|
2176
|
-
RetrieveAndGenerateConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: RetrieveAndGenerateType, required: true, location_name: "type"))
|
|
2177
|
-
RetrieveAndGenerateConfiguration.add_member(:knowledge_base_configuration, Shapes::ShapeRef.new(shape: KnowledgeBaseRetrieveAndGenerateConfiguration, location_name: "knowledgeBaseConfiguration"))
|
|
2178
2196
|
RetrieveAndGenerateConfiguration.add_member(:external_sources_configuration, Shapes::ShapeRef.new(shape: ExternalSourcesRetrieveAndGenerateConfiguration, location_name: "externalSourcesConfiguration"))
|
|
2197
|
+
RetrieveAndGenerateConfiguration.add_member(:knowledge_base_configuration, Shapes::ShapeRef.new(shape: KnowledgeBaseRetrieveAndGenerateConfiguration, location_name: "knowledgeBaseConfiguration"))
|
|
2198
|
+
RetrieveAndGenerateConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: RetrieveAndGenerateType, required: true, location_name: "type"))
|
|
2179
2199
|
RetrieveAndGenerateConfiguration.struct_class = Types::RetrieveAndGenerateConfiguration
|
|
2180
2200
|
|
|
2181
2201
|
RetrieveAndGenerateInput.add_member(:text, Shapes::ShapeRef.new(shape: RetrieveAndGenerateInputTextString, required: true, location_name: "text"))
|
|
@@ -2187,57 +2207,57 @@ module Aws::BedrockAgentRuntime
|
|
|
2187
2207
|
RetrieveAndGenerateOutputEvent.add_member(:text, Shapes::ShapeRef.new(shape: String, required: true, location_name: "text"))
|
|
2188
2208
|
RetrieveAndGenerateOutputEvent.struct_class = Types::RetrieveAndGenerateOutputEvent
|
|
2189
2209
|
|
|
2190
|
-
RetrieveAndGenerateRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "sessionId"))
|
|
2191
2210
|
RetrieveAndGenerateRequest.add_member(:input, Shapes::ShapeRef.new(shape: RetrieveAndGenerateInput, required: true, location_name: "input"))
|
|
2192
2211
|
RetrieveAndGenerateRequest.add_member(:retrieve_and_generate_configuration, Shapes::ShapeRef.new(shape: RetrieveAndGenerateConfiguration, location_name: "retrieveAndGenerateConfiguration"))
|
|
2193
2212
|
RetrieveAndGenerateRequest.add_member(:session_configuration, Shapes::ShapeRef.new(shape: RetrieveAndGenerateSessionConfiguration, location_name: "sessionConfiguration"))
|
|
2213
|
+
RetrieveAndGenerateRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "sessionId"))
|
|
2194
2214
|
RetrieveAndGenerateRequest.struct_class = Types::RetrieveAndGenerateRequest
|
|
2195
2215
|
|
|
2196
|
-
RetrieveAndGenerateResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "sessionId"))
|
|
2197
|
-
RetrieveAndGenerateResponse.add_member(:output, Shapes::ShapeRef.new(shape: RetrieveAndGenerateOutput, required: true, location_name: "output"))
|
|
2198
2216
|
RetrieveAndGenerateResponse.add_member(:citations, Shapes::ShapeRef.new(shape: Citations, location_name: "citations"))
|
|
2199
2217
|
RetrieveAndGenerateResponse.add_member(:guardrail_action, Shapes::ShapeRef.new(shape: GuadrailAction, location_name: "guardrailAction"))
|
|
2218
|
+
RetrieveAndGenerateResponse.add_member(:output, Shapes::ShapeRef.new(shape: RetrieveAndGenerateOutput, required: true, location_name: "output"))
|
|
2219
|
+
RetrieveAndGenerateResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "sessionId"))
|
|
2200
2220
|
RetrieveAndGenerateResponse.struct_class = Types::RetrieveAndGenerateResponse
|
|
2201
2221
|
|
|
2202
2222
|
RetrieveAndGenerateSessionConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, required: true, location_name: "kmsKeyArn"))
|
|
2203
2223
|
RetrieveAndGenerateSessionConfiguration.struct_class = Types::RetrieveAndGenerateSessionConfiguration
|
|
2204
2224
|
|
|
2205
|
-
RetrieveAndGenerateStreamRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "sessionId"))
|
|
2206
2225
|
RetrieveAndGenerateStreamRequest.add_member(:input, Shapes::ShapeRef.new(shape: RetrieveAndGenerateInput, required: true, location_name: "input"))
|
|
2207
2226
|
RetrieveAndGenerateStreamRequest.add_member(:retrieve_and_generate_configuration, Shapes::ShapeRef.new(shape: RetrieveAndGenerateConfiguration, location_name: "retrieveAndGenerateConfiguration"))
|
|
2208
2227
|
RetrieveAndGenerateStreamRequest.add_member(:session_configuration, Shapes::ShapeRef.new(shape: RetrieveAndGenerateSessionConfiguration, location_name: "sessionConfiguration"))
|
|
2228
|
+
RetrieveAndGenerateStreamRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "sessionId"))
|
|
2209
2229
|
RetrieveAndGenerateStreamRequest.struct_class = Types::RetrieveAndGenerateStreamRequest
|
|
2210
2230
|
|
|
2211
|
-
RetrieveAndGenerateStreamResponse.add_member(:stream, Shapes::ShapeRef.new(shape: RetrieveAndGenerateStreamResponseOutput, required: true, eventstream: true, location_name: "stream"))
|
|
2212
2231
|
RetrieveAndGenerateStreamResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location: "header", location_name: "x-amzn-bedrock-knowledge-base-session-id"))
|
|
2232
|
+
RetrieveAndGenerateStreamResponse.add_member(:stream, Shapes::ShapeRef.new(shape: RetrieveAndGenerateStreamResponseOutput, required: true, eventstream: true, location_name: "stream"))
|
|
2213
2233
|
RetrieveAndGenerateStreamResponse.struct_class = Types::RetrieveAndGenerateStreamResponse
|
|
2214
2234
|
RetrieveAndGenerateStreamResponse[:payload] = :stream
|
|
2215
2235
|
RetrieveAndGenerateStreamResponse[:payload_member] = RetrieveAndGenerateStreamResponse.member(:stream)
|
|
2216
2236
|
|
|
2217
|
-
RetrieveAndGenerateStreamResponseOutput.add_member(:
|
|
2237
|
+
RetrieveAndGenerateStreamResponseOutput.add_member(:access_denied_exception, Shapes::ShapeRef.new(shape: AccessDeniedException, location_name: "accessDeniedException"))
|
|
2238
|
+
RetrieveAndGenerateStreamResponseOutput.add_member(:bad_gateway_exception, Shapes::ShapeRef.new(shape: BadGatewayException, location_name: "badGatewayException"))
|
|
2218
2239
|
RetrieveAndGenerateStreamResponseOutput.add_member(:citation, Shapes::ShapeRef.new(shape: CitationEvent, event: true, location_name: "citation"))
|
|
2240
|
+
RetrieveAndGenerateStreamResponseOutput.add_member(:conflict_exception, Shapes::ShapeRef.new(shape: ConflictException, location_name: "conflictException"))
|
|
2241
|
+
RetrieveAndGenerateStreamResponseOutput.add_member(:dependency_failed_exception, Shapes::ShapeRef.new(shape: DependencyFailedException, location_name: "dependencyFailedException"))
|
|
2219
2242
|
RetrieveAndGenerateStreamResponseOutput.add_member(:guardrail, Shapes::ShapeRef.new(shape: GuardrailEvent, event: true, location_name: "guardrail"))
|
|
2220
2243
|
RetrieveAndGenerateStreamResponseOutput.add_member(:internal_server_exception, Shapes::ShapeRef.new(shape: InternalServerException, location_name: "internalServerException"))
|
|
2221
|
-
RetrieveAndGenerateStreamResponseOutput.add_member(:
|
|
2244
|
+
RetrieveAndGenerateStreamResponseOutput.add_member(:output, Shapes::ShapeRef.new(shape: RetrieveAndGenerateOutputEvent, event: true, location_name: "output"))
|
|
2222
2245
|
RetrieveAndGenerateStreamResponseOutput.add_member(:resource_not_found_exception, Shapes::ShapeRef.new(shape: ResourceNotFoundException, location_name: "resourceNotFoundException"))
|
|
2223
2246
|
RetrieveAndGenerateStreamResponseOutput.add_member(:service_quota_exceeded_exception, Shapes::ShapeRef.new(shape: ServiceQuotaExceededException, location_name: "serviceQuotaExceededException"))
|
|
2224
2247
|
RetrieveAndGenerateStreamResponseOutput.add_member(:throttling_exception, Shapes::ShapeRef.new(shape: ThrottlingException, location_name: "throttlingException"))
|
|
2225
|
-
RetrieveAndGenerateStreamResponseOutput.add_member(:
|
|
2226
|
-
RetrieveAndGenerateStreamResponseOutput.add_member(:conflict_exception, Shapes::ShapeRef.new(shape: ConflictException, location_name: "conflictException"))
|
|
2227
|
-
RetrieveAndGenerateStreamResponseOutput.add_member(:dependency_failed_exception, Shapes::ShapeRef.new(shape: DependencyFailedException, location_name: "dependencyFailedException"))
|
|
2228
|
-
RetrieveAndGenerateStreamResponseOutput.add_member(:bad_gateway_exception, Shapes::ShapeRef.new(shape: BadGatewayException, location_name: "badGatewayException"))
|
|
2248
|
+
RetrieveAndGenerateStreamResponseOutput.add_member(:validation_exception, Shapes::ShapeRef.new(shape: ValidationException, location_name: "validationException"))
|
|
2229
2249
|
RetrieveAndGenerateStreamResponseOutput.struct_class = Types::RetrieveAndGenerateStreamResponseOutput
|
|
2230
2250
|
|
|
2231
|
-
RetrieveRequest.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: KnowledgeBaseId, required: true, location: "uri", location_name: "knowledgeBaseId"))
|
|
2232
|
-
RetrieveRequest.add_member(:retrieval_query, Shapes::ShapeRef.new(shape: KnowledgeBaseQuery, required: true, location_name: "retrievalQuery"))
|
|
2233
|
-
RetrieveRequest.add_member(:retrieval_configuration, Shapes::ShapeRef.new(shape: KnowledgeBaseRetrievalConfiguration, location_name: "retrievalConfiguration"))
|
|
2234
2251
|
RetrieveRequest.add_member(:guardrail_configuration, Shapes::ShapeRef.new(shape: GuardrailConfiguration, location_name: "guardrailConfiguration"))
|
|
2252
|
+
RetrieveRequest.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: KnowledgeBaseId, required: true, location: "uri", location_name: "knowledgeBaseId"))
|
|
2235
2253
|
RetrieveRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
2254
|
+
RetrieveRequest.add_member(:retrieval_configuration, Shapes::ShapeRef.new(shape: KnowledgeBaseRetrievalConfiguration, location_name: "retrievalConfiguration"))
|
|
2255
|
+
RetrieveRequest.add_member(:retrieval_query, Shapes::ShapeRef.new(shape: KnowledgeBaseQuery, required: true, location_name: "retrievalQuery"))
|
|
2236
2256
|
RetrieveRequest.struct_class = Types::RetrieveRequest
|
|
2237
2257
|
|
|
2238
|
-
RetrieveResponse.add_member(:retrieval_results, Shapes::ShapeRef.new(shape: KnowledgeBaseRetrievalResults, required: true, location_name: "retrievalResults"))
|
|
2239
2258
|
RetrieveResponse.add_member(:guardrail_action, Shapes::ShapeRef.new(shape: GuadrailAction, location_name: "guardrailAction"))
|
|
2240
2259
|
RetrieveResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
2260
|
+
RetrieveResponse.add_member(:retrieval_results, Shapes::ShapeRef.new(shape: KnowledgeBaseRetrievalResults, required: true, location_name: "retrievalResults"))
|
|
2241
2261
|
RetrieveResponse.struct_class = Types::RetrieveResponse
|
|
2242
2262
|
|
|
2243
2263
|
RetrievedReference.add_member(:content, Shapes::ShapeRef.new(shape: RetrievalResultContent, location_name: "content"))
|
|
@@ -2249,28 +2269,28 @@ module Aws::BedrockAgentRuntime
|
|
|
2249
2269
|
|
|
2250
2270
|
ReturnControlInvocationResults.member = Shapes::ShapeRef.new(shape: InvocationResultMember)
|
|
2251
2271
|
|
|
2252
|
-
ReturnControlPayload.add_member(:invocation_inputs, Shapes::ShapeRef.new(shape: InvocationInputs, location_name: "invocationInputs"))
|
|
2253
2272
|
ReturnControlPayload.add_member(:invocation_id, Shapes::ShapeRef.new(shape: String, location_name: "invocationId"))
|
|
2273
|
+
ReturnControlPayload.add_member(:invocation_inputs, Shapes::ShapeRef.new(shape: InvocationInputs, location_name: "invocationInputs"))
|
|
2254
2274
|
ReturnControlPayload.struct_class = Types::ReturnControlPayload
|
|
2255
2275
|
|
|
2256
2276
|
ReturnControlResults.add_member(:invocation_id, Shapes::ShapeRef.new(shape: String, location_name: "invocationId"))
|
|
2257
2277
|
ReturnControlResults.add_member(:return_control_invocation_results, Shapes::ShapeRef.new(shape: ReturnControlInvocationResults, location_name: "returnControlInvocationResults"))
|
|
2258
2278
|
ReturnControlResults.struct_class = Types::ReturnControlResults
|
|
2259
2279
|
|
|
2260
|
-
RoutingClassifierModelInvocationOutput.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
2261
|
-
RoutingClassifierModelInvocationOutput.add_member(:raw_response, Shapes::ShapeRef.new(shape: RawResponse, location_name: "rawResponse"))
|
|
2262
2280
|
RoutingClassifierModelInvocationOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
2281
|
+
RoutingClassifierModelInvocationOutput.add_member(:raw_response, Shapes::ShapeRef.new(shape: RawResponse, location_name: "rawResponse"))
|
|
2282
|
+
RoutingClassifierModelInvocationOutput.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
|
2263
2283
|
RoutingClassifierModelInvocationOutput.struct_class = Types::RoutingClassifierModelInvocationOutput
|
|
2264
2284
|
|
|
2265
2285
|
RoutingClassifierTrace.add_member(:invocation_input, Shapes::ShapeRef.new(shape: InvocationInput, location_name: "invocationInput"))
|
|
2266
|
-
RoutingClassifierTrace.add_member(:observation, Shapes::ShapeRef.new(shape: Observation, location_name: "observation"))
|
|
2267
2286
|
RoutingClassifierTrace.add_member(:model_invocation_input, Shapes::ShapeRef.new(shape: ModelInvocationInput, location_name: "modelInvocationInput"))
|
|
2268
2287
|
RoutingClassifierTrace.add_member(:model_invocation_output, Shapes::ShapeRef.new(shape: RoutingClassifierModelInvocationOutput, location_name: "modelInvocationOutput"))
|
|
2288
|
+
RoutingClassifierTrace.add_member(:observation, Shapes::ShapeRef.new(shape: Observation, location_name: "observation"))
|
|
2269
2289
|
RoutingClassifierTrace.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2270
2290
|
RoutingClassifierTrace.add_member_subclass(:invocation_input, Types::RoutingClassifierTrace::InvocationInput)
|
|
2271
|
-
RoutingClassifierTrace.add_member_subclass(:observation, Types::RoutingClassifierTrace::Observation)
|
|
2272
2291
|
RoutingClassifierTrace.add_member_subclass(:model_invocation_input, Types::RoutingClassifierTrace::ModelInvocationInput)
|
|
2273
2292
|
RoutingClassifierTrace.add_member_subclass(:model_invocation_output, Types::RoutingClassifierTrace::ModelInvocationOutput)
|
|
2293
|
+
RoutingClassifierTrace.add_member_subclass(:observation, Types::RoutingClassifierTrace::Observation)
|
|
2274
2294
|
RoutingClassifierTrace.add_member_subclass(:unknown, Types::RoutingClassifierTrace::Unknown)
|
|
2275
2295
|
RoutingClassifierTrace.struct_class = Types::RoutingClassifierTrace
|
|
2276
2296
|
|
|
@@ -2301,31 +2321,31 @@ module Aws::BedrockAgentRuntime
|
|
|
2301
2321
|
SessionMetadataMap.key = Shapes::ShapeRef.new(shape: SessionMetadataKey)
|
|
2302
2322
|
SessionMetadataMap.value = Shapes::ShapeRef.new(shape: SessionMetadataValue)
|
|
2303
2323
|
|
|
2304
|
-
SessionState.add_member(:
|
|
2305
|
-
SessionState.add_member(:prompt_session_attributes, Shapes::ShapeRef.new(shape: PromptSessionAttributesMap, location_name: "promptSessionAttributes"))
|
|
2306
|
-
SessionState.add_member(:return_control_invocation_results, Shapes::ShapeRef.new(shape: ReturnControlInvocationResults, location_name: "returnControlInvocationResults"))
|
|
2307
|
-
SessionState.add_member(:invocation_id, Shapes::ShapeRef.new(shape: String, location_name: "invocationId"))
|
|
2324
|
+
SessionState.add_member(:conversation_history, Shapes::ShapeRef.new(shape: ConversationHistory, location_name: "conversationHistory"))
|
|
2308
2325
|
SessionState.add_member(:files, Shapes::ShapeRef.new(shape: InputFiles, location_name: "files"))
|
|
2326
|
+
SessionState.add_member(:invocation_id, Shapes::ShapeRef.new(shape: String, location_name: "invocationId"))
|
|
2309
2327
|
SessionState.add_member(:knowledge_base_configurations, Shapes::ShapeRef.new(shape: KnowledgeBaseConfigurations, location_name: "knowledgeBaseConfigurations"))
|
|
2310
|
-
SessionState.add_member(:
|
|
2328
|
+
SessionState.add_member(:prompt_session_attributes, Shapes::ShapeRef.new(shape: PromptSessionAttributesMap, location_name: "promptSessionAttributes"))
|
|
2329
|
+
SessionState.add_member(:return_control_invocation_results, Shapes::ShapeRef.new(shape: ReturnControlInvocationResults, location_name: "returnControlInvocationResults"))
|
|
2330
|
+
SessionState.add_member(:session_attributes, Shapes::ShapeRef.new(shape: SessionAttributesMap, location_name: "sessionAttributes"))
|
|
2311
2331
|
SessionState.struct_class = Types::SessionState
|
|
2312
2332
|
|
|
2313
2333
|
SessionSummaries.member = Shapes::ShapeRef.new(shape: SessionSummary)
|
|
2314
2334
|
|
|
2315
|
-
SessionSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
2316
|
-
SessionSummary.add_member(:session_arn, Shapes::ShapeRef.new(shape: SessionArn, required: true, location_name: "sessionArn"))
|
|
2317
|
-
SessionSummary.add_member(:session_status, Shapes::ShapeRef.new(shape: SessionStatus, required: true, location_name: "sessionStatus"))
|
|
2318
2335
|
SessionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
2319
2336
|
SessionSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
2337
|
+
SessionSummary.add_member(:session_arn, Shapes::ShapeRef.new(shape: SessionArn, required: true, location_name: "sessionArn"))
|
|
2338
|
+
SessionSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
2339
|
+
SessionSummary.add_member(:session_status, Shapes::ShapeRef.new(shape: SessionStatus, required: true, location_name: "sessionStatus"))
|
|
2320
2340
|
SessionSummary.struct_class = Types::SessionSummary
|
|
2321
2341
|
|
|
2322
|
-
Span.add_member(:start, Shapes::ShapeRef.new(shape: SpanStartInteger, location_name: "start"))
|
|
2323
2342
|
Span.add_member(:end, Shapes::ShapeRef.new(shape: SpanEndInteger, location_name: "end"))
|
|
2343
|
+
Span.add_member(:start, Shapes::ShapeRef.new(shape: SpanStartInteger, location_name: "start"))
|
|
2324
2344
|
Span.struct_class = Types::Span
|
|
2325
2345
|
|
|
2326
|
-
StartFlowExecutionRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
|
2327
2346
|
StartFlowExecutionRequest.add_member(:flow_alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location: "uri", location_name: "flowAliasIdentifier"))
|
|
2328
2347
|
StartFlowExecutionRequest.add_member(:flow_execution_name, Shapes::ShapeRef.new(shape: FlowExecutionName, location_name: "flowExecutionName"))
|
|
2348
|
+
StartFlowExecutionRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
|
2329
2349
|
StartFlowExecutionRequest.add_member(:inputs, Shapes::ShapeRef.new(shape: FlowInputs, required: true, location_name: "inputs"))
|
|
2330
2350
|
StartFlowExecutionRequest.add_member(:model_performance_configuration, Shapes::ShapeRef.new(shape: ModelPerformanceConfiguration, location_name: "modelPerformanceConfiguration"))
|
|
2331
2351
|
StartFlowExecutionRequest.struct_class = Types::StartFlowExecutionRequest
|
|
@@ -2333,9 +2353,9 @@ module Aws::BedrockAgentRuntime
|
|
|
2333
2353
|
StartFlowExecutionResponse.add_member(:execution_arn, Shapes::ShapeRef.new(shape: FlowExecutionIdentifier, location_name: "executionArn"))
|
|
2334
2354
|
StartFlowExecutionResponse.struct_class = Types::StartFlowExecutionResponse
|
|
2335
2355
|
|
|
2336
|
-
StopFlowExecutionRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
|
2337
|
-
StopFlowExecutionRequest.add_member(:flow_alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location: "uri", location_name: "flowAliasIdentifier"))
|
|
2338
2356
|
StopFlowExecutionRequest.add_member(:execution_identifier, Shapes::ShapeRef.new(shape: FlowExecutionIdentifier, required: true, location: "uri", location_name: "executionIdentifier"))
|
|
2357
|
+
StopFlowExecutionRequest.add_member(:flow_alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location: "uri", location_name: "flowAliasIdentifier"))
|
|
2358
|
+
StopFlowExecutionRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
|
2339
2359
|
StopFlowExecutionRequest.struct_class = Types::StopFlowExecutionRequest
|
|
2340
2360
|
|
|
2341
2361
|
StopFlowExecutionResponse.add_member(:execution_arn, Shapes::ShapeRef.new(shape: FlowExecutionIdentifier, location_name: "executionArn"))
|
|
@@ -2344,8 +2364,8 @@ module Aws::BedrockAgentRuntime
|
|
|
2344
2364
|
|
|
2345
2365
|
StopSequences.member = Shapes::ShapeRef.new(shape: String)
|
|
2346
2366
|
|
|
2347
|
-
StreamingConfigurations.add_member(:stream_final_response, Shapes::ShapeRef.new(shape: Boolean, location_name: "streamFinalResponse"))
|
|
2348
2367
|
StreamingConfigurations.add_member(:apply_guardrail_interval, Shapes::ShapeRef.new(shape: StreamingConfigurationsApplyGuardrailIntervalInteger, location_name: "applyGuardrailInterval"))
|
|
2368
|
+
StreamingConfigurations.add_member(:stream_final_response, Shapes::ShapeRef.new(shape: Boolean, location_name: "streamFinalResponse"))
|
|
2349
2369
|
StreamingConfigurations.struct_class = Types::StreamingConfigurations
|
|
2350
2370
|
|
|
2351
2371
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
@@ -2359,21 +2379,21 @@ module Aws::BedrockAgentRuntime
|
|
|
2359
2379
|
TagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
2360
2380
|
TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
|
2361
2381
|
|
|
2362
|
-
TextInferenceConfig.add_member(:temperature, Shapes::ShapeRef.new(shape: Temperature, location_name: "temperature"))
|
|
2363
|
-
TextInferenceConfig.add_member(:top_p, Shapes::ShapeRef.new(shape: TopP, location_name: "topP"))
|
|
2364
2382
|
TextInferenceConfig.add_member(:max_tokens, Shapes::ShapeRef.new(shape: MaxTokens, location_name: "maxTokens"))
|
|
2365
2383
|
TextInferenceConfig.add_member(:stop_sequences, Shapes::ShapeRef.new(shape: RAGStopSequences, location_name: "stopSequences"))
|
|
2384
|
+
TextInferenceConfig.add_member(:temperature, Shapes::ShapeRef.new(shape: Temperature, location_name: "temperature"))
|
|
2385
|
+
TextInferenceConfig.add_member(:top_p, Shapes::ShapeRef.new(shape: TopP, location_name: "topP"))
|
|
2366
2386
|
TextInferenceConfig.struct_class = Types::TextInferenceConfig
|
|
2367
2387
|
|
|
2368
2388
|
TextPrompt.add_member(:text, Shapes::ShapeRef.new(shape: TextPromptTextString, required: true, location_name: "text"))
|
|
2369
2389
|
TextPrompt.struct_class = Types::TextPrompt
|
|
2370
2390
|
|
|
2371
|
-
TextResponsePart.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "text"))
|
|
2372
2391
|
TextResponsePart.add_member(:span, Shapes::ShapeRef.new(shape: Span, location_name: "span"))
|
|
2392
|
+
TextResponsePart.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "text"))
|
|
2373
2393
|
TextResponsePart.struct_class = Types::TextResponsePart
|
|
2374
2394
|
|
|
2375
|
-
TextToSqlConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: TextToSqlConfigurationType, required: true, location_name: "type"))
|
|
2376
2395
|
TextToSqlConfiguration.add_member(:knowledge_base_configuration, Shapes::ShapeRef.new(shape: TextToSqlKnowledgeBaseConfiguration, location_name: "knowledgeBaseConfiguration"))
|
|
2396
|
+
TextToSqlConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: TextToSqlConfigurationType, required: true, location_name: "type"))
|
|
2377
2397
|
TextToSqlConfiguration.struct_class = Types::TextToSqlConfiguration
|
|
2378
2398
|
|
|
2379
2399
|
TextToSqlKnowledgeBaseConfiguration.add_member(:knowledge_base_arn, Shapes::ShapeRef.new(shape: KnowledgeBaseArn, required: true, location_name: "knowledgeBaseArn"))
|
|
@@ -2382,21 +2402,21 @@ module Aws::BedrockAgentRuntime
|
|
|
2382
2402
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
2383
2403
|
ThrottlingException.struct_class = Types::ThrottlingException
|
|
2384
2404
|
|
|
2405
|
+
Trace.add_member(:custom_orchestration_trace, Shapes::ShapeRef.new(shape: CustomOrchestrationTrace, location_name: "customOrchestrationTrace"))
|
|
2406
|
+
Trace.add_member(:failure_trace, Shapes::ShapeRef.new(shape: FailureTrace, location_name: "failureTrace"))
|
|
2385
2407
|
Trace.add_member(:guardrail_trace, Shapes::ShapeRef.new(shape: GuardrailTrace, location_name: "guardrailTrace"))
|
|
2386
|
-
Trace.add_member(:pre_processing_trace, Shapes::ShapeRef.new(shape: PreProcessingTrace, location_name: "preProcessingTrace"))
|
|
2387
2408
|
Trace.add_member(:orchestration_trace, Shapes::ShapeRef.new(shape: OrchestrationTrace, location_name: "orchestrationTrace"))
|
|
2388
2409
|
Trace.add_member(:post_processing_trace, Shapes::ShapeRef.new(shape: PostProcessingTrace, location_name: "postProcessingTrace"))
|
|
2410
|
+
Trace.add_member(:pre_processing_trace, Shapes::ShapeRef.new(shape: PreProcessingTrace, location_name: "preProcessingTrace"))
|
|
2389
2411
|
Trace.add_member(:routing_classifier_trace, Shapes::ShapeRef.new(shape: RoutingClassifierTrace, location_name: "routingClassifierTrace"))
|
|
2390
|
-
Trace.add_member(:failure_trace, Shapes::ShapeRef.new(shape: FailureTrace, location_name: "failureTrace"))
|
|
2391
|
-
Trace.add_member(:custom_orchestration_trace, Shapes::ShapeRef.new(shape: CustomOrchestrationTrace, location_name: "customOrchestrationTrace"))
|
|
2392
2412
|
Trace.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2413
|
+
Trace.add_member_subclass(:custom_orchestration_trace, Types::Trace::CustomOrchestrationTrace)
|
|
2414
|
+
Trace.add_member_subclass(:failure_trace, Types::Trace::FailureTrace)
|
|
2393
2415
|
Trace.add_member_subclass(:guardrail_trace, Types::Trace::GuardrailTrace)
|
|
2394
|
-
Trace.add_member_subclass(:pre_processing_trace, Types::Trace::PreProcessingTrace)
|
|
2395
2416
|
Trace.add_member_subclass(:orchestration_trace, Types::Trace::OrchestrationTrace)
|
|
2396
2417
|
Trace.add_member_subclass(:post_processing_trace, Types::Trace::PostProcessingTrace)
|
|
2418
|
+
Trace.add_member_subclass(:pre_processing_trace, Types::Trace::PreProcessingTrace)
|
|
2397
2419
|
Trace.add_member_subclass(:routing_classifier_trace, Types::Trace::RoutingClassifierTrace)
|
|
2398
|
-
Trace.add_member_subclass(:failure_trace, Types::Trace::FailureTrace)
|
|
2399
|
-
Trace.add_member_subclass(:custom_orchestration_trace, Types::Trace::CustomOrchestrationTrace)
|
|
2400
2420
|
Trace.add_member_subclass(:unknown, Types::Trace::Unknown)
|
|
2401
2421
|
Trace.struct_class = Types::Trace
|
|
2402
2422
|
|
|
@@ -2406,14 +2426,14 @@ module Aws::BedrockAgentRuntime
|
|
|
2406
2426
|
TraceElements.add_member_subclass(:unknown, Types::TraceElements::Unknown)
|
|
2407
2427
|
TraceElements.struct_class = Types::TraceElements
|
|
2408
2428
|
|
|
2409
|
-
TracePart.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "sessionId"))
|
|
2410
|
-
TracePart.add_member(:trace, Shapes::ShapeRef.new(shape: Trace, location_name: "trace"))
|
|
2411
|
-
TracePart.add_member(:caller_chain, Shapes::ShapeRef.new(shape: CallerChain, location_name: "callerChain"))
|
|
2412
|
-
TracePart.add_member(:event_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "eventTime"))
|
|
2413
|
-
TracePart.add_member(:collaborator_name, Shapes::ShapeRef.new(shape: Name, location_name: "collaboratorName"))
|
|
2414
|
-
TracePart.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, location_name: "agentId"))
|
|
2415
2429
|
TracePart.add_member(:agent_alias_id, Shapes::ShapeRef.new(shape: AgentAliasId, location_name: "agentAliasId"))
|
|
2430
|
+
TracePart.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, location_name: "agentId"))
|
|
2416
2431
|
TracePart.add_member(:agent_version, Shapes::ShapeRef.new(shape: AgentVersion, location_name: "agentVersion"))
|
|
2432
|
+
TracePart.add_member(:caller_chain, Shapes::ShapeRef.new(shape: CallerChain, location_name: "callerChain"))
|
|
2433
|
+
TracePart.add_member(:collaborator_name, Shapes::ShapeRef.new(shape: Name, location_name: "collaboratorName"))
|
|
2434
|
+
TracePart.add_member(:event_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "eventTime"))
|
|
2435
|
+
TracePart.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "sessionId"))
|
|
2436
|
+
TracePart.add_member(:trace, Shapes::ShapeRef.new(shape: Trace, location_name: "trace"))
|
|
2417
2437
|
TracePart.struct_class = Types::TracePart
|
|
2418
2438
|
|
|
2419
2439
|
TransformationConfiguration.add_member(:mode, Shapes::ShapeRef.new(shape: QueryTransformationMode, required: true, location_name: "mode"))
|
|
@@ -2426,15 +2446,15 @@ module Aws::BedrockAgentRuntime
|
|
|
2426
2446
|
|
|
2427
2447
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
|
2428
2448
|
|
|
2429
|
-
UpdateSessionRequest.add_member(:session_metadata, Shapes::ShapeRef.new(shape: SessionMetadataMap, location_name: "sessionMetadata"))
|
|
2430
2449
|
UpdateSessionRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
|
2450
|
+
UpdateSessionRequest.add_member(:session_metadata, Shapes::ShapeRef.new(shape: SessionMetadataMap, location_name: "sessionMetadata"))
|
|
2431
2451
|
UpdateSessionRequest.struct_class = Types::UpdateSessionRequest
|
|
2432
2452
|
|
|
2433
|
-
UpdateSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
2434
|
-
UpdateSessionResponse.add_member(:session_arn, Shapes::ShapeRef.new(shape: SessionArn, required: true, location_name: "sessionArn"))
|
|
2435
|
-
UpdateSessionResponse.add_member(:session_status, Shapes::ShapeRef.new(shape: SessionStatus, required: true, location_name: "sessionStatus"))
|
|
2436
2453
|
UpdateSessionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
2437
2454
|
UpdateSessionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
2455
|
+
UpdateSessionResponse.add_member(:session_arn, Shapes::ShapeRef.new(shape: SessionArn, required: true, location_name: "sessionArn"))
|
|
2456
|
+
UpdateSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
|
2457
|
+
UpdateSessionResponse.add_member(:session_status, Shapes::ShapeRef.new(shape: SessionStatus, required: true, location_name: "sessionStatus"))
|
|
2438
2458
|
UpdateSessionResponse.struct_class = Types::UpdateSessionResponse
|
|
2439
2459
|
|
|
2440
2460
|
Usage.add_member(:input_tokens, Shapes::ShapeRef.new(shape: Integer, location_name: "inputTokens"))
|
|
@@ -2444,19 +2464,23 @@ module Aws::BedrockAgentRuntime
|
|
|
2444
2464
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
2445
2465
|
ValidationException.struct_class = Types::ValidationException
|
|
2446
2466
|
|
|
2467
|
+
VectorSearchBedrockRerankingConfiguration.add_member(:metadata_configuration, Shapes::ShapeRef.new(shape: MetadataConfigurationForReranking, location_name: "metadataConfiguration"))
|
|
2447
2468
|
VectorSearchBedrockRerankingConfiguration.add_member(:model_configuration, Shapes::ShapeRef.new(shape: VectorSearchBedrockRerankingModelConfiguration, required: true, location_name: "modelConfiguration"))
|
|
2448
2469
|
VectorSearchBedrockRerankingConfiguration.add_member(:number_of_reranked_results, Shapes::ShapeRef.new(shape: VectorSearchBedrockRerankingConfigurationNumberOfRerankedResultsInteger, location_name: "numberOfRerankedResults"))
|
|
2449
|
-
VectorSearchBedrockRerankingConfiguration.add_member(:metadata_configuration, Shapes::ShapeRef.new(shape: MetadataConfigurationForReranking, location_name: "metadataConfiguration"))
|
|
2450
2470
|
VectorSearchBedrockRerankingConfiguration.struct_class = Types::VectorSearchBedrockRerankingConfiguration
|
|
2451
2471
|
|
|
2452
|
-
VectorSearchBedrockRerankingModelConfiguration.add_member(:model_arn, Shapes::ShapeRef.new(shape: BedrockRerankingModelArn, required: true, location_name: "modelArn"))
|
|
2453
2472
|
VectorSearchBedrockRerankingModelConfiguration.add_member(:additional_model_request_fields, Shapes::ShapeRef.new(shape: AdditionalModelRequestFields, location_name: "additionalModelRequestFields"))
|
|
2473
|
+
VectorSearchBedrockRerankingModelConfiguration.add_member(:model_arn, Shapes::ShapeRef.new(shape: BedrockRerankingModelArn, required: true, location_name: "modelArn"))
|
|
2454
2474
|
VectorSearchBedrockRerankingModelConfiguration.struct_class = Types::VectorSearchBedrockRerankingModelConfiguration
|
|
2455
2475
|
|
|
2456
|
-
VectorSearchRerankingConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: VectorSearchRerankingConfigurationType, required: true, location_name: "type"))
|
|
2457
2476
|
VectorSearchRerankingConfiguration.add_member(:bedrock_reranking_configuration, Shapes::ShapeRef.new(shape: VectorSearchBedrockRerankingConfiguration, location_name: "bedrockRerankingConfiguration"))
|
|
2477
|
+
VectorSearchRerankingConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: VectorSearchRerankingConfigurationType, required: true, location_name: "type"))
|
|
2458
2478
|
VectorSearchRerankingConfiguration.struct_class = Types::VectorSearchRerankingConfiguration
|
|
2459
2479
|
|
|
2480
|
+
VideoSegment.add_member(:s3_uri, Shapes::ShapeRef.new(shape: VideoSegmentS3UriString, required: true, location_name: "s3Uri"))
|
|
2481
|
+
VideoSegment.add_member(:summary, Shapes::ShapeRef.new(shape: String, location_name: "summary"))
|
|
2482
|
+
VideoSegment.struct_class = Types::VideoSegment
|
|
2483
|
+
|
|
2460
2484
|
|
|
2461
2485
|
# @api private
|
|
2462
2486
|
API = Seahorse::Model::Api.new.tap do |api|
|
|
@@ -2467,6 +2491,7 @@ module Aws::BedrockAgentRuntime
|
|
|
2467
2491
|
"apiVersion" => "2023-07-26",
|
|
2468
2492
|
"auth" => ["aws.auth#sigv4"],
|
|
2469
2493
|
"endpointPrefix" => "bedrock-agent-runtime",
|
|
2494
|
+
"jsonVersion" => "1.1",
|
|
2470
2495
|
"protocol" => "rest-json",
|
|
2471
2496
|
"protocols" => ["rest-json"],
|
|
2472
2497
|
"serviceFullName" => "Agents for Amazon Bedrock Runtime",
|