aws-sdk-bedrockagent 1.39.0 → 1.40.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagent/client.rb +268 -20
- data/lib/aws-sdk-bedrockagent/client_api.rb +142 -3
- data/lib/aws-sdk-bedrockagent/types.rb +498 -24
- data/lib/aws-sdk-bedrockagent.rb +1 -1
- data/sig/client.rbs +160 -8
- data/sig/types.rbs +124 -3
- 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')
|
@@ -377,6 +386,7 @@ module Aws::BedrockAgent
|
|
377
386
|
MongoDbAtlasIndexName = Shapes::StringShape.new(name: 'MongoDbAtlasIndexName')
|
378
387
|
MultipleNodeInputConnectionsFlowValidationDetails = Shapes::StructureShape.new(name: 'MultipleNodeInputConnectionsFlowValidationDetails')
|
379
388
|
Name = Shapes::StringShape.new(name: 'Name')
|
389
|
+
NaturalLanguageString = Shapes::StringShape.new(name: 'NaturalLanguageString')
|
380
390
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
381
391
|
NonBlankString = Shapes::StringShape.new(name: 'NonBlankString')
|
382
392
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
@@ -393,6 +403,7 @@ module Aws::BedrockAgent
|
|
393
403
|
ParameterDetail = Shapes::StructureShape.new(name: 'ParameterDetail')
|
394
404
|
ParameterMap = Shapes::MapShape.new(name: 'ParameterMap')
|
395
405
|
ParsingConfiguration = Shapes::StructureShape.new(name: 'ParsingConfiguration')
|
406
|
+
ParsingModality = Shapes::StringShape.new(name: 'ParsingModality')
|
396
407
|
ParsingPrompt = Shapes::StructureShape.new(name: 'ParsingPrompt')
|
397
408
|
ParsingPromptText = Shapes::StringShape.new(name: 'ParsingPromptText')
|
398
409
|
ParsingStrategy = Shapes::StringShape.new(name: 'ParsingStrategy')
|
@@ -443,6 +454,16 @@ module Aws::BedrockAgent
|
|
443
454
|
PromptVariantList = Shapes::ListShape.new(name: 'PromptVariantList')
|
444
455
|
PromptVariantName = Shapes::StringShape.new(name: 'PromptVariantName')
|
445
456
|
ProvisionedModelIdentifier = Shapes::StringShape.new(name: 'ProvisionedModelIdentifier')
|
457
|
+
QueryEngineType = Shapes::StringShape.new(name: 'QueryEngineType')
|
458
|
+
QueryExecutionTimeoutSeconds = Shapes::IntegerShape.new(name: 'QueryExecutionTimeoutSeconds')
|
459
|
+
QueryGenerationColumn = Shapes::StructureShape.new(name: 'QueryGenerationColumn')
|
460
|
+
QueryGenerationColumnName = Shapes::StringShape.new(name: 'QueryGenerationColumnName')
|
461
|
+
QueryGenerationColumns = Shapes::ListShape.new(name: 'QueryGenerationColumns')
|
462
|
+
QueryGenerationConfiguration = Shapes::StructureShape.new(name: 'QueryGenerationConfiguration')
|
463
|
+
QueryGenerationContext = Shapes::StructureShape.new(name: 'QueryGenerationContext')
|
464
|
+
QueryGenerationTable = Shapes::StructureShape.new(name: 'QueryGenerationTable')
|
465
|
+
QueryGenerationTableName = Shapes::StringShape.new(name: 'QueryGenerationTableName')
|
466
|
+
QueryGenerationTables = Shapes::ListShape.new(name: 'QueryGenerationTables')
|
446
467
|
RdsArn = Shapes::StringShape.new(name: 'RdsArn')
|
447
468
|
RdsConfiguration = Shapes::StructureShape.new(name: 'RdsConfiguration')
|
448
469
|
RdsDatabaseName = Shapes::StringShape.new(name: 'RdsDatabaseName')
|
@@ -454,6 +475,22 @@ module Aws::BedrockAgent
|
|
454
475
|
RedisEnterpriseCloudEndpoint = Shapes::StringShape.new(name: 'RedisEnterpriseCloudEndpoint')
|
455
476
|
RedisEnterpriseCloudFieldMapping = Shapes::StructureShape.new(name: 'RedisEnterpriseCloudFieldMapping')
|
456
477
|
RedisEnterpriseCloudIndexName = Shapes::StringShape.new(name: 'RedisEnterpriseCloudIndexName')
|
478
|
+
RedshiftClusterIdentifier = Shapes::StringShape.new(name: 'RedshiftClusterIdentifier')
|
479
|
+
RedshiftConfiguration = Shapes::StructureShape.new(name: 'RedshiftConfiguration')
|
480
|
+
RedshiftDatabase = Shapes::StringShape.new(name: 'RedshiftDatabase')
|
481
|
+
RedshiftProvisionedAuthConfiguration = Shapes::StructureShape.new(name: 'RedshiftProvisionedAuthConfiguration')
|
482
|
+
RedshiftProvisionedAuthType = Shapes::StringShape.new(name: 'RedshiftProvisionedAuthType')
|
483
|
+
RedshiftProvisionedConfiguration = Shapes::StructureShape.new(name: 'RedshiftProvisionedConfiguration')
|
484
|
+
RedshiftQueryEngineAwsDataCatalogStorageConfiguration = Shapes::StructureShape.new(name: 'RedshiftQueryEngineAwsDataCatalogStorageConfiguration')
|
485
|
+
RedshiftQueryEngineConfiguration = Shapes::StructureShape.new(name: 'RedshiftQueryEngineConfiguration')
|
486
|
+
RedshiftQueryEngineRedshiftStorageConfiguration = Shapes::StructureShape.new(name: 'RedshiftQueryEngineRedshiftStorageConfiguration')
|
487
|
+
RedshiftQueryEngineStorageConfiguration = Shapes::StructureShape.new(name: 'RedshiftQueryEngineStorageConfiguration')
|
488
|
+
RedshiftQueryEngineStorageConfigurations = Shapes::ListShape.new(name: 'RedshiftQueryEngineStorageConfigurations')
|
489
|
+
RedshiftQueryEngineStorageType = Shapes::StringShape.new(name: 'RedshiftQueryEngineStorageType')
|
490
|
+
RedshiftQueryEngineType = Shapes::StringShape.new(name: 'RedshiftQueryEngineType')
|
491
|
+
RedshiftServerlessAuthConfiguration = Shapes::StructureShape.new(name: 'RedshiftServerlessAuthConfiguration')
|
492
|
+
RedshiftServerlessAuthType = Shapes::StringShape.new(name: 'RedshiftServerlessAuthType')
|
493
|
+
RedshiftServerlessConfiguration = Shapes::StructureShape.new(name: 'RedshiftServerlessConfiguration')
|
457
494
|
RelayConversationHistory = Shapes::StringShape.new(name: 'RelayConversationHistory')
|
458
495
|
RequireConfirmation = Shapes::StringShape.new(name: 'RequireConfirmation')
|
459
496
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
@@ -494,6 +531,8 @@ module Aws::BedrockAgent
|
|
494
531
|
SharePointSourceConfiguration = Shapes::StructureShape.new(name: 'SharePointSourceConfiguration')
|
495
532
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
496
533
|
SpecificToolChoice = Shapes::StructureShape.new(name: 'SpecificToolChoice')
|
534
|
+
SqlKnowledgeBaseConfiguration = Shapes::StructureShape.new(name: 'SqlKnowledgeBaseConfiguration')
|
535
|
+
SqlString = Shapes::StringShape.new(name: 'SqlString')
|
497
536
|
StartIngestionJobRequest = Shapes::StructureShape.new(name: 'StartIngestionJobRequest')
|
498
537
|
StartIngestionJobResponse = Shapes::StructureShape.new(name: 'StartIngestionJobResponse')
|
499
538
|
StepType = Shapes::StringShape.new(name: 'StepType')
|
@@ -507,6 +546,10 @@ module Aws::BedrockAgent
|
|
507
546
|
StorageFlowNodeServiceConfiguration = Shapes::UnionShape.new(name: 'StorageFlowNodeServiceConfiguration')
|
508
547
|
String = Shapes::StringShape.new(name: 'String')
|
509
548
|
StringValue = Shapes::StringShape.new(name: 'StringValue')
|
549
|
+
SupplementalDataStorageConfiguration = Shapes::StructureShape.new(name: 'SupplementalDataStorageConfiguration')
|
550
|
+
SupplementalDataStorageLocation = Shapes::StructureShape.new(name: 'SupplementalDataStorageLocation')
|
551
|
+
SupplementalDataStorageLocationType = Shapes::StringShape.new(name: 'SupplementalDataStorageLocationType')
|
552
|
+
SupplementalDataStorageLocations = Shapes::ListShape.new(name: 'SupplementalDataStorageLocations')
|
510
553
|
SystemContentBlock = Shapes::UnionShape.new(name: 'SystemContentBlock')
|
511
554
|
SystemContentBlocks = Shapes::ListShape.new(name: 'SystemContentBlocks')
|
512
555
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
@@ -582,6 +625,7 @@ module Aws::BedrockAgent
|
|
582
625
|
WebDataSourceConfiguration = Shapes::StructureShape.new(name: 'WebDataSourceConfiguration')
|
583
626
|
WebScopeType = Shapes::StringShape.new(name: 'WebScopeType')
|
584
627
|
WebSourceConfiguration = Shapes::StructureShape.new(name: 'WebSourceConfiguration')
|
628
|
+
WorkgroupArn = Shapes::StringShape.new(name: 'WorkgroupArn')
|
585
629
|
|
586
630
|
APISchema.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "payload"))
|
587
631
|
APISchema.add_member(:s3, Shapes::ShapeRef.new(shape: S3Identifier, location_name: "s3"))
|
@@ -806,11 +850,17 @@ module Aws::BedrockAgent
|
|
806
850
|
|
807
851
|
AutoToolChoice.struct_class = Types::AutoToolChoice
|
808
852
|
|
853
|
+
AwsDataCatalogTableNames.member = Shapes::ShapeRef.new(shape: AwsDataCatalogTableName)
|
854
|
+
|
855
|
+
BedrockDataAutomationConfiguration.add_member(:parsing_modality, Shapes::ShapeRef.new(shape: ParsingModality, location_name: "parsingModality"))
|
856
|
+
BedrockDataAutomationConfiguration.struct_class = Types::BedrockDataAutomationConfiguration
|
857
|
+
|
809
858
|
BedrockEmbeddingModelConfiguration.add_member(:dimensions, Shapes::ShapeRef.new(shape: Dimensions, location_name: "dimensions"))
|
810
859
|
BedrockEmbeddingModelConfiguration.add_member(:embedding_data_type, Shapes::ShapeRef.new(shape: EmbeddingDataType, location_name: "embeddingDataType"))
|
811
860
|
BedrockEmbeddingModelConfiguration.struct_class = Types::BedrockEmbeddingModelConfiguration
|
812
861
|
|
813
862
|
BedrockFoundationModelConfiguration.add_member(:model_arn, Shapes::ShapeRef.new(shape: BedrockModelArn, required: true, location_name: "modelArn"))
|
863
|
+
BedrockFoundationModelConfiguration.add_member(:parsing_modality, Shapes::ShapeRef.new(shape: ParsingModality, location_name: "parsingModality"))
|
814
864
|
BedrockFoundationModelConfiguration.add_member(:parsing_prompt, Shapes::ShapeRef.new(shape: ParsingPrompt, location_name: "parsingPrompt"))
|
815
865
|
BedrockFoundationModelConfiguration.struct_class = Types::BedrockFoundationModelConfiguration
|
816
866
|
|
@@ -984,7 +1034,7 @@ module Aws::BedrockAgent
|
|
984
1034
|
CreateKnowledgeBaseRequest.add_member(:knowledge_base_configuration, Shapes::ShapeRef.new(shape: KnowledgeBaseConfiguration, required: true, location_name: "knowledgeBaseConfiguration"))
|
985
1035
|
CreateKnowledgeBaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
986
1036
|
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,
|
1037
|
+
CreateKnowledgeBaseRequest.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "storageConfiguration"))
|
988
1038
|
CreateKnowledgeBaseRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
989
1039
|
CreateKnowledgeBaseRequest.struct_class = Types::CreateKnowledgeBaseRequest
|
990
1040
|
|
@@ -1030,6 +1080,12 @@ module Aws::BedrockAgent
|
|
1030
1080
|
CreatePromptVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
|
1031
1081
|
CreatePromptVersionResponse.struct_class = Types::CreatePromptVersionResponse
|
1032
1082
|
|
1083
|
+
CuratedQueries.member = Shapes::ShapeRef.new(shape: CuratedQuery)
|
1084
|
+
|
1085
|
+
CuratedQuery.add_member(:natural_language, Shapes::ShapeRef.new(shape: NaturalLanguageString, required: true, location_name: "naturalLanguage"))
|
1086
|
+
CuratedQuery.add_member(:sql, Shapes::ShapeRef.new(shape: SqlString, required: true, location_name: "sql"))
|
1087
|
+
CuratedQuery.struct_class = Types::CuratedQuery
|
1088
|
+
|
1033
1089
|
CustomContent.add_member(:custom_document_identifier, Shapes::ShapeRef.new(shape: CustomDocumentIdentifier, required: true, location_name: "customDocumentIdentifier"))
|
1034
1090
|
CustomContent.add_member(:inline_content, Shapes::ShapeRef.new(shape: InlineContent, location_name: "inlineContent"))
|
1035
1091
|
CustomContent.add_member(:s3_location, Shapes::ShapeRef.new(shape: CustomS3Location, location_name: "s3Location"))
|
@@ -1657,6 +1713,9 @@ module Aws::BedrockAgent
|
|
1657
1713
|
|
1658
1714
|
IteratorFlowNodeConfiguration.struct_class = Types::IteratorFlowNodeConfiguration
|
1659
1715
|
|
1716
|
+
KendraKnowledgeBaseConfiguration.add_member(:kendra_index_arn, Shapes::ShapeRef.new(shape: KendraIndexArn, required: true, location_name: "kendraIndexArn"))
|
1717
|
+
KendraKnowledgeBaseConfiguration.struct_class = Types::KendraKnowledgeBaseConfiguration
|
1718
|
+
|
1660
1719
|
KnowledgeBase.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1661
1720
|
KnowledgeBase.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1662
1721
|
KnowledgeBase.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
|
@@ -1666,10 +1725,12 @@ module Aws::BedrockAgent
|
|
1666
1725
|
KnowledgeBase.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
1667
1726
|
KnowledgeBase.add_member(:role_arn, Shapes::ShapeRef.new(shape: KnowledgeBaseRoleArn, required: true, location_name: "roleArn"))
|
1668
1727
|
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,
|
1728
|
+
KnowledgeBase.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "storageConfiguration"))
|
1670
1729
|
KnowledgeBase.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
1671
1730
|
KnowledgeBase.struct_class = Types::KnowledgeBase
|
1672
1731
|
|
1732
|
+
KnowledgeBaseConfiguration.add_member(:kendra_knowledge_base_configuration, Shapes::ShapeRef.new(shape: KendraKnowledgeBaseConfiguration, location_name: "kendraKnowledgeBaseConfiguration"))
|
1733
|
+
KnowledgeBaseConfiguration.add_member(:sql_knowledge_base_configuration, Shapes::ShapeRef.new(shape: SqlKnowledgeBaseConfiguration, location_name: "sqlKnowledgeBaseConfiguration"))
|
1673
1734
|
KnowledgeBaseConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: KnowledgeBaseType, required: true, location_name: "type"))
|
1674
1735
|
KnowledgeBaseConfiguration.add_member(:vector_knowledge_base_configuration, Shapes::ShapeRef.new(shape: VectorKnowledgeBaseConfiguration, location_name: "vectorKnowledgeBaseConfiguration"))
|
1675
1736
|
KnowledgeBaseConfiguration.struct_class = Types::KnowledgeBaseConfiguration
|
@@ -1955,6 +2016,7 @@ module Aws::BedrockAgent
|
|
1955
2016
|
ParameterMap.key = Shapes::ShapeRef.new(shape: Name)
|
1956
2017
|
ParameterMap.value = Shapes::ShapeRef.new(shape: ParameterDetail)
|
1957
2018
|
|
2019
|
+
ParsingConfiguration.add_member(:bedrock_data_automation_configuration, Shapes::ShapeRef.new(shape: BedrockDataAutomationConfiguration, location_name: "bedrockDataAutomationConfiguration"))
|
1958
2020
|
ParsingConfiguration.add_member(:bedrock_foundation_model_configuration, Shapes::ShapeRef.new(shape: BedrockFoundationModelConfiguration, location_name: "bedrockFoundationModelConfiguration"))
|
1959
2021
|
ParsingConfiguration.add_member(:parsing_strategy, Shapes::ShapeRef.new(shape: ParsingStrategy, required: true, location_name: "parsingStrategy"))
|
1960
2022
|
ParsingConfiguration.struct_class = Types::ParsingConfiguration
|
@@ -2098,6 +2160,29 @@ module Aws::BedrockAgent
|
|
2098
2160
|
|
2099
2161
|
PromptVariantList.member = Shapes::ShapeRef.new(shape: PromptVariant)
|
2100
2162
|
|
2163
|
+
QueryGenerationColumn.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "description"))
|
2164
|
+
QueryGenerationColumn.add_member(:inclusion, Shapes::ShapeRef.new(shape: IncludeExclude, location_name: "inclusion"))
|
2165
|
+
QueryGenerationColumn.add_member(:name, Shapes::ShapeRef.new(shape: QueryGenerationColumnName, location_name: "name"))
|
2166
|
+
QueryGenerationColumn.struct_class = Types::QueryGenerationColumn
|
2167
|
+
|
2168
|
+
QueryGenerationColumns.member = Shapes::ShapeRef.new(shape: QueryGenerationColumn)
|
2169
|
+
|
2170
|
+
QueryGenerationConfiguration.add_member(:execution_timeout_seconds, Shapes::ShapeRef.new(shape: QueryExecutionTimeoutSeconds, location_name: "executionTimeoutSeconds"))
|
2171
|
+
QueryGenerationConfiguration.add_member(:generation_context, Shapes::ShapeRef.new(shape: QueryGenerationContext, location_name: "generationContext"))
|
2172
|
+
QueryGenerationConfiguration.struct_class = Types::QueryGenerationConfiguration
|
2173
|
+
|
2174
|
+
QueryGenerationContext.add_member(:curated_queries, Shapes::ShapeRef.new(shape: CuratedQueries, location_name: "curatedQueries"))
|
2175
|
+
QueryGenerationContext.add_member(:tables, Shapes::ShapeRef.new(shape: QueryGenerationTables, location_name: "tables"))
|
2176
|
+
QueryGenerationContext.struct_class = Types::QueryGenerationContext
|
2177
|
+
|
2178
|
+
QueryGenerationTable.add_member(:columns, Shapes::ShapeRef.new(shape: QueryGenerationColumns, location_name: "columns"))
|
2179
|
+
QueryGenerationTable.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "description"))
|
2180
|
+
QueryGenerationTable.add_member(:inclusion, Shapes::ShapeRef.new(shape: IncludeExclude, location_name: "inclusion"))
|
2181
|
+
QueryGenerationTable.add_member(:name, Shapes::ShapeRef.new(shape: QueryGenerationTableName, required: true, location_name: "name"))
|
2182
|
+
QueryGenerationTable.struct_class = Types::QueryGenerationTable
|
2183
|
+
|
2184
|
+
QueryGenerationTables.member = Shapes::ShapeRef.new(shape: QueryGenerationTable)
|
2185
|
+
|
2101
2186
|
RdsConfiguration.add_member(:credentials_secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "credentialsSecretArn"))
|
2102
2187
|
RdsConfiguration.add_member(:database_name, Shapes::ShapeRef.new(shape: RdsDatabaseName, required: true, location_name: "databaseName"))
|
2103
2188
|
RdsConfiguration.add_member(:field_mapping, Shapes::ShapeRef.new(shape: RdsFieldMapping, required: true, location_name: "fieldMapping"))
|
@@ -2124,6 +2209,46 @@ module Aws::BedrockAgent
|
|
2124
2209
|
RedisEnterpriseCloudFieldMapping.add_member(:vector_field, Shapes::ShapeRef.new(shape: FieldName, required: true, location_name: "vectorField"))
|
2125
2210
|
RedisEnterpriseCloudFieldMapping.struct_class = Types::RedisEnterpriseCloudFieldMapping
|
2126
2211
|
|
2212
|
+
RedshiftConfiguration.add_member(:query_engine_configuration, Shapes::ShapeRef.new(shape: RedshiftQueryEngineConfiguration, required: true, location_name: "queryEngineConfiguration"))
|
2213
|
+
RedshiftConfiguration.add_member(:query_generation_configuration, Shapes::ShapeRef.new(shape: QueryGenerationConfiguration, location_name: "queryGenerationConfiguration"))
|
2214
|
+
RedshiftConfiguration.add_member(:storage_configurations, Shapes::ShapeRef.new(shape: RedshiftQueryEngineStorageConfigurations, required: true, location_name: "storageConfigurations"))
|
2215
|
+
RedshiftConfiguration.struct_class = Types::RedshiftConfiguration
|
2216
|
+
|
2217
|
+
RedshiftProvisionedAuthConfiguration.add_member(:database_user, Shapes::ShapeRef.new(shape: String, location_name: "databaseUser"))
|
2218
|
+
RedshiftProvisionedAuthConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: RedshiftProvisionedAuthType, required: true, location_name: "type"))
|
2219
|
+
RedshiftProvisionedAuthConfiguration.add_member(:username_password_secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "usernamePasswordSecretArn"))
|
2220
|
+
RedshiftProvisionedAuthConfiguration.struct_class = Types::RedshiftProvisionedAuthConfiguration
|
2221
|
+
|
2222
|
+
RedshiftProvisionedConfiguration.add_member(:auth_configuration, Shapes::ShapeRef.new(shape: RedshiftProvisionedAuthConfiguration, required: true, location_name: "authConfiguration"))
|
2223
|
+
RedshiftProvisionedConfiguration.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: RedshiftClusterIdentifier, required: true, location_name: "clusterIdentifier"))
|
2224
|
+
RedshiftProvisionedConfiguration.struct_class = Types::RedshiftProvisionedConfiguration
|
2225
|
+
|
2226
|
+
RedshiftQueryEngineAwsDataCatalogStorageConfiguration.add_member(:table_names, Shapes::ShapeRef.new(shape: AwsDataCatalogTableNames, required: true, location_name: "tableNames"))
|
2227
|
+
RedshiftQueryEngineAwsDataCatalogStorageConfiguration.struct_class = Types::RedshiftQueryEngineAwsDataCatalogStorageConfiguration
|
2228
|
+
|
2229
|
+
RedshiftQueryEngineConfiguration.add_member(:provisioned_configuration, Shapes::ShapeRef.new(shape: RedshiftProvisionedConfiguration, location_name: "provisionedConfiguration"))
|
2230
|
+
RedshiftQueryEngineConfiguration.add_member(:serverless_configuration, Shapes::ShapeRef.new(shape: RedshiftServerlessConfiguration, location_name: "serverlessConfiguration"))
|
2231
|
+
RedshiftQueryEngineConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: RedshiftQueryEngineType, required: true, location_name: "type"))
|
2232
|
+
RedshiftQueryEngineConfiguration.struct_class = Types::RedshiftQueryEngineConfiguration
|
2233
|
+
|
2234
|
+
RedshiftQueryEngineRedshiftStorageConfiguration.add_member(:database_name, Shapes::ShapeRef.new(shape: RedshiftDatabase, required: true, location_name: "databaseName"))
|
2235
|
+
RedshiftQueryEngineRedshiftStorageConfiguration.struct_class = Types::RedshiftQueryEngineRedshiftStorageConfiguration
|
2236
|
+
|
2237
|
+
RedshiftQueryEngineStorageConfiguration.add_member(:aws_data_catalog_configuration, Shapes::ShapeRef.new(shape: RedshiftQueryEngineAwsDataCatalogStorageConfiguration, location_name: "awsDataCatalogConfiguration"))
|
2238
|
+
RedshiftQueryEngineStorageConfiguration.add_member(:redshift_configuration, Shapes::ShapeRef.new(shape: RedshiftQueryEngineRedshiftStorageConfiguration, location_name: "redshiftConfiguration"))
|
2239
|
+
RedshiftQueryEngineStorageConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: RedshiftQueryEngineStorageType, required: true, location_name: "type"))
|
2240
|
+
RedshiftQueryEngineStorageConfiguration.struct_class = Types::RedshiftQueryEngineStorageConfiguration
|
2241
|
+
|
2242
|
+
RedshiftQueryEngineStorageConfigurations.member = Shapes::ShapeRef.new(shape: RedshiftQueryEngineStorageConfiguration)
|
2243
|
+
|
2244
|
+
RedshiftServerlessAuthConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: RedshiftServerlessAuthType, required: true, location_name: "type"))
|
2245
|
+
RedshiftServerlessAuthConfiguration.add_member(:username_password_secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "usernamePasswordSecretArn"))
|
2246
|
+
RedshiftServerlessAuthConfiguration.struct_class = Types::RedshiftServerlessAuthConfiguration
|
2247
|
+
|
2248
|
+
RedshiftServerlessConfiguration.add_member(:auth_configuration, Shapes::ShapeRef.new(shape: RedshiftServerlessAuthConfiguration, required: true, location_name: "authConfiguration"))
|
2249
|
+
RedshiftServerlessConfiguration.add_member(:workgroup_arn, Shapes::ShapeRef.new(shape: WorkgroupArn, required: true, location_name: "workgroupArn"))
|
2250
|
+
RedshiftServerlessConfiguration.struct_class = Types::RedshiftServerlessConfiguration
|
2251
|
+
|
2127
2252
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
2128
2253
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
2129
2254
|
|
@@ -2204,6 +2329,10 @@ module Aws::BedrockAgent
|
|
2204
2329
|
SpecificToolChoice.add_member(:name, Shapes::ShapeRef.new(shape: ToolName, required: true, location_name: "name"))
|
2205
2330
|
SpecificToolChoice.struct_class = Types::SpecificToolChoice
|
2206
2331
|
|
2332
|
+
SqlKnowledgeBaseConfiguration.add_member(:redshift_configuration, Shapes::ShapeRef.new(shape: RedshiftConfiguration, location_name: "redshiftConfiguration"))
|
2333
|
+
SqlKnowledgeBaseConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: QueryEngineType, required: true, location_name: "type"))
|
2334
|
+
SqlKnowledgeBaseConfiguration.struct_class = Types::SqlKnowledgeBaseConfiguration
|
2335
|
+
|
2207
2336
|
StartIngestionJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
2208
2337
|
StartIngestionJobRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "dataSourceId"))
|
2209
2338
|
StartIngestionJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
@@ -2243,6 +2372,15 @@ module Aws::BedrockAgent
|
|
2243
2372
|
StorageFlowNodeServiceConfiguration.add_member_subclass(:unknown, Types::StorageFlowNodeServiceConfiguration::Unknown)
|
2244
2373
|
StorageFlowNodeServiceConfiguration.struct_class = Types::StorageFlowNodeServiceConfiguration
|
2245
2374
|
|
2375
|
+
SupplementalDataStorageConfiguration.add_member(:storage_locations, Shapes::ShapeRef.new(shape: SupplementalDataStorageLocations, required: true, location_name: "storageLocations"))
|
2376
|
+
SupplementalDataStorageConfiguration.struct_class = Types::SupplementalDataStorageConfiguration
|
2377
|
+
|
2378
|
+
SupplementalDataStorageLocation.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
|
2379
|
+
SupplementalDataStorageLocation.add_member(:type, Shapes::ShapeRef.new(shape: SupplementalDataStorageLocationType, required: true, location_name: "type"))
|
2380
|
+
SupplementalDataStorageLocation.struct_class = Types::SupplementalDataStorageLocation
|
2381
|
+
|
2382
|
+
SupplementalDataStorageLocations.member = Shapes::ShapeRef.new(shape: SupplementalDataStorageLocation)
|
2383
|
+
|
2246
2384
|
SystemContentBlock.add_member(:text, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "text"))
|
2247
2385
|
SystemContentBlock.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2248
2386
|
SystemContentBlock.add_member_subclass(:text, Types::SystemContentBlock::Text)
|
@@ -2472,7 +2610,7 @@ module Aws::BedrockAgent
|
|
2472
2610
|
UpdateKnowledgeBaseRequest.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "knowledgeBaseId"))
|
2473
2611
|
UpdateKnowledgeBaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
2474
2612
|
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,
|
2613
|
+
UpdateKnowledgeBaseRequest.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "storageConfiguration"))
|
2476
2614
|
UpdateKnowledgeBaseRequest.struct_class = Types::UpdateKnowledgeBaseRequest
|
2477
2615
|
|
2478
2616
|
UpdateKnowledgeBaseResponse.add_member(:knowledge_base, Shapes::ShapeRef.new(shape: KnowledgeBase, required: true, location_name: "knowledgeBase"))
|
@@ -2524,6 +2662,7 @@ module Aws::BedrockAgent
|
|
2524
2662
|
|
2525
2663
|
VectorKnowledgeBaseConfiguration.add_member(:embedding_model_arn, Shapes::ShapeRef.new(shape: BedrockEmbeddingModelArn, required: true, location_name: "embeddingModelArn"))
|
2526
2664
|
VectorKnowledgeBaseConfiguration.add_member(:embedding_model_configuration, Shapes::ShapeRef.new(shape: EmbeddingModelConfiguration, location_name: "embeddingModelConfiguration"))
|
2665
|
+
VectorKnowledgeBaseConfiguration.add_member(:supplemental_data_storage_configuration, Shapes::ShapeRef.new(shape: SupplementalDataStorageConfiguration, location_name: "supplementalDataStorageConfiguration"))
|
2527
2666
|
VectorKnowledgeBaseConfiguration.struct_class = Types::VectorKnowledgeBaseConfiguration
|
2528
2667
|
|
2529
2668
|
WebCrawlerConfiguration.add_member(:crawler_limits, Shapes::ShapeRef.new(shape: WebCrawlerLimits, location_name: "crawlerLimits"))
|