|
1069 | 1069 | {"shape":"BucketNotFoundFault"},
|
1070 | 1070 | {"shape":"InsufficientS3BucketPolicyFault"},
|
1071 | 1071 | {"shape":"InvalidS3KeyPrefixFault"},
|
1072 |
| - {"shape":"InvalidS3BucketNameFault"} |
| 1072 | + {"shape":"InvalidS3BucketNameFault"}, |
| 1073 | + {"shape":"InvalidClusterStateFault"} |
1073 | 1074 | ],
|
1074 | 1075 | "documentation":"<p>Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.</p>"
|
1075 | 1076 | },
|
|
1218 | 1219 | "resultWrapper":"ModifyClusterMaintenanceResult"
|
1219 | 1220 | },
|
1220 | 1221 | "errors":[
|
1221 |
| - {"shape":"ClusterNotFoundFault"} |
| 1222 | + {"shape":"ClusterNotFoundFault"}, |
| 1223 | + {"shape":"InvalidClusterStateFault"} |
1222 | 1224 | ],
|
1223 | 1225 | "documentation":"<p>Modifies the maintenance settings of a cluster.</p>"
|
1224 | 1226 | },
|
|
1374 | 1376 | ],
|
1375 | 1377 | "documentation":"<p>Modifies a snapshot schedule. Any schedule associated with a cluster is modified asynchronously.</p>"
|
1376 | 1378 | },
|
| 1379 | + "PauseCluster":{ |
| 1380 | + "name":"PauseCluster", |
| 1381 | + "http":{ |
| 1382 | + "method":"POST", |
| 1383 | + "requestUri":"/" |
| 1384 | + }, |
| 1385 | + "input":{"shape":"PauseClusterMessage"}, |
| 1386 | + "output":{ |
| 1387 | + "shape":"PauseClusterResult", |
| 1388 | + "resultWrapper":"PauseClusterResult" |
| 1389 | + }, |
| 1390 | + "errors":[ |
| 1391 | + {"shape":"ClusterNotFoundFault"}, |
| 1392 | + {"shape":"InvalidClusterStateFault"} |
| 1393 | + ], |
| 1394 | + "documentation":"<p>Pauses a cluster.</p>" |
| 1395 | + }, |
1377 | 1396 | "PurchaseReservedNodeOffering":{
|
1378 | 1397 | "name":"PurchaseReservedNodeOffering",
|
1379 | 1398 | "http":{
|
|
1513 | 1532 | ],
|
1514 | 1533 | "documentation":"<p>Creates a new table from a table in an Amazon Redshift cluster snapshot. You must create the new table within the Amazon Redshift cluster that the snapshot was taken from.</p> <p>You cannot use <code>RestoreTableFromClusterSnapshot</code> to restore a table with the same name as an existing table in an Amazon Redshift cluster. That is, you cannot overwrite an existing table in a cluster with a restored table. If you want to replace your original table with a new, restored table, then rename or drop your original table before you call <code>RestoreTableFromClusterSnapshot</code>. When you have renamed your original table, then you can pass the original name of the table as the <code>NewTableName</code> parameter value in the call to <code>RestoreTableFromClusterSnapshot</code>. This way, you can replace the original table with the table created from the snapshot.</p>"
|
1515 | 1534 | },
|
| 1535 | + "ResumeCluster":{ |
| 1536 | + "name":"ResumeCluster", |
| 1537 | + "http":{ |
| 1538 | + "method":"POST", |
| 1539 | + "requestUri":"/" |
| 1540 | + }, |
| 1541 | + "input":{"shape":"ResumeClusterMessage"}, |
| 1542 | + "output":{ |
| 1543 | + "shape":"ResumeClusterResult", |
| 1544 | + "resultWrapper":"ResumeClusterResult" |
| 1545 | + }, |
| 1546 | + "errors":[ |
| 1547 | + {"shape":"ClusterNotFoundFault"}, |
| 1548 | + {"shape":"InvalidClusterStateFault"} |
| 1549 | + ], |
| 1550 | + "documentation":"<p>Resumes a paused cluster.</p>" |
| 1551 | + }, |
1516 | 1552 | "RevokeClusterSecurityGroupIngress":{
|
1517 | 1553 | "name":"RevokeClusterSecurityGroupIngress",
|
1518 | 1554 | "http":{
|
|
1941 | 1977 | },
|
1942 | 1978 | "ClusterStatus":{
|
1943 | 1979 | "shape":"String",
|
1944 |
| - "documentation":"<p> The current state of the cluster. Possible values are the following:</p> <ul> <li> <p> <code>available</code> </p> </li> <li> <p> <code>available, prep-for-resize</code> </p> </li> <li> <p> <code>available, resize-cleanup</code> </p> </li> <li> <p> <code>cancelling-resize</code> </p> </li> <li> <p> <code>creating</code> </p> </li> <li> <p> <code>deleting</code> </p> </li> <li> <p> <code>final-snapshot</code> </p> </li> <li> <p> <code>hardware-failure</code> </p> </li> <li> <p> <code>incompatible-hsm</code> </p> </li> <li> <p> <code>incompatible-network</code> </p> </li> <li> <p> <code>incompatible-parameters</code> </p> </li> <li> <p> <code>incompatible-restore</code> </p> </li> <li> <p> <code>modifying</code> </p> </li> <li> <p> <code>rebooting</code> </p> </li> <li> <p> <code>renaming</code> </p> </li> <li> <p> <code>resizing</code> </p> </li> <li> <p> <code>rotating-keys</code> </p> </li> <li> <p> <code>storage-full</code> </p> </li> <li> <p> <code>updating-hsm</code> </p> </li> </ul>" |
| 1980 | + "documentation":"<p> The current state of the cluster. Possible values are the following:</p> <ul> <li> <p> <code>available</code> </p> </li> <li> <p> <code>available, prep-for-resize</code> </p> </li> <li> <p> <code>available, resize-cleanup</code> </p> </li> <li> <p> <code>cancelling-resize</code> </p> </li> <li> <p> <code>creating</code> </p> </li> <li> <p> <code>deleting</code> </p> </li> <li> <p> <code>final-snapshot</code> </p> </li> <li> <p> <code>hardware-failure</code> </p> </li> <li> <p> <code>incompatible-hsm</code> </p> </li> <li> <p> <code>incompatible-network</code> </p> </li> <li> <p> <code>incompatible-parameters</code> </p> </li> <li> <p> <code>incompatible-restore</code> </p> </li> <li> <p> <code>modifying</code> </p> </li> <li> <p> <code>paused</code> </p> </li> <li> <p> <code>rebooting</code> </p> </li> <li> <p> <code>renaming</code> </p> </li> <li> <p> <code>resizing</code> </p> </li> <li> <p> <code>rotating-keys</code> </p> </li> <li> <p> <code>storage-full</code> </p> </li> <li> <p> <code>updating-hsm</code> </p> </li> </ul>" |
1945 | 1981 | },
|
1946 | 1982 | "ClusterAvailabilityStatus":{
|
1947 | 1983 | "shape":"String",
|
|
5929 | 5965 | "locationName":"Parameter"
|
5930 | 5966 | }
|
5931 | 5967 | },
|
| 5968 | + "PauseClusterMessage":{ |
| 5969 | + "type":"structure", |
| 5970 | + "required":["ClusterIdentifier"], |
| 5971 | + "members":{ |
| 5972 | + "ClusterIdentifier":{ |
| 5973 | + "shape":"String", |
| 5974 | + "documentation":"<p>The identifier of the cluster to be paused.</p>" |
| 5975 | + } |
| 5976 | + } |
| 5977 | + }, |
| 5978 | + "PauseClusterResult":{ |
| 5979 | + "type":"structure", |
| 5980 | + "members":{ |
| 5981 | + "Cluster":{"shape":"Cluster"} |
| 5982 | + } |
| 5983 | + }, |
5932 | 5984 | "PendingActionsList":{
|
5933 | 5985 | "type":"list",
|
5934 | 5986 | "member":{"shape":"String"}
|
|
6621 | 6673 | "TableRestoreStatus":{"shape":"TableRestoreStatus"}
|
6622 | 6674 | }
|
6623 | 6675 | },
|
| 6676 | + "ResumeClusterMessage":{ |
| 6677 | + "type":"structure", |
| 6678 | + "required":["ClusterIdentifier"], |
| 6679 | + "members":{ |
| 6680 | + "ClusterIdentifier":{ |
| 6681 | + "shape":"String", |
| 6682 | + "documentation":"<p>The identifier of the cluster to be resumed.</p>" |
| 6683 | + } |
| 6684 | + } |
| 6685 | + }, |
| 6686 | + "ResumeClusterResult":{ |
| 6687 | + "type":"structure", |
| 6688 | + "members":{ |
| 6689 | + "Cluster":{"shape":"Cluster"} |
| 6690 | + } |
| 6691 | + }, |
6624 | 6692 | "RevisionTarget":{
|
6625 | 6693 | "type":"structure",
|
6626 | 6694 | "members":{
|
|
6920 | 6988 | "ResizeCluster":{
|
6921 | 6989 | "shape":"ResizeClusterMessage",
|
6922 | 6990 | "documentation":"<p>An action that runs a <code>ResizeCluster</code> API operation. </p>"
|
| 6991 | + }, |
| 6992 | + "PauseCluster":{ |
| 6993 | + "shape":"PauseClusterMessage", |
| 6994 | + "documentation":"<p>An action that runs a <code>PauseCluster</code> API operation. </p>" |
| 6995 | + }, |
| 6996 | + "ResumeCluster":{ |
| 6997 | + "shape":"ResumeClusterMessage", |
| 6998 | + "documentation":"<p>An action that runs a <code>ResumeCluster</code> API operation. </p>" |
6923 | 6999 | }
|
6924 | 7000 | },
|
6925 | 7001 | "documentation":"<p>The action type that specifies an Amazon Redshift API operation that is supported by the Amazon Redshift scheduler. </p>"
|
|
6938 | 7014 | },
|
6939 | 7015 | "ScheduledActionTypeValues":{
|
6940 | 7016 | "type":"string",
|
6941 |
| - "enum":["ResizeCluster"] |
| 7017 | + "enum":[ |
| 7018 | + "ResizeCluster", |
| 7019 | + "PauseCluster", |
| 7020 | + "ResumeCluster" |
| 7021 | + ] |
6942 | 7022 | },
|
6943 | 7023 | "ScheduledActionsMessage":{
|
6944 | 7024 | "type":"structure",
|
|
0 commit comments