Skip to content

Commit c7cea45

Browse files
AWS Opensearch adds support for enabling s3 vector engine options. After enabling this option, customers will be able to create indices with s3 vector engine.
1 parent e799cb8 commit c7cea45

13 files changed

+510
-392
lines changed

generator/ServiceModels/opensearch/opensearch-2021-01-01.api.json

Lines changed: 23 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,13 +1225,15 @@
12251225
"AIMLOptionsInput":{
12261226
"type":"structure",
12271227
"members":{
1228-
"NaturalLanguageQueryGenerationOptions":{"shape":"NaturalLanguageQueryGenerationOptionsInput"}
1228+
"NaturalLanguageQueryGenerationOptions":{"shape":"NaturalLanguageQueryGenerationOptionsInput"},
1229+
"S3VectorsEngine":{"shape":"S3VectorsEngine"}
12291230
}
12301231
},
12311232
"AIMLOptionsOutput":{
12321233
"type":"structure",
12331234
"members":{
1234-
"NaturalLanguageQueryGenerationOptions":{"shape":"NaturalLanguageQueryGenerationOptionsOutput"}
1235+
"NaturalLanguageQueryGenerationOptions":{"shape":"NaturalLanguageQueryGenerationOptionsOutput"},
1236+
"S3VectorsEngine":{"shape":"S3VectorsEngine"}
12351237
}
12361238
},
12371239
"AIMLOptionsStatus":{
@@ -1283,8 +1285,7 @@
12831285
},
12841286
"AccessDeniedException":{
12851287
"type":"structure",
1286-
"members":{
1287-
},
1288+
"members":{},
12881289
"error":{"httpStatusCode":403},
12891290
"exception":true
12901291
},
@@ -1916,8 +1917,7 @@
19161917
},
19171918
"ConflictException":{
19181919
"type":"structure",
1919-
"members":{
1920-
},
1920+
"members":{},
19211921
"error":{"httpStatusCode":409},
19221922
"exception":true
19231923
},
@@ -2148,8 +2148,7 @@
21482148
},
21492149
"DeleteApplicationResponse":{
21502150
"type":"structure",
2151-
"members":{
2152-
}
2151+
"members":{}
21532152
},
21542153
"DeleteDataSourceRequest":{
21552154
"type":"structure",
@@ -2275,8 +2274,7 @@
22752274
},
22762275
"DependencyFailureException":{
22772276
"type":"structure",
2278-
"members":{
2279-
},
2277+
"members":{},
22802278
"error":{"httpStatusCode":424},
22812279
"exception":true
22822280
},
@@ -2689,8 +2687,7 @@
26892687
"DisableTimestamp":{"type":"timestamp"},
26902688
"DisabledOperationException":{
26912689
"type":"structure",
2692-
"members":{
2693-
},
2690+
"members":{},
26942691
"error":{"httpStatusCode":409},
26952692
"exception":true
26962693
},
@@ -3494,22 +3491,19 @@
34943491
"IntegerClass":{"type":"integer"},
34953492
"InternalException":{
34963493
"type":"structure",
3497-
"members":{
3498-
},
3494+
"members":{},
34993495
"error":{"httpStatusCode":500},
35003496
"exception":true
35013497
},
35023498
"InvalidPaginationTokenException":{
35033499
"type":"structure",
3504-
"members":{
3505-
},
3500+
"members":{},
35063501
"error":{"httpStatusCode":400},
35073502
"exception":true
35083503
},
35093504
"InvalidTypeException":{
35103505
"type":"structure",
3511-
"members":{
3512-
},
3506+
"members":{},
35133507
"error":{"httpStatusCode":409},
35143508
"exception":true
35153509
},
@@ -3558,8 +3552,7 @@
35583552
},
35593553
"LimitExceededException":{
35603554
"type":"structure",
3561-
"members":{
3562-
},
3555+
"members":{},
35633556
"error":{"httpStatusCode":409},
35643557
"exception":true
35653558
},
@@ -4698,15 +4691,13 @@
46984691
},
46994692
"ResourceAlreadyExistsException":{
47004693
"type":"structure",
4701-
"members":{
4702-
},
4694+
"members":{},
47034695
"error":{"httpStatusCode":409},
47044696
"exception":true
47054697
},
47064698
"ResourceNotFoundException":{
47074699
"type":"structure",
4708-
"members":{
4709-
},
4700+
"members":{},
47104701
"error":{"httpStatusCode":409},
47114702
"exception":true
47124703
},
@@ -4725,8 +4716,7 @@
47254716
},
47264717
"RevokeVpcEndpointAccessResponse":{
47274718
"type":"structure",
4728-
"members":{
4729-
}
4719+
"members":{}
47304720
},
47314721
"RoleArn":{
47324722
"type":"string",
@@ -4769,6 +4759,12 @@
47694759
"max":1024,
47704760
"min":1
47714761
},
4762+
"S3VectorsEngine":{
4763+
"type":"structure",
4764+
"members":{
4765+
"Enabled":{"shape":"Boolean"}
4766+
}
4767+
},
47724768
"SAMLEntityId":{
47734769
"type":"string",
47744770
"max":512,
@@ -5400,8 +5396,7 @@
54005396
},
54015397
"ValidationException":{
54025398
"type":"structure",
5403-
"members":{
5404-
},
5399+
"members":{},
54055400
"error":{"httpStatusCode":400},
54065401
"exception":true
54075402
},

0 commit comments

Comments
 (0)