@aws-sdk/client-redshift 3.262.0 → 3.265.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.
- package/README.md +0 -1
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-types/Redshift.d.ts +106 -105
- package/dist-types/RedshiftClient.d.ts +6 -7
- package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +3 -3
- package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +1 -1
- package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +2 -2
- package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +1 -1
- package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +1 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -2
- package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterParametersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClustersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResizeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +1 -1
- package/dist-types/commands/GetClusterCredentialsCommand.d.ts +4 -4
- package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterCommand.d.ts +2 -2
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +1 -1
- package/dist-types/commands/ResizeClusterCommand.d.ts +23 -23
- package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +3 -1
- package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +400 -400
- package/dist-types/models/models_1.d.ts +223 -227
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/package.json +4 -4
|
@@ -9,7 +9,7 @@ export interface ModifyClusterSnapshotCommandOutput extends ModifyClusterSnapsho
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Modifies the settings for a snapshot.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>This exanmple modifies the manual retention period setting for a cluster snapshot.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -13,7 +13,7 @@ export interface PurchaseReservedNodeOfferingCommandOutput extends PurchaseReser
|
|
|
13
13
|
* <a>DescribeReservedNodeOfferings</a> API to obtain the available reserved
|
|
14
14
|
* node offerings. You can call this API by providing a specific reserved node offering and
|
|
15
15
|
* the number of nodes you want to reserve. </p>
|
|
16
|
-
*
|
|
16
|
+
* <p>
|
|
17
17
|
* For more information about reserved node offerings, go to
|
|
18
18
|
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/purchase-reserved-node-instance.html">Purchasing Reserved Nodes</a>
|
|
19
19
|
* in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
|
|
@@ -13,42 +13,42 @@ export interface ResizeClusterCommandOutput extends ResizeClusterResult, __Metad
|
|
|
13
13
|
* number or type of nodes. The default behavior is to use the elastic resize method. With
|
|
14
14
|
* an elastic resize, your cluster is available for read and write operations more quickly
|
|
15
15
|
* than with the classic resize method. </p>
|
|
16
|
-
*
|
|
17
|
-
*
|
|
16
|
+
* <p>Elastic resize operations have the following restrictions:</p>
|
|
17
|
+
* <ul>
|
|
18
18
|
* <li>
|
|
19
|
-
*
|
|
20
|
-
*
|
|
19
|
+
* <p>You can only resize clusters of the following types:</p>
|
|
20
|
+
* <ul>
|
|
21
21
|
* <li>
|
|
22
|
-
*
|
|
23
|
-
*
|
|
22
|
+
* <p>dc1.large (if your cluster is in a VPC)</p>
|
|
23
|
+
* </li>
|
|
24
24
|
* <li>
|
|
25
|
-
*
|
|
26
|
-
*
|
|
25
|
+
* <p>dc1.8xlarge (if your cluster is in a VPC)</p>
|
|
26
|
+
* </li>
|
|
27
27
|
* <li>
|
|
28
|
-
*
|
|
29
|
-
*
|
|
28
|
+
* <p>dc2.large</p>
|
|
29
|
+
* </li>
|
|
30
30
|
* <li>
|
|
31
|
-
*
|
|
32
|
-
*
|
|
31
|
+
* <p>dc2.8xlarge</p>
|
|
32
|
+
* </li>
|
|
33
33
|
* <li>
|
|
34
|
-
*
|
|
35
|
-
*
|
|
34
|
+
* <p>ds2.xlarge</p>
|
|
35
|
+
* </li>
|
|
36
36
|
* <li>
|
|
37
|
-
*
|
|
38
|
-
*
|
|
37
|
+
* <p>ds2.8xlarge</p>
|
|
38
|
+
* </li>
|
|
39
39
|
* <li>
|
|
40
|
-
*
|
|
41
|
-
*
|
|
40
|
+
* <p>ra3.xlplus</p>
|
|
41
|
+
* </li>
|
|
42
42
|
* <li>
|
|
43
|
-
*
|
|
44
|
-
*
|
|
43
|
+
* <p>ra3.4xlarge</p>
|
|
44
|
+
* </li>
|
|
45
45
|
* <li>
|
|
46
|
-
*
|
|
47
|
-
*
|
|
46
|
+
* <p>ra3.16xlarge</p>
|
|
47
|
+
* </li>
|
|
48
48
|
* </ul>
|
|
49
49
|
* </li>
|
|
50
50
|
* <li>
|
|
51
|
-
*
|
|
51
|
+
* <p>The type of nodes that you add must match the node type for the
|
|
52
52
|
* cluster.</p>
|
|
53
53
|
* </li>
|
|
54
54
|
* </ul>
|
|
@@ -14,9 +14,9 @@ export interface RestoreFromClusterSnapshotCommandOutput extends RestoreFromClus
|
|
|
14
14
|
* parameter groups. After Amazon Redshift creates the cluster, you can use the <a>ModifyCluster</a> API to associate a different security group and different
|
|
15
15
|
* parameter group with the restored cluster. If you are using a DS node type, you can also
|
|
16
16
|
* choose to change to another DS node type of the same size during restore.</p>
|
|
17
|
-
*
|
|
17
|
+
* <p>If you restore a cluster into a VPC, you must provide a cluster subnet group where
|
|
18
18
|
* you want the cluster restored.</p>
|
|
19
|
-
*
|
|
19
|
+
* <p>
|
|
20
20
|
* For more information about working with snapshots, go to
|
|
21
21
|
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
|
|
22
22
|
* in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
|
|
@@ -11,7 +11,7 @@ export interface RestoreTableFromClusterSnapshotCommandOutput extends RestoreTab
|
|
|
11
11
|
* <p>Creates a new table from a table in an Amazon Redshift cluster snapshot. You must
|
|
12
12
|
* create the new table within the Amazon Redshift cluster that the snapshot was taken
|
|
13
13
|
* from.</p>
|
|
14
|
-
*
|
|
14
|
+
* <p>You cannot use <code>RestoreTableFromClusterSnapshot</code> to restore a table with
|
|
15
15
|
* the same name as an existing table in an Amazon Redshift cluster. That is, you cannot
|
|
16
16
|
* overwrite an existing table in a cluster with a restored table. If you want to replace
|
|
17
17
|
* your original table with a new, restored table, then rename or drop your original table
|
|
@@ -20,6 +20,8 @@ export interface RestoreTableFromClusterSnapshotCommandOutput extends RestoreTab
|
|
|
20
20
|
* <code>NewTableName</code> parameter value in the call to
|
|
21
21
|
* <code>RestoreTableFromClusterSnapshot</code>. This way, you can replace the original
|
|
22
22
|
* table with the table created from the snapshot.</p>
|
|
23
|
+
* <p>You can't use this operation to restore tables with
|
|
24
|
+
* <a href="https://docs.aws.amazon.com/redshift/latest/dg/t_Sorting_data.html#t_Sorting_data-interleaved">interleaved sort keys</a>.</p>
|
|
23
25
|
* @example
|
|
24
26
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
27
|
* ```javascript
|
|
@@ -11,7 +11,7 @@ export interface RevokeSnapshotAccessCommandOutput extends RevokeSnapshotAccessR
|
|
|
11
11
|
* <p>Removes the ability of the specified Amazon Web Services account to restore the specified
|
|
12
12
|
* snapshot. If the account is currently restoring the snapshot, the restore will run to
|
|
13
13
|
* completion.</p>
|
|
14
|
-
*
|
|
14
|
+
* <p>
|
|
15
15
|
* For more information about working with snapshots, go to
|
|
16
16
|
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
|
|
17
17
|
* in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|