|
1763 | 1763 | "members":{
|
1764 | 1764 | "Endpoint":{
|
1765 | 1765 | "shape":"Endpoint",
|
1766 |
| - "documentation":"<p>The endpoint of the remote domain.</p>" |
| 1766 | + "documentation":"<important> <p>The Endpoint attribute cannot be modified. </p> </important> <p>The endpoint of the remote domain. Applicable for VPC_ENDPOINT connection mode.</p>" |
| 1767 | + }, |
| 1768 | + "CrossClusterSearch":{ |
| 1769 | + "shape":"CrossClusterSearchConnectionProperties", |
| 1770 | + "documentation":"<p>The connection properties for cross cluster search.</p>" |
1767 | 1771 | }
|
1768 | 1772 | },
|
1769 | 1773 | "documentation":"<p>The connection properties of an outbound connection.</p>"
|
|
1880 | 1884 | "ConnectionMode":{
|
1881 | 1885 | "shape":"ConnectionMode",
|
1882 | 1886 | "documentation":"<p>The connection mode.</p>"
|
| 1887 | + }, |
| 1888 | + "ConnectionProperties":{ |
| 1889 | + "shape":"ConnectionProperties", |
| 1890 | + "documentation":"<p>The <code>ConnectionProperties</code> for the outbound connection.</p>" |
1883 | 1891 | }
|
1884 | 1892 | },
|
1885 | 1893 | "documentation":"<p>Container for the parameters to the <code>CreateOutboundConnection</code> operation.</p>"
|
|
1987 | 1995 | }
|
1988 | 1996 | },
|
1989 | 1997 | "CreatedAt":{"type":"timestamp"},
|
| 1998 | + "CrossClusterSearchConnectionProperties":{ |
| 1999 | + "type":"structure", |
| 2000 | + "members":{ |
| 2001 | + "SkipUnavailable":{ |
| 2002 | + "shape":"SkipUnavailableStatus", |
| 2003 | + "documentation":"<p>Status of SkipUnavailable param for outbound connection.</p>" |
| 2004 | + } |
| 2005 | + }, |
| 2006 | + "documentation":"<p>Cross cluster search specific connection properties.</p>" |
| 2007 | + }, |
1990 | 2008 | "DeleteDomainRequest":{
|
1991 | 2009 | "type":"structure",
|
1992 | 2010 | "required":["DomainName"],
|
|
2529 | 2547 | },
|
2530 | 2548 | "DescribePackagesFilterValues":{
|
2531 | 2549 | "type":"list",
|
2532 |
| - "member":{"shape":"DescribePackagesFilterValue"}, |
2533 |
| - "min":1 |
| 2550 | + "member":{"shape":"DescribePackagesFilterValue"} |
2534 | 2551 | },
|
2535 | 2552 | "DescribePackagesRequest":{
|
2536 | 2553 | "type":"structure",
|
|
5136 | 5153 | "type":"string",
|
5137 | 5154 | "documentation":"<p>The domain endpoint to which index and search requests are submitted. For example, <code>search-imdb-movies-oopcnjfn6ugo.eu-west-1.es.amazonaws.com</code> or <code>doc-imdb-movies-oopcnjfn6u.eu-west-1.es.amazonaws.com</code>.</p>"
|
5138 | 5155 | },
|
| 5156 | + "SkipUnavailableStatus":{ |
| 5157 | + "type":"string", |
| 5158 | + "documentation":"<p>Status of SkipUnavailable param for outbound connection.</p> <ul> <li> <p> <b>ENABLED</b> - The SkipUnavailable param is enabled for the connection.</p> </li> <li> <p> <b>DISABLED</b> - The SkipUnavailable param is disabled for the connection.</p> </li> </ul>", |
| 5159 | + "enum":[ |
| 5160 | + "ENABLED", |
| 5161 | + "DISABLED" |
| 5162 | + ] |
| 5163 | + }, |
5139 | 5164 | "SlotList":{
|
5140 | 5165 | "type":"list",
|
5141 | 5166 | "member":{"shape":"Long"}
|
|
0 commit comments