aws-sdk-bedrockagent 1.39.0 → 1.41.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagent/client.rb +299 -31
- data/lib/aws-sdk-bedrockagent/client_api.rb +152 -3
- data/lib/aws-sdk-bedrockagent/types.rb +537 -26
- data/lib/aws-sdk-bedrockagent.rb +1 -1
- data/sig/client.rbs +176 -14
- data/sig/types.rbs +135 -6
- metadata +2 -2
@@ -56,7 +56,10 @@ module Aws::BedrockAgent
|
|
56
56
|
AssociateAgentKnowledgeBaseRequest = Shapes::StructureShape.new(name: 'AssociateAgentKnowledgeBaseRequest')
|
57
57
|
AssociateAgentKnowledgeBaseResponse = Shapes::StructureShape.new(name: 'AssociateAgentKnowledgeBaseResponse')
|
58
58
|
AutoToolChoice = Shapes::StructureShape.new(name: 'AutoToolChoice')
|
59
|
+
AwsDataCatalogTableName = Shapes::StringShape.new(name: 'AwsDataCatalogTableName')
|
60
|
+
AwsDataCatalogTableNames = Shapes::ListShape.new(name: 'AwsDataCatalogTableNames')
|
59
61
|
BasePromptTemplate = Shapes::StringShape.new(name: 'BasePromptTemplate')
|
62
|
+
BedrockDataAutomationConfiguration = Shapes::StructureShape.new(name: 'BedrockDataAutomationConfiguration')
|
60
63
|
BedrockEmbeddingModelArn = Shapes::StringShape.new(name: 'BedrockEmbeddingModelArn')
|
61
64
|
BedrockEmbeddingModelConfiguration = Shapes::StructureShape.new(name: 'BedrockEmbeddingModelConfiguration')
|
62
65
|
BedrockFoundationModelConfiguration = Shapes::StructureShape.new(name: 'BedrockFoundationModelConfiguration')
|
@@ -107,6 +110,8 @@ module Aws::BedrockAgent
|
|
107
110
|
CreatePromptVersionRequest = Shapes::StructureShape.new(name: 'CreatePromptVersionRequest')
|
108
111
|
CreatePromptVersionResponse = Shapes::StructureShape.new(name: 'CreatePromptVersionResponse')
|
109
112
|
CreationMode = Shapes::StringShape.new(name: 'CreationMode')
|
113
|
+
CuratedQueries = Shapes::ListShape.new(name: 'CuratedQueries')
|
114
|
+
CuratedQuery = Shapes::StructureShape.new(name: 'CuratedQuery')
|
110
115
|
CustomContent = Shapes::StructureShape.new(name: 'CustomContent')
|
111
116
|
CustomControlMethod = Shapes::StringShape.new(name: 'CustomControlMethod')
|
112
117
|
CustomDocumentIdentifier = Shapes::StructureShape.new(name: 'CustomDocumentIdentifier')
|
@@ -148,6 +153,7 @@ module Aws::BedrockAgent
|
|
148
153
|
DeletePromptRequest = Shapes::StructureShape.new(name: 'DeletePromptRequest')
|
149
154
|
DeletePromptResponse = Shapes::StructureShape.new(name: 'DeletePromptResponse')
|
150
155
|
Description = Shapes::StringShape.new(name: 'Description')
|
156
|
+
DescriptionString = Shapes::StringShape.new(name: 'DescriptionString')
|
151
157
|
Dimensions = Shapes::IntegerShape.new(name: 'Dimensions')
|
152
158
|
DisassociateAgentCollaboratorRequest = Shapes::StructureShape.new(name: 'DisassociateAgentCollaboratorRequest')
|
153
159
|
DisassociateAgentCollaboratorResponse = Shapes::StructureShape.new(name: 'DisassociateAgentCollaboratorResponse')
|
@@ -266,6 +272,7 @@ module Aws::BedrockAgent
|
|
266
272
|
HierarchicalChunkingLevelConfigurations = Shapes::ListShape.new(name: 'HierarchicalChunkingLevelConfigurations')
|
267
273
|
HttpsUrl = Shapes::StringShape.new(name: 'HttpsUrl')
|
268
274
|
Id = Shapes::StringShape.new(name: 'Id')
|
275
|
+
IncludeExclude = Shapes::StringShape.new(name: 'IncludeExclude')
|
269
276
|
IncompatibleConnectionDataTypeFlowValidationDetails = Shapes::StructureShape.new(name: 'IncompatibleConnectionDataTypeFlowValidationDetails')
|
270
277
|
InferenceConfiguration = Shapes::StructureShape.new(name: 'InferenceConfiguration')
|
271
278
|
IngestKnowledgeBaseDocumentsRequest = Shapes::StructureShape.new(name: 'IngestKnowledgeBaseDocumentsRequest')
|
@@ -290,6 +297,8 @@ module Aws::BedrockAgent
|
|
290
297
|
IntermediateStorage = Shapes::StructureShape.new(name: 'IntermediateStorage')
|
291
298
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
292
299
|
IteratorFlowNodeConfiguration = Shapes::StructureShape.new(name: 'IteratorFlowNodeConfiguration')
|
300
|
+
KendraIndexArn = Shapes::StringShape.new(name: 'KendraIndexArn')
|
301
|
+
KendraKnowledgeBaseConfiguration = Shapes::StructureShape.new(name: 'KendraKnowledgeBaseConfiguration')
|
293
302
|
Key = Shapes::StringShape.new(name: 'Key')
|
294
303
|
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
295
304
|
KnowledgeBase = Shapes::StructureShape.new(name: 'KnowledgeBase')
|
@@ -346,6 +355,7 @@ module Aws::BedrockAgent
|
|
346
355
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
347
356
|
MalformedConditionExpressionFlowValidationDetails = Shapes::StructureShape.new(name: 'MalformedConditionExpressionFlowValidationDetails')
|
348
357
|
MalformedNodeInputExpressionFlowValidationDetails = Shapes::StructureShape.new(name: 'MalformedNodeInputExpressionFlowValidationDetails')
|
358
|
+
MaxRecentSessions = Shapes::IntegerShape.new(name: 'MaxRecentSessions')
|
349
359
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
350
360
|
MaximumLength = Shapes::IntegerShape.new(name: 'MaximumLength')
|
351
361
|
MemoryConfiguration = Shapes::StructureShape.new(name: 'MemoryConfiguration')
|
@@ -377,6 +387,7 @@ module Aws::BedrockAgent
|
|
377
387
|
MongoDbAtlasIndexName = Shapes::StringShape.new(name: 'MongoDbAtlasIndexName')
|
378
388
|
MultipleNodeInputConnectionsFlowValidationDetails = Shapes::StructureShape.new(name: 'MultipleNodeInputConnectionsFlowValidationDetails')
|
379
389
|
Name = Shapes::StringShape.new(name: 'Name')
|
390
|
+
NaturalLanguageString = Shapes::StringShape.new(name: 'NaturalLanguageString')
|
380
391
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
381
392
|
NonBlankString = Shapes::StringShape.new(name: 'NonBlankString')
|
382
393
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
@@ -393,6 +404,7 @@ module Aws::BedrockAgent
|
|
393
404
|
ParameterDetail = Shapes::StructureShape.new(name: 'ParameterDetail')
|
394
405
|
ParameterMap = Shapes::MapShape.new(name: 'ParameterMap')
|
395
406
|
ParsingConfiguration = Shapes::StructureShape.new(name: 'ParsingConfiguration')
|
407
|
+
ParsingModality = Shapes::StringShape.new(name: 'ParsingModality')
|
396
408
|
ParsingPrompt = Shapes::StructureShape.new(name: 'ParsingPrompt')
|
397
409
|
ParsingPromptText = Shapes::StringShape.new(name: 'ParsingPromptText')
|
398
410
|
ParsingStrategy = Shapes::StringShape.new(name: 'ParsingStrategy')
|
@@ -443,6 +455,16 @@ module Aws::BedrockAgent
|
|
443
455
|
PromptVariantList = Shapes::ListShape.new(name: 'PromptVariantList')
|
444
456
|
PromptVariantName = Shapes::StringShape.new(name: 'PromptVariantName')
|
445
457
|
ProvisionedModelIdentifier = Shapes::StringShape.new(name: 'ProvisionedModelIdentifier')
|
458
|
+
QueryEngineType = Shapes::StringShape.new(name: 'QueryEngineType')
|
459
|
+
QueryExecutionTimeoutSeconds = Shapes::IntegerShape.new(name: 'QueryExecutionTimeoutSeconds')
|
460
|
+
QueryGenerationColumn = Shapes::StructureShape.new(name: 'QueryGenerationColumn')
|
461
|
+
QueryGenerationColumnName = Shapes::StringShape.new(name: 'QueryGenerationColumnName')
|
462
|
+
QueryGenerationColumns = Shapes::ListShape.new(name: 'QueryGenerationColumns')
|
463
|
+
QueryGenerationConfiguration = Shapes::StructureShape.new(name: 'QueryGenerationConfiguration')
|
464
|
+
QueryGenerationContext = Shapes::StructureShape.new(name: 'QueryGenerationContext')
|
465
|
+
QueryGenerationTable = Shapes::StructureShape.new(name: 'QueryGenerationTable')
|
466
|
+
QueryGenerationTableName = Shapes::StringShape.new(name: 'QueryGenerationTableName')
|
467
|
+
QueryGenerationTables = Shapes::ListShape.new(name: 'QueryGenerationTables')
|
446
468
|
RdsArn = Shapes::StringShape.new(name: 'RdsArn')
|
447
469
|
RdsConfiguration = Shapes::StructureShape.new(name: 'RdsConfiguration')
|
448
470
|
RdsDatabaseName = Shapes::StringShape.new(name: 'RdsDatabaseName')
|
@@ -454,6 +476,22 @@ module Aws::BedrockAgent
|
|
454
476
|
RedisEnterpriseCloudEndpoint = Shapes::StringShape.new(name: 'RedisEnterpriseCloudEndpoint')
|
455
477
|
RedisEnterpriseCloudFieldMapping = Shapes::StructureShape.new(name: 'RedisEnterpriseCloudFieldMapping')
|
456
478
|
RedisEnterpriseCloudIndexName = Shapes::StringShape.new(name: 'RedisEnterpriseCloudIndexName')
|
479
|
+
RedshiftClusterIdentifier = Shapes::StringShape.new(name: 'RedshiftClusterIdentifier')
|
480
|
+
RedshiftConfiguration = Shapes::StructureShape.new(name: 'RedshiftConfiguration')
|
481
|
+
RedshiftDatabase = Shapes::StringShape.new(name: 'RedshiftDatabase')
|
482
|
+
RedshiftProvisionedAuthConfiguration = Shapes::StructureShape.new(name: 'RedshiftProvisionedAuthConfiguration')
|
483
|
+
RedshiftProvisionedAuthType = Shapes::StringShape.new(name: 'RedshiftProvisionedAuthType')
|
484
|
+
RedshiftProvisionedConfiguration = Shapes::StructureShape.new(name: 'RedshiftProvisionedConfiguration')
|
485
|
+
RedshiftQueryEngineAwsDataCatalogStorageConfiguration = Shapes::StructureShape.new(name: 'RedshiftQueryEngineAwsDataCatalogStorageConfiguration')
|
486
|
+
RedshiftQueryEngineConfiguration = Shapes::StructureShape.new(name: 'RedshiftQueryEngineConfiguration')
|
487
|
+
RedshiftQueryEngineRedshiftStorageConfiguration = Shapes::StructureShape.new(name: 'RedshiftQueryEngineRedshiftStorageConfiguration')
|
488
|
+
RedshiftQueryEngineStorageConfiguration = Shapes::StructureShape.new(name: 'RedshiftQueryEngineStorageConfiguration')
|
489
|
+
RedshiftQueryEngineStorageConfigurations = Shapes::ListShape.new(name: 'RedshiftQueryEngineStorageConfigurations')
|
490
|
+
RedshiftQueryEngineStorageType = Shapes::StringShape.new(name: 'RedshiftQueryEngineStorageType')
|
491
|
+
RedshiftQueryEngineType = Shapes::StringShape.new(name: 'RedshiftQueryEngineType')
|
492
|
+
RedshiftServerlessAuthConfiguration = Shapes::StructureShape.new(name: 'RedshiftServerlessAuthConfiguration')
|
493
|
+
RedshiftServerlessAuthType = Shapes::StringShape.new(name: 'RedshiftServerlessAuthType')
|
494
|
+
RedshiftServerlessConfiguration = Shapes::StructureShape.new(name: 'RedshiftServerlessConfiguration')
|
457
495
|
RelayConversationHistory = Shapes::StringShape.new(name: 'RelayConversationHistory')
|
458
496
|
RequireConfirmation = Shapes::StringShape.new(name: 'RequireConfirmation')
|
459
497
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
@@ -484,6 +522,7 @@ module Aws::BedrockAgent
|
|
484
522
|
SemanticChunkingConfigurationMaxTokensInteger = Shapes::IntegerShape.new(name: 'SemanticChunkingConfigurationMaxTokensInteger')
|
485
523
|
ServerSideEncryptionConfiguration = Shapes::StructureShape.new(name: 'ServerSideEncryptionConfiguration')
|
486
524
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
525
|
+
SessionSummaryConfiguration = Shapes::StructureShape.new(name: 'SessionSummaryConfiguration')
|
487
526
|
SessionTTL = Shapes::IntegerShape.new(name: 'SessionTTL')
|
488
527
|
SharePointAuthType = Shapes::StringShape.new(name: 'SharePointAuthType')
|
489
528
|
SharePointCrawlerConfiguration = Shapes::StructureShape.new(name: 'SharePointCrawlerConfiguration')
|
@@ -494,6 +533,8 @@ module Aws::BedrockAgent
|
|
494
533
|
SharePointSourceConfiguration = Shapes::StructureShape.new(name: 'SharePointSourceConfiguration')
|
495
534
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
496
535
|
SpecificToolChoice = Shapes::StructureShape.new(name: 'SpecificToolChoice')
|
536
|
+
SqlKnowledgeBaseConfiguration = Shapes::StructureShape.new(name: 'SqlKnowledgeBaseConfiguration')
|
537
|
+
SqlString = Shapes::StringShape.new(name: 'SqlString')
|
497
538
|
StartIngestionJobRequest = Shapes::StructureShape.new(name: 'StartIngestionJobRequest')
|
498
539
|
StartIngestionJobResponse = Shapes::StructureShape.new(name: 'StartIngestionJobResponse')
|
499
540
|
StepType = Shapes::StringShape.new(name: 'StepType')
|
@@ -507,6 +548,10 @@ module Aws::BedrockAgent
|
|
507
548
|
StorageFlowNodeServiceConfiguration = Shapes::UnionShape.new(name: 'StorageFlowNodeServiceConfiguration')
|
508
549
|
String = Shapes::StringShape.new(name: 'String')
|
509
550
|
StringValue = Shapes::StringShape.new(name: 'StringValue')
|
551
|
+
SupplementalDataStorageConfiguration = Shapes::StructureShape.new(name: 'SupplementalDataStorageConfiguration')
|
552
|
+
SupplementalDataStorageLocation = Shapes::StructureShape.new(name: 'SupplementalDataStorageLocation')
|
553
|
+
SupplementalDataStorageLocationType = Shapes::StringShape.new(name: 'SupplementalDataStorageLocationType')
|
554
|
+
SupplementalDataStorageLocations = Shapes::ListShape.new(name: 'SupplementalDataStorageLocations')
|
510
555
|
SystemContentBlock = Shapes::UnionShape.new(name: 'SystemContentBlock')
|
511
556
|
SystemContentBlocks = Shapes::ListShape.new(name: 'SystemContentBlocks')
|
512
557
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
@@ -568,6 +613,7 @@ module Aws::BedrockAgent
|
|
568
613
|
UpdatePromptResponse = Shapes::StructureShape.new(name: 'UpdatePromptResponse')
|
569
614
|
Url = Shapes::StringShape.new(name: 'Url')
|
570
615
|
UrlConfiguration = Shapes::StructureShape.new(name: 'UrlConfiguration')
|
616
|
+
UserAgent = Shapes::StringShape.new(name: 'UserAgent')
|
571
617
|
ValidateFlowDefinitionRequest = Shapes::StructureShape.new(name: 'ValidateFlowDefinitionRequest')
|
572
618
|
ValidateFlowDefinitionResponse = Shapes::StructureShape.new(name: 'ValidateFlowDefinitionResponse')
|
573
619
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
@@ -578,10 +624,12 @@ module Aws::BedrockAgent
|
|
578
624
|
Version = Shapes::StringShape.new(name: 'Version')
|
579
625
|
WebCrawlerConfiguration = Shapes::StructureShape.new(name: 'WebCrawlerConfiguration')
|
580
626
|
WebCrawlerLimits = Shapes::StructureShape.new(name: 'WebCrawlerLimits')
|
627
|
+
WebCrawlerLimitsMaxPagesInteger = Shapes::IntegerShape.new(name: 'WebCrawlerLimitsMaxPagesInteger')
|
581
628
|
WebCrawlerLimitsRateLimitInteger = Shapes::IntegerShape.new(name: 'WebCrawlerLimitsRateLimitInteger')
|
582
629
|
WebDataSourceConfiguration = Shapes::StructureShape.new(name: 'WebDataSourceConfiguration')
|
583
630
|
WebScopeType = Shapes::StringShape.new(name: 'WebScopeType')
|
584
631
|
WebSourceConfiguration = Shapes::StructureShape.new(name: 'WebSourceConfiguration')
|
632
|
+
WorkgroupArn = Shapes::StringShape.new(name: 'WorkgroupArn')
|
585
633
|
|
586
634
|
APISchema.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "payload"))
|
587
635
|
APISchema.add_member(:s3, Shapes::ShapeRef.new(shape: S3Identifier, location_name: "s3"))
|
@@ -806,11 +854,17 @@ module Aws::BedrockAgent
|
|
806
854
|
|
807
855
|
AutoToolChoice.struct_class = Types::AutoToolChoice
|
808
856
|
|
857
|
+
AwsDataCatalogTableNames.member = Shapes::ShapeRef.new(shape: AwsDataCatalogTableName)
|
858
|
+
|
859
|
+
BedrockDataAutomationConfiguration.add_member(:parsing_modality, Shapes::ShapeRef.new(shape: ParsingModality, location_name: "parsingModality"))
|
860
|
+
BedrockDataAutomationConfiguration.struct_class = Types::BedrockDataAutomationConfiguration
|
861
|
+
|
809
862
|
BedrockEmbeddingModelConfiguration.add_member(:dimensions, Shapes::ShapeRef.new(shape: Dimensions, location_name: "dimensions"))
|
810
863
|
BedrockEmbeddingModelConfiguration.add_member(:embedding_data_type, Shapes::ShapeRef.new(shape: EmbeddingDataType, location_name: "embeddingDataType"))
|
811
864
|
BedrockEmbeddingModelConfiguration.struct_class = Types::BedrockEmbeddingModelConfiguration
|
812
865
|
|
813
866
|
BedrockFoundationModelConfiguration.add_member(:model_arn, Shapes::ShapeRef.new(shape: BedrockModelArn, required: true, location_name: "modelArn"))
|
867
|
+
BedrockFoundationModelConfiguration.add_member(:parsing_modality, Shapes::ShapeRef.new(shape: ParsingModality, location_name: "parsingModality"))
|
814
868
|
BedrockFoundationModelConfiguration.add_member(:parsing_prompt, Shapes::ShapeRef.new(shape: ParsingPrompt, location_name: "parsingPrompt"))
|
815
869
|
BedrockFoundationModelConfiguration.struct_class = Types::BedrockFoundationModelConfiguration
|
816
870
|
|
@@ -984,7 +1038,7 @@ module Aws::BedrockAgent
|
|
984
1038
|
CreateKnowledgeBaseRequest.add_member(:knowledge_base_configuration, Shapes::ShapeRef.new(shape: KnowledgeBaseConfiguration, required: true, location_name: "knowledgeBaseConfiguration"))
|
985
1039
|
CreateKnowledgeBaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
986
1040
|
CreateKnowledgeBaseRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: KnowledgeBaseRoleArn, required: true, location_name: "roleArn"))
|
987
|
-
CreateKnowledgeBaseRequest.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration,
|
1041
|
+
CreateKnowledgeBaseRequest.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "storageConfiguration"))
|
988
1042
|
CreateKnowledgeBaseRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
989
1043
|
CreateKnowledgeBaseRequest.struct_class = Types::CreateKnowledgeBaseRequest
|
990
1044
|
|
@@ -1030,6 +1084,12 @@ module Aws::BedrockAgent
|
|
1030
1084
|
CreatePromptVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
|
1031
1085
|
CreatePromptVersionResponse.struct_class = Types::CreatePromptVersionResponse
|
1032
1086
|
|
1087
|
+
CuratedQueries.member = Shapes::ShapeRef.new(shape: CuratedQuery)
|
1088
|
+
|
1089
|
+
CuratedQuery.add_member(:natural_language, Shapes::ShapeRef.new(shape: NaturalLanguageString, required: true, location_name: "naturalLanguage"))
|
1090
|
+
CuratedQuery.add_member(:sql, Shapes::ShapeRef.new(shape: SqlString, required: true, location_name: "sql"))
|
1091
|
+
CuratedQuery.struct_class = Types::CuratedQuery
|
1092
|
+
|
1033
1093
|
CustomContent.add_member(:custom_document_identifier, Shapes::ShapeRef.new(shape: CustomDocumentIdentifier, required: true, location_name: "customDocumentIdentifier"))
|
1034
1094
|
CustomContent.add_member(:inline_content, Shapes::ShapeRef.new(shape: InlineContent, location_name: "inlineContent"))
|
1035
1095
|
CustomContent.add_member(:s3_location, Shapes::ShapeRef.new(shape: CustomS3Location, location_name: "s3Location"))
|
@@ -1657,6 +1717,9 @@ module Aws::BedrockAgent
|
|
1657
1717
|
|
1658
1718
|
IteratorFlowNodeConfiguration.struct_class = Types::IteratorFlowNodeConfiguration
|
1659
1719
|
|
1720
|
+
KendraKnowledgeBaseConfiguration.add_member(:kendra_index_arn, Shapes::ShapeRef.new(shape: KendraIndexArn, required: true, location_name: "kendraIndexArn"))
|
1721
|
+
KendraKnowledgeBaseConfiguration.struct_class = Types::KendraKnowledgeBaseConfiguration
|
1722
|
+
|
1660
1723
|
KnowledgeBase.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1661
1724
|
KnowledgeBase.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1662
1725
|
KnowledgeBase.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
|
@@ -1666,10 +1729,12 @@ module Aws::BedrockAgent
|
|
1666
1729
|
KnowledgeBase.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
1667
1730
|
KnowledgeBase.add_member(:role_arn, Shapes::ShapeRef.new(shape: KnowledgeBaseRoleArn, required: true, location_name: "roleArn"))
|
1668
1731
|
KnowledgeBase.add_member(:status, Shapes::ShapeRef.new(shape: KnowledgeBaseStatus, required: true, location_name: "status"))
|
1669
|
-
KnowledgeBase.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration,
|
1732
|
+
KnowledgeBase.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "storageConfiguration"))
|
1670
1733
|
KnowledgeBase.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
1671
1734
|
KnowledgeBase.struct_class = Types::KnowledgeBase
|
1672
1735
|
|
1736
|
+
KnowledgeBaseConfiguration.add_member(:kendra_knowledge_base_configuration, Shapes::ShapeRef.new(shape: KendraKnowledgeBaseConfiguration, location_name: "kendraKnowledgeBaseConfiguration"))
|
1737
|
+
KnowledgeBaseConfiguration.add_member(:sql_knowledge_base_configuration, Shapes::ShapeRef.new(shape: SqlKnowledgeBaseConfiguration, location_name: "sqlKnowledgeBaseConfiguration"))
|
1673
1738
|
KnowledgeBaseConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: KnowledgeBaseType, required: true, location_name: "type"))
|
1674
1739
|
KnowledgeBaseConfiguration.add_member(:vector_knowledge_base_configuration, Shapes::ShapeRef.new(shape: VectorKnowledgeBaseConfiguration, location_name: "vectorKnowledgeBaseConfiguration"))
|
1675
1740
|
KnowledgeBaseConfiguration.struct_class = Types::KnowledgeBaseConfiguration
|
@@ -1858,6 +1923,7 @@ module Aws::BedrockAgent
|
|
1858
1923
|
MalformedNodeInputExpressionFlowValidationDetails.struct_class = Types::MalformedNodeInputExpressionFlowValidationDetails
|
1859
1924
|
|
1860
1925
|
MemoryConfiguration.add_member(:enabled_memory_types, Shapes::ShapeRef.new(shape: EnabledMemoryTypes, required: true, location_name: "enabledMemoryTypes"))
|
1926
|
+
MemoryConfiguration.add_member(:session_summary_configuration, Shapes::ShapeRef.new(shape: SessionSummaryConfiguration, location_name: "sessionSummaryConfiguration"))
|
1861
1927
|
MemoryConfiguration.add_member(:storage_days, Shapes::ShapeRef.new(shape: StorageDays, location_name: "storageDays"))
|
1862
1928
|
MemoryConfiguration.struct_class = Types::MemoryConfiguration
|
1863
1929
|
|
@@ -1955,6 +2021,7 @@ module Aws::BedrockAgent
|
|
1955
2021
|
ParameterMap.key = Shapes::ShapeRef.new(shape: Name)
|
1956
2022
|
ParameterMap.value = Shapes::ShapeRef.new(shape: ParameterDetail)
|
1957
2023
|
|
2024
|
+
ParsingConfiguration.add_member(:bedrock_data_automation_configuration, Shapes::ShapeRef.new(shape: BedrockDataAutomationConfiguration, location_name: "bedrockDataAutomationConfiguration"))
|
1958
2025
|
ParsingConfiguration.add_member(:bedrock_foundation_model_configuration, Shapes::ShapeRef.new(shape: BedrockFoundationModelConfiguration, location_name: "bedrockFoundationModelConfiguration"))
|
1959
2026
|
ParsingConfiguration.add_member(:parsing_strategy, Shapes::ShapeRef.new(shape: ParsingStrategy, required: true, location_name: "parsingStrategy"))
|
1960
2027
|
ParsingConfiguration.struct_class = Types::ParsingConfiguration
|
@@ -2098,6 +2165,29 @@ module Aws::BedrockAgent
|
|
2098
2165
|
|
2099
2166
|
PromptVariantList.member = Shapes::ShapeRef.new(shape: PromptVariant)
|
2100
2167
|
|
2168
|
+
QueryGenerationColumn.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "description"))
|
2169
|
+
QueryGenerationColumn.add_member(:inclusion, Shapes::ShapeRef.new(shape: IncludeExclude, location_name: "inclusion"))
|
2170
|
+
QueryGenerationColumn.add_member(:name, Shapes::ShapeRef.new(shape: QueryGenerationColumnName, location_name: "name"))
|
2171
|
+
QueryGenerationColumn.struct_class = Types::QueryGenerationColumn
|
2172
|
+
|
2173
|
+
QueryGenerationColumns.member = Shapes::ShapeRef.new(shape: QueryGenerationColumn)
|
2174
|
+
|
2175
|
+
QueryGenerationConfiguration.add_member(:execution_timeout_seconds, Shapes::ShapeRef.new(shape: QueryExecutionTimeoutSeconds, location_name: "executionTimeoutSeconds"))
|
2176
|
+
QueryGenerationConfiguration.add_member(:generation_context, Shapes::ShapeRef.new(shape: QueryGenerationContext, location_name: "generationContext"))
|
2177
|
+
QueryGenerationConfiguration.struct_class = Types::QueryGenerationConfiguration
|
2178
|
+
|
2179
|
+
QueryGenerationContext.add_member(:curated_queries, Shapes::ShapeRef.new(shape: CuratedQueries, location_name: "curatedQueries"))
|
2180
|
+
QueryGenerationContext.add_member(:tables, Shapes::ShapeRef.new(shape: QueryGenerationTables, location_name: "tables"))
|
2181
|
+
QueryGenerationContext.struct_class = Types::QueryGenerationContext
|
2182
|
+
|
2183
|
+
QueryGenerationTable.add_member(:columns, Shapes::ShapeRef.new(shape: QueryGenerationColumns, location_name: "columns"))
|
2184
|
+
QueryGenerationTable.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "description"))
|
2185
|
+
QueryGenerationTable.add_member(:inclusion, Shapes::ShapeRef.new(shape: IncludeExclude, location_name: "inclusion"))
|
2186
|
+
QueryGenerationTable.add_member(:name, Shapes::ShapeRef.new(shape: QueryGenerationTableName, required: true, location_name: "name"))
|
2187
|
+
QueryGenerationTable.struct_class = Types::QueryGenerationTable
|
2188
|
+
|
2189
|
+
QueryGenerationTables.member = Shapes::ShapeRef.new(shape: QueryGenerationTable)
|
2190
|
+
|
2101
2191
|
RdsConfiguration.add_member(:credentials_secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "credentialsSecretArn"))
|
2102
2192
|
RdsConfiguration.add_member(:database_name, Shapes::ShapeRef.new(shape: RdsDatabaseName, required: true, location_name: "databaseName"))
|
2103
2193
|
RdsConfiguration.add_member(:field_mapping, Shapes::ShapeRef.new(shape: RdsFieldMapping, required: true, location_name: "fieldMapping"))
|
@@ -2124,6 +2214,46 @@ module Aws::BedrockAgent
|
|
2124
2214
|
RedisEnterpriseCloudFieldMapping.add_member(:vector_field, Shapes::ShapeRef.new(shape: FieldName, required: true, location_name: "vectorField"))
|
2125
2215
|
RedisEnterpriseCloudFieldMapping.struct_class = Types::RedisEnterpriseCloudFieldMapping
|
2126
2216
|
|
2217
|
+
RedshiftConfiguration.add_member(:query_engine_configuration, Shapes::ShapeRef.new(shape: RedshiftQueryEngineConfiguration, required: true, location_name: "queryEngineConfiguration"))
|
2218
|
+
RedshiftConfiguration.add_member(:query_generation_configuration, Shapes::ShapeRef.new(shape: QueryGenerationConfiguration, location_name: "queryGenerationConfiguration"))
|
2219
|
+
RedshiftConfiguration.add_member(:storage_configurations, Shapes::ShapeRef.new(shape: RedshiftQueryEngineStorageConfigurations, required: true, location_name: "storageConfigurations"))
|
2220
|
+
RedshiftConfiguration.struct_class = Types::RedshiftConfiguration
|
2221
|
+
|
2222
|
+
RedshiftProvisionedAuthConfiguration.add_member(:database_user, Shapes::ShapeRef.new(shape: String, location_name: "databaseUser"))
|
2223
|
+
RedshiftProvisionedAuthConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: RedshiftProvisionedAuthType, required: true, location_name: "type"))
|
2224
|
+
RedshiftProvisionedAuthConfiguration.add_member(:username_password_secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "usernamePasswordSecretArn"))
|
2225
|
+
RedshiftProvisionedAuthConfiguration.struct_class = Types::RedshiftProvisionedAuthConfiguration
|
2226
|
+
|
2227
|
+
RedshiftProvisionedConfiguration.add_member(:auth_configuration, Shapes::ShapeRef.new(shape: RedshiftProvisionedAuthConfiguration, required: true, location_name: "authConfiguration"))
|
2228
|
+
RedshiftProvisionedConfiguration.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: RedshiftClusterIdentifier, required: true, location_name: "clusterIdentifier"))
|
2229
|
+
RedshiftProvisionedConfiguration.struct_class = Types::RedshiftProvisionedConfiguration
|
2230
|
+
|
2231
|
+
RedshiftQueryEngineAwsDataCatalogStorageConfiguration.add_member(:table_names, Shapes::ShapeRef.new(shape: AwsDataCatalogTableNames, required: true, location_name: "tableNames"))
|
2232
|
+
RedshiftQueryEngineAwsDataCatalogStorageConfiguration.struct_class = Types::RedshiftQueryEngineAwsDataCatalogStorageConfiguration
|
2233
|
+
|
2234
|
+
RedshiftQueryEngineConfiguration.add_member(:provisioned_configuration, Shapes::ShapeRef.new(shape: RedshiftProvisionedConfiguration, location_name: "provisionedConfiguration"))
|
2235
|
+
RedshiftQueryEngineConfiguration.add_member(:serverless_configuration, Shapes::ShapeRef.new(shape: RedshiftServerlessConfiguration, location_name: "serverlessConfiguration"))
|
2236
|
+
RedshiftQueryEngineConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: RedshiftQueryEngineType, required: true, location_name: "type"))
|
2237
|
+
RedshiftQueryEngineConfiguration.struct_class = Types::RedshiftQueryEngineConfiguration
|
2238
|
+
|
2239
|
+
RedshiftQueryEngineRedshiftStorageConfiguration.add_member(:database_name, Shapes::ShapeRef.new(shape: RedshiftDatabase, required: true, location_name: "databaseName"))
|
2240
|
+
RedshiftQueryEngineRedshiftStorageConfiguration.struct_class = Types::RedshiftQueryEngineRedshiftStorageConfiguration
|
2241
|
+
|
2242
|
+
RedshiftQueryEngineStorageConfiguration.add_member(:aws_data_catalog_configuration, Shapes::ShapeRef.new(shape: RedshiftQueryEngineAwsDataCatalogStorageConfiguration, location_name: "awsDataCatalogConfiguration"))
|
2243
|
+
RedshiftQueryEngineStorageConfiguration.add_member(:redshift_configuration, Shapes::ShapeRef.new(shape: RedshiftQueryEngineRedshiftStorageConfiguration, location_name: "redshiftConfiguration"))
|
2244
|
+
RedshiftQueryEngineStorageConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: RedshiftQueryEngineStorageType, required: true, location_name: "type"))
|
2245
|
+
RedshiftQueryEngineStorageConfiguration.struct_class = Types::RedshiftQueryEngineStorageConfiguration
|
2246
|
+
|
2247
|
+
RedshiftQueryEngineStorageConfigurations.member = Shapes::ShapeRef.new(shape: RedshiftQueryEngineStorageConfiguration)
|
2248
|
+
|
2249
|
+
RedshiftServerlessAuthConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: RedshiftServerlessAuthType, required: true, location_name: "type"))
|
2250
|
+
RedshiftServerlessAuthConfiguration.add_member(:username_password_secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "usernamePasswordSecretArn"))
|
2251
|
+
RedshiftServerlessAuthConfiguration.struct_class = Types::RedshiftServerlessAuthConfiguration
|
2252
|
+
|
2253
|
+
RedshiftServerlessConfiguration.add_member(:auth_configuration, Shapes::ShapeRef.new(shape: RedshiftServerlessAuthConfiguration, required: true, location_name: "authConfiguration"))
|
2254
|
+
RedshiftServerlessConfiguration.add_member(:workgroup_arn, Shapes::ShapeRef.new(shape: WorkgroupArn, required: true, location_name: "workgroupArn"))
|
2255
|
+
RedshiftServerlessConfiguration.struct_class = Types::RedshiftServerlessConfiguration
|
2256
|
+
|
2127
2257
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
2128
2258
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
2129
2259
|
|
@@ -2184,6 +2314,9 @@ module Aws::BedrockAgent
|
|
2184
2314
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
2185
2315
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
2186
2316
|
|
2317
|
+
SessionSummaryConfiguration.add_member(:max_recent_sessions, Shapes::ShapeRef.new(shape: MaxRecentSessions, location_name: "maxRecentSessions"))
|
2318
|
+
SessionSummaryConfiguration.struct_class = Types::SessionSummaryConfiguration
|
2319
|
+
|
2187
2320
|
SharePointCrawlerConfiguration.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: CrawlFilterConfiguration, location_name: "filterConfiguration"))
|
2188
2321
|
SharePointCrawlerConfiguration.struct_class = Types::SharePointCrawlerConfiguration
|
2189
2322
|
|
@@ -2204,6 +2337,10 @@ module Aws::BedrockAgent
|
|
2204
2337
|
SpecificToolChoice.add_member(:name, Shapes::ShapeRef.new(shape: ToolName, required: true, location_name: "name"))
|
2205
2338
|
SpecificToolChoice.struct_class = Types::SpecificToolChoice
|
2206
2339
|
|
2340
|
+
SqlKnowledgeBaseConfiguration.add_member(:redshift_configuration, Shapes::ShapeRef.new(shape: RedshiftConfiguration, location_name: "redshiftConfiguration"))
|
2341
|
+
SqlKnowledgeBaseConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: QueryEngineType, required: true, location_name: "type"))
|
2342
|
+
SqlKnowledgeBaseConfiguration.struct_class = Types::SqlKnowledgeBaseConfiguration
|
2343
|
+
|
2207
2344
|
StartIngestionJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
2208
2345
|
StartIngestionJobRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "dataSourceId"))
|
2209
2346
|
StartIngestionJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
@@ -2243,6 +2380,15 @@ module Aws::BedrockAgent
|
|
2243
2380
|
StorageFlowNodeServiceConfiguration.add_member_subclass(:unknown, Types::StorageFlowNodeServiceConfiguration::Unknown)
|
2244
2381
|
StorageFlowNodeServiceConfiguration.struct_class = Types::StorageFlowNodeServiceConfiguration
|
2245
2382
|
|
2383
|
+
SupplementalDataStorageConfiguration.add_member(:storage_locations, Shapes::ShapeRef.new(shape: SupplementalDataStorageLocations, required: true, location_name: "storageLocations"))
|
2384
|
+
SupplementalDataStorageConfiguration.struct_class = Types::SupplementalDataStorageConfiguration
|
2385
|
+
|
2386
|
+
SupplementalDataStorageLocation.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
|
2387
|
+
SupplementalDataStorageLocation.add_member(:type, Shapes::ShapeRef.new(shape: SupplementalDataStorageLocationType, required: true, location_name: "type"))
|
2388
|
+
SupplementalDataStorageLocation.struct_class = Types::SupplementalDataStorageLocation
|
2389
|
+
|
2390
|
+
SupplementalDataStorageLocations.member = Shapes::ShapeRef.new(shape: SupplementalDataStorageLocation)
|
2391
|
+
|
2246
2392
|
SystemContentBlock.add_member(:text, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "text"))
|
2247
2393
|
SystemContentBlock.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2248
2394
|
SystemContentBlock.add_member_subclass(:text, Types::SystemContentBlock::Text)
|
@@ -2472,7 +2618,7 @@ module Aws::BedrockAgent
|
|
2472
2618
|
UpdateKnowledgeBaseRequest.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "knowledgeBaseId"))
|
2473
2619
|
UpdateKnowledgeBaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
2474
2620
|
UpdateKnowledgeBaseRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: KnowledgeBaseRoleArn, required: true, location_name: "roleArn"))
|
2475
|
-
UpdateKnowledgeBaseRequest.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration,
|
2621
|
+
UpdateKnowledgeBaseRequest.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "storageConfiguration"))
|
2476
2622
|
UpdateKnowledgeBaseRequest.struct_class = Types::UpdateKnowledgeBaseRequest
|
2477
2623
|
|
2478
2624
|
UpdateKnowledgeBaseResponse.add_member(:knowledge_base, Shapes::ShapeRef.new(shape: KnowledgeBase, required: true, location_name: "knowledgeBase"))
|
@@ -2524,14 +2670,17 @@ module Aws::BedrockAgent
|
|
2524
2670
|
|
2525
2671
|
VectorKnowledgeBaseConfiguration.add_member(:embedding_model_arn, Shapes::ShapeRef.new(shape: BedrockEmbeddingModelArn, required: true, location_name: "embeddingModelArn"))
|
2526
2672
|
VectorKnowledgeBaseConfiguration.add_member(:embedding_model_configuration, Shapes::ShapeRef.new(shape: EmbeddingModelConfiguration, location_name: "embeddingModelConfiguration"))
|
2673
|
+
VectorKnowledgeBaseConfiguration.add_member(:supplemental_data_storage_configuration, Shapes::ShapeRef.new(shape: SupplementalDataStorageConfiguration, location_name: "supplementalDataStorageConfiguration"))
|
2527
2674
|
VectorKnowledgeBaseConfiguration.struct_class = Types::VectorKnowledgeBaseConfiguration
|
2528
2675
|
|
2529
2676
|
WebCrawlerConfiguration.add_member(:crawler_limits, Shapes::ShapeRef.new(shape: WebCrawlerLimits, location_name: "crawlerLimits"))
|
2530
2677
|
WebCrawlerConfiguration.add_member(:exclusion_filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "exclusionFilters"))
|
2531
2678
|
WebCrawlerConfiguration.add_member(:inclusion_filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "inclusionFilters"))
|
2532
2679
|
WebCrawlerConfiguration.add_member(:scope, Shapes::ShapeRef.new(shape: WebScopeType, location_name: "scope"))
|
2680
|
+
WebCrawlerConfiguration.add_member(:user_agent, Shapes::ShapeRef.new(shape: UserAgent, location_name: "userAgent"))
|
2533
2681
|
WebCrawlerConfiguration.struct_class = Types::WebCrawlerConfiguration
|
2534
2682
|
|
2683
|
+
WebCrawlerLimits.add_member(:max_pages, Shapes::ShapeRef.new(shape: WebCrawlerLimitsMaxPagesInteger, location_name: "maxPages"))
|
2535
2684
|
WebCrawlerLimits.add_member(:rate_limit, Shapes::ShapeRef.new(shape: WebCrawlerLimitsRateLimitInteger, location_name: "rateLimit"))
|
2536
2685
|
WebCrawlerLimits.struct_class = Types::WebCrawlerLimits
|
2537
2686
|
|