You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/bedrockagent/src/main/resources/codegen-resources/service-2.json
+38-1Lines changed: 38 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6233,6 +6233,16 @@
6233
6233
"Collector"
6234
6234
]
6235
6235
},
6236
+
"IndexArn":{
6237
+
"type":"string",
6238
+
"sensitive":true
6239
+
},
6240
+
"IndexName":{
6241
+
"type":"string",
6242
+
"max":63,
6243
+
"min":3,
6244
+
"sensitive":true
6245
+
},
6236
6246
"InferenceConfiguration":{
6237
6247
"type":"structure",
6238
6248
"members":{
@@ -6929,7 +6939,8 @@
6929
6939
"RDS",
6930
6940
"MONGO_DB_ATLAS",
6931
6941
"NEPTUNE_ANALYTICS",
6932
-
"OPENSEARCH_MANAGED_CLUSTER"
6942
+
"OPENSEARCH_MANAGED_CLUSTER",
6943
+
"S3_VECTORS"
6933
6944
]
6934
6945
},
6935
6946
"KnowledgeBaseSummaries":{
@@ -9656,6 +9667,24 @@
9656
9667
"max":1,
9657
9668
"min":1
9658
9669
},
9670
+
"S3VectorsConfiguration":{
9671
+
"type":"structure",
9672
+
"members":{
9673
+
"indexArn":{
9674
+
"shape":"IndexArn",
9675
+
"documentation":"<p>The Amazon Resource Name (ARN) of the vector index used for the knowledge base. This ARN identifies the specific vector index resource within Amazon Bedrock.</p>"
9676
+
},
9677
+
"indexName":{
9678
+
"shape":"IndexName",
9679
+
"documentation":"<p>The name of the vector index used for the knowledge base. This name identifies the vector index within the Amazon Bedrock service.</p>"
9680
+
},
9681
+
"vectorBucketArn":{
9682
+
"shape":"VectorBucketArn",
9683
+
"documentation":"<p>The Amazon Resource Name (ARN) of the S3 bucket where vector embeddings are stored. This bucket contains the vector data used by the knowledge base.</p>"
9684
+
}
9685
+
},
9686
+
"documentation":"<p>Contains the storage configuration of the knowledge base for S3 vectors.</p>"
9687
+
},
9659
9688
"SalesforceAuthType":{
9660
9689
"type":"string",
9661
9690
"enum":["OAUTH2_CLIENT_CREDENTIALS"]
@@ -10048,6 +10077,10 @@
10048
10077
"shape":"RedisEnterpriseCloudConfiguration",
10049
10078
"documentation":"<p>Contains the storage configuration of the knowledge base in Redis Enterprise Cloud.</p>"
10050
10079
},
10080
+
"s3VectorsConfiguration":{
10081
+
"shape":"S3VectorsConfiguration",
10082
+
"documentation":"<p>The configuration settings for storing knowledge base data using S3 vectors. This includes vector index information and S3 bucket details for vector storage.</p>"
10083
+
},
10051
10084
"type":{
10052
10085
"shape":"KnowledgeBaseStorageType",
10053
10086
"documentation":"<p>The vector store service in which the knowledge base is stored.</p>"
0 commit comments