|
1293 | 1293 | ],
|
1294 | 1294 | "documentation":"<p>Returns an array of DC2 ReservedNodeOfferings that matches the payment type, term, and usage price of the given DC1 reserved node.</p>"
|
1295 | 1295 | },
|
| 1296 | + "ModifyAquaConfiguration":{ |
| 1297 | + "name":"ModifyAquaConfiguration", |
| 1298 | + "http":{ |
| 1299 | + "method":"POST", |
| 1300 | + "requestUri":"/" |
| 1301 | + }, |
| 1302 | + "input":{"shape":"ModifyAquaInputMessage"}, |
| 1303 | + "output":{ |
| 1304 | + "shape":"ModifyAquaOutputMessage", |
| 1305 | + "resultWrapper":"ModifyAquaConfigurationResult" |
| 1306 | + }, |
| 1307 | + "errors":[ |
| 1308 | + {"shape":"ClusterNotFoundFault"}, |
| 1309 | + {"shape":"UnsupportedOperationFault"} |
| 1310 | + ], |
| 1311 | + "documentation":"<p>Modifies whether a cluster can use AQUA (Advanced Query Accelerator). </p>" |
| 1312 | + }, |
1296 | 1313 | "ModifyCluster":{
|
1297 | 1314 | "name":"ModifyCluster",
|
1298 | 1315 | "http":{
|
|
1924 | 1941 | "resize-cluster"
|
1925 | 1942 | ]
|
1926 | 1943 | },
|
| 1944 | + "AquaConfiguration":{ |
| 1945 | + "type":"structure", |
| 1946 | + "members":{ |
| 1947 | + "AquaStatus":{ |
| 1948 | + "shape":"AquaStatus", |
| 1949 | + "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>" |
| 1950 | + }, |
| 1951 | + "AquaConfigurationStatus":{ |
| 1952 | + "shape":"AquaConfigurationStatus", |
| 1953 | + "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>" |
| 1954 | + } |
| 1955 | + }, |
| 1956 | + "documentation":"<p>The AQUA (Advanced Query Accelerator) configuration of the cluster.</p>" |
| 1957 | + }, |
| 1958 | + "AquaConfigurationStatus":{ |
| 1959 | + "type":"string", |
| 1960 | + "enum":[ |
| 1961 | + "enabled", |
| 1962 | + "disabled", |
| 1963 | + "auto" |
| 1964 | + ] |
| 1965 | + }, |
| 1966 | + "AquaStatus":{ |
| 1967 | + "type":"string", |
| 1968 | + "enum":[ |
| 1969 | + "enabled", |
| 1970 | + "disabled", |
| 1971 | + "applying" |
| 1972 | + ] |
| 1973 | + }, |
1927 | 1974 | "AssociatedClusterList":{
|
1928 | 1975 | "type":"list",
|
1929 | 1976 | "member":{
|
|
2416 | 2463 | "TotalStorageCapacityInMegaBytes":{
|
2417 | 2464 | "shape":"LongOptional",
|
2418 | 2465 | "documentation":"<p>The total storage capacity of the cluster in megabytes. </p>"
|
| 2466 | + }, |
| 2467 | + "AquaConfiguration":{ |
| 2468 | + "shape":"AquaConfiguration", |
| 2469 | + "documentation":"<p>The AQUA (Advanced Query Accelerator) configuration of the cluster.</p>" |
2419 | 2470 | }
|
2420 | 2471 | },
|
2421 | 2472 | "documentation":"<p>Describes a cluster.</p>",
|
|
3240 | 3291 | "AvailabilityZoneRelocation":{
|
3241 | 3292 | "shape":"BooleanOptional",
|
3242 | 3293 | "documentation":"<p>The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster is created.</p>"
|
| 3294 | + }, |
| 3295 | + "AquaConfigurationStatus":{ |
| 3296 | + "shape":"AquaConfigurationStatus", |
| 3297 | + "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>" |
3243 | 3298 | }
|
3244 | 3299 | },
|
3245 | 3300 | "documentation":"<p/>"
|
|
6036 | 6091 | "high-performance"
|
6037 | 6092 | ]
|
6038 | 6093 | },
|
| 6094 | + "ModifyAquaInputMessage":{ |
| 6095 | + "type":"structure", |
| 6096 | + "required":["ClusterIdentifier"], |
| 6097 | + "members":{ |
| 6098 | + "ClusterIdentifier":{ |
| 6099 | + "shape":"String", |
| 6100 | + "documentation":"<p>The identifier of the cluster to be modified.</p>" |
| 6101 | + }, |
| 6102 | + "AquaConfigurationStatus":{ |
| 6103 | + "shape":"AquaConfigurationStatus", |
| 6104 | + "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>" |
| 6105 | + } |
| 6106 | + } |
| 6107 | + }, |
| 6108 | + "ModifyAquaOutputMessage":{ |
| 6109 | + "type":"structure", |
| 6110 | + "members":{ |
| 6111 | + "AquaConfiguration":{ |
| 6112 | + "shape":"AquaConfiguration", |
| 6113 | + "documentation":"<p>The updated AQUA configuration of the cluster. </p>" |
| 6114 | + } |
| 6115 | + } |
| 6116 | + }, |
6039 | 6117 | "ModifyClusterDbRevisionMessage":{
|
6040 | 6118 | "type":"structure",
|
6041 | 6119 | "required":[
|
|
7349 | 7427 | "AvailabilityZoneRelocation":{
|
7350 | 7428 | "shape":"BooleanOptional",
|
7351 | 7429 | "documentation":"<p>The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster is restored.</p>"
|
| 7430 | + }, |
| 7431 | + "AquaConfigurationStatus":{ |
| 7432 | + "shape":"AquaConfigurationStatus", |
| 7433 | + "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>" |
7352 | 7434 | }
|
7353 | 7435 | },
|
7354 | 7436 | "documentation":"<p/>"
|
|
0 commit comments