File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed
services/opensearchserverless/src/main/resources/codegen-resources Expand file tree Collapse file tree 3 files changed +36
-0
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" : " Amazon OpenSearch Serverless collections support an additional attribute called standby-replicas. This allows to specify whether a collection should have redundancy enabled."
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
+ }
311
322
}
312
323
],
313
324
"version" : " 1.0"
Original file line number Diff line number Diff line change 847
847
"shape" :" CollectionName" ,
848
848
"documentation" :" <p>The name of the collection.</p>"
849
849
},
850
+ "standbyReplicas" :{
851
+ "shape" :" StandbyReplicas" ,
852
+ "documentation" :" <p>Details about an OpenSearch Serverless collection.</p>"
853
+ },
850
854
"status" :{
851
855
"shape" :" CollectionStatus" ,
852
856
"documentation" :" <p>The current status of the collection.</p>"
1059
1063
"shape" :" CollectionName" ,
1060
1064
"documentation" :" <p>The name of the collection.</p>"
1061
1065
},
1066
+ "standbyReplicas" :{
1067
+ "shape" :" StandbyReplicas" ,
1068
+ "documentation" :" <p>Creates details about an OpenSearch Serverless collection.</p>"
1069
+ },
1062
1070
"status" :{
1063
1071
"shape" :" CollectionStatus" ,
1064
1072
"documentation" :" <p>The current status of the collection.</p>"
1087
1095
"shape" :" CollectionName" ,
1088
1096
"documentation" :" <p>Name of the collection.</p>"
1089
1097
},
1098
+ "standbyReplicas" :{
1099
+ "shape" :" StandbyReplicas" ,
1100
+ "documentation" :" <p>Indicates whether standby replicas should be used for a collection.</p>"
1101
+ },
1090
1102
"tags" :{
1091
1103
"shape" :" Tags" ,
1092
1104
"documentation" :" <p>An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.</p>"
2407
2419
"documentation" :" <p>Thrown when you attempt to create more resources than the service allows based on service quotas.</p>" ,
2408
2420
"exception" :true
2409
2421
},
2422
+ "StandbyReplicas" :{
2423
+ "type" :" string" ,
2424
+ "enum" :[
2425
+ " ENABLED" ,
2426
+ " DISABLED"
2427
+ ]
2428
+ },
2410
2429
"String" :{"type" :" string" },
2411
2430
"SubnetId" :{
2412
2431
"type" :" string" ,
You can’t perform that action at this time.
0 commit comments