aws-sdk-bedrockagentcore 1.38.0 → 1.40.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-bedrockagentcore/client.rb +128 -2
- data/lib/aws-sdk-bedrockagentcore/client_api.rb +170 -1
- data/lib/aws-sdk-bedrockagentcore/types.rb +523 -6
- data/lib/aws-sdk-bedrockagentcore.rb +1 -1
- data/sig/client.rbs +29 -3
- data/sig/params.rbs +4 -1
- data/sig/types.rbs +138 -0
- metadata +1 -1
|
@@ -30,6 +30,8 @@ module Aws::BedrockAgentCore
|
|
|
30
30
|
ActorId = Shapes::StringShape.new(name: 'ActorId')
|
|
31
31
|
ActorSummary = Shapes::StructureShape.new(name: 'ActorSummary')
|
|
32
32
|
ActorSummaryList = Shapes::ListShape.new(name: 'ActorSummaryList')
|
|
33
|
+
AffectedSession = Shapes::StructureShape.new(name: 'AffectedSession')
|
|
34
|
+
AffectedSessionList = Shapes::ListShape.new(name: 'AffectedSessionList')
|
|
33
35
|
AgentCard = Shapes::DocumentShape.new(name: 'AgentCard', document: true)
|
|
34
36
|
AgentCardDefinition = Shapes::StructureShape.new(name: 'AgentCardDefinition')
|
|
35
37
|
AgentSkillsDescriptor = Shapes::StructureShape.new(name: 'AgentSkillsDescriptor')
|
|
@@ -56,6 +58,7 @@ module Aws::BedrockAgentCore
|
|
|
56
58
|
BatchEvaluationStatus = Shapes::StringShape.new(name: 'BatchEvaluationStatus')
|
|
57
59
|
BatchEvaluationSummary = Shapes::StructureShape.new(name: 'BatchEvaluationSummary')
|
|
58
60
|
BatchEvaluationSummaryList = Shapes::ListShape.new(name: 'BatchEvaluationSummaryList')
|
|
61
|
+
BatchEvaluationTraceConfig = Shapes::StructureShape.new(name: 'BatchEvaluationTraceConfig')
|
|
59
62
|
BatchUpdateMemoryRecordsInput = Shapes::StructureShape.new(name: 'BatchUpdateMemoryRecordsInput')
|
|
60
63
|
BatchUpdateMemoryRecordsOutput = Shapes::StructureShape.new(name: 'BatchUpdateMemoryRecordsOutput')
|
|
61
64
|
Blob = Shapes::BlobShape.new(name: 'Blob')
|
|
@@ -214,6 +217,11 @@ module Aws::BedrockAgentCore
|
|
|
214
217
|
EventList = Shapes::ListShape.new(name: 'EventList')
|
|
215
218
|
EventMetadataFilterExpression = Shapes::StructureShape.new(name: 'EventMetadataFilterExpression')
|
|
216
219
|
EventMetadataFilterList = Shapes::ListShape.new(name: 'EventMetadataFilterList')
|
|
220
|
+
ExecutionSummaryAffectedSession = Shapes::StructureShape.new(name: 'ExecutionSummaryAffectedSession')
|
|
221
|
+
ExecutionSummaryAffectedSessionList = Shapes::ListShape.new(name: 'ExecutionSummaryAffectedSessionList')
|
|
222
|
+
ExecutionSummaryCluster = Shapes::StructureShape.new(name: 'ExecutionSummaryCluster')
|
|
223
|
+
ExecutionSummaryClusterList = Shapes::ListShape.new(name: 'ExecutionSummaryClusterList')
|
|
224
|
+
ExecutionSummaryClusteringResultContent = Shapes::StructureShape.new(name: 'ExecutionSummaryClusteringResultContent')
|
|
217
225
|
ExternalProxy = Shapes::StructureShape.new(name: 'ExternalProxy')
|
|
218
226
|
ExternalProxyPortInteger = Shapes::IntegerShape.new(name: 'ExternalProxyPortInteger')
|
|
219
227
|
ExtractionJob = Shapes::StructureShape.new(name: 'ExtractionJob')
|
|
@@ -222,6 +230,13 @@ module Aws::BedrockAgentCore
|
|
|
222
230
|
ExtractionJobMetadata = Shapes::StructureShape.new(name: 'ExtractionJobMetadata')
|
|
223
231
|
ExtractionJobMetadataList = Shapes::ListShape.new(name: 'ExtractionJobMetadataList')
|
|
224
232
|
ExtractionJobStatus = Shapes::StringShape.new(name: 'ExtractionJobStatus')
|
|
233
|
+
FailureAnalysisResultContent = Shapes::StructureShape.new(name: 'FailureAnalysisResultContent')
|
|
234
|
+
FailureCategoryCluster = Shapes::StructureShape.new(name: 'FailureCategoryCluster')
|
|
235
|
+
FailureCategoryClusterList = Shapes::ListShape.new(name: 'FailureCategoryClusterList')
|
|
236
|
+
FailureSpanDetail = Shapes::StructureShape.new(name: 'FailureSpanDetail')
|
|
237
|
+
FailureSpanDetailList = Shapes::ListShape.new(name: 'FailureSpanDetailList')
|
|
238
|
+
FailureSubCategoryCluster = Shapes::StructureShape.new(name: 'FailureSubCategoryCluster')
|
|
239
|
+
FailureSubCategoryClusterList = Shapes::ListShape.new(name: 'FailureSubCategoryClusterList')
|
|
225
240
|
FilterInput = Shapes::StructureShape.new(name: 'FilterInput')
|
|
226
241
|
FilterStringValue = Shapes::StringShape.new(name: 'FilterStringValue')
|
|
227
242
|
FilterValue = Shapes::UnionShape.new(name: 'FilterValue')
|
|
@@ -349,6 +364,12 @@ module Aws::BedrockAgentCore
|
|
|
349
364
|
InlineGroundTruthTurnsList = Shapes::ListShape.new(name: 'InlineGroundTruthTurnsList')
|
|
350
365
|
InputContentBlock = Shapes::StructureShape.new(name: 'InputContentBlock')
|
|
351
366
|
InputContentBlockList = Shapes::ListShape.new(name: 'InputContentBlockList')
|
|
367
|
+
Insight = Shapes::StructureShape.new(name: 'Insight')
|
|
368
|
+
InsightId = Shapes::StringShape.new(name: 'InsightId')
|
|
369
|
+
InsightList = Shapes::ListShape.new(name: 'InsightList')
|
|
370
|
+
InsightsFailureCategory = Shapes::StringShape.new(name: 'InsightsFailureCategory')
|
|
371
|
+
InsightsFailureSignal = Shapes::StructureShape.new(name: 'InsightsFailureSignal')
|
|
372
|
+
InsightsFailureSignalList = Shapes::ListShape.new(name: 'InsightsFailureSignalList')
|
|
352
373
|
InstrumentBalanceToken = Shapes::StringShape.new(name: 'InstrumentBalanceToken')
|
|
353
374
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
354
375
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
@@ -390,6 +411,7 @@ module Aws::BedrockAgentCore
|
|
|
390
411
|
KeyTypeArguments = Shapes::StructureShape.new(name: 'KeyTypeArguments')
|
|
391
412
|
KeyTypeArgumentsTextString = Shapes::StringShape.new(name: 'KeyTypeArgumentsTextString')
|
|
392
413
|
KeyTypeResult = Shapes::StructureShape.new(name: 'KeyTypeResult')
|
|
414
|
+
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
|
393
415
|
LanguageRuntime = Shapes::StringShape.new(name: 'LanguageRuntime')
|
|
394
416
|
LeftExpression = Shapes::UnionShape.new(name: 'LeftExpression')
|
|
395
417
|
LinkedAccount = Shapes::UnionShape.new(name: 'LinkedAccount')
|
|
@@ -499,6 +521,7 @@ module Aws::BedrockAgentCore
|
|
|
499
521
|
OAuthScopes = Shapes::ListShape.new(name: 'OAuthScopes')
|
|
500
522
|
Oauth2FlowType = Shapes::StringShape.new(name: 'Oauth2FlowType')
|
|
501
523
|
OnlineEvaluationConfigArn = Shapes::StringShape.new(name: 'OnlineEvaluationConfigArn')
|
|
524
|
+
OnlineEvaluationConfigSource = Shapes::StructureShape.new(name: 'OnlineEvaluationConfigSource')
|
|
502
525
|
OperatorType = Shapes::StringShape.new(name: 'OperatorType')
|
|
503
526
|
OutputConfig = Shapes::UnionShape.new(name: 'OutputConfig')
|
|
504
527
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
|
@@ -550,6 +573,7 @@ module Aws::BedrockAgentCore
|
|
|
550
573
|
RecommendationEvaluationConfig = Shapes::StructureShape.new(name: 'RecommendationEvaluationConfig')
|
|
551
574
|
RecommendationEvaluationConfigEvaluatorsList = Shapes::ListShape.new(name: 'RecommendationEvaluationConfigEvaluatorsList')
|
|
552
575
|
RecommendationEvaluatorReference = Shapes::StructureShape.new(name: 'RecommendationEvaluatorReference')
|
|
576
|
+
RecommendationExplanation = Shapes::StringShape.new(name: 'RecommendationExplanation')
|
|
553
577
|
RecommendationId = Shapes::StringShape.new(name: 'RecommendationId')
|
|
554
578
|
RecommendationName = Shapes::StringShape.new(name: 'RecommendationName')
|
|
555
579
|
RecommendationResult = Shapes::UnionShape.new(name: 'RecommendationResult')
|
|
@@ -585,6 +609,8 @@ module Aws::BedrockAgentCore
|
|
|
585
609
|
RightExpression = Shapes::UnionShape.new(name: 'RightExpression')
|
|
586
610
|
Role = Shapes::StringShape.new(name: 'Role')
|
|
587
611
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
|
612
|
+
RootCauseCluster = Shapes::StructureShape.new(name: 'RootCauseCluster')
|
|
613
|
+
RootCauseClusterList = Shapes::ListShape.new(name: 'RootCauseClusterList')
|
|
588
614
|
RuntimeClientError = Shapes::StructureShape.new(name: 'RuntimeClientError')
|
|
589
615
|
S3Location = Shapes::StructureShape.new(name: 'S3Location')
|
|
590
616
|
S3LocationBucketString = Shapes::StringShape.new(name: 'S3LocationBucketString')
|
|
@@ -636,6 +662,7 @@ module Aws::BedrockAgentCore
|
|
|
636
662
|
Spans = Shapes::ListShape.new(name: 'Spans')
|
|
637
663
|
StartBatchEvaluationRequest = Shapes::StructureShape.new(name: 'StartBatchEvaluationRequest')
|
|
638
664
|
StartBatchEvaluationRequestEvaluatorsList = Shapes::ListShape.new(name: 'StartBatchEvaluationRequestEvaluatorsList')
|
|
665
|
+
StartBatchEvaluationRequestInsightsList = Shapes::ListShape.new(name: 'StartBatchEvaluationRequestInsightsList')
|
|
639
666
|
StartBatchEvaluationResponse = Shapes::StructureShape.new(name: 'StartBatchEvaluationResponse')
|
|
640
667
|
StartBrowserSessionRequest = Shapes::StructureShape.new(name: 'StartBrowserSessionRequest')
|
|
641
668
|
StartBrowserSessionRequestTraceIdString = Shapes::StringShape.new(name: 'StartBrowserSessionRequestTraceIdString')
|
|
@@ -684,6 +711,9 @@ module Aws::BedrockAgentCore
|
|
|
684
711
|
SystemPromptRecommendationConfig = Shapes::StructureShape.new(name: 'SystemPromptRecommendationConfig')
|
|
685
712
|
SystemPromptRecommendationResult = Shapes::StructureShape.new(name: 'SystemPromptRecommendationResult')
|
|
686
713
|
SystemPromptText = Shapes::StringShape.new(name: 'SystemPromptText')
|
|
714
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
715
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
|
716
|
+
TagsMap = Shapes::MapShape.new(name: 'TagsMap')
|
|
687
717
|
TargetName = Shapes::StringShape.new(name: 'TargetName')
|
|
688
718
|
TargetPathList = Shapes::ListShape.new(name: 'TargetPathList')
|
|
689
719
|
TargetRef = Shapes::StructureShape.new(name: 'TargetRef')
|
|
@@ -722,6 +752,12 @@ module Aws::BedrockAgentCore
|
|
|
722
752
|
UserId = Shapes::StringShape.new(name: 'UserId')
|
|
723
753
|
UserIdType = Shapes::StringShape.new(name: 'UserIdType')
|
|
724
754
|
UserIdentifier = Shapes::UnionShape.new(name: 'UserIdentifier')
|
|
755
|
+
UserIntentAffectedSession = Shapes::StructureShape.new(name: 'UserIntentAffectedSession')
|
|
756
|
+
UserIntentAffectedSessionList = Shapes::ListShape.new(name: 'UserIntentAffectedSessionList')
|
|
757
|
+
UserIntentCluster = Shapes::StructureShape.new(name: 'UserIntentCluster')
|
|
758
|
+
UserIntentClusterList = Shapes::ListShape.new(name: 'UserIntentClusterList')
|
|
759
|
+
UserIntentClusteringResultContent = Shapes::StructureShape.new(name: 'UserIntentClusteringResultContent')
|
|
760
|
+
UserIntentList = Shapes::ListShape.new(name: 'UserIntentList')
|
|
725
761
|
UserTokenType = Shapes::StringShape.new(name: 'UserTokenType')
|
|
726
762
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
727
763
|
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
|
@@ -776,6 +812,15 @@ module Aws::BedrockAgentCore
|
|
|
776
812
|
|
|
777
813
|
ActorSummaryList.member = Shapes::ShapeRef.new(shape: ActorSummary)
|
|
778
814
|
|
|
815
|
+
AffectedSession.add_member(:session_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sessionId"))
|
|
816
|
+
AffectedSession.add_member(:explanation, Shapes::ShapeRef.new(shape: String, required: true, location_name: "explanation"))
|
|
817
|
+
AffectedSession.add_member(:fix_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "fixType"))
|
|
818
|
+
AffectedSession.add_member(:recommendation, Shapes::ShapeRef.new(shape: String, required: true, location_name: "recommendation"))
|
|
819
|
+
AffectedSession.add_member(:failure_spans, Shapes::ShapeRef.new(shape: FailureSpanDetailList, required: true, location_name: "failureSpans"))
|
|
820
|
+
AffectedSession.struct_class = Types::AffectedSession
|
|
821
|
+
|
|
822
|
+
AffectedSessionList.member = Shapes::ShapeRef.new(shape: AffectedSession)
|
|
823
|
+
|
|
779
824
|
AgentCardDefinition.add_member(:schema_version, Shapes::ShapeRef.new(shape: SchemaVersion, location_name: "schemaVersion"))
|
|
780
825
|
AgentCardDefinition.add_member(:inline_content, Shapes::ShapeRef.new(shape: InlineContent, location_name: "inlineContent"))
|
|
781
826
|
AgentCardDefinition.struct_class = Types::AgentCardDefinition
|
|
@@ -786,9 +831,11 @@ module Aws::BedrockAgentCore
|
|
|
786
831
|
|
|
787
832
|
AgentTracesConfig.add_member(:session_spans, Shapes::ShapeRef.new(shape: Spans, location_name: "sessionSpans"))
|
|
788
833
|
AgentTracesConfig.add_member(:cloudwatch_logs, Shapes::ShapeRef.new(shape: CloudWatchLogsTraceConfig, location_name: "cloudwatchLogs"))
|
|
834
|
+
AgentTracesConfig.add_member(:batch_evaluation, Shapes::ShapeRef.new(shape: BatchEvaluationTraceConfig, location_name: "batchEvaluation"))
|
|
789
835
|
AgentTracesConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
790
836
|
AgentTracesConfig.add_member_subclass(:session_spans, Types::AgentTracesConfig::SessionSpans)
|
|
791
837
|
AgentTracesConfig.add_member_subclass(:cloudwatch_logs, Types::AgentTracesConfig::CloudwatchLogs)
|
|
838
|
+
AgentTracesConfig.add_member_subclass(:batch_evaluation, Types::AgentTracesConfig::BatchEvaluation)
|
|
792
839
|
AgentTracesConfig.add_member_subclass(:unknown, Types::AgentTracesConfig::Unknown)
|
|
793
840
|
AgentTracesConfig.struct_class = Types::AgentTracesConfig
|
|
794
841
|
|
|
@@ -836,13 +883,18 @@ module Aws::BedrockAgentCore
|
|
|
836
883
|
BatchEvaluationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
837
884
|
BatchEvaluationSummary.add_member(:description, Shapes::ShapeRef.new(shape: BatchEvaluationDescription, location_name: "description"))
|
|
838
885
|
BatchEvaluationSummary.add_member(:evaluators, Shapes::ShapeRef.new(shape: EvaluatorList, location_name: "evaluators"))
|
|
886
|
+
BatchEvaluationSummary.add_member(:insights, Shapes::ShapeRef.new(shape: InsightList, location_name: "insights"))
|
|
839
887
|
BatchEvaluationSummary.add_member(:evaluation_results, Shapes::ShapeRef.new(shape: EvaluationJobResults, location_name: "evaluationResults"))
|
|
840
888
|
BatchEvaluationSummary.add_member(:error_details, Shapes::ShapeRef.new(shape: ErrorDetailsList, location_name: "errorDetails"))
|
|
889
|
+
BatchEvaluationSummary.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
841
890
|
BatchEvaluationSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
842
891
|
BatchEvaluationSummary.struct_class = Types::BatchEvaluationSummary
|
|
843
892
|
|
|
844
893
|
BatchEvaluationSummaryList.member = Shapes::ShapeRef.new(shape: BatchEvaluationSummary)
|
|
845
894
|
|
|
895
|
+
BatchEvaluationTraceConfig.add_member(:batch_evaluation_arn, Shapes::ShapeRef.new(shape: BatchEvaluationArn, required: true, location_name: "batchEvaluationArn"))
|
|
896
|
+
BatchEvaluationTraceConfig.struct_class = Types::BatchEvaluationTraceConfig
|
|
897
|
+
|
|
846
898
|
BatchUpdateMemoryRecordsInput.add_member(:memory_id, Shapes::ShapeRef.new(shape: MemoryId, required: true, location: "uri", location_name: "memoryId"))
|
|
847
899
|
BatchUpdateMemoryRecordsInput.add_member(:records, Shapes::ShapeRef.new(shape: MemoryRecordsUpdateInputList, required: true, location_name: "records"))
|
|
848
900
|
BatchUpdateMemoryRecordsInput.struct_class = Types::BatchUpdateMemoryRecordsInput
|
|
@@ -1088,6 +1140,7 @@ module Aws::BedrockAgentCore
|
|
|
1088
1140
|
CreateABTestRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
1089
1141
|
CreateABTestRequest.add_member(:enable_on_create, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableOnCreate"))
|
|
1090
1142
|
CreateABTestRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1143
|
+
CreateABTestRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1091
1144
|
CreateABTestRequest.struct_class = Types::CreateABTestRequest
|
|
1092
1145
|
|
|
1093
1146
|
CreateABTestResponse.add_member(:ab_test_id, Shapes::ShapeRef.new(shape: ABTestId, required: true, location_name: "abTestId"))
|
|
@@ -1149,8 +1202,10 @@ module Aws::BedrockAgentCore
|
|
|
1149
1202
|
CustomRequestParametersType.value = Shapes::ShapeRef.new(shape: CustomRequestValueType)
|
|
1150
1203
|
|
|
1151
1204
|
DataSourceConfig.add_member(:cloud_watch_logs, Shapes::ShapeRef.new(shape: CloudWatchLogsSource, location_name: "cloudWatchLogs"))
|
|
1205
|
+
DataSourceConfig.add_member(:online_evaluation_config_source, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigSource, location_name: "onlineEvaluationConfigSource"))
|
|
1152
1206
|
DataSourceConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1153
1207
|
DataSourceConfig.add_member_subclass(:cloud_watch_logs, Types::DataSourceConfig::CloudWatchLogs)
|
|
1208
|
+
DataSourceConfig.add_member_subclass(:online_evaluation_config_source, Types::DataSourceConfig::OnlineEvaluationConfigSource)
|
|
1154
1209
|
DataSourceConfig.add_member_subclass(:unknown, Types::DataSourceConfig::Unknown)
|
|
1155
1210
|
DataSourceConfig.struct_class = Types::DataSourceConfig
|
|
1156
1211
|
|
|
@@ -1344,6 +1399,25 @@ module Aws::BedrockAgentCore
|
|
|
1344
1399
|
|
|
1345
1400
|
EventMetadataFilterList.member = Shapes::ShapeRef.new(shape: EventMetadataFilterExpression)
|
|
1346
1401
|
|
|
1402
|
+
ExecutionSummaryAffectedSession.add_member(:session_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sessionId"))
|
|
1403
|
+
ExecutionSummaryAffectedSession.add_member(:approach_taken, Shapes::ShapeRef.new(shape: String, required: true, location_name: "approachTaken"))
|
|
1404
|
+
ExecutionSummaryAffectedSession.add_member(:final_outcome, Shapes::ShapeRef.new(shape: String, required: true, location_name: "finalOutcome"))
|
|
1405
|
+
ExecutionSummaryAffectedSession.struct_class = Types::ExecutionSummaryAffectedSession
|
|
1406
|
+
|
|
1407
|
+
ExecutionSummaryAffectedSessionList.member = Shapes::ShapeRef.new(shape: ExecutionSummaryAffectedSession)
|
|
1408
|
+
|
|
1409
|
+
ExecutionSummaryCluster.add_member(:cluster_id, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "clusterId"))
|
|
1410
|
+
ExecutionSummaryCluster.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
1411
|
+
ExecutionSummaryCluster.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "description"))
|
|
1412
|
+
ExecutionSummaryCluster.add_member(:affected_session_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "affectedSessionCount"))
|
|
1413
|
+
ExecutionSummaryCluster.add_member(:affected_sessions, Shapes::ShapeRef.new(shape: ExecutionSummaryAffectedSessionList, required: true, location_name: "affectedSessions"))
|
|
1414
|
+
ExecutionSummaryCluster.struct_class = Types::ExecutionSummaryCluster
|
|
1415
|
+
|
|
1416
|
+
ExecutionSummaryClusterList.member = Shapes::ShapeRef.new(shape: ExecutionSummaryCluster)
|
|
1417
|
+
|
|
1418
|
+
ExecutionSummaryClusteringResultContent.add_member(:execution_summaries, Shapes::ShapeRef.new(shape: ExecutionSummaryClusterList, required: true, location_name: "executionSummaries"))
|
|
1419
|
+
ExecutionSummaryClusteringResultContent.struct_class = Types::ExecutionSummaryClusteringResultContent
|
|
1420
|
+
|
|
1347
1421
|
ExternalProxy.add_member(:server, Shapes::ShapeRef.new(shape: HostName, required: true, location_name: "server"))
|
|
1348
1422
|
ExternalProxy.add_member(:port, Shapes::ShapeRef.new(shape: ExternalProxyPortInteger, required: true, location_name: "port"))
|
|
1349
1423
|
ExternalProxy.add_member(:domain_patterns, Shapes::ShapeRef.new(shape: DomainPatterns, location_name: "domainPatterns"))
|
|
@@ -1376,6 +1450,34 @@ module Aws::BedrockAgentCore
|
|
|
1376
1450
|
|
|
1377
1451
|
ExtractionJobMetadataList.member = Shapes::ShapeRef.new(shape: ExtractionJobMetadata)
|
|
1378
1452
|
|
|
1453
|
+
FailureAnalysisResultContent.add_member(:failures, Shapes::ShapeRef.new(shape: FailureCategoryClusterList, required: true, location_name: "failures"))
|
|
1454
|
+
FailureAnalysisResultContent.struct_class = Types::FailureAnalysisResultContent
|
|
1455
|
+
|
|
1456
|
+
FailureCategoryCluster.add_member(:cluster_id, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "clusterId"))
|
|
1457
|
+
FailureCategoryCluster.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
1458
|
+
FailureCategoryCluster.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "description"))
|
|
1459
|
+
FailureCategoryCluster.add_member(:affected_session_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "affectedSessionCount"))
|
|
1460
|
+
FailureCategoryCluster.add_member(:sub_categories, Shapes::ShapeRef.new(shape: FailureSubCategoryClusterList, required: true, location_name: "subCategories"))
|
|
1461
|
+
FailureCategoryCluster.struct_class = Types::FailureCategoryCluster
|
|
1462
|
+
|
|
1463
|
+
FailureCategoryClusterList.member = Shapes::ShapeRef.new(shape: FailureCategoryCluster)
|
|
1464
|
+
|
|
1465
|
+
FailureSpanDetail.add_member(:span_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "spanId"))
|
|
1466
|
+
FailureSpanDetail.add_member(:trace_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "traceId"))
|
|
1467
|
+
FailureSpanDetail.add_member(:signals, Shapes::ShapeRef.new(shape: InsightsFailureSignalList, required: true, location_name: "signals"))
|
|
1468
|
+
FailureSpanDetail.struct_class = Types::FailureSpanDetail
|
|
1469
|
+
|
|
1470
|
+
FailureSpanDetailList.member = Shapes::ShapeRef.new(shape: FailureSpanDetail)
|
|
1471
|
+
|
|
1472
|
+
FailureSubCategoryCluster.add_member(:cluster_id, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "clusterId"))
|
|
1473
|
+
FailureSubCategoryCluster.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
1474
|
+
FailureSubCategoryCluster.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "description"))
|
|
1475
|
+
FailureSubCategoryCluster.add_member(:affected_session_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "affectedSessionCount"))
|
|
1476
|
+
FailureSubCategoryCluster.add_member(:root_causes, Shapes::ShapeRef.new(shape: RootCauseClusterList, required: true, location_name: "rootCauses"))
|
|
1477
|
+
FailureSubCategoryCluster.struct_class = Types::FailureSubCategoryCluster
|
|
1478
|
+
|
|
1479
|
+
FailureSubCategoryClusterList.member = Shapes::ShapeRef.new(shape: FailureSubCategoryCluster)
|
|
1480
|
+
|
|
1379
1481
|
FilterInput.add_member(:branch, Shapes::ShapeRef.new(shape: BranchFilter, location_name: "branch"))
|
|
1380
1482
|
FilterInput.add_member(:event_metadata, Shapes::ShapeRef.new(shape: EventMetadataFilterList, location_name: "eventMetadata"))
|
|
1381
1483
|
FilterInput.struct_class = Types::FilterInput
|
|
@@ -1438,12 +1540,17 @@ module Aws::BedrockAgentCore
|
|
|
1438
1540
|
GetBatchEvaluationResponse.add_member(:status, Shapes::ShapeRef.new(shape: BatchEvaluationStatus, required: true, location_name: "status"))
|
|
1439
1541
|
GetBatchEvaluationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
1440
1542
|
GetBatchEvaluationResponse.add_member(:evaluators, Shapes::ShapeRef.new(shape: EvaluatorList, location_name: "evaluators"))
|
|
1543
|
+
GetBatchEvaluationResponse.add_member(:insights, Shapes::ShapeRef.new(shape: InsightList, location_name: "insights"))
|
|
1441
1544
|
GetBatchEvaluationResponse.add_member(:data_source_config, Shapes::ShapeRef.new(shape: DataSourceConfig, location_name: "dataSourceConfig"))
|
|
1442
1545
|
GetBatchEvaluationResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, location_name: "outputConfig"))
|
|
1443
1546
|
GetBatchEvaluationResponse.add_member(:evaluation_results, Shapes::ShapeRef.new(shape: EvaluationJobResults, location_name: "evaluationResults"))
|
|
1547
|
+
GetBatchEvaluationResponse.add_member(:failure_analysis_result, Shapes::ShapeRef.new(shape: FailureAnalysisResultContent, location_name: "failureAnalysisResult"))
|
|
1548
|
+
GetBatchEvaluationResponse.add_member(:user_intent_result, Shapes::ShapeRef.new(shape: UserIntentClusteringResultContent, location_name: "userIntentResult"))
|
|
1549
|
+
GetBatchEvaluationResponse.add_member(:execution_summary_result, Shapes::ShapeRef.new(shape: ExecutionSummaryClusteringResultContent, location_name: "executionSummaryResult"))
|
|
1444
1550
|
GetBatchEvaluationResponse.add_member(:error_details, Shapes::ShapeRef.new(shape: ErrorDetailsList, location_name: "errorDetails"))
|
|
1445
1551
|
GetBatchEvaluationResponse.add_member(:description, Shapes::ShapeRef.new(shape: BatchEvaluationDescription, location_name: "description"))
|
|
1446
1552
|
GetBatchEvaluationResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
1553
|
+
GetBatchEvaluationResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
1447
1554
|
GetBatchEvaluationResponse.struct_class = Types::GetBatchEvaluationResponse
|
|
1448
1555
|
|
|
1449
1556
|
GetBrowserSessionRequest.add_member(:browser_identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "browserIdentifier"))
|
|
@@ -1541,6 +1648,7 @@ module Aws::BedrockAgentCore
|
|
|
1541
1648
|
GetRecommendationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
1542
1649
|
GetRecommendationResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updatedAt"))
|
|
1543
1650
|
GetRecommendationResponse.add_member(:recommendation_result, Shapes::ShapeRef.new(shape: RecommendationResult, location_name: "recommendationResult"))
|
|
1651
|
+
GetRecommendationResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
1544
1652
|
GetRecommendationResponse.struct_class = Types::GetRecommendationResponse
|
|
1545
1653
|
|
|
1546
1654
|
GetResourceApiKeyRequest.add_member(:workload_identity_token, Shapes::ShapeRef.new(shape: WorkloadIdentityTokenType, required: true, location_name: "workloadIdentityToken"))
|
|
@@ -1900,6 +2008,18 @@ module Aws::BedrockAgentCore
|
|
|
1900
2008
|
|
|
1901
2009
|
InputContentBlockList.member = Shapes::ShapeRef.new(shape: InputContentBlock)
|
|
1902
2010
|
|
|
2011
|
+
Insight.add_member(:insight_id, Shapes::ShapeRef.new(shape: InsightId, required: true, location_name: "insightId"))
|
|
2012
|
+
Insight.struct_class = Types::Insight
|
|
2013
|
+
|
|
2014
|
+
InsightList.member = Shapes::ShapeRef.new(shape: Insight)
|
|
2015
|
+
|
|
2016
|
+
InsightsFailureSignal.add_member(:category, Shapes::ShapeRef.new(shape: InsightsFailureCategory, required: true, location_name: "category"))
|
|
2017
|
+
InsightsFailureSignal.add_member(:evidence, Shapes::ShapeRef.new(shape: String, required: true, location_name: "evidence"))
|
|
2018
|
+
InsightsFailureSignal.add_member(:confidence, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "confidence"))
|
|
2019
|
+
InsightsFailureSignal.struct_class = Types::InsightsFailureSignal
|
|
2020
|
+
|
|
2021
|
+
InsightsFailureSignalList.member = Shapes::ShapeRef.new(shape: InsightsFailureSignal)
|
|
2022
|
+
|
|
1903
2023
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
1904
2024
|
InternalServerException.struct_class = Types::InternalServerException
|
|
1905
2025
|
|
|
@@ -2399,6 +2519,10 @@ module Aws::BedrockAgentCore
|
|
|
2399
2519
|
|
|
2400
2520
|
OAuthScopes.member = Shapes::ShapeRef.new(shape: OAuthScope)
|
|
2401
2521
|
|
|
2522
|
+
OnlineEvaluationConfigSource.add_member(:online_evaluation_config_arn, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigArn, required: true, location_name: "onlineEvaluationConfigArn"))
|
|
2523
|
+
OnlineEvaluationConfigSource.add_member(:session_filter_config, Shapes::ShapeRef.new(shape: SessionFilterConfig, location_name: "sessionFilterConfig"))
|
|
2524
|
+
OnlineEvaluationConfigSource.struct_class = Types::OnlineEvaluationConfigSource
|
|
2525
|
+
|
|
2402
2526
|
OutputConfig.add_member(:cloud_watch_config, Shapes::ShapeRef.new(shape: CloudWatchOutputConfig, location_name: "cloudWatchConfig"))
|
|
2403
2527
|
OutputConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2404
2528
|
OutputConfig.add_member_subclass(:cloud_watch_config, Types::OutputConfig::CloudWatchConfig)
|
|
@@ -2639,6 +2763,16 @@ module Aws::BedrockAgentCore
|
|
|
2639
2763
|
RightExpression.add_member_subclass(:unknown, Types::RightExpression::Unknown)
|
|
2640
2764
|
RightExpression.struct_class = Types::RightExpression
|
|
2641
2765
|
|
|
2766
|
+
RootCauseCluster.add_member(:cluster_id, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "clusterId"))
|
|
2767
|
+
RootCauseCluster.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
2768
|
+
RootCauseCluster.add_member(:root_cause, Shapes::ShapeRef.new(shape: String, required: true, location_name: "rootCause"))
|
|
2769
|
+
RootCauseCluster.add_member(:recommendation, Shapes::ShapeRef.new(shape: String, required: true, location_name: "recommendation"))
|
|
2770
|
+
RootCauseCluster.add_member(:affected_session_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "affectedSessionCount"))
|
|
2771
|
+
RootCauseCluster.add_member(:affected_sessions, Shapes::ShapeRef.new(shape: AffectedSessionList, required: true, location_name: "affectedSessions"))
|
|
2772
|
+
RootCauseCluster.struct_class = Types::RootCauseCluster
|
|
2773
|
+
|
|
2774
|
+
RootCauseClusterList.member = Shapes::ShapeRef.new(shape: RootCauseCluster)
|
|
2775
|
+
|
|
2642
2776
|
RuntimeClientError.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
2643
2777
|
RuntimeClientError.struct_class = Types::RuntimeClientError
|
|
2644
2778
|
|
|
@@ -2746,21 +2880,29 @@ module Aws::BedrockAgentCore
|
|
|
2746
2880
|
|
|
2747
2881
|
StartBatchEvaluationRequest.add_member(:batch_evaluation_name, Shapes::ShapeRef.new(shape: BatchEvaluationName, required: true, location_name: "batchEvaluationName"))
|
|
2748
2882
|
StartBatchEvaluationRequest.add_member(:evaluators, Shapes::ShapeRef.new(shape: StartBatchEvaluationRequestEvaluatorsList, location_name: "evaluators"))
|
|
2883
|
+
StartBatchEvaluationRequest.add_member(:insights, Shapes::ShapeRef.new(shape: StartBatchEvaluationRequestInsightsList, location_name: "insights"))
|
|
2749
2884
|
StartBatchEvaluationRequest.add_member(:data_source_config, Shapes::ShapeRef.new(shape: DataSourceConfig, required: true, location_name: "dataSourceConfig"))
|
|
2750
2885
|
StartBatchEvaluationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2751
2886
|
StartBatchEvaluationRequest.add_member(:evaluation_metadata, Shapes::ShapeRef.new(shape: EvaluationMetadata, location_name: "evaluationMetadata"))
|
|
2887
|
+
StartBatchEvaluationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
2888
|
+
StartBatchEvaluationRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
2752
2889
|
StartBatchEvaluationRequest.add_member(:description, Shapes::ShapeRef.new(shape: BatchEvaluationDescription, location_name: "description"))
|
|
2753
2890
|
StartBatchEvaluationRequest.struct_class = Types::StartBatchEvaluationRequest
|
|
2754
2891
|
|
|
2755
2892
|
StartBatchEvaluationRequestEvaluatorsList.member = Shapes::ShapeRef.new(shape: Evaluator)
|
|
2756
2893
|
|
|
2894
|
+
StartBatchEvaluationRequestInsightsList.member = Shapes::ShapeRef.new(shape: Insight)
|
|
2895
|
+
|
|
2757
2896
|
StartBatchEvaluationResponse.add_member(:batch_evaluation_id, Shapes::ShapeRef.new(shape: BatchEvaluationId, required: true, location_name: "batchEvaluationId"))
|
|
2758
2897
|
StartBatchEvaluationResponse.add_member(:batch_evaluation_arn, Shapes::ShapeRef.new(shape: BatchEvaluationArn, required: true, location_name: "batchEvaluationArn"))
|
|
2759
2898
|
StartBatchEvaluationResponse.add_member(:batch_evaluation_name, Shapes::ShapeRef.new(shape: BatchEvaluationName, required: true, location_name: "batchEvaluationName"))
|
|
2760
2899
|
StartBatchEvaluationResponse.add_member(:evaluators, Shapes::ShapeRef.new(shape: EvaluatorList, location_name: "evaluators"))
|
|
2900
|
+
StartBatchEvaluationResponse.add_member(:insights, Shapes::ShapeRef.new(shape: InsightList, location_name: "insights"))
|
|
2761
2901
|
StartBatchEvaluationResponse.add_member(:status, Shapes::ShapeRef.new(shape: BatchEvaluationStatus, required: true, location_name: "status"))
|
|
2762
2902
|
StartBatchEvaluationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
2763
2903
|
StartBatchEvaluationResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, location_name: "outputConfig"))
|
|
2904
|
+
StartBatchEvaluationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
2905
|
+
StartBatchEvaluationResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
2764
2906
|
StartBatchEvaluationResponse.add_member(:description, Shapes::ShapeRef.new(shape: BatchEvaluationDescription, location_name: "description"))
|
|
2765
2907
|
StartBatchEvaluationResponse.struct_class = Types::StartBatchEvaluationResponse
|
|
2766
2908
|
|
|
@@ -2810,7 +2952,9 @@ module Aws::BedrockAgentCore
|
|
|
2810
2952
|
StartRecommendationRequest.add_member(:description, Shapes::ShapeRef.new(shape: RecommendationDescription, location_name: "description"))
|
|
2811
2953
|
StartRecommendationRequest.add_member(:type, Shapes::ShapeRef.new(shape: RecommendationType, required: true, location_name: "type"))
|
|
2812
2954
|
StartRecommendationRequest.add_member(:recommendation_config, Shapes::ShapeRef.new(shape: RecommendationConfig, required: true, location_name: "recommendationConfig"))
|
|
2955
|
+
StartRecommendationRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
2813
2956
|
StartRecommendationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2957
|
+
StartRecommendationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
2814
2958
|
StartRecommendationRequest.struct_class = Types::StartRecommendationRequest
|
|
2815
2959
|
|
|
2816
2960
|
StartRecommendationResponse.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: RecommendationId, required: true, location_name: "recommendationId"))
|
|
@@ -2907,15 +3051,19 @@ module Aws::BedrockAgentCore
|
|
|
2907
3051
|
|
|
2908
3052
|
SystemPromptRecommendationConfig.add_member(:system_prompt, Shapes::ShapeRef.new(shape: SystemPromptConfig, required: true, location_name: "systemPrompt"))
|
|
2909
3053
|
SystemPromptRecommendationConfig.add_member(:agent_traces, Shapes::ShapeRef.new(shape: AgentTracesConfig, required: true, location_name: "agentTraces"))
|
|
2910
|
-
SystemPromptRecommendationConfig.add_member(:evaluation_config, Shapes::ShapeRef.new(shape: RecommendationEvaluationConfig,
|
|
3054
|
+
SystemPromptRecommendationConfig.add_member(:evaluation_config, Shapes::ShapeRef.new(shape: RecommendationEvaluationConfig, location_name: "evaluationConfig"))
|
|
2911
3055
|
SystemPromptRecommendationConfig.struct_class = Types::SystemPromptRecommendationConfig
|
|
2912
3056
|
|
|
2913
3057
|
SystemPromptRecommendationResult.add_member(:recommended_system_prompt, Shapes::ShapeRef.new(shape: SystemPromptText, location_name: "recommendedSystemPrompt"))
|
|
2914
3058
|
SystemPromptRecommendationResult.add_member(:configuration_bundle, Shapes::ShapeRef.new(shape: RecommendationResultConfigurationBundle, location_name: "configurationBundle"))
|
|
3059
|
+
SystemPromptRecommendationResult.add_member(:explanation, Shapes::ShapeRef.new(shape: RecommendationExplanation, location_name: "explanation"))
|
|
2915
3060
|
SystemPromptRecommendationResult.add_member(:error_code, Shapes::ShapeRef.new(shape: RecommendationErrorCode, location_name: "errorCode"))
|
|
2916
3061
|
SystemPromptRecommendationResult.add_member(:error_message, Shapes::ShapeRef.new(shape: RecommendationErrorMessage, location_name: "errorMessage"))
|
|
2917
3062
|
SystemPromptRecommendationResult.struct_class = Types::SystemPromptRecommendationResult
|
|
2918
3063
|
|
|
3064
|
+
TagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
3065
|
+
TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
|
3066
|
+
|
|
2919
3067
|
TargetPathList.member = Shapes::ShapeRef.new(shape: PathPattern)
|
|
2920
3068
|
|
|
2921
3069
|
TargetRef.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "name"))
|
|
@@ -2970,6 +3118,7 @@ module Aws::BedrockAgentCore
|
|
|
2970
3118
|
|
|
2971
3119
|
ToolDescriptionOutput.add_member(:tool_name, Shapes::ShapeRef.new(shape: RecommendationToolName, required: true, location_name: "toolName"))
|
|
2972
3120
|
ToolDescriptionOutput.add_member(:recommended_tool_description, Shapes::ShapeRef.new(shape: ToolDescriptionText, location_name: "recommendedToolDescription"))
|
|
3121
|
+
ToolDescriptionOutput.add_member(:explanation, Shapes::ShapeRef.new(shape: RecommendationExplanation, location_name: "explanation"))
|
|
2973
3122
|
ToolDescriptionOutput.struct_class = Types::ToolDescriptionOutput
|
|
2974
3123
|
|
|
2975
3124
|
ToolDescriptionRecommendationConfig.add_member(:tool_description, Shapes::ShapeRef.new(shape: ToolDescriptionSource, required: true, location_name: "toolDescription"))
|
|
@@ -3052,6 +3201,26 @@ module Aws::BedrockAgentCore
|
|
|
3052
3201
|
UserIdentifier.add_member_subclass(:unknown, Types::UserIdentifier::Unknown)
|
|
3053
3202
|
UserIdentifier.struct_class = Types::UserIdentifier
|
|
3054
3203
|
|
|
3204
|
+
UserIntentAffectedSession.add_member(:session_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sessionId"))
|
|
3205
|
+
UserIntentAffectedSession.add_member(:user_messages, Shapes::ShapeRef.new(shape: UserIntentList, required: true, location_name: "userMessages"))
|
|
3206
|
+
UserIntentAffectedSession.struct_class = Types::UserIntentAffectedSession
|
|
3207
|
+
|
|
3208
|
+
UserIntentAffectedSessionList.member = Shapes::ShapeRef.new(shape: UserIntentAffectedSession)
|
|
3209
|
+
|
|
3210
|
+
UserIntentCluster.add_member(:cluster_id, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "clusterId"))
|
|
3211
|
+
UserIntentCluster.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
3212
|
+
UserIntentCluster.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "description"))
|
|
3213
|
+
UserIntentCluster.add_member(:affected_session_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "affectedSessionCount"))
|
|
3214
|
+
UserIntentCluster.add_member(:affected_sessions, Shapes::ShapeRef.new(shape: UserIntentAffectedSessionList, required: true, location_name: "affectedSessions"))
|
|
3215
|
+
UserIntentCluster.struct_class = Types::UserIntentCluster
|
|
3216
|
+
|
|
3217
|
+
UserIntentClusterList.member = Shapes::ShapeRef.new(shape: UserIntentCluster)
|
|
3218
|
+
|
|
3219
|
+
UserIntentClusteringResultContent.add_member(:user_intents, Shapes::ShapeRef.new(shape: UserIntentClusterList, required: true, location_name: "userIntents"))
|
|
3220
|
+
UserIntentClusteringResultContent.struct_class = Types::UserIntentClusteringResultContent
|
|
3221
|
+
|
|
3222
|
+
UserIntentList.member = Shapes::ShapeRef.new(shape: String)
|
|
3223
|
+
|
|
3055
3224
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
3056
3225
|
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "reason"))
|
|
3057
3226
|
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|