aws-sdk-bedrockagentruntime 1.46.0 → 1.48.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 +965 -1
- data/lib/aws-sdk-bedrockagentruntime/client_api.rb +493 -0
- data/lib/aws-sdk-bedrockagentruntime/types.rb +1031 -29
- data/lib/aws-sdk-bedrockagentruntime.rb +2 -2
- data/sig/client.rbs +400 -0
- data/sig/types.rbs +285 -0
- metadata +2 -2
@@ -31,6 +31,7 @@ module Aws::BedrockAgentRuntime
|
|
31
31
|
AgentActionGroups = Shapes::ListShape.new(name: 'AgentActionGroups')
|
32
32
|
AgentAliasArn = Shapes::StringShape.new(name: 'AgentAliasArn')
|
33
33
|
AgentAliasId = Shapes::StringShape.new(name: 'AgentAliasId')
|
34
|
+
AgentCollaboration = Shapes::StringShape.new(name: 'AgentCollaboration')
|
34
35
|
AgentCollaboratorInputPayload = Shapes::StructureShape.new(name: 'AgentCollaboratorInputPayload')
|
35
36
|
AgentCollaboratorInvocationInput = Shapes::StructureShape.new(name: 'AgentCollaboratorInvocationInput')
|
36
37
|
AgentCollaboratorInvocationOutput = Shapes::StructureShape.new(name: 'AgentCollaboratorInvocationOutput')
|
@@ -56,6 +57,9 @@ module Aws::BedrockAgentRuntime
|
|
56
57
|
BedrockRerankingConfigurationNumberOfResultsInteger = Shapes::IntegerShape.new(name: 'BedrockRerankingConfigurationNumberOfResultsInteger')
|
57
58
|
BedrockRerankingModelArn = Shapes::StringShape.new(name: 'BedrockRerankingModelArn')
|
58
59
|
BedrockRerankingModelConfiguration = Shapes::StructureShape.new(name: 'BedrockRerankingModelConfiguration')
|
60
|
+
BedrockSessionContentBlock = Shapes::UnionShape.new(name: 'BedrockSessionContentBlock')
|
61
|
+
BedrockSessionContentBlockTextString = Shapes::StringShape.new(name: 'BedrockSessionContentBlockTextString')
|
62
|
+
BedrockSessionContentBlocks = Shapes::ListShape.new(name: 'BedrockSessionContentBlocks')
|
59
63
|
Blob = Shapes::BlobShape.new(name: 'Blob')
|
60
64
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
61
65
|
ByteContentBlob = Shapes::BlobShape.new(name: 'ByteContentBlob')
|
@@ -68,6 +72,11 @@ module Aws::BedrockAgentRuntime
|
|
68
72
|
Citations = Shapes::ListShape.new(name: 'Citations')
|
69
73
|
CodeInterpreterInvocationInput = Shapes::StructureShape.new(name: 'CodeInterpreterInvocationInput')
|
70
74
|
CodeInterpreterInvocationOutput = Shapes::StructureShape.new(name: 'CodeInterpreterInvocationOutput')
|
75
|
+
CollaborationInstruction = Shapes::StringShape.new(name: 'CollaborationInstruction')
|
76
|
+
Collaborator = Shapes::StructureShape.new(name: 'Collaborator')
|
77
|
+
CollaboratorConfiguration = Shapes::StructureShape.new(name: 'CollaboratorConfiguration')
|
78
|
+
CollaboratorConfigurations = Shapes::ListShape.new(name: 'CollaboratorConfigurations')
|
79
|
+
Collaborators = Shapes::ListShape.new(name: 'Collaborators')
|
71
80
|
ConfirmationState = Shapes::StringShape.new(name: 'ConfirmationState')
|
72
81
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
73
82
|
ContentBlock = Shapes::UnionShape.new(name: 'ContentBlock')
|
@@ -77,6 +86,10 @@ module Aws::BedrockAgentRuntime
|
|
77
86
|
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
78
87
|
ConversationHistory = Shapes::StructureShape.new(name: 'ConversationHistory')
|
79
88
|
ConversationRole = Shapes::StringShape.new(name: 'ConversationRole')
|
89
|
+
CreateInvocationRequest = Shapes::StructureShape.new(name: 'CreateInvocationRequest')
|
90
|
+
CreateInvocationResponse = Shapes::StructureShape.new(name: 'CreateInvocationResponse')
|
91
|
+
CreateSessionRequest = Shapes::StructureShape.new(name: 'CreateSessionRequest')
|
92
|
+
CreateSessionResponse = Shapes::StructureShape.new(name: 'CreateSessionResponse')
|
80
93
|
CreationMode = Shapes::StringShape.new(name: 'CreationMode')
|
81
94
|
CustomControlMethod = Shapes::StringShape.new(name: 'CustomControlMethod')
|
82
95
|
CustomOrchestrationTrace = Shapes::StructureShape.new(name: 'CustomOrchestrationTrace')
|
@@ -84,9 +97,13 @@ module Aws::BedrockAgentRuntime
|
|
84
97
|
DateTimestamp = Shapes::TimestampShape.new(name: 'DateTimestamp', timestampFormat: "iso8601")
|
85
98
|
DeleteAgentMemoryRequest = Shapes::StructureShape.new(name: 'DeleteAgentMemoryRequest')
|
86
99
|
DeleteAgentMemoryResponse = Shapes::StructureShape.new(name: 'DeleteAgentMemoryResponse')
|
100
|
+
DeleteSessionRequest = Shapes::StructureShape.new(name: 'DeleteSessionRequest')
|
101
|
+
DeleteSessionResponse = Shapes::StructureShape.new(name: 'DeleteSessionResponse')
|
87
102
|
DependencyFailedException = Shapes::StructureShape.new(name: 'DependencyFailedException')
|
88
103
|
Document = Shapes::DocumentShape.new(name: 'Document', document: true)
|
89
104
|
Double = Shapes::FloatShape.new(name: 'Double')
|
105
|
+
EndSessionRequest = Shapes::StructureShape.new(name: 'EndSessionRequest')
|
106
|
+
EndSessionResponse = Shapes::StructureShape.new(name: 'EndSessionResponse')
|
90
107
|
ExecutionType = Shapes::StringShape.new(name: 'ExecutionType')
|
91
108
|
ExternalSource = Shapes::StructureShape.new(name: 'ExternalSource')
|
92
109
|
ExternalSourceType = Shapes::StringShape.new(name: 'ExternalSourceType')
|
@@ -154,6 +171,10 @@ module Aws::BedrockAgentRuntime
|
|
154
171
|
GenerationConfiguration = Shapes::StructureShape.new(name: 'GenerationConfiguration')
|
155
172
|
GetAgentMemoryRequest = Shapes::StructureShape.new(name: 'GetAgentMemoryRequest')
|
156
173
|
GetAgentMemoryResponse = Shapes::StructureShape.new(name: 'GetAgentMemoryResponse')
|
174
|
+
GetInvocationStepRequest = Shapes::StructureShape.new(name: 'GetInvocationStepRequest')
|
175
|
+
GetInvocationStepResponse = Shapes::StructureShape.new(name: 'GetInvocationStepResponse')
|
176
|
+
GetSessionRequest = Shapes::StructureShape.new(name: 'GetSessionRequest')
|
177
|
+
GetSessionResponse = Shapes::StructureShape.new(name: 'GetSessionResponse')
|
157
178
|
GuadrailAction = Shapes::StringShape.new(name: 'GuadrailAction')
|
158
179
|
GuardrailAction = Shapes::StringShape.new(name: 'GuardrailAction')
|
159
180
|
GuardrailAssessment = Shapes::StructureShape.new(name: 'GuardrailAssessment')
|
@@ -192,6 +213,10 @@ module Aws::BedrockAgentRuntime
|
|
192
213
|
GuardrailWordPolicyAction = Shapes::StringShape.new(name: 'GuardrailWordPolicyAction')
|
193
214
|
GuardrailWordPolicyAssessment = Shapes::StructureShape.new(name: 'GuardrailWordPolicyAssessment')
|
194
215
|
Identifier = Shapes::StringShape.new(name: 'Identifier')
|
216
|
+
ImageBlock = Shapes::StructureShape.new(name: 'ImageBlock')
|
217
|
+
ImageFormat = Shapes::StringShape.new(name: 'ImageFormat')
|
218
|
+
ImageSource = Shapes::UnionShape.new(name: 'ImageSource')
|
219
|
+
ImageSourceBytesBlob = Shapes::BlobShape.new(name: 'ImageSourceBytesBlob')
|
195
220
|
ImplicitFilterConfiguration = Shapes::StructureShape.new(name: 'ImplicitFilterConfiguration')
|
196
221
|
InferenceConfig = Shapes::StructureShape.new(name: 'InferenceConfig')
|
197
222
|
InferenceConfiguration = Shapes::StructureShape.new(name: 'InferenceConfiguration')
|
@@ -210,10 +235,18 @@ module Aws::BedrockAgentRuntime
|
|
210
235
|
Instruction = Shapes::StringShape.new(name: 'Instruction')
|
211
236
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
212
237
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
238
|
+
InvocationDescription = Shapes::StringShape.new(name: 'InvocationDescription')
|
239
|
+
InvocationIdentifier = Shapes::StringShape.new(name: 'InvocationIdentifier')
|
213
240
|
InvocationInput = Shapes::StructureShape.new(name: 'InvocationInput')
|
214
241
|
InvocationInputMember = Shapes::UnionShape.new(name: 'InvocationInputMember')
|
215
242
|
InvocationInputs = Shapes::ListShape.new(name: 'InvocationInputs')
|
216
243
|
InvocationResultMember = Shapes::UnionShape.new(name: 'InvocationResultMember')
|
244
|
+
InvocationStep = Shapes::StructureShape.new(name: 'InvocationStep')
|
245
|
+
InvocationStepPayload = Shapes::UnionShape.new(name: 'InvocationStepPayload')
|
246
|
+
InvocationStepSummaries = Shapes::ListShape.new(name: 'InvocationStepSummaries')
|
247
|
+
InvocationStepSummary = Shapes::StructureShape.new(name: 'InvocationStepSummary')
|
248
|
+
InvocationSummaries = Shapes::ListShape.new(name: 'InvocationSummaries')
|
249
|
+
InvocationSummary = Shapes::StructureShape.new(name: 'InvocationSummary')
|
217
250
|
InvocationType = Shapes::StringShape.new(name: 'InvocationType')
|
218
251
|
InvokeAgentRequest = Shapes::StructureShape.new(name: 'InvokeAgentRequest')
|
219
252
|
InvokeAgentResponse = Shapes::StructureShape.new(name: 'InvokeAgentResponse')
|
@@ -241,6 +274,14 @@ module Aws::BedrockAgentRuntime
|
|
241
274
|
KnowledgeBases = Shapes::ListShape.new(name: 'KnowledgeBases')
|
242
275
|
LambdaArn = Shapes::StringShape.new(name: 'LambdaArn')
|
243
276
|
LambdaResourceArn = Shapes::StringShape.new(name: 'LambdaResourceArn')
|
277
|
+
ListInvocationStepsRequest = Shapes::StructureShape.new(name: 'ListInvocationStepsRequest')
|
278
|
+
ListInvocationStepsResponse = Shapes::StructureShape.new(name: 'ListInvocationStepsResponse')
|
279
|
+
ListInvocationsRequest = Shapes::StructureShape.new(name: 'ListInvocationsRequest')
|
280
|
+
ListInvocationsResponse = Shapes::StructureShape.new(name: 'ListInvocationsResponse')
|
281
|
+
ListSessionsRequest = Shapes::StructureShape.new(name: 'ListSessionsRequest')
|
282
|
+
ListSessionsResponse = Shapes::StructureShape.new(name: 'ListSessionsResponse')
|
283
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
284
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
244
285
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
245
286
|
MaxTokens = Shapes::IntegerShape.new(name: 'MaxTokens')
|
246
287
|
MaximumLength = Shapes::IntegerShape.new(name: 'MaximumLength')
|
@@ -311,6 +352,8 @@ module Aws::BedrockAgentRuntime
|
|
311
352
|
PromptText = Shapes::StringShape.new(name: 'PromptText')
|
312
353
|
PromptType = Shapes::StringShape.new(name: 'PromptType')
|
313
354
|
PropertyParameters = Shapes::StructureShape.new(name: 'PropertyParameters')
|
355
|
+
PutInvocationStepRequest = Shapes::StructureShape.new(name: 'PutInvocationStepRequest')
|
356
|
+
PutInvocationStepResponse = Shapes::StructureShape.new(name: 'PutInvocationStepResponse')
|
314
357
|
QueryGenerationInput = Shapes::StructureShape.new(name: 'QueryGenerationInput')
|
315
358
|
QueryGenerationInputTextString = Shapes::StringShape.new(name: 'QueryGenerationInputTextString')
|
316
359
|
QueryTransformationConfiguration = Shapes::StructureShape.new(name: 'QueryTransformationConfiguration')
|
@@ -323,6 +366,7 @@ module Aws::BedrockAgentRuntime
|
|
323
366
|
RawResponse = Shapes::StructureShape.new(name: 'RawResponse')
|
324
367
|
ReasoningContentBlock = Shapes::UnionShape.new(name: 'ReasoningContentBlock')
|
325
368
|
ReasoningTextBlock = Shapes::StructureShape.new(name: 'ReasoningTextBlock')
|
369
|
+
RelayConversationHistory = Shapes::StringShape.new(name: 'RelayConversationHistory')
|
326
370
|
RepromptResponse = Shapes::StructureShape.new(name: 'RepromptResponse')
|
327
371
|
RequestBody = Shapes::StructureShape.new(name: 'RequestBody')
|
328
372
|
RequireConfirmation = Shapes::StringShape.new(name: 'RequireConfirmation')
|
@@ -394,15 +438,24 @@ module Aws::BedrockAgentRuntime
|
|
394
438
|
RoutingClassifierTrace = Shapes::UnionShape.new(name: 'RoutingClassifierTrace')
|
395
439
|
S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
|
396
440
|
S3Identifier = Shapes::StructureShape.new(name: 'S3Identifier')
|
441
|
+
S3Location = Shapes::StructureShape.new(name: 'S3Location')
|
397
442
|
S3ObjectDoc = Shapes::StructureShape.new(name: 'S3ObjectDoc')
|
398
443
|
S3ObjectFile = Shapes::StructureShape.new(name: 'S3ObjectFile')
|
399
444
|
S3ObjectKey = Shapes::StringShape.new(name: 'S3ObjectKey')
|
400
445
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
401
446
|
SearchType = Shapes::StringShape.new(name: 'SearchType')
|
402
447
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
448
|
+
SessionArn = Shapes::StringShape.new(name: 'SessionArn')
|
403
449
|
SessionAttributesMap = Shapes::MapShape.new(name: 'SessionAttributesMap')
|
404
450
|
SessionId = Shapes::StringShape.new(name: 'SessionId')
|
451
|
+
SessionIdentifier = Shapes::StringShape.new(name: 'SessionIdentifier')
|
452
|
+
SessionMetadataKey = Shapes::StringShape.new(name: 'SessionMetadataKey')
|
453
|
+
SessionMetadataMap = Shapes::MapShape.new(name: 'SessionMetadataMap')
|
454
|
+
SessionMetadataValue = Shapes::StringShape.new(name: 'SessionMetadataValue')
|
405
455
|
SessionState = Shapes::StructureShape.new(name: 'SessionState')
|
456
|
+
SessionStatus = Shapes::StringShape.new(name: 'SessionStatus')
|
457
|
+
SessionSummaries = Shapes::ListShape.new(name: 'SessionSummaries')
|
458
|
+
SessionSummary = Shapes::StructureShape.new(name: 'SessionSummary')
|
406
459
|
SessionTTL = Shapes::IntegerShape.new(name: 'SessionTTL')
|
407
460
|
Source = Shapes::StringShape.new(name: 'Source')
|
408
461
|
Span = Shapes::StructureShape.new(name: 'Span')
|
@@ -413,6 +466,14 @@ module Aws::BedrockAgentRuntime
|
|
413
466
|
StreamingConfigurationsApplyGuardrailIntervalInteger = Shapes::IntegerShape.new(name: 'StreamingConfigurationsApplyGuardrailIntervalInteger')
|
414
467
|
String = Shapes::StringShape.new(name: 'String')
|
415
468
|
SummaryText = Shapes::StringShape.new(name: 'SummaryText')
|
469
|
+
SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
|
470
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
471
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
472
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
473
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
474
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
475
|
+
TaggableResourcesArn = Shapes::StringShape.new(name: 'TaggableResourcesArn')
|
476
|
+
TagsMap = Shapes::MapShape.new(name: 'TagsMap')
|
416
477
|
Temperature = Shapes::FloatShape.new(name: 'Temperature')
|
417
478
|
TextInferenceConfig = Shapes::StructureShape.new(name: 'TextInferenceConfig')
|
418
479
|
TextPrompt = Shapes::StructureShape.new(name: 'TextPrompt')
|
@@ -431,7 +492,12 @@ module Aws::BedrockAgentRuntime
|
|
431
492
|
TracePart = Shapes::StructureShape.new(name: 'TracePart')
|
432
493
|
TransformationConfiguration = Shapes::StructureShape.new(name: 'TransformationConfiguration')
|
433
494
|
Type = Shapes::StringShape.new(name: 'Type')
|
495
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
496
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
497
|
+
UpdateSessionRequest = Shapes::StructureShape.new(name: 'UpdateSessionRequest')
|
498
|
+
UpdateSessionResponse = Shapes::StructureShape.new(name: 'UpdateSessionResponse')
|
434
499
|
Usage = Shapes::StructureShape.new(name: 'Usage')
|
500
|
+
Uuid = Shapes::StringShape.new(name: 'Uuid')
|
435
501
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
436
502
|
VectorSearchBedrockRerankingConfiguration = Shapes::StructureShape.new(name: 'VectorSearchBedrockRerankingConfiguration')
|
437
503
|
VectorSearchBedrockRerankingConfigurationNumberOfRerankedResultsInteger = Shapes::IntegerShape.new(name: 'VectorSearchBedrockRerankingConfigurationNumberOfRerankedResultsInteger')
|
@@ -559,6 +625,16 @@ module Aws::BedrockAgentRuntime
|
|
559
625
|
BedrockRerankingModelConfiguration.add_member(:model_arn, Shapes::ShapeRef.new(shape: BedrockModelArn, required: true, location_name: "modelArn"))
|
560
626
|
BedrockRerankingModelConfiguration.struct_class = Types::BedrockRerankingModelConfiguration
|
561
627
|
|
628
|
+
BedrockSessionContentBlock.add_member(:image, Shapes::ShapeRef.new(shape: ImageBlock, location_name: "image"))
|
629
|
+
BedrockSessionContentBlock.add_member(:text, Shapes::ShapeRef.new(shape: BedrockSessionContentBlockTextString, location_name: "text"))
|
630
|
+
BedrockSessionContentBlock.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
631
|
+
BedrockSessionContentBlock.add_member_subclass(:image, Types::BedrockSessionContentBlock::Image)
|
632
|
+
BedrockSessionContentBlock.add_member_subclass(:text, Types::BedrockSessionContentBlock::Text)
|
633
|
+
BedrockSessionContentBlock.add_member_subclass(:unknown, Types::BedrockSessionContentBlock::Unknown)
|
634
|
+
BedrockSessionContentBlock.struct_class = Types::BedrockSessionContentBlock
|
635
|
+
|
636
|
+
BedrockSessionContentBlocks.member = Shapes::ShapeRef.new(shape: BedrockSessionContentBlock)
|
637
|
+
|
562
638
|
ByteContentDoc.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, required: true, location_name: "contentType"))
|
563
639
|
ByteContentDoc.add_member(:data, Shapes::ShapeRef.new(shape: ByteContentBlob, required: true, location_name: "data"))
|
564
640
|
ByteContentDoc.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "identifier"))
|
@@ -597,6 +673,29 @@ module Aws::BedrockAgentRuntime
|
|
597
673
|
CodeInterpreterInvocationOutput.add_member(:files, Shapes::ShapeRef.new(shape: Files, location_name: "files"))
|
598
674
|
CodeInterpreterInvocationOutput.struct_class = Types::CodeInterpreterInvocationOutput
|
599
675
|
|
676
|
+
Collaborator.add_member(:action_groups, Shapes::ShapeRef.new(shape: AgentActionGroups, location_name: "actionGroups"))
|
677
|
+
Collaborator.add_member(:agent_collaboration, Shapes::ShapeRef.new(shape: AgentCollaboration, location_name: "agentCollaboration"))
|
678
|
+
Collaborator.add_member(:agent_name, Shapes::ShapeRef.new(shape: Name, location_name: "agentName"))
|
679
|
+
Collaborator.add_member(:collaborator_configurations, Shapes::ShapeRef.new(shape: CollaboratorConfigurations, location_name: "collaboratorConfigurations"))
|
680
|
+
Collaborator.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
681
|
+
Collaborator.add_member(:foundation_model, Shapes::ShapeRef.new(shape: ModelIdentifier, required: true, location_name: "foundationModel"))
|
682
|
+
Collaborator.add_member(:guardrail_configuration, Shapes::ShapeRef.new(shape: GuardrailConfigurationWithArn, location_name: "guardrailConfiguration"))
|
683
|
+
Collaborator.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, location_name: "idleSessionTTLInSeconds"))
|
684
|
+
Collaborator.add_member(:instruction, Shapes::ShapeRef.new(shape: Instruction, required: true, location_name: "instruction"))
|
685
|
+
Collaborator.add_member(:knowledge_bases, Shapes::ShapeRef.new(shape: KnowledgeBases, location_name: "knowledgeBases"))
|
686
|
+
Collaborator.add_member(:prompt_override_configuration, Shapes::ShapeRef.new(shape: PromptOverrideConfiguration, location_name: "promptOverrideConfiguration"))
|
687
|
+
Collaborator.struct_class = Types::Collaborator
|
688
|
+
|
689
|
+
CollaboratorConfiguration.add_member(:agent_alias_arn, Shapes::ShapeRef.new(shape: AgentAliasArn, location_name: "agentAliasArn"))
|
690
|
+
CollaboratorConfiguration.add_member(:collaborator_instruction, Shapes::ShapeRef.new(shape: CollaborationInstruction, required: true, location_name: "collaboratorInstruction"))
|
691
|
+
CollaboratorConfiguration.add_member(:collaborator_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "collaboratorName"))
|
692
|
+
CollaboratorConfiguration.add_member(:relay_conversation_history, Shapes::ShapeRef.new(shape: RelayConversationHistory, location_name: "relayConversationHistory"))
|
693
|
+
CollaboratorConfiguration.struct_class = Types::CollaboratorConfiguration
|
694
|
+
|
695
|
+
CollaboratorConfigurations.member = Shapes::ShapeRef.new(shape: CollaboratorConfiguration)
|
696
|
+
|
697
|
+
Collaborators.member = Shapes::ShapeRef.new(shape: Collaborator)
|
698
|
+
|
600
699
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
601
700
|
ConflictException.struct_class = Types::ConflictException
|
602
701
|
|
@@ -617,6 +716,27 @@ module Aws::BedrockAgentRuntime
|
|
617
716
|
ConversationHistory.add_member(:messages, Shapes::ShapeRef.new(shape: Messages, location_name: "messages"))
|
618
717
|
ConversationHistory.struct_class = Types::ConversationHistory
|
619
718
|
|
719
|
+
CreateInvocationRequest.add_member(:description, Shapes::ShapeRef.new(shape: InvocationDescription, location_name: "description"))
|
720
|
+
CreateInvocationRequest.add_member(:invocation_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "invocationId"))
|
721
|
+
CreateInvocationRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
722
|
+
CreateInvocationRequest.struct_class = Types::CreateInvocationRequest
|
723
|
+
|
724
|
+
CreateInvocationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
725
|
+
CreateInvocationResponse.add_member(:invocation_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "invocationId"))
|
726
|
+
CreateInvocationResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
727
|
+
CreateInvocationResponse.struct_class = Types::CreateInvocationResponse
|
728
|
+
|
729
|
+
CreateSessionRequest.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "encryptionKeyArn"))
|
730
|
+
CreateSessionRequest.add_member(:session_metadata, Shapes::ShapeRef.new(shape: SessionMetadataMap, location_name: "sessionMetadata"))
|
731
|
+
CreateSessionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
732
|
+
CreateSessionRequest.struct_class = Types::CreateSessionRequest
|
733
|
+
|
734
|
+
CreateSessionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
735
|
+
CreateSessionResponse.add_member(:session_arn, Shapes::ShapeRef.new(shape: SessionArn, required: true, location_name: "sessionArn"))
|
736
|
+
CreateSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
737
|
+
CreateSessionResponse.add_member(:session_status, Shapes::ShapeRef.new(shape: SessionStatus, required: true, location_name: "sessionStatus"))
|
738
|
+
CreateSessionResponse.struct_class = Types::CreateSessionResponse
|
739
|
+
|
620
740
|
CustomOrchestrationTrace.add_member(:event, Shapes::ShapeRef.new(shape: CustomOrchestrationTraceEvent, location_name: "event"))
|
621
741
|
CustomOrchestrationTrace.add_member(:trace_id, Shapes::ShapeRef.new(shape: TraceId, location_name: "traceId"))
|
622
742
|
CustomOrchestrationTrace.struct_class = Types::CustomOrchestrationTrace
|
@@ -632,10 +752,23 @@ module Aws::BedrockAgentRuntime
|
|
632
752
|
|
633
753
|
DeleteAgentMemoryResponse.struct_class = Types::DeleteAgentMemoryResponse
|
634
754
|
|
755
|
+
DeleteSessionRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
756
|
+
DeleteSessionRequest.struct_class = Types::DeleteSessionRequest
|
757
|
+
|
758
|
+
DeleteSessionResponse.struct_class = Types::DeleteSessionResponse
|
759
|
+
|
635
760
|
DependencyFailedException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
636
761
|
DependencyFailedException.add_member(:resource_name, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "resourceName"))
|
637
762
|
DependencyFailedException.struct_class = Types::DependencyFailedException
|
638
763
|
|
764
|
+
EndSessionRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
765
|
+
EndSessionRequest.struct_class = Types::EndSessionRequest
|
766
|
+
|
767
|
+
EndSessionResponse.add_member(:session_arn, Shapes::ShapeRef.new(shape: SessionArn, required: true, location_name: "sessionArn"))
|
768
|
+
EndSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
769
|
+
EndSessionResponse.add_member(:session_status, Shapes::ShapeRef.new(shape: SessionStatus, required: true, location_name: "sessionStatus"))
|
770
|
+
EndSessionResponse.struct_class = Types::EndSessionResponse
|
771
|
+
|
639
772
|
ExternalSource.add_member(:byte_content, Shapes::ShapeRef.new(shape: ByteContentDoc, location_name: "byteContent"))
|
640
773
|
ExternalSource.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3ObjectDoc, location_name: "s3Location"))
|
641
774
|
ExternalSource.add_member(:source_type, Shapes::ShapeRef.new(shape: ExternalSourceType, required: true, location_name: "sourceType"))
|
@@ -864,6 +997,26 @@ module Aws::BedrockAgentRuntime
|
|
864
997
|
GetAgentMemoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
865
998
|
GetAgentMemoryResponse.struct_class = Types::GetAgentMemoryResponse
|
866
999
|
|
1000
|
+
GetInvocationStepRequest.add_member(:invocation_identifier, Shapes::ShapeRef.new(shape: InvocationIdentifier, required: true, location_name: "invocationIdentifier"))
|
1001
|
+
GetInvocationStepRequest.add_member(:invocation_step_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "invocationStepId"))
|
1002
|
+
GetInvocationStepRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
1003
|
+
GetInvocationStepRequest.struct_class = Types::GetInvocationStepRequest
|
1004
|
+
|
1005
|
+
GetInvocationStepResponse.add_member(:invocation_step, Shapes::ShapeRef.new(shape: InvocationStep, required: true, location_name: "invocationStep"))
|
1006
|
+
GetInvocationStepResponse.struct_class = Types::GetInvocationStepResponse
|
1007
|
+
|
1008
|
+
GetSessionRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
1009
|
+
GetSessionRequest.struct_class = Types::GetSessionRequest
|
1010
|
+
|
1011
|
+
GetSessionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1012
|
+
GetSessionResponse.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "encryptionKeyArn"))
|
1013
|
+
GetSessionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
1014
|
+
GetSessionResponse.add_member(:session_arn, Shapes::ShapeRef.new(shape: SessionArn, required: true, location_name: "sessionArn"))
|
1015
|
+
GetSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
1016
|
+
GetSessionResponse.add_member(:session_metadata, Shapes::ShapeRef.new(shape: SessionMetadataMap, location_name: "sessionMetadata"))
|
1017
|
+
GetSessionResponse.add_member(:session_status, Shapes::ShapeRef.new(shape: SessionStatus, required: true, location_name: "sessionStatus"))
|
1018
|
+
GetSessionResponse.struct_class = Types::GetSessionResponse
|
1019
|
+
|
867
1020
|
GuardrailAssessment.add_member(:content_policy, Shapes::ShapeRef.new(shape: GuardrailContentPolicyAssessment, location_name: "contentPolicy"))
|
868
1021
|
GuardrailAssessment.add_member(:sensitive_information_policy, Shapes::ShapeRef.new(shape: GuardrailSensitiveInformationPolicyAssessment, location_name: "sensitiveInformationPolicy"))
|
869
1022
|
GuardrailAssessment.add_member(:topic_policy, Shapes::ShapeRef.new(shape: GuardrailTopicPolicyAssessment, location_name: "topicPolicy"))
|
@@ -945,6 +1098,18 @@ module Aws::BedrockAgentRuntime
|
|
945
1098
|
GuardrailWordPolicyAssessment.add_member(:managed_word_lists, Shapes::ShapeRef.new(shape: GuardrailManagedWordList, location_name: "managedWordLists"))
|
946
1099
|
GuardrailWordPolicyAssessment.struct_class = Types::GuardrailWordPolicyAssessment
|
947
1100
|
|
1101
|
+
ImageBlock.add_member(:format, Shapes::ShapeRef.new(shape: ImageFormat, required: true, location_name: "format"))
|
1102
|
+
ImageBlock.add_member(:source, Shapes::ShapeRef.new(shape: ImageSource, required: true, location_name: "source"))
|
1103
|
+
ImageBlock.struct_class = Types::ImageBlock
|
1104
|
+
|
1105
|
+
ImageSource.add_member(:bytes, Shapes::ShapeRef.new(shape: ImageSourceBytesBlob, location_name: "bytes"))
|
1106
|
+
ImageSource.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
|
1107
|
+
ImageSource.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1108
|
+
ImageSource.add_member_subclass(:bytes, Types::ImageSource::Bytes)
|
1109
|
+
ImageSource.add_member_subclass(:s3_location, Types::ImageSource::S3Location)
|
1110
|
+
ImageSource.add_member_subclass(:unknown, Types::ImageSource::Unknown)
|
1111
|
+
ImageSource.struct_class = Types::ImageSource
|
1112
|
+
|
948
1113
|
ImplicitFilterConfiguration.add_member(:metadata_attributes, Shapes::ShapeRef.new(shape: MetadataAttributeSchemaList, required: true, location_name: "metadataAttributes"))
|
949
1114
|
ImplicitFilterConfiguration.add_member(:model_arn, Shapes::ShapeRef.new(shape: BedrockModelArn, required: true, location_name: "modelArn"))
|
950
1115
|
ImplicitFilterConfiguration.struct_class = Types::ImplicitFilterConfiguration
|
@@ -992,6 +1157,7 @@ module Aws::BedrockAgentRuntime
|
|
992
1157
|
InlineBedrockModelConfigurations.add_member(:performance_config, Shapes::ShapeRef.new(shape: PerformanceConfiguration, location_name: "performanceConfig"))
|
993
1158
|
InlineBedrockModelConfigurations.struct_class = Types::InlineBedrockModelConfigurations
|
994
1159
|
|
1160
|
+
InlineSessionState.add_member(:conversation_history, Shapes::ShapeRef.new(shape: ConversationHistory, location_name: "conversationHistory"))
|
995
1161
|
InlineSessionState.add_member(:files, Shapes::ShapeRef.new(shape: InputFiles, location_name: "files"))
|
996
1162
|
InlineSessionState.add_member(:invocation_id, Shapes::ShapeRef.new(shape: String, location_name: "invocationId"))
|
997
1163
|
InlineSessionState.add_member(:prompt_session_attributes, Shapes::ShapeRef.new(shape: PromptSessionAttributesMap, location_name: "promptSessionAttributes"))
|
@@ -1042,6 +1208,34 @@ module Aws::BedrockAgentRuntime
|
|
1042
1208
|
InvocationResultMember.add_member_subclass(:unknown, Types::InvocationResultMember::Unknown)
|
1043
1209
|
InvocationResultMember.struct_class = Types::InvocationResultMember
|
1044
1210
|
|
1211
|
+
InvocationStep.add_member(:invocation_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "invocationId"))
|
1212
|
+
InvocationStep.add_member(:invocation_step_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "invocationStepId"))
|
1213
|
+
InvocationStep.add_member(:invocation_step_time, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "invocationStepTime"))
|
1214
|
+
InvocationStep.add_member(:payload, Shapes::ShapeRef.new(shape: InvocationStepPayload, required: true, location_name: "payload"))
|
1215
|
+
InvocationStep.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
1216
|
+
InvocationStep.struct_class = Types::InvocationStep
|
1217
|
+
|
1218
|
+
InvocationStepPayload.add_member(:content_blocks, Shapes::ShapeRef.new(shape: BedrockSessionContentBlocks, location_name: "contentBlocks"))
|
1219
|
+
InvocationStepPayload.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1220
|
+
InvocationStepPayload.add_member_subclass(:content_blocks, Types::InvocationStepPayload::ContentBlocks)
|
1221
|
+
InvocationStepPayload.add_member_subclass(:unknown, Types::InvocationStepPayload::Unknown)
|
1222
|
+
InvocationStepPayload.struct_class = Types::InvocationStepPayload
|
1223
|
+
|
1224
|
+
InvocationStepSummaries.member = Shapes::ShapeRef.new(shape: InvocationStepSummary)
|
1225
|
+
|
1226
|
+
InvocationStepSummary.add_member(:invocation_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "invocationId"))
|
1227
|
+
InvocationStepSummary.add_member(:invocation_step_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "invocationStepId"))
|
1228
|
+
InvocationStepSummary.add_member(:invocation_step_time, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "invocationStepTime"))
|
1229
|
+
InvocationStepSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
1230
|
+
InvocationStepSummary.struct_class = Types::InvocationStepSummary
|
1231
|
+
|
1232
|
+
InvocationSummaries.member = Shapes::ShapeRef.new(shape: InvocationSummary)
|
1233
|
+
|
1234
|
+
InvocationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1235
|
+
InvocationSummary.add_member(:invocation_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "invocationId"))
|
1236
|
+
InvocationSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
1237
|
+
InvocationSummary.struct_class = Types::InvocationSummary
|
1238
|
+
|
1045
1239
|
InvokeAgentRequest.add_member(:agent_alias_id, Shapes::ShapeRef.new(shape: AgentAliasId, required: true, location: "uri", location_name: "agentAliasId"))
|
1046
1240
|
InvokeAgentRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location: "uri", location_name: "agentId"))
|
1047
1241
|
InvokeAgentRequest.add_member(:bedrock_model_configurations, Shapes::ShapeRef.new(shape: BedrockModelConfigurations, location_name: "bedrockModelConfigurations"))
|
@@ -1078,7 +1272,10 @@ module Aws::BedrockAgentRuntime
|
|
1078
1272
|
InvokeFlowResponse[:payload_member] = InvokeFlowResponse.member(:response_stream)
|
1079
1273
|
|
1080
1274
|
InvokeInlineAgentRequest.add_member(:action_groups, Shapes::ShapeRef.new(shape: AgentActionGroups, location_name: "actionGroups"))
|
1275
|
+
InvokeInlineAgentRequest.add_member(:agent_collaboration, Shapes::ShapeRef.new(shape: AgentCollaboration, location_name: "agentCollaboration"))
|
1081
1276
|
InvokeInlineAgentRequest.add_member(:bedrock_model_configurations, Shapes::ShapeRef.new(shape: InlineBedrockModelConfigurations, location_name: "bedrockModelConfigurations"))
|
1277
|
+
InvokeInlineAgentRequest.add_member(:collaborator_configurations, Shapes::ShapeRef.new(shape: CollaboratorConfigurations, location_name: "collaboratorConfigurations"))
|
1278
|
+
InvokeInlineAgentRequest.add_member(:collaborators, Shapes::ShapeRef.new(shape: Collaborators, location_name: "collaborators"))
|
1082
1279
|
InvokeInlineAgentRequest.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
1083
1280
|
InvokeInlineAgentRequest.add_member(:enable_trace, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableTrace"))
|
1084
1281
|
InvokeInlineAgentRequest.add_member(:end_session, Shapes::ShapeRef.new(shape: Boolean, location_name: "endSession"))
|
@@ -1149,6 +1346,39 @@ module Aws::BedrockAgentRuntime
|
|
1149
1346
|
|
1150
1347
|
KnowledgeBases.member = Shapes::ShapeRef.new(shape: KnowledgeBase)
|
1151
1348
|
|
1349
|
+
ListInvocationStepsRequest.add_member(:invocation_identifier, Shapes::ShapeRef.new(shape: InvocationIdentifier, location_name: "invocationIdentifier"))
|
1350
|
+
ListInvocationStepsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1351
|
+
ListInvocationStepsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1352
|
+
ListInvocationStepsRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
1353
|
+
ListInvocationStepsRequest.struct_class = Types::ListInvocationStepsRequest
|
1354
|
+
|
1355
|
+
ListInvocationStepsResponse.add_member(:invocation_step_summaries, Shapes::ShapeRef.new(shape: InvocationStepSummaries, required: true, location_name: "invocationStepSummaries"))
|
1356
|
+
ListInvocationStepsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1357
|
+
ListInvocationStepsResponse.struct_class = Types::ListInvocationStepsResponse
|
1358
|
+
|
1359
|
+
ListInvocationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1360
|
+
ListInvocationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1361
|
+
ListInvocationsRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
1362
|
+
ListInvocationsRequest.struct_class = Types::ListInvocationsRequest
|
1363
|
+
|
1364
|
+
ListInvocationsResponse.add_member(:invocation_summaries, Shapes::ShapeRef.new(shape: InvocationSummaries, required: true, location_name: "invocationSummaries"))
|
1365
|
+
ListInvocationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1366
|
+
ListInvocationsResponse.struct_class = Types::ListInvocationsResponse
|
1367
|
+
|
1368
|
+
ListSessionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1369
|
+
ListSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1370
|
+
ListSessionsRequest.struct_class = Types::ListSessionsRequest
|
1371
|
+
|
1372
|
+
ListSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1373
|
+
ListSessionsResponse.add_member(:session_summaries, Shapes::ShapeRef.new(shape: SessionSummaries, required: true, location_name: "sessionSummaries"))
|
1374
|
+
ListSessionsResponse.struct_class = Types::ListSessionsResponse
|
1375
|
+
|
1376
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
|
1377
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
1378
|
+
|
1379
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
1380
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
1381
|
+
|
1152
1382
|
Memories.member = Shapes::ShapeRef.new(shape: Memory)
|
1153
1383
|
|
1154
1384
|
Memory.add_member(:session_summary, Shapes::ShapeRef.new(shape: MemorySessionSummary, location_name: "sessionSummary"))
|
@@ -1335,6 +1565,7 @@ module Aws::BedrockAgentRuntime
|
|
1335
1565
|
|
1336
1566
|
PromptConfiguration.add_member(:additional_model_request_fields, Shapes::ShapeRef.new(shape: Document, location_name: "additionalModelRequestFields"))
|
1337
1567
|
PromptConfiguration.add_member(:base_prompt_template, Shapes::ShapeRef.new(shape: BasePromptTemplate, location_name: "basePromptTemplate"))
|
1568
|
+
PromptConfiguration.add_member(:foundation_model, Shapes::ShapeRef.new(shape: ModelIdentifier, location_name: "foundationModel"))
|
1338
1569
|
PromptConfiguration.add_member(:inference_configuration, Shapes::ShapeRef.new(shape: InferenceConfiguration, location_name: "inferenceConfiguration"))
|
1339
1570
|
PromptConfiguration.add_member(:parser_mode, Shapes::ShapeRef.new(shape: CreationMode, location_name: "parserMode"))
|
1340
1571
|
PromptConfiguration.add_member(:prompt_creation_mode, Shapes::ShapeRef.new(shape: CreationMode, location_name: "promptCreationMode"))
|
@@ -1357,6 +1588,16 @@ module Aws::BedrockAgentRuntime
|
|
1357
1588
|
PropertyParameters.add_member(:properties, Shapes::ShapeRef.new(shape: ParameterList, location_name: "properties"))
|
1358
1589
|
PropertyParameters.struct_class = Types::PropertyParameters
|
1359
1590
|
|
1591
|
+
PutInvocationStepRequest.add_member(:invocation_identifier, Shapes::ShapeRef.new(shape: InvocationIdentifier, required: true, location_name: "invocationIdentifier"))
|
1592
|
+
PutInvocationStepRequest.add_member(:invocation_step_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "invocationStepId"))
|
1593
|
+
PutInvocationStepRequest.add_member(:invocation_step_time, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "invocationStepTime"))
|
1594
|
+
PutInvocationStepRequest.add_member(:payload, Shapes::ShapeRef.new(shape: InvocationStepPayload, required: true, location_name: "payload"))
|
1595
|
+
PutInvocationStepRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
1596
|
+
PutInvocationStepRequest.struct_class = Types::PutInvocationStepRequest
|
1597
|
+
|
1598
|
+
PutInvocationStepResponse.add_member(:invocation_step_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "invocationStepId"))
|
1599
|
+
PutInvocationStepResponse.struct_class = Types::PutInvocationStepResponse
|
1600
|
+
|
1360
1601
|
QueryGenerationInput.add_member(:text, Shapes::ShapeRef.new(shape: QueryGenerationInputTextString, required: true, location_name: "text"))
|
1361
1602
|
QueryGenerationInput.add_member(:type, Shapes::ShapeRef.new(shape: InputQueryType, required: true, location_name: "type"))
|
1362
1603
|
QueryGenerationInput.struct_class = Types::QueryGenerationInput
|
@@ -1651,6 +1892,9 @@ module Aws::BedrockAgentRuntime
|
|
1651
1892
|
S3Identifier.add_member(:s3_object_key, Shapes::ShapeRef.new(shape: S3ObjectKey, location_name: "s3ObjectKey"))
|
1652
1893
|
S3Identifier.struct_class = Types::S3Identifier
|
1653
1894
|
|
1895
|
+
S3Location.add_member(:uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "uri"))
|
1896
|
+
S3Location.struct_class = Types::S3Location
|
1897
|
+
|
1654
1898
|
S3ObjectDoc.add_member(:uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "uri"))
|
1655
1899
|
S3ObjectDoc.struct_class = Types::S3ObjectDoc
|
1656
1900
|
|
@@ -1663,6 +1907,9 @@ module Aws::BedrockAgentRuntime
|
|
1663
1907
|
SessionAttributesMap.key = Shapes::ShapeRef.new(shape: String)
|
1664
1908
|
SessionAttributesMap.value = Shapes::ShapeRef.new(shape: String)
|
1665
1909
|
|
1910
|
+
SessionMetadataMap.key = Shapes::ShapeRef.new(shape: SessionMetadataKey)
|
1911
|
+
SessionMetadataMap.value = Shapes::ShapeRef.new(shape: SessionMetadataValue)
|
1912
|
+
|
1666
1913
|
SessionState.add_member(:conversation_history, Shapes::ShapeRef.new(shape: ConversationHistory, location_name: "conversationHistory"))
|
1667
1914
|
SessionState.add_member(:files, Shapes::ShapeRef.new(shape: InputFiles, location_name: "files"))
|
1668
1915
|
SessionState.add_member(:invocation_id, Shapes::ShapeRef.new(shape: String, location_name: "invocationId"))
|
@@ -1672,6 +1919,15 @@ module Aws::BedrockAgentRuntime
|
|
1672
1919
|
SessionState.add_member(:session_attributes, Shapes::ShapeRef.new(shape: SessionAttributesMap, location_name: "sessionAttributes"))
|
1673
1920
|
SessionState.struct_class = Types::SessionState
|
1674
1921
|
|
1922
|
+
SessionSummaries.member = Shapes::ShapeRef.new(shape: SessionSummary)
|
1923
|
+
|
1924
|
+
SessionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1925
|
+
SessionSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
1926
|
+
SessionSummary.add_member(:session_arn, Shapes::ShapeRef.new(shape: SessionArn, required: true, location_name: "sessionArn"))
|
1927
|
+
SessionSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
1928
|
+
SessionSummary.add_member(:session_status, Shapes::ShapeRef.new(shape: SessionStatus, required: true, location_name: "sessionStatus"))
|
1929
|
+
SessionSummary.struct_class = Types::SessionSummary
|
1930
|
+
|
1675
1931
|
Span.add_member(:end, Shapes::ShapeRef.new(shape: SpanEndInteger, location_name: "end"))
|
1676
1932
|
Span.add_member(:start, Shapes::ShapeRef.new(shape: SpanStartInteger, location_name: "start"))
|
1677
1933
|
Span.struct_class = Types::Span
|
@@ -1682,6 +1938,17 @@ module Aws::BedrockAgentRuntime
|
|
1682
1938
|
StreamingConfigurations.add_member(:stream_final_response, Shapes::ShapeRef.new(shape: Boolean, location_name: "streamFinalResponse"))
|
1683
1939
|
StreamingConfigurations.struct_class = Types::StreamingConfigurations
|
1684
1940
|
|
1941
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
1942
|
+
|
1943
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
|
1944
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, required: true, location_name: "tags"))
|
1945
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
1946
|
+
|
1947
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
1948
|
+
|
1949
|
+
TagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
1950
|
+
TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
1951
|
+
|
1685
1952
|
TextInferenceConfig.add_member(:max_tokens, Shapes::ShapeRef.new(shape: MaxTokens, location_name: "maxTokens"))
|
1686
1953
|
TextInferenceConfig.add_member(:stop_sequences, Shapes::ShapeRef.new(shape: RAGStopSequences, location_name: "stopSequences"))
|
1687
1954
|
TextInferenceConfig.add_member(:temperature, Shapes::ShapeRef.new(shape: Temperature, location_name: "temperature"))
|
@@ -1728,6 +1995,7 @@ module Aws::BedrockAgentRuntime
|
|
1728
1995
|
TracePart.add_member(:agent_version, Shapes::ShapeRef.new(shape: AgentVersion, location_name: "agentVersion"))
|
1729
1996
|
TracePart.add_member(:caller_chain, Shapes::ShapeRef.new(shape: CallerChain, location_name: "callerChain"))
|
1730
1997
|
TracePart.add_member(:collaborator_name, Shapes::ShapeRef.new(shape: Name, location_name: "collaboratorName"))
|
1998
|
+
TracePart.add_member(:event_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "eventTime"))
|
1731
1999
|
TracePart.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "sessionId"))
|
1732
2000
|
TracePart.add_member(:trace, Shapes::ShapeRef.new(shape: Trace, location_name: "trace"))
|
1733
2001
|
TracePart.struct_class = Types::TracePart
|
@@ -1736,6 +2004,23 @@ module Aws::BedrockAgentRuntime
|
|
1736
2004
|
TransformationConfiguration.add_member(:text_to_sql_configuration, Shapes::ShapeRef.new(shape: TextToSqlConfiguration, location_name: "textToSqlConfiguration"))
|
1737
2005
|
TransformationConfiguration.struct_class = Types::TransformationConfiguration
|
1738
2006
|
|
2007
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
|
2008
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
2009
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
2010
|
+
|
2011
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
2012
|
+
|
2013
|
+
UpdateSessionRequest.add_member(:session_identifier, Shapes::ShapeRef.new(shape: SessionIdentifier, required: true, location: "uri", location_name: "sessionIdentifier"))
|
2014
|
+
UpdateSessionRequest.add_member(:session_metadata, Shapes::ShapeRef.new(shape: SessionMetadataMap, location_name: "sessionMetadata"))
|
2015
|
+
UpdateSessionRequest.struct_class = Types::UpdateSessionRequest
|
2016
|
+
|
2017
|
+
UpdateSessionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
2018
|
+
UpdateSessionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
2019
|
+
UpdateSessionResponse.add_member(:session_arn, Shapes::ShapeRef.new(shape: SessionArn, required: true, location_name: "sessionArn"))
|
2020
|
+
UpdateSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "sessionId"))
|
2021
|
+
UpdateSessionResponse.add_member(:session_status, Shapes::ShapeRef.new(shape: SessionStatus, required: true, location_name: "sessionStatus"))
|
2022
|
+
UpdateSessionResponse.struct_class = Types::UpdateSessionResponse
|
2023
|
+
|
1739
2024
|
Usage.add_member(:input_tokens, Shapes::ShapeRef.new(shape: Integer, location_name: "inputTokens"))
|
1740
2025
|
Usage.add_member(:output_tokens, Shapes::ShapeRef.new(shape: Integer, location_name: "outputTokens"))
|
1741
2026
|
Usage.struct_class = Types::Usage
|
@@ -1776,6 +2061,35 @@ module Aws::BedrockAgentRuntime
|
|
1776
2061
|
"uid" => "bedrock-agent-runtime-2023-07-26",
|
1777
2062
|
}
|
1778
2063
|
|
2064
|
+
api.add_operation(:create_invocation, Seahorse::Model::Operation.new.tap do |o|
|
2065
|
+
o.name = "CreateInvocation"
|
2066
|
+
o.http_method = "PUT"
|
2067
|
+
o.http_request_uri = "/sessions/{sessionIdentifier}/invocations/"
|
2068
|
+
o.input = Shapes::ShapeRef.new(shape: CreateInvocationRequest)
|
2069
|
+
o.output = Shapes::ShapeRef.new(shape: CreateInvocationResponse)
|
2070
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2071
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2072
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2073
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2074
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2075
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2076
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2077
|
+
end)
|
2078
|
+
|
2079
|
+
api.add_operation(:create_session, Seahorse::Model::Operation.new.tap do |o|
|
2080
|
+
o.name = "CreateSession"
|
2081
|
+
o.http_method = "PUT"
|
2082
|
+
o.http_request_uri = "/sessions/"
|
2083
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSessionRequest)
|
2084
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSessionResponse)
|
2085
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2086
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2087
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2088
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2089
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2090
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2091
|
+
end)
|
2092
|
+
|
1779
2093
|
api.add_operation(:delete_agent_memory, Seahorse::Model::Operation.new.tap do |o|
|
1780
2094
|
o.name = "DeleteAgentMemory"
|
1781
2095
|
o.http_method = "DELETE"
|
@@ -1793,6 +2107,34 @@ module Aws::BedrockAgentRuntime
|
|
1793
2107
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1794
2108
|
end)
|
1795
2109
|
|
2110
|
+
api.add_operation(:delete_session, Seahorse::Model::Operation.new.tap do |o|
|
2111
|
+
o.name = "DeleteSession"
|
2112
|
+
o.http_method = "DELETE"
|
2113
|
+
o.http_request_uri = "/sessions/{sessionIdentifier}/"
|
2114
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSessionRequest)
|
2115
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSessionResponse)
|
2116
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2117
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2118
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2119
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2120
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2121
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2122
|
+
end)
|
2123
|
+
|
2124
|
+
api.add_operation(:end_session, Seahorse::Model::Operation.new.tap do |o|
|
2125
|
+
o.name = "EndSession"
|
2126
|
+
o.http_method = "PATCH"
|
2127
|
+
o.http_request_uri = "/sessions/{sessionIdentifier}"
|
2128
|
+
o.input = Shapes::ShapeRef.new(shape: EndSessionRequest)
|
2129
|
+
o.output = Shapes::ShapeRef.new(shape: EndSessionResponse)
|
2130
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2131
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2132
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2133
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2134
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2135
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2136
|
+
end)
|
2137
|
+
|
1796
2138
|
api.add_operation(:generate_query, Seahorse::Model::Operation.new.tap do |o|
|
1797
2139
|
o.name = "GenerateQuery"
|
1798
2140
|
o.http_method = "POST"
|
@@ -1833,6 +2175,32 @@ module Aws::BedrockAgentRuntime
|
|
1833
2175
|
)
|
1834
2176
|
end)
|
1835
2177
|
|
2178
|
+
api.add_operation(:get_invocation_step, Seahorse::Model::Operation.new.tap do |o|
|
2179
|
+
o.name = "GetInvocationStep"
|
2180
|
+
o.http_method = "POST"
|
2181
|
+
o.http_request_uri = "/sessions/{sessionIdentifier}/invocationSteps/{invocationStepId}"
|
2182
|
+
o.input = Shapes::ShapeRef.new(shape: GetInvocationStepRequest)
|
2183
|
+
o.output = Shapes::ShapeRef.new(shape: GetInvocationStepResponse)
|
2184
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2185
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2186
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2187
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2188
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2189
|
+
end)
|
2190
|
+
|
2191
|
+
api.add_operation(:get_session, Seahorse::Model::Operation.new.tap do |o|
|
2192
|
+
o.name = "GetSession"
|
2193
|
+
o.http_method = "GET"
|
2194
|
+
o.http_request_uri = "/sessions/{sessionIdentifier}/"
|
2195
|
+
o.input = Shapes::ShapeRef.new(shape: GetSessionRequest)
|
2196
|
+
o.output = Shapes::ShapeRef.new(shape: GetSessionResponse)
|
2197
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2198
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2199
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2200
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2201
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2202
|
+
end)
|
2203
|
+
|
1836
2204
|
api.add_operation(:invoke_agent, Seahorse::Model::Operation.new.tap do |o|
|
1837
2205
|
o.name = "InvokeAgent"
|
1838
2206
|
o.http_method = "POST"
|
@@ -1885,6 +2253,75 @@ module Aws::BedrockAgentRuntime
|
|
1885
2253
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1886
2254
|
end)
|
1887
2255
|
|
2256
|
+
api.add_operation(:list_invocation_steps, Seahorse::Model::Operation.new.tap do |o|
|
2257
|
+
o.name = "ListInvocationSteps"
|
2258
|
+
o.http_method = "POST"
|
2259
|
+
o.http_request_uri = "/sessions/{sessionIdentifier}/invocationSteps/"
|
2260
|
+
o.input = Shapes::ShapeRef.new(shape: ListInvocationStepsRequest)
|
2261
|
+
o.output = Shapes::ShapeRef.new(shape: ListInvocationStepsResponse)
|
2262
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2263
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2264
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2265
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2266
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2267
|
+
o[:pager] = Aws::Pager.new(
|
2268
|
+
limit_key: "max_results",
|
2269
|
+
tokens: {
|
2270
|
+
"next_token" => "next_token"
|
2271
|
+
}
|
2272
|
+
)
|
2273
|
+
end)
|
2274
|
+
|
2275
|
+
api.add_operation(:list_invocations, Seahorse::Model::Operation.new.tap do |o|
|
2276
|
+
o.name = "ListInvocations"
|
2277
|
+
o.http_method = "POST"
|
2278
|
+
o.http_request_uri = "/sessions/{sessionIdentifier}/invocations/"
|
2279
|
+
o.input = Shapes::ShapeRef.new(shape: ListInvocationsRequest)
|
2280
|
+
o.output = Shapes::ShapeRef.new(shape: ListInvocationsResponse)
|
2281
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2282
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2283
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2284
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2285
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2286
|
+
o[:pager] = Aws::Pager.new(
|
2287
|
+
limit_key: "max_results",
|
2288
|
+
tokens: {
|
2289
|
+
"next_token" => "next_token"
|
2290
|
+
}
|
2291
|
+
)
|
2292
|
+
end)
|
2293
|
+
|
2294
|
+
api.add_operation(:list_sessions, Seahorse::Model::Operation.new.tap do |o|
|
2295
|
+
o.name = "ListSessions"
|
2296
|
+
o.http_method = "POST"
|
2297
|
+
o.http_request_uri = "/sessions/"
|
2298
|
+
o.input = Shapes::ShapeRef.new(shape: ListSessionsRequest)
|
2299
|
+
o.output = Shapes::ShapeRef.new(shape: ListSessionsResponse)
|
2300
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2301
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2302
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2303
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2304
|
+
o[:pager] = Aws::Pager.new(
|
2305
|
+
limit_key: "max_results",
|
2306
|
+
tokens: {
|
2307
|
+
"next_token" => "next_token"
|
2308
|
+
}
|
2309
|
+
)
|
2310
|
+
end)
|
2311
|
+
|
2312
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
2313
|
+
o.name = "ListTagsForResource"
|
2314
|
+
o.http_method = "GET"
|
2315
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
2316
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
2317
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
2318
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2319
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2320
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2321
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2322
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2323
|
+
end)
|
2324
|
+
|
1888
2325
|
api.add_operation(:optimize_prompt, Seahorse::Model::Operation.new.tap do |o|
|
1889
2326
|
o.name = "OptimizePrompt"
|
1890
2327
|
o.http_method = "POST"
|
@@ -1899,6 +2336,21 @@ module Aws::BedrockAgentRuntime
|
|
1899
2336
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1900
2337
|
end)
|
1901
2338
|
|
2339
|
+
api.add_operation(:put_invocation_step, Seahorse::Model::Operation.new.tap do |o|
|
2340
|
+
o.name = "PutInvocationStep"
|
2341
|
+
o.http_method = "PUT"
|
2342
|
+
o.http_request_uri = "/sessions/{sessionIdentifier}/invocationSteps/"
|
2343
|
+
o.input = Shapes::ShapeRef.new(shape: PutInvocationStepRequest)
|
2344
|
+
o.output = Shapes::ShapeRef.new(shape: PutInvocationStepResponse)
|
2345
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2346
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2347
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2348
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2349
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2350
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2351
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2352
|
+
end)
|
2353
|
+
|
1902
2354
|
api.add_operation(:rerank, Seahorse::Model::Operation.new.tap do |o|
|
1903
2355
|
o.name = "Rerank"
|
1904
2356
|
o.http_method = "POST"
|
@@ -1976,6 +2428,47 @@ module Aws::BedrockAgentRuntime
|
|
1976
2428
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1977
2429
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1978
2430
|
end)
|
2431
|
+
|
2432
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
2433
|
+
o.name = "TagResource"
|
2434
|
+
o.http_method = "POST"
|
2435
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
2436
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
2437
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
2438
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2439
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2440
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2441
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2442
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2443
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2444
|
+
end)
|
2445
|
+
|
2446
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
2447
|
+
o.name = "UntagResource"
|
2448
|
+
o.http_method = "DELETE"
|
2449
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
2450
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
2451
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
2452
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2453
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2454
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2455
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2456
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2457
|
+
end)
|
2458
|
+
|
2459
|
+
api.add_operation(:update_session, Seahorse::Model::Operation.new.tap do |o|
|
2460
|
+
o.name = "UpdateSession"
|
2461
|
+
o.http_method = "PUT"
|
2462
|
+
o.http_request_uri = "/sessions/{sessionIdentifier}/"
|
2463
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSessionRequest)
|
2464
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSessionResponse)
|
2465
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2466
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2467
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2468
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2469
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2470
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2471
|
+
end)
|
1979
2472
|
end
|
1980
2473
|
|
1981
2474
|
end
|