@aws-sdk/client-redshift 3.592.0 → 3.596.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -38,24 +38,12 @@ declare const ResizeClusterCommand_base: {
|
|
|
38
38
|
* <p>You can only resize clusters of the following types:</p>
|
|
39
39
|
* <ul>
|
|
40
40
|
* <li>
|
|
41
|
-
* <p>dc1.large (if your cluster is in a VPC)</p>
|
|
42
|
-
* </li>
|
|
43
|
-
* <li>
|
|
44
|
-
* <p>dc1.8xlarge (if your cluster is in a VPC)</p>
|
|
45
|
-
* </li>
|
|
46
|
-
* <li>
|
|
47
41
|
* <p>dc2.large</p>
|
|
48
42
|
* </li>
|
|
49
43
|
* <li>
|
|
50
44
|
* <p>dc2.8xlarge</p>
|
|
51
45
|
* </li>
|
|
52
46
|
* <li>
|
|
53
|
-
* <p>ds2.xlarge</p>
|
|
54
|
-
* </li>
|
|
55
|
-
* <li>
|
|
56
|
-
* <p>ds2.8xlarge</p>
|
|
57
|
-
* </li>
|
|
58
|
-
* <li>
|
|
59
47
|
* <p>ra3.xlplus</p>
|
|
60
48
|
* </li>
|
|
61
49
|
* <li>
|
|
@@ -2236,7 +2236,7 @@ export interface ReservedNodeExchangeStatus {
|
|
|
2236
2236
|
*/
|
|
2237
2237
|
SourceReservedNodeId?: string;
|
|
2238
2238
|
/**
|
|
2239
|
-
* <p>The source reserved-node type, for example
|
|
2239
|
+
* <p>The source reserved-node type, for example ra3.4xlarge.</p>
|
|
2240
2240
|
* @public
|
|
2241
2241
|
*/
|
|
2242
2242
|
SourceReservedNodeType?: string;
|
|
@@ -2292,33 +2292,33 @@ export interface RestoreStatus {
|
|
|
2292
2292
|
/**
|
|
2293
2293
|
* <p>The number of megabytes per second being transferred from the backup storage.
|
|
2294
2294
|
* Returns the average rate for a completed backup.
|
|
2295
|
-
* This field is only updated when you restore to DC2
|
|
2295
|
+
* This field is only updated when you restore to DC2 node types. </p>
|
|
2296
2296
|
* @public
|
|
2297
2297
|
*/
|
|
2298
2298
|
CurrentRestoreRateInMegaBytesPerSecond?: number;
|
|
2299
2299
|
/**
|
|
2300
2300
|
* <p>The size of the set of snapshot data used to restore the cluster.
|
|
2301
|
-
* This field is only updated when you restore to DC2
|
|
2301
|
+
* This field is only updated when you restore to DC2 node types. </p>
|
|
2302
2302
|
* @public
|
|
2303
2303
|
*/
|
|
2304
2304
|
SnapshotSizeInMegaBytes?: number;
|
|
2305
2305
|
/**
|
|
2306
2306
|
* <p>The number of megabytes that have been transferred from snapshot storage.
|
|
2307
|
-
* This field is only updated when you restore to DC2
|
|
2307
|
+
* This field is only updated when you restore to DC2 node types. </p>
|
|
2308
2308
|
* @public
|
|
2309
2309
|
*/
|
|
2310
2310
|
ProgressInMegaBytes?: number;
|
|
2311
2311
|
/**
|
|
2312
2312
|
* <p>The amount of time an in-progress restore has been running, or the amount of time
|
|
2313
2313
|
* it took a completed restore to finish.
|
|
2314
|
-
* This field is only updated when you restore to DC2
|
|
2314
|
+
* This field is only updated when you restore to DC2 node types. </p>
|
|
2315
2315
|
* @public
|
|
2316
2316
|
*/
|
|
2317
2317
|
ElapsedTimeInSeconds?: number;
|
|
2318
2318
|
/**
|
|
2319
2319
|
* <p>The estimate of the time remaining before the restore will complete. Returns 0 for
|
|
2320
2320
|
* a completed restore.
|
|
2321
|
-
* This field is only updated when you restore to DC2
|
|
2321
|
+
* This field is only updated when you restore to DC2 node types. </p>
|
|
2322
2322
|
* @public
|
|
2323
2323
|
*/
|
|
2324
2324
|
EstimatedTimeToCompletionInSeconds?: number;
|
|
@@ -3679,8 +3679,7 @@ export interface CreateClusterMessage {
|
|
|
3679
3679
|
* <p>The node type to be provisioned for the cluster. For information about node types,
|
|
3680
3680
|
* go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#how-many-nodes"> Working with
|
|
3681
3681
|
* Clusters</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </p>
|
|
3682
|
-
* <p>Valid Values:
|
|
3683
|
-
* <code>dc1.large</code> | <code>dc1.8xlarge</code> |
|
|
3682
|
+
* <p>Valid Values:
|
|
3684
3683
|
* <code>dc2.large</code> | <code>dc2.8xlarge</code> |
|
|
3685
3684
|
* <code>ra3.xlplus</code> | <code>ra3.4xlarge</code> | <code>ra3.16xlarge</code>
|
|
3686
3685
|
* </p>
|
|
@@ -3841,7 +3840,7 @@ export interface CreateClusterMessage {
|
|
|
3841
3840
|
* with ra3 nodes, it isn't required that you change the port to these ranges.)</p>
|
|
3842
3841
|
* </li>
|
|
3843
3842
|
* <li>
|
|
3844
|
-
* <p>For clusters with
|
|
3843
|
+
* <p>For clusters with dc2 nodes - Select a port within the range <code>1150-65535</code>.</p>
|
|
3845
3844
|
* </li>
|
|
3846
3845
|
* </ul>
|
|
3847
3846
|
* @public
|
|
@@ -5528,7 +5527,7 @@ export interface ScheduledAction {
|
|
|
5528
5527
|
ScheduledActionName?: string;
|
|
5529
5528
|
/**
|
|
5530
5529
|
* <p>A JSON format string of the Amazon Redshift API operation with input parameters. </p>
|
|
5531
|
-
* <p>"<code>\{\"ResizeCluster\":\{\"NodeType\":\"
|
|
5530
|
+
* <p>"<code>\{\"ResizeCluster\":\{\"NodeType\":\"ra3.4xlarge\",\"ClusterIdentifier\":\"my-test-cluster\",\"NumberOfNodes\":3\}\}</code>". </p>
|
|
5532
5531
|
* @public
|
|
5533
5532
|
*/
|
|
5534
5533
|
TargetAction?: ScheduledActionType;
|
|
@@ -1207,7 +1207,7 @@ export type Mode = (typeof Mode)[keyof typeof Mode];
|
|
|
1207
1207
|
*/
|
|
1208
1208
|
export interface NodeConfigurationOption {
|
|
1209
1209
|
/**
|
|
1210
|
-
* <p>The node type, such as, "
|
|
1210
|
+
* <p>The node type, such as, "ra3.4xlarge".</p>
|
|
1211
1211
|
* @public
|
|
1212
1212
|
*/
|
|
1213
1213
|
NodeType?: string;
|
|
@@ -3311,8 +3311,7 @@ export interface ModifyClusterMessage {
|
|
|
3311
3311
|
* For more information about resizing clusters, go to
|
|
3312
3312
|
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/rs-resize-tutorial.html">Resizing Clusters in Amazon Redshift</a>
|
|
3313
3313
|
* in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
|
|
3314
|
-
* <p>Valid Values:
|
|
3315
|
-
* <code>dc1.large</code> | <code>dc1.8xlarge</code> |
|
|
3314
|
+
* <p>Valid Values:
|
|
3316
3315
|
* <code>dc2.large</code> | <code>dc2.8xlarge</code> |
|
|
3317
3316
|
* <code>ra3.xlplus</code> | <code>ra3.4xlarge</code> | <code>ra3.16xlarge</code>
|
|
3318
3317
|
* </p>
|
|
@@ -3565,7 +3564,7 @@ export interface ModifyClusterMessage {
|
|
|
3565
3564
|
* with ra3 nodes, it isn't required that you change the port to these ranges.)</p>
|
|
3566
3565
|
* </li>
|
|
3567
3566
|
* <li>
|
|
3568
|
-
* <p>For clusters with
|
|
3567
|
+
* <p>For clusters with dc2 nodes - Select a port within the range <code>1150-65535</code>.</p>
|
|
3569
3568
|
* </li>
|
|
3570
3569
|
* </ul>
|
|
3571
3570
|
* @public
|
|
@@ -4403,7 +4402,7 @@ export interface RestoreFromClusterSnapshotMessage {
|
|
|
4403
4402
|
/**
|
|
4404
4403
|
* <p>The port number on which the cluster accepts connections.</p>
|
|
4405
4404
|
* <p>Default: The same port as the original cluster.</p>
|
|
4406
|
-
* <p>Valid values: For clusters with
|
|
4405
|
+
* <p>Valid values: For clusters with DC2 nodes, must be within the range <code>1150</code>-<code>65535</code>. For clusters with ra3 nodes, must be
|
|
4407
4406
|
* within the ranges <code>5431</code>-<code>5455</code> or <code>8191</code>-<code>8215</code>.</p>
|
|
4408
4407
|
* @public
|
|
4409
4408
|
*/
|
|
@@ -4538,14 +4537,9 @@ export interface RestoreFromClusterSnapshotMessage {
|
|
|
4538
4537
|
KmsKeyId?: string;
|
|
4539
4538
|
/**
|
|
4540
4539
|
* <p>The node type that the restored cluster will be provisioned with.</p>
|
|
4541
|
-
* <p>
|
|
4542
|
-
* modify this if you are using any DS node type. In that case, you can choose to restore
|
|
4543
|
-
* into another DS node type of the same size. For example, you can restore ds1.8xlarge
|
|
4544
|
-
* into ds2.8xlarge, or ds1.xlarge into ds2.xlarge. If you have a DC instance type, you
|
|
4540
|
+
* <p>If you have a DC instance type, you
|
|
4545
4541
|
* must restore into that same instance type and size. In other words, you can only restore
|
|
4546
|
-
* a
|
|
4547
|
-
* type. You can't restore dc1.8xlarge to dc2.8xlarge. First restore to a dc1.8xlarge
|
|
4548
|
-
* cluster, then resize to a dc2.8large cluster. For more information about node types, see
|
|
4542
|
+
* a dc2.large node type into another dc2 type. For more information about node types, see
|
|
4549
4543
|
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#rs-about-clusters-and-nodes">
|
|
4550
4544
|
* About Clusters and Nodes</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </p>
|
|
4551
4545
|
* @public
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.596.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-redshift",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
25
|
"@aws-sdk/core": "3.592.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|