|
1192 | 1192 | ],
|
1193 | 1193 | "documentation":"<p>Returns an array of DC2 ReservedNodeOfferings that matches the payment type, term, and usage price of the given DC1 reserved node.</p>"
|
1194 | 1194 | },
|
1195 |
| - "ModifyAquaConfiguration":{ |
1196 |
| - "name":"ModifyAquaConfiguration", |
1197 |
| - "http":{ |
1198 |
| - "method":"POST", |
1199 |
| - "requestUri":"/" |
1200 |
| - }, |
1201 |
| - "input":{"shape":"ModifyAquaInputMessage"}, |
1202 |
| - "output":{ |
1203 |
| - "shape":"ModifyAquaOutputMessage", |
1204 |
| - "resultWrapper":"ModifyAquaConfigurationResult" |
1205 |
| - }, |
1206 |
| - "errors":[ |
1207 |
| - {"shape":"ClusterNotFoundFault"}, |
1208 |
| - {"shape":"UnsupportedOperationFault"} |
1209 |
| - ], |
1210 |
| - "documentation":"<p>Modifies whether a cluster can use AQUA (Advanced Query Accelerator). </p>" |
1211 |
| - }, |
1212 | 1195 | "ModifyCluster":{
|
1213 | 1196 | "name":"ModifyCluster",
|
1214 | 1197 | "http":{
|
|
1785 | 1768 | "resize-cluster"
|
1786 | 1769 | ]
|
1787 | 1770 | },
|
1788 |
| - "AquaConfiguration":{ |
1789 |
| - "type":"structure", |
1790 |
| - "members":{ |
1791 |
| - "AquaStatus":{ |
1792 |
| - "shape":"AquaStatus", |
1793 |
| - "documentation":"<p>The value indicates the status of AQUA on the cluster. Possible values include the following.</p> <ul> <li> <p>enabled - AQUA is enabled.</p> </li> <li> <p>disabled - AQUA is not enabled. </p> </li> <li> <p>applying - AQUA status is being applied. </p> </li> </ul>" |
1794 |
| - }, |
1795 |
| - "AquaConfigurationStatus":{ |
1796 |
| - "shape":"AquaConfigurationStatus", |
1797 |
| - "documentation":"<p>The value represents how the cluster is configured to use AQUA. Possible values include the following.</p> <ul> <li> <p>enabled - Use AQUA if it is available for the current AWS Region and Amazon Redshift node type.</p> </li> <li> <p>disabled - Don't use AQUA. </p> </li> <li> <p>auto - Amazon Redshift determines whether to use AQUA.</p> </li> </ul>" |
1798 |
| - } |
1799 |
| - }, |
1800 |
| - "documentation":"<p>The AQUA (Advanced Query Accelerator) configuration of the cluster.</p>" |
1801 |
| - }, |
1802 |
| - "AquaConfigurationStatus":{ |
1803 |
| - "type":"string", |
1804 |
| - "enum":[ |
1805 |
| - "enabled", |
1806 |
| - "disabled", |
1807 |
| - "auto" |
1808 |
| - ] |
1809 |
| - }, |
1810 |
| - "AquaStatus":{ |
1811 |
| - "type":"string", |
1812 |
| - "enum":[ |
1813 |
| - "enabled", |
1814 |
| - "disabled", |
1815 |
| - "applying" |
1816 |
| - ] |
1817 |
| - }, |
1818 | 1771 | "AssociatedClusterList":{
|
1819 | 1772 | "type":"list",
|
1820 | 1773 | "member":{
|
|
2282 | 2235 | "TotalStorageCapacityInMegaBytes":{
|
2283 | 2236 | "shape":"LongOptional",
|
2284 | 2237 | "documentation":"<p>The total storage capacity of the cluster in megabytes. </p>"
|
2285 |
| - }, |
2286 |
| - "AquaConfiguration":{ |
2287 |
| - "shape":"AquaConfiguration", |
2288 |
| - "documentation":"<p>The AQUA (Advanced Query Accelerator) configuration of the cluster.</p>" |
2289 | 2238 | }
|
2290 | 2239 | },
|
2291 | 2240 | "documentation":"<p>Describes a cluster.</p>",
|
|
3110 | 3059 | "AvailabilityZoneRelocation":{
|
3111 | 3060 | "shape":"BooleanOptional",
|
3112 | 3061 | "documentation":"<p>The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster is created.</p>"
|
3113 |
| - }, |
3114 |
| - "AquaConfigurationStatus":{ |
3115 |
| - "shape":"AquaConfigurationStatus", |
3116 |
| - "documentation":"<p>The value represents how the cluster is configured to use AQUA (Advanced Query Accelerator) when it is created. Possible values include the following.</p> <ul> <li> <p>enabled - Use AQUA if it is available for the current AWS Region and Amazon Redshift node type.</p> </li> <li> <p>disabled - Don't use AQUA. </p> </li> <li> <p>auto - Amazon Redshift determines whether to use AQUA.</p> </li> </ul>" |
3117 | 3062 | }
|
3118 | 3063 | },
|
3119 | 3064 | "documentation":"<p/>"
|
|
5590 | 5535 | "high-performance"
|
5591 | 5536 | ]
|
5592 | 5537 | },
|
5593 |
| - "ModifyAquaInputMessage":{ |
5594 |
| - "type":"structure", |
5595 |
| - "required":["ClusterIdentifier"], |
5596 |
| - "members":{ |
5597 |
| - "ClusterIdentifier":{ |
5598 |
| - "shape":"String", |
5599 |
| - "documentation":"<p>The identifier of the cluster to be modified.</p>" |
5600 |
| - }, |
5601 |
| - "AquaConfigurationStatus":{ |
5602 |
| - "shape":"AquaConfigurationStatus", |
5603 |
| - "documentation":"<p>The new value of AQUA configuration status. Possible values include the following.</p> <ul> <li> <p>enabled - Use AQUA if it is available for the current AWS Region and Amazon Redshift node type.</p> </li> <li> <p>disabled - Don't use AQUA. </p> </li> <li> <p>auto - Amazon Redshift determines whether to use AQUA.</p> </li> </ul>" |
5604 |
| - } |
5605 |
| - } |
5606 |
| - }, |
5607 |
| - "ModifyAquaOutputMessage":{ |
5608 |
| - "type":"structure", |
5609 |
| - "members":{ |
5610 |
| - "AquaConfiguration":{ |
5611 |
| - "shape":"AquaConfiguration", |
5612 |
| - "documentation":"<p>The updated AQUA configuration of the cluster. </p>" |
5613 |
| - } |
5614 |
| - } |
5615 |
| - }, |
5616 | 5538 | "ModifyClusterDbRevisionMessage":{
|
5617 | 5539 | "type":"structure",
|
5618 | 5540 | "required":[
|
|
6912 | 6834 | "AvailabilityZoneRelocation":{
|
6913 | 6835 | "shape":"BooleanOptional",
|
6914 | 6836 | "documentation":"<p>The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster is restored.</p>"
|
6915 |
| - }, |
6916 |
| - "AquaConfigurationStatus":{ |
6917 |
| - "shape":"AquaConfigurationStatus", |
6918 |
| - "documentation":"<p>The value represents how the cluster is configured to use AQUA (Advanced Query Accelerator) after the cluster is restored. Possible values include the following.</p> <ul> <li> <p>enabled - Use AQUA if it is available for the current AWS Region and Amazon Redshift node type.</p> </li> <li> <p>disabled - Don't use AQUA. </p> </li> <li> <p>auto - Amazon Redshift determines whether to use AQUA.</p> </li> </ul>" |
6919 | 6837 | }
|
6920 | 6838 | },
|
6921 | 6839 | "documentation":"<p/>"
|
|
0 commit comments