|
4 | 4 | "apiVersion":"2021-01-01",
|
5 | 5 | "endpointPrefix":"es",
|
6 | 6 | "protocol":"rest-json",
|
| 7 | + "protocols":["rest-json"], |
7 | 8 | "serviceFullName":"Amazon OpenSearch Service",
|
8 | 9 | "serviceId":"OpenSearch",
|
9 | 10 | "signatureVersion":"v4",
|
|
2321 | 2322 | "Description":{
|
2322 | 2323 | "shape":"DataSourceDescription",
|
2323 | 2324 | "documentation":"<p>A description of the data source.</p>"
|
| 2325 | + }, |
| 2326 | + "Status":{ |
| 2327 | + "shape":"DataSourceStatus", |
| 2328 | + "documentation":"<p>The status of the data source.</p>" |
2324 | 2329 | }
|
2325 | 2330 | },
|
2326 | 2331 | "documentation":"<p>Details about a direct-query data source.</p>"
|
|
2335 | 2340 | "min":3,
|
2336 | 2341 | "pattern":"[a-z][a-z0-9_]+"
|
2337 | 2342 | },
|
| 2343 | + "DataSourceStatus":{ |
| 2344 | + "type":"string", |
| 2345 | + "enum":[ |
| 2346 | + "ACTIVE", |
| 2347 | + "DISABLED" |
| 2348 | + ] |
| 2349 | + }, |
2338 | 2350 | "DataSourceType":{
|
2339 | 2351 | "type":"structure",
|
2340 | 2352 | "members":{
|
|
3500 | 3512 | },
|
3501 | 3513 | "DomainEndpointV2HostedZoneId":{
|
3502 | 3514 | "shape":"HostedZoneId",
|
3503 |
| - "documentation":"<p>The DualStack Hosted Zone Id for the domain. </p>" |
| 3515 | + "documentation":"<p>The dual stack hosted zone ID for the domain. </p>" |
3504 | 3516 | },
|
3505 | 3517 | "Processing":{
|
3506 | 3518 | "shape":"Boolean",
|
|
3889 | 3901 | "Description":{
|
3890 | 3902 | "shape":"DataSourceDescription",
|
3891 | 3903 | "documentation":"<p>A description of the data source.</p>"
|
| 3904 | + }, |
| 3905 | + "Status":{ |
| 3906 | + "shape":"DataSourceStatus", |
| 3907 | + "documentation":"<p>The status of the data source response.</p>" |
3892 | 3908 | }
|
3893 | 3909 | },
|
3894 | 3910 | "documentation":"<p>The result of a <code>GetDataSource</code> operation.</p>"
|
|
6243 | 6259 | "Description":{
|
6244 | 6260 | "shape":"DataSourceDescription",
|
6245 | 6261 | "documentation":"<p>A new description of the data source.</p>"
|
| 6262 | + }, |
| 6263 | + "Status":{ |
| 6264 | + "shape":"DataSourceStatus", |
| 6265 | + "documentation":"<p>The status of the data source update request.</p>" |
6246 | 6266 | }
|
6247 | 6267 | },
|
6248 | 6268 | "documentation":"<p>Container for the parameters to the <code>UpdateDataSource</code> operation.</p>"
|
|
0 commit comments