@@ -2766,7 +2766,7 @@ export interface ReservedNodeExchangeStatus {
2766
2766
SourceReservedNodeId ?: string ;
2767
2767
2768
2768
/**
2769
- * <p>The source reserved-node type, for example ds2.xlarge .</p>
2769
+ * <p>The source reserved-node type, for example ra3.4xlarge .</p>
2770
2770
* @public
2771
2771
*/
2772
2772
SourceReservedNodeType ?: string ;
@@ -2830,37 +2830,37 @@ export interface RestoreStatus {
2830
2830
/**
2831
2831
* <p>The number of megabytes per second being transferred from the backup storage.
2832
2832
* Returns the average rate for a completed backup.
2833
- * This field is only updated when you restore to DC2 and DS2 node types. </p>
2833
+ * This field is only updated when you restore to DC2 node types. </p>
2834
2834
* @public
2835
2835
*/
2836
2836
CurrentRestoreRateInMegaBytesPerSecond ?: number ;
2837
2837
2838
2838
/**
2839
2839
* <p>The size of the set of snapshot data used to restore the cluster.
2840
- * This field is only updated when you restore to DC2 and DS2 node types. </p>
2840
+ * This field is only updated when you restore to DC2 node types. </p>
2841
2841
* @public
2842
2842
*/
2843
2843
SnapshotSizeInMegaBytes ?: number ;
2844
2844
2845
2845
/**
2846
2846
* <p>The number of megabytes that have been transferred from snapshot storage.
2847
- * This field is only updated when you restore to DC2 and DS2 node types. </p>
2847
+ * This field is only updated when you restore to DC2 node types. </p>
2848
2848
* @public
2849
2849
*/
2850
2850
ProgressInMegaBytes ?: number ;
2851
2851
2852
2852
/**
2853
2853
* <p>The amount of time an in-progress restore has been running, or the amount of time
2854
2854
* it took a completed restore to finish.
2855
- * This field is only updated when you restore to DC2 and DS2 node types. </p>
2855
+ * This field is only updated when you restore to DC2 node types. </p>
2856
2856
* @public
2857
2857
*/
2858
2858
ElapsedTimeInSeconds ?: number ;
2859
2859
2860
2860
/**
2861
2861
* <p>The estimate of the time remaining before the restore will complete. Returns 0 for
2862
2862
* a completed restore.
2863
- * This field is only updated when you restore to DC2 and DS2 node types. </p>
2863
+ * This field is only updated when you restore to DC2 node types. </p>
2864
2864
* @public
2865
2865
*/
2866
2866
EstimatedTimeToCompletionInSeconds ?: number ;
@@ -4490,8 +4490,7 @@ export interface CreateClusterMessage {
4490
4490
* <p>The node type to be provisioned for the cluster. For information about node types,
4491
4491
* go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#how-many-nodes"> Working with
4492
4492
* Clusters</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </p>
4493
- * <p>Valid Values: <code>ds2.xlarge</code> | <code>ds2.8xlarge</code> |
4494
- * <code>dc1.large</code> | <code>dc1.8xlarge</code> |
4493
+ * <p>Valid Values:
4495
4494
* <code>dc2.large</code> | <code>dc2.8xlarge</code> |
4496
4495
* <code>ra3.xlplus</code> | <code>ra3.4xlarge</code> | <code>ra3.16xlarge</code>
4497
4496
* </p>
@@ -4663,7 +4662,7 @@ export interface CreateClusterMessage {
4663
4662
* with ra3 nodes, it isn't required that you change the port to these ranges.)</p>
4664
4663
* </li>
4665
4664
* <li>
4666
- * <p>For clusters with ds2 or dc2 nodes - Select a port within the range <code>1150-65535</code>.</p>
4665
+ * <p>For clusters with dc2 nodes - Select a port within the range <code>1150-65535</code>.</p>
4667
4666
* </li>
4668
4667
* </ul>
4669
4668
* @public
@@ -6824,7 +6823,7 @@ export interface ScheduledAction {
6824
6823
6825
6824
/**
6826
6825
* <p>A JSON format string of the Amazon Redshift API operation with input parameters. </p>
6827
- * <p>"<code>\{\"ResizeCluster\":\{\"NodeType\":\"ds2.8xlarge \",\"ClusterIdentifier\":\"my-test-cluster\",\"NumberOfNodes\":3\}\}</code>". </p>
6826
+ * <p>"<code>\{\"ResizeCluster\":\{\"NodeType\":\"ra3.4xlarge \",\"ClusterIdentifier\":\"my-test-cluster\",\"NumberOfNodes\":3\}\}</code>". </p>
6828
6827
* @public
6829
6828
*/
6830
6829
TargetAction ?: ScheduledActionType ;
0 commit comments