|
440 | 440 | "method":"GET",
|
441 | 441 | "requestUri":"/2021-01-01/domain"
|
442 | 442 | },
|
| 443 | + "input":{"shape":"ListDomainNamesRequest"}, |
443 | 444 | "output":{"shape":"ListDomainNamesResponse"},
|
444 | 445 | "errors":[
|
445 | 446 | {"shape":"BaseException"},
|
|
1124 | 1125 | "shape":"IntegerClass",
|
1125 | 1126 | "documentation":"<p>The number of UltraWarm nodes in the cluster.</p>"
|
1126 | 1127 | },
|
1127 |
| - "ColdStorageOptions":{"shape":"ColdStorageOptions"} |
| 1128 | + "ColdStorageOptions":{ |
| 1129 | + "shape":"ColdStorageOptions", |
| 1130 | + "documentation":"<p>Specifies the <code>ColdStorageOptions</code> config for a Domain</p>" |
| 1131 | + } |
1128 | 1132 | },
|
1129 | 1133 | "documentation":"<p>The configuration for the domain cluster, such as the type and number of instances.</p>"
|
1130 | 1134 | },
|
|
1190 | 1194 | "type":"structure",
|
1191 | 1195 | "required":["Enabled"],
|
1192 | 1196 | "members":{
|
1193 |
| - "Enabled":{"shape":"Boolean"} |
1194 |
| - } |
| 1197 | + "Enabled":{ |
| 1198 | + "shape":"Boolean", |
| 1199 | + "documentation":"<p>Enable cold storage option. Accepted values true or false</p>" |
| 1200 | + } |
| 1201 | + }, |
| 1202 | + "documentation":"<p>Specifies the configuration for cold storage options such as enabled</p>" |
1195 | 1203 | },
|
1196 | 1204 | "CommitMessage":{
|
1197 | 1205 | "type":"string",
|
|
2005 | 2013 | "DomainName":{
|
2006 | 2014 | "shape":"DomainName",
|
2007 | 2015 | "documentation":"<p>The <code>DomainName</code>. </p>"
|
| 2016 | + }, |
| 2017 | + "EngineType":{ |
| 2018 | + "shape":"EngineType", |
| 2019 | + "documentation":"<p> Specifies the <code>EngineType</code> of the domain.</p>" |
2008 | 2020 | }
|
2009 | 2021 | }
|
2010 | 2022 | },
|
|
2298 | 2310 | "key":{"shape":"String"},
|
2299 | 2311 | "value":{"shape":"ServiceUrl"}
|
2300 | 2312 | },
|
| 2313 | + "EngineType":{ |
| 2314 | + "type":"string", |
| 2315 | + "enum":[ |
| 2316 | + "OpenSearch", |
| 2317 | + "Elasticsearch" |
| 2318 | + ] |
| 2319 | + }, |
2301 | 2320 | "ErrorDetails":{
|
2302 | 2321 | "type":"structure",
|
2303 | 2322 | "members":{
|
|
2628 | 2647 | "value":{"shape":"Limits"},
|
2629 | 2648 | "documentation":"<p> The role of a given instance and all applicable limits. The role performed by a given OpenSearch instance can be one of the following: <ul> <li>data: If the given InstanceType is used as a data node</li> <li>master: If the given InstanceType is used as a master node</li> <li>ultra_warm: If the given InstanceType is used as a warm node</li> </ul> </p>"
|
2630 | 2649 | },
|
| 2650 | + "ListDomainNamesRequest":{ |
| 2651 | + "type":"structure", |
| 2652 | + "members":{ |
| 2653 | + "EngineType":{ |
| 2654 | + "shape":"EngineType", |
| 2655 | + "documentation":"<p> Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'. </p>", |
| 2656 | + "location":"querystring", |
| 2657 | + "locationName":"engineType" |
| 2658 | + } |
| 2659 | + }, |
| 2660 | + "documentation":"<p> Container for the parameters to the <code><a>ListDomainNames</a></code> operation.</p>" |
| 2661 | + }, |
2631 | 2662 | "ListDomainNamesResponse":{
|
2632 | 2663 | "type":"structure",
|
2633 | 2664 | "members":{
|
2634 | 2665 | "DomainNames":{
|
2635 | 2666 | "shape":"DomainInfoList",
|
2636 |
| - "documentation":"<p>List of domain names.</p>" |
| 2667 | + "documentation":"<p>List of domain names and respective engine types.</p>" |
2637 | 2668 | }
|
2638 | 2669 | },
|
2639 |
| - "documentation":"<p>The result of a <code>ListDomainNames</code> operation. Contains the names of all domains owned by this account. </p>" |
| 2670 | + "documentation":"<p>The result of a <code>ListDomainNames</code> operation. Contains the names of all domains owned by this account and their respective engine types.</p>" |
2640 | 2671 | },
|
2641 | 2672 | "ListDomainsForPackageRequest":{
|
2642 | 2673 | "type":"structure",
|
|
0 commit comments