File tree Expand file tree Collapse file tree 3 files changed +26
-13
lines changed
services/opensearchserverless/src/main/resources/codegen-resources Expand file tree Collapse file tree 3 files changed +26
-13
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " OpenSearch Service Serverless" ,
4
+ "contributor" : " " ,
5
+ "description" : " Added FailureCode and FailureMessage to BatchGetCollectionResponse for BatchGetVPCEResponse for non-Active Collection and VPCE."
6
+ }
Original file line number Diff line number Diff line change 308
308
"expect" : {
309
309
"error" : " Invalid Configuration: Missing Region"
310
310
}
311
- },
312
- {
313
- "documentation" : " Partition doesn't support DualStack" ,
314
- "expect" : {
315
- "error" : " DualStack is enabled but this partition does not support DualStack"
316
- },
317
- "params" : {
318
- "Region" : " us-isob-east-1" ,
319
- "UseFIPS" : false ,
320
- "UseDualStack" : true
321
- }
322
311
}
323
312
],
324
313
"version" : " 1.0"
Original file line number Diff line number Diff line change 5
5
"endpointPrefix" :" aoss" ,
6
6
"jsonVersion" :" 1.0" ,
7
7
"protocol" :" json" ,
8
+ "protocols" :[" json" ],
8
9
"serviceFullName" :" OpenSearch Service Serverless" ,
9
10
"serviceId" :" OpenSearchServerless" ,
10
11
"signatureVersion" :" v4" ,
11
12
"signingName" :" aoss" ,
12
13
"targetPrefix" :" OpenSearchServerless" ,
13
- "uid" :" opensearchserverless-2021-11-01"
14
+ "uid" :" opensearchserverless-2021-11-01" ,
15
+ "auth" :[" aws.auth#sigv4" ]
14
16
},
15
17
"operations" :{
16
18
"BatchGetCollection" :{
831
833
"shape" :" String" ,
832
834
"documentation" :" <p>A description of the collection.</p>"
833
835
},
836
+ "failureCode" :{
837
+ "shape" :" String" ,
838
+ "documentation" :" <p>A failure code associated with the request.</p>"
839
+ },
840
+ "failureMessage" :{
841
+ "shape" :" String" ,
842
+ "documentation" :" <p>A message associated with the failure code.</p>"
843
+ },
834
844
"id" :{
835
845
"shape" :" CollectionId" ,
836
846
"documentation" :" <p>A unique identifier for the collection.</p>"
2152
2162
"Resource" :{"type" :" string" },
2153
2163
"ResourceName" :{
2154
2164
"type" :" string" ,
2155
- "pattern" :" ^index/[a-z][a-z0-9-]{3,32}/([a-z;0-9&$%][+.~=\\ -_a-z;0-9&$%]*| \\ * )$"
2165
+ "pattern" :" ^index/[a-z][a-z0-9-]{3,32}/([a-z;0-9&$%][+.~=\\ -_a-z;0-9&$%]*)$"
2156
2166
},
2157
2167
"ResourceNotFoundException" :{
2158
2168
"type" :" structure" ,
2865
2875
"shape" :" Long" ,
2866
2876
"documentation" :" <p>The date the endpoint was created.</p>"
2867
2877
},
2878
+ "failureCode" :{
2879
+ "shape" :" String" ,
2880
+ "documentation" :" <p>A failure code associated with the request.</p>"
2881
+ },
2882
+ "failureMessage" :{
2883
+ "shape" :" String" ,
2884
+ "documentation" :" <p>A message associated with the failure code.</p>"
2885
+ },
2868
2886
"id" :{
2869
2887
"shape" :" VpcEndpointId" ,
2870
2888
"documentation" :" <p>The unique identifier of the endpoint.</p>"
You can’t perform that action at this time.
0 commit comments