@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.
Files changed (54) hide show
  1. package/README.md +0 -1
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-es/endpoint/ruleset.js +3 -3
  4. package/dist-types/Redshift.d.ts +106 -105
  5. package/dist-types/RedshiftClient.d.ts +6 -7
  6. package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +3 -3
  7. package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +1 -1
  8. package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +2 -2
  9. package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +2 -2
  11. package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +2 -2
  15. package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateTagsCommand.d.ts +2 -2
  19. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -2
  20. package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +2 -2
  21. package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +3 -3
  24. package/dist-types/commands/DescribeClusterParametersCommand.d.ts +2 -2
  25. package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +3 -3
  26. package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +2 -2
  27. package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +2 -2
  28. package/dist-types/commands/DescribeClustersCommand.d.ts +2 -2
  29. package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +2 -2
  31. package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +2 -2
  32. package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +2 -2
  33. package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeResizeCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeTagsCommand.d.ts +7 -7
  37. package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +1 -1
  38. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +1 -1
  39. package/dist-types/commands/GetClusterCredentialsCommand.d.ts +4 -4
  40. package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +1 -1
  41. package/dist-types/commands/ModifyClusterCommand.d.ts +2 -2
  42. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +1 -1
  43. package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +1 -1
  44. package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +1 -1
  45. package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +1 -1
  46. package/dist-types/commands/ResizeClusterCommand.d.ts +23 -23
  47. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +2 -2
  48. package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +3 -1
  49. package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +1 -1
  50. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  51. package/dist-types/models/models_0.d.ts +400 -400
  52. package/dist-types/models/models_1.d.ts +223 -227
  53. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  54. package/package.json +4 -4
@@ -121,10 +121,10 @@ import { UpdatePartnerStatusCommandInput, UpdatePartnerStatusCommandOutput } fro
121
121
  import { RedshiftClient } from "./RedshiftClient";
122
122
  /**
123
123
  * <fullname>Amazon Redshift</fullname>
124
- * <p>
124
+ * <p>
125
125
  * <b>Overview</b>
126
- * </p>
127
- * <p>This is an interface reference for Amazon Redshift. It contains documentation for one of
126
+ * </p>
127
+ * <p>This is an interface reference for Amazon Redshift. It contains documentation for one of
128
128
  * the programming or command line interfaces you can use to manage Amazon Redshift clusters.
129
129
  * Note that Amazon Redshift is asynchronous, which means that some interfaces may require
130
130
  * techniques, such as polling or asynchronous callback handlers, to determine when a
@@ -133,14 +133,13 @@ import { RedshiftClient } from "./RedshiftClient";
133
133
  * maintenance window. For a summary of the Amazon Redshift cluster management interfaces, go to
134
134
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/using-aws-sdk.html">Using the
135
135
  * Amazon Redshift Management Interfaces</a>.</p>
136
- * <p>Amazon Redshift manages all the work of setting up, operating, and scaling a data
136
+ * <p>Amazon Redshift manages all the work of setting up, operating, and scaling a data
137
137
  * warehouse: provisioning capacity, monitoring and backing up the cluster, and applying
138
138
  * patches and upgrades to the Amazon Redshift engine. You can focus on using your data to
139
139
  * acquire new insights for your business and customers.</p>
140
- * <p>If you are a first-time user of Amazon Redshift, we recommend that you begin by reading
140
+ * <p>If you are a first-time user of Amazon Redshift, we recommend that you begin by reading
141
141
  * the <a href="https://docs.aws.amazon.com/redshift/latest/gsg/getting-started.html">Amazon Redshift Getting Started Guide</a>.</p>
142
- *
143
- * <p>If you are a database developer, the <a href="https://docs.aws.amazon.com/redshift/latest/dg/welcome.html">Amazon Redshift Database Developer Guide</a> explains how to design,
142
+ * <p>If you are a database developer, the <a href="https://docs.aws.amazon.com/redshift/latest/dg/welcome.html">Amazon Redshift Database Developer Guide</a> explains how to design,
144
143
  * build, query, and maintain the databases that make up your data warehouse. </p>
145
144
  */
146
145
  export declare class Redshift extends RedshiftClient {
@@ -174,14 +173,14 @@ export declare class Redshift extends RedshiftClient {
174
173
  * instance, you can authorize inbound access to either a Classless Interdomain Routing
175
174
  * (CIDR)/Internet Protocol (IP) range or to an Amazon EC2 security group. You can add as
176
175
  * many as 20 ingress rules to an Amazon Redshift security group.</p>
177
- * <p>If you authorize access to an Amazon EC2 security group, specify
176
+ * <p>If you authorize access to an Amazon EC2 security group, specify
178
177
  * <i>EC2SecurityGroupName</i> and
179
178
  * <i>EC2SecurityGroupOwnerId</i>. The Amazon EC2 security group and
180
179
  * Amazon Redshift cluster must be in the same Amazon Web Services Region. </p>
181
- * <p>If you authorize access to a CIDR/IP address range, specify
180
+ * <p>If you authorize access to a CIDR/IP address range, specify
182
181
  * <i>CIDRIP</i>. For an overview of CIDR blocks, see the Wikipedia
183
182
  * article on <a href="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Classless Inter-Domain Routing</a>. </p>
184
- * <p>You must also associate the security group with a cluster so that clients running
183
+ * <p>You must also associate the security group with a cluster so that clients running
185
184
  * on these IP addresses or the EC2 instance are authorized to connect to the cluster. For
186
185
  * information about managing security groups, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Working with Security
187
186
  * Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
@@ -206,7 +205,7 @@ export declare class Redshift extends RedshiftClient {
206
205
  /**
207
206
  * <p>Authorizes the specified Amazon Web Services account to restore the specified
208
207
  * snapshot.</p>
209
- * <p>
208
+ * <p>
210
209
  * For more information about working with snapshots, go to
211
210
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
212
211
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
@@ -236,12 +235,12 @@ export declare class Redshift extends RedshiftClient {
236
235
  * <p>Copies the specified automated cluster snapshot to a new manual cluster snapshot.
237
236
  * The source must be an automated snapshot and it must be in the available
238
237
  * state.</p>
239
- * <p>When you delete a cluster, Amazon Redshift deletes any automated snapshots of the
238
+ * <p>When you delete a cluster, Amazon Redshift deletes any automated snapshots of the
240
239
  * cluster. Also, when the retention period of the snapshot expires, Amazon Redshift
241
240
  * automatically deletes it. If you want to keep an automated snapshot for a longer period,
242
241
  * you can make a manual copy of the snapshot. Manual snapshots are retained until you
243
242
  * delete them.</p>
244
- * <p>
243
+ * <p>
245
244
  * For more information about working with snapshots, go to
246
245
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
247
246
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
@@ -257,7 +256,7 @@ export declare class Redshift extends RedshiftClient {
257
256
  createAuthenticationProfile(args: CreateAuthenticationProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAuthenticationProfileCommandOutput) => void): void;
258
257
  /**
259
258
  * <p>Creates a new cluster with the specified parameters.</p>
260
- * <p>To create a cluster in Virtual Private Cloud (VPC), you must provide a cluster
259
+ * <p>To create a cluster in Virtual Private Cloud (VPC), you must provide a cluster
261
260
  * subnet group name. The cluster subnet group identifies the subnets of your VPC that
262
261
  * Amazon Redshift uses when creating the cluster.
263
262
  * For more information about managing clusters, go to
@@ -269,10 +268,10 @@ export declare class Redshift extends RedshiftClient {
269
268
  createCluster(args: CreateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
270
269
  /**
271
270
  * <p>Creates an Amazon Redshift parameter group.</p>
272
- * <p>Creating parameter groups is independent of creating clusters. You can associate a
271
+ * <p>Creating parameter groups is independent of creating clusters. You can associate a
273
272
  * cluster with a parameter group when you create the cluster. You can also associate an
274
273
  * existing cluster with a parameter group after the cluster is created by using <a>ModifyCluster</a>. </p>
275
- * <p>Parameters in the parameter group define specific behavior that applies to the
274
+ * <p>Parameters in the parameter group define specific behavior that applies to the
276
275
  * databases you create on the cluster.
277
276
  * For more information about parameters and parameter groups, go to
278
277
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
@@ -284,7 +283,7 @@ export declare class Redshift extends RedshiftClient {
284
283
  /**
285
284
  * <p>Creates a new Amazon Redshift security group. You use security groups to control access
286
285
  * to non-VPC clusters.</p>
287
- * <p>
286
+ * <p>
288
287
  * For information about managing security groups, go to
289
288
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon Redshift Cluster Security Groups</a> in the
290
289
  * <i>Amazon Redshift Cluster Management Guide</i>.</p>
@@ -295,7 +294,7 @@ export declare class Redshift extends RedshiftClient {
295
294
  /**
296
295
  * <p>Creates a manual snapshot of the specified cluster. The cluster must be in the
297
296
  * <code>available</code> state. </p>
298
- * <p>
297
+ * <p>
299
298
  * For more information about working with snapshots, go to
300
299
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
301
300
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
@@ -307,7 +306,7 @@ export declare class Redshift extends RedshiftClient {
307
306
  * <p>Creates a new Amazon Redshift subnet group. You must provide a list of one or more
308
307
  * subnets in your existing Amazon Virtual Private Cloud (Amazon VPC) when creating
309
308
  * Amazon Redshift subnet group.</p>
310
- * <p>
309
+ * <p>
311
310
  * For information about subnet groups, go to
312
311
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-cluster-subnet-groups.html">Amazon Redshift Cluster Subnet Groups</a> in the
313
312
  * <i>Amazon Redshift Cluster Management Guide</i>.</p>
@@ -327,13 +326,13 @@ export declare class Redshift extends RedshiftClient {
327
326
  * the Amazon SNS console, or the Amazon SNS API. To obtain an ARN with Amazon SNS, you
328
327
  * must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in
329
328
  * the SNS console.</p>
330
- * <p>You can specify the source type, and lists of Amazon Redshift source IDs, event
329
+ * <p>You can specify the source type, and lists of Amazon Redshift source IDs, event
331
330
  * categories, and event severities. Notifications will be sent for all events you want
332
331
  * that match those criteria. For example, you can specify source type = cluster, source ID
333
332
  * = my-cluster-1 and mycluster2, event categories = Availability, Backup, and severity =
334
333
  * ERROR. The subscription will only send notifications for those ERROR events in the
335
334
  * Availability and Backup categories for the specified clusters.</p>
336
- * <p>If you specify both the source type and source IDs, such as source type = cluster
335
+ * <p>If you specify both the source type and source IDs, such as source type = cluster
337
336
  * and source identifier = my-cluster-1, notifications will be sent for all the cluster
338
337
  * events for my-cluster-1. If you specify a source type but do not specify a source
339
338
  * identifier, you will receive notice of the events for the objects of that type in your
@@ -347,7 +346,7 @@ export declare class Redshift extends RedshiftClient {
347
346
  * <p>Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to
348
347
  * the client's HSM in order to store and retrieve the keys used to encrypt the cluster
349
348
  * databases.</p>
350
- * <p>The command returns a public key, which you must store in the HSM. In addition to
349
+ * <p>The command returns a public key, which you must store in the HSM. In addition to
351
350
  * creating the HSM certificate, you must create an Amazon Redshift HSM configuration that
352
351
  * provides a cluster the information needed to store and use encryption keys in the HSM.
353
352
  * For more information, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html#working-with-HSM">Hardware Security Modules</a>
@@ -361,7 +360,7 @@ export declare class Redshift extends RedshiftClient {
361
360
  * cluster to store and use database encryption keys in a Hardware Security Module (HSM).
362
361
  * After creating the HSM configuration, you can specify it as a parameter when creating a
363
362
  * cluster. The cluster will then store its encryption keys in the HSM.</p>
364
- * <p>In addition to creating an HSM configuration, you must also create an HSM client
363
+ * <p>In addition to creating an HSM configuration, you must also create an HSM client
365
364
  * certificate. For more information, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-HSM.html">Hardware Security Modules</a>
366
365
  * in the Amazon Redshift Cluster Management Guide.</p>
367
366
  */
@@ -380,7 +379,7 @@ export declare class Redshift extends RedshiftClient {
380
379
  * <p>Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted symmetric key
381
380
  * from Key Management Service (KMS) to encrypt copied snapshots in a
382
381
  * destination region.</p>
383
- * <p>
382
+ * <p>
384
383
  * For more information about managing snapshot copy grants, go to
385
384
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html">Amazon Redshift Database Encryption</a>
386
385
  * in the <i>Amazon Redshift Cluster Management Guide</i>.
@@ -397,9 +396,9 @@ export declare class Redshift extends RedshiftClient {
397
396
  createSnapshotSchedule(args: CreateSnapshotScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSnapshotScheduleCommandOutput) => void): void;
398
397
  /**
399
398
  * <p>Adds tags to a cluster.</p>
400
- * <p>A resource can have up to 50 tags. If you try to create more than 50 tags for a
399
+ * <p>A resource can have up to 50 tags. If you try to create more than 50 tags for a
401
400
  * resource, you will receive an error and the attempt will fail.</p>
402
- * <p>If you specify a key that already exists for the resource, the value for that key
401
+ * <p>If you specify a key that already exists for the resource, the value for that key
403
402
  * will be updated with the new value.</p>
404
403
  */
405
404
  createTags(args: CreateTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateTagsCommandOutput>;
@@ -431,13 +430,13 @@ export declare class Redshift extends RedshiftClient {
431
430
  * For more information about managing clusters, go to
432
431
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
433
432
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
434
- * <p>If you want to shut down the cluster and retain it for future use, set
433
+ * <p>If you want to shut down the cluster and retain it for future use, set
435
434
  * <i>SkipFinalClusterSnapshot</i> to <code>false</code> and specify a
436
435
  * name for <i>FinalClusterSnapshotIdentifier</i>. You can later restore this
437
436
  * snapshot to resume using the cluster. If a final cluster snapshot is requested, the
438
437
  * status of the cluster will be "final-snapshot" while the snapshot is being taken, then
439
438
  * it's "deleting" once Amazon Redshift begins deleting the cluster. </p>
440
- * <p>
439
+ * <p>
441
440
  * For more information about managing clusters, go to
442
441
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
443
442
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
@@ -447,21 +446,21 @@ export declare class Redshift extends RedshiftClient {
447
446
  deleteCluster(args: DeleteClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
448
447
  /**
449
448
  * <p>Deletes a specified Amazon Redshift parameter group.</p>
450
- * <note>
449
+ * <note>
451
450
  * <p>You cannot delete a parameter group if it is associated with a
452
451
  * cluster.</p>
453
- * </note>
452
+ * </note>
454
453
  */
455
454
  deleteClusterParameterGroup(args: DeleteClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClusterParameterGroupCommandOutput>;
456
455
  deleteClusterParameterGroup(args: DeleteClusterParameterGroupCommandInput, cb: (err: any, data?: DeleteClusterParameterGroupCommandOutput) => void): void;
457
456
  deleteClusterParameterGroup(args: DeleteClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterParameterGroupCommandOutput) => void): void;
458
457
  /**
459
458
  * <p>Deletes an Amazon Redshift security group.</p>
460
- * <note>
459
+ * <note>
461
460
  * <p>You cannot delete a security group that is associated with any clusters. You
462
461
  * cannot delete the default security group.</p>
463
- * </note>
464
- * <p>
462
+ * </note>
463
+ * <p>
465
464
  * For information about managing security groups, go to
466
465
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon Redshift Cluster Security Groups</a> in the
467
466
  * <i>Amazon Redshift Cluster Management Guide</i>.</p>
@@ -472,7 +471,7 @@ export declare class Redshift extends RedshiftClient {
472
471
  /**
473
472
  * <p>Deletes the specified manual snapshot. The snapshot must be in the
474
473
  * <code>available</code> state, with no other users authorized to access the snapshot. </p>
475
- * <p>Unlike automated snapshots, manual snapshots are retained even after you delete
474
+ * <p>Unlike automated snapshots, manual snapshots are retained even after you delete
476
475
  * your cluster. Amazon Redshift does not delete your manual snapshots. You must delete manual
477
476
  * snapshot explicitly to avoid getting charged. If other accounts are authorized to access
478
477
  * the snapshot, you must revoke all of the authorizations before you can delete the
@@ -573,16 +572,16 @@ export declare class Redshift extends RedshiftClient {
573
572
  * the parameter group name, description, and parameter group family name. You can
574
573
  * optionally specify a name to retrieve the description of a specific parameter
575
574
  * group.</p>
576
- * <p>
575
+ * <p>
577
576
  * For more information about parameters and parameter groups, go to
578
577
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
579
578
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
580
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
579
+ * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
581
580
  * all parameter groups that match any combination of the specified keys and values. For
582
581
  * example, if you have <code>owner</code> and <code>environment</code> for tag keys, and
583
582
  * <code>admin</code> and <code>test</code> for tag values, all parameter groups that
584
583
  * have any combination of those values are returned.</p>
585
- * <p>If both tag keys and values are omitted from the request, parameter groups are
584
+ * <p>If both tag keys and values are omitted from the request, parameter groups are
586
585
  * returned regardless of whether they have tag keys or values associated with
587
586
  * them.</p>
588
587
  */
@@ -594,11 +593,11 @@ export declare class Redshift extends RedshiftClient {
594
593
  * parameter group. For each parameter the response includes information such as parameter
595
594
  * name, description, data type, value, whether the parameter value is modifiable, and so
596
595
  * on.</p>
597
- * <p>You can specify <i>source</i> filter to retrieve parameters of only
596
+ * <p>You can specify <i>source</i> filter to retrieve parameters of only
598
597
  * specific type. For example, to retrieve parameters that were modified by a user action
599
598
  * such as from <a>ModifyClusterParameterGroup</a>, you can specify
600
599
  * <i>source</i> equal to <i>user</i>.</p>
601
- * <p>
600
+ * <p>
602
601
  * For more information about parameters and parameter groups, go to
603
602
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
604
603
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
@@ -613,12 +612,12 @@ export declare class Redshift extends RedshiftClient {
613
612
  * For more information about managing clusters, go to
614
613
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
615
614
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
616
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
615
+ * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
617
616
  * all clusters that match any combination of the specified keys and values. For example,
618
617
  * if you have <code>owner</code> and <code>environment</code> for tag keys, and
619
618
  * <code>admin</code> and <code>test</code> for tag values, all clusters that have any
620
619
  * combination of those values are returned.</p>
621
- * <p>If both tag keys and values are omitted from the request, clusters are returned
620
+ * <p>If both tag keys and values are omitted from the request, clusters are returned
622
621
  * regardless of whether they have tag keys or values associated with them.</p>
623
622
  */
624
623
  describeClusters(args: DescribeClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClustersCommandOutput>;
@@ -628,16 +627,16 @@ export declare class Redshift extends RedshiftClient {
628
627
  * <p>Returns information about Amazon Redshift security groups. If the name of a security
629
628
  * group is specified, the response will contain only information about only that security
630
629
  * group.</p>
631
- * <p>
630
+ * <p>
632
631
  * For information about managing security groups, go to
633
632
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon Redshift Cluster Security Groups</a> in the
634
633
  * <i>Amazon Redshift Cluster Management Guide</i>.</p>
635
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
634
+ * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
636
635
  * all security groups that match any combination of the specified keys and values. For
637
636
  * example, if you have <code>owner</code> and <code>environment</code> for tag keys, and
638
637
  * <code>admin</code> and <code>test</code> for tag values, all security groups that
639
638
  * have any combination of those values are returned.</p>
640
- * <p>If both tag keys and values are omitted from the request, security groups are
639
+ * <p>If both tag keys and values are omitted from the request, security groups are
641
640
  * returned regardless of whether they have tag keys or values associated with
642
641
  * them.</p>
643
642
  */
@@ -649,14 +648,14 @@ export declare class Redshift extends RedshiftClient {
649
648
  * snapshots. By default, this operation returns information about all snapshots of all
650
649
  * clusters that are owned by your Amazon Web Services account. No information is returned for
651
650
  * snapshots owned by inactive Amazon Web Services accounts.</p>
652
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
651
+ * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
653
652
  * all snapshots that match any combination of the specified keys and values. For example,
654
653
  * if you have <code>owner</code> and <code>environment</code> for tag keys, and
655
654
  * <code>admin</code> and <code>test</code> for tag values, all snapshots that have any
656
655
  * combination of those values are returned. Only snapshots that you own are returned in
657
656
  * the response; shared snapshots are not returned with the tag key and tag value request
658
657
  * parameters.</p>
659
- * <p>If both tag keys and values are omitted from the request, snapshots are returned
658
+ * <p>If both tag keys and values are omitted from the request, snapshots are returned
660
659
  * regardless of whether they have tag keys or values associated with them.</p>
661
660
  */
662
661
  describeClusterSnapshots(args: DescribeClusterSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterSnapshotsCommandOutput>;
@@ -666,12 +665,12 @@ export declare class Redshift extends RedshiftClient {
666
665
  * <p>Returns one or more cluster subnet group objects, which contain metadata about your
667
666
  * cluster subnet groups. By default, this operation returns information about all cluster
668
667
  * subnet groups that are defined in your Amazon Web Services account.</p>
669
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
668
+ * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
670
669
  * all subnet groups that match any combination of the specified keys and values. For
671
670
  * example, if you have <code>owner</code> and <code>environment</code> for tag keys, and
672
671
  * <code>admin</code> and <code>test</code> for tag values, all subnet groups that have
673
672
  * any combination of those values are returned.</p>
674
- * <p>If both tag keys and values are omitted from the request, subnet groups are
673
+ * <p>If both tag keys and values are omitted from the request, subnet groups are
675
674
  * returned regardless of whether they have tag keys or values associated with
676
675
  * them.</p>
677
676
  */
@@ -717,7 +716,7 @@ export declare class Redshift extends RedshiftClient {
717
716
  /**
718
717
  * <p>Returns a list of parameter settings for the specified parameter group
719
718
  * family.</p>
720
- * <p>
719
+ * <p>
721
720
  * For more information about parameters and parameter groups, go to
722
721
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
723
722
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
@@ -758,12 +757,12 @@ export declare class Redshift extends RedshiftClient {
758
757
  * <p>Lists descriptions of all the Amazon Redshift event notification subscriptions for a
759
758
  * customer account. If you specify a subscription name, lists the description for that
760
759
  * subscription.</p>
761
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
760
+ * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
762
761
  * all event notification subscriptions that match any combination of the specified keys
763
762
  * and values. For example, if you have <code>owner</code> and <code>environment</code> for
764
763
  * tag keys, and <code>admin</code> and <code>test</code> for tag values, all subscriptions
765
764
  * that have any combination of those values are returned.</p>
766
- * <p>If both tag keys and values are omitted from the request, subscriptions are
765
+ * <p>If both tag keys and values are omitted from the request, subscriptions are
767
766
  * returned regardless of whether they have tag keys or values associated with
768
767
  * them.</p>
769
768
  */
@@ -773,12 +772,12 @@ export declare class Redshift extends RedshiftClient {
773
772
  /**
774
773
  * <p>Returns information about the specified HSM client certificate. If no certificate
775
774
  * ID is specified, returns information about all the HSM certificates owned by your Amazon Web Services account.</p>
776
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
775
+ * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
777
776
  * all HSM client certificates that match any combination of the specified keys and values.
778
777
  * For example, if you have <code>owner</code> and <code>environment</code> for tag keys,
779
778
  * and <code>admin</code> and <code>test</code> for tag values, all HSM client certificates
780
779
  * that have any combination of those values are returned.</p>
781
- * <p>If both tag keys and values are omitted from the request, HSM client certificates
780
+ * <p>If both tag keys and values are omitted from the request, HSM client certificates
782
781
  * are returned regardless of whether they have tag keys or values associated with
783
782
  * them.</p>
784
783
  */
@@ -789,12 +788,12 @@ export declare class Redshift extends RedshiftClient {
789
788
  * <p>Returns information about the specified Amazon Redshift HSM configuration. If no
790
789
  * configuration ID is specified, returns information about all the HSM configurations
791
790
  * owned by your Amazon Web Services account.</p>
792
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
791
+ * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
793
792
  * all HSM connections that match any combination of the specified keys and values. For
794
793
  * example, if you have <code>owner</code> and <code>environment</code> for tag keys, and
795
794
  * <code>admin</code> and <code>test</code> for tag values, all HSM connections that
796
795
  * have any combination of those values are returned.</p>
797
- * <p>If both tag keys and values are omitted from the request, HSM connections are
796
+ * <p>If both tag keys and values are omitted from the request, HSM connections are
798
797
  * returned regardless of whether they have tag keys or values associated with
799
798
  * them.</p>
800
799
  */
@@ -849,7 +848,7 @@ export declare class Redshift extends RedshiftClient {
849
848
  * determine which reserve node offering you want to purchase. You then use the unique
850
849
  * offering ID in you call to <a>PurchaseReservedNodeOffering</a> to reserve one
851
850
  * or more nodes for your Amazon Redshift cluster. </p>
852
- * <p>
851
+ * <p>
853
852
  * For more information about reserved node offerings, go to
854
853
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/purchase-reserved-node-instance.html">Purchasing Reserved Nodes</a>
855
854
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
@@ -868,7 +867,7 @@ export declare class Redshift extends RedshiftClient {
868
867
  * no resize operation has ever been initiated for the specified cluster, a <code>HTTP
869
868
  * 404</code> error is returned. If a resize operation was initiated and completed, the
870
869
  * status of the resize remains as <code>SUCCEEDED</code> until the next resize. </p>
871
- * <p>A resize operation can be requested using <a>ModifyCluster</a> and
870
+ * <p>A resize operation can be requested using <a>ModifyCluster</a> and
872
871
  * specifying a different number or type of nodes for the cluster. </p>
873
872
  */
874
873
  describeResize(args: DescribeResizeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResizeCommandOutput>;
@@ -884,7 +883,7 @@ export declare class Redshift extends RedshiftClient {
884
883
  /**
885
884
  * <p>Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination
886
885
  * region.</p>
887
- * <p>
886
+ * <p>
888
887
  * For more information about managing snapshot copy grants, go to
889
888
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html">Amazon Redshift Database Encryption</a>
890
889
  * in the <i>Amazon Redshift Cluster Management Guide</i>.
@@ -920,27 +919,27 @@ export declare class Redshift extends RedshiftClient {
920
919
  * <p>Returns a list of tags. You can return tags from a specific resource by specifying
921
920
  * an ARN, or you can return all tags for a given type of resource, such as clusters,
922
921
  * snapshots, and so on.</p>
923
- * <p>The following are limitations for <code>DescribeTags</code>: </p>
924
- * <ul>
922
+ * <p>The following are limitations for <code>DescribeTags</code>: </p>
923
+ * <ul>
925
924
  * <li>
926
- * <p>You cannot specify an ARN and a resource-type value together in the same
925
+ * <p>You cannot specify an ARN and a resource-type value together in the same
927
926
  * request.</p>
928
927
  * </li>
929
928
  * <li>
930
- * <p>You cannot use the <code>MaxRecords</code> and <code>Marker</code>
929
+ * <p>You cannot use the <code>MaxRecords</code> and <code>Marker</code>
931
930
  * parameters together with the ARN parameter.</p>
932
931
  * </li>
933
932
  * <li>
934
- * <p>The <code>MaxRecords</code> parameter can be a range from 10 to 50 results
933
+ * <p>The <code>MaxRecords</code> parameter can be a range from 10 to 50 results
935
934
  * to return in a request.</p>
936
935
  * </li>
937
936
  * </ul>
938
- * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
937
+ * <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
939
938
  * all resources that match any combination of the specified keys and values. For example,
940
939
  * if you have <code>owner</code> and <code>environment</code> for tag keys, and
941
940
  * <code>admin</code> and <code>test</code> for tag values, all resources that have any
942
941
  * combination of those values are returned.</p>
943
- * <p>If both tag keys and values are omitted from the request, resources are returned
942
+ * <p>If both tag keys and values are omitted from the request, resources are returned
944
943
  * regardless of whether they have tag keys or values associated with them.</p>
945
944
  */
946
945
  describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
@@ -949,7 +948,7 @@ export declare class Redshift extends RedshiftClient {
949
948
  /**
950
949
  * <p>Shows usage limits on a cluster.
951
950
  * Results are filtered based on the combination of input usage limit identifier, cluster identifier, and feature type parameters:</p>
952
- * <ul>
951
+ * <ul>
953
952
  * <li>
954
953
  * <p>If usage limit identifier, cluster identifier, and feature type are not provided,
955
954
  * then all usage limit objects for the current account in the current region are returned.</p>
@@ -981,7 +980,7 @@ export declare class Redshift extends RedshiftClient {
981
980
  /**
982
981
  * <p>Disables the automatic copying of snapshots from one region to another region for a
983
982
  * specified cluster.</p>
984
- * <p>If your cluster and its snapshots are encrypted using an encrypted symmetric key
983
+ * <p>If your cluster and its snapshots are encrypted using an encrypted symmetric key
985
984
  * from Key Management Service, use <a>DeleteSnapshotCopyGrant</a> to delete the grant that
986
985
  * grants Amazon Redshift permission to the key in the destination region. </p>
987
986
  */
@@ -1019,17 +1018,17 @@ export declare class Redshift extends RedshiftClient {
1019
1018
  * a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes). For more
1020
1019
  * information, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/generating-user-credentials.html">Using IAM Authentication
1021
1020
  * to Generate Database User Credentials</a> in the Amazon Redshift Cluster Management Guide.</p>
1022
- * <p>The Identity and Access Management (IAM) user or role that runs
1021
+ * <p>The Identity and Access Management (IAM) user or role that runs
1023
1022
  * GetClusterCredentials must have an IAM policy attached that allows access to all
1024
1023
  * necessary actions and resources. For more information about permissions, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html#redshift-policy-resources.getclustercredentials-resources">Resource Policies for GetClusterCredentials</a> in the
1025
1024
  * Amazon Redshift Cluster Management Guide.</p>
1026
- * <p>If the <code>DbGroups</code> parameter is specified, the IAM policy must allow the
1025
+ * <p>If the <code>DbGroups</code> parameter is specified, the IAM policy must allow the
1027
1026
  * <code>redshift:JoinGroup</code> action with access to the listed
1028
1027
  * <code>dbgroups</code>. </p>
1029
- * <p>In addition, if the <code>AutoCreate</code> parameter is set to <code>True</code>,
1028
+ * <p>In addition, if the <code>AutoCreate</code> parameter is set to <code>True</code>,
1030
1029
  * then the policy must include the <code>redshift:CreateClusterUser</code>
1031
1030
  * permission.</p>
1032
- * <p>If the <code>DbName</code> parameter is specified, the IAM policy must allow access
1031
+ * <p>If the <code>DbName</code> parameter is specified, the IAM policy must allow access
1033
1032
  * to the resource <code>dbname</code> for the specified database name. </p>
1034
1033
  */
1035
1034
  getClusterCredentials(args: GetClusterCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<GetClusterCredentialsCommandOutput>;
@@ -1041,7 +1040,7 @@ export declare class Redshift extends RedshiftClient {
1041
1040
  * The database user is mapped 1:1 to the source Identity and Access Management (IAM) identity.
1042
1041
  * For more information about IAM identities, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id.html">IAM Identities (users, user groups, and roles)</a> in the
1043
1042
  * Amazon Web Services Identity and Access Management User Guide.</p>
1044
- * <p>The Identity and Access Management (IAM) identity that runs
1043
+ * <p>The Identity and Access Management (IAM) identity that runs
1045
1044
  * this operation must have an IAM policy attached that allows access to all
1046
1045
  * necessary actions and resources.
1047
1046
  * For more information about permissions, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html">Using identity-based policies (IAM policies)</a> in the
@@ -1079,10 +1078,10 @@ export declare class Redshift extends RedshiftClient {
1079
1078
  modifyAuthenticationProfile(args: ModifyAuthenticationProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyAuthenticationProfileCommandOutput) => void): void;
1080
1079
  /**
1081
1080
  * <p>Modifies the settings for a cluster.</p>
1082
- * <p>You can also change node type and the number of nodes to scale up or down the
1081
+ * <p>You can also change node type and the number of nodes to scale up or down the
1083
1082
  * cluster. When resizing a cluster, you must specify both the number of nodes and the node
1084
1083
  * type even if one of the parameters does not change.</p>
1085
- * <p>You can add another security or
1084
+ * <p>You can add another security or
1086
1085
  * parameter group, or change the admin user password. Resetting a cluster password or modifying the security groups associated with a cluster do not need a reboot. However, modifying a parameter group requires a reboot for parameters to take effect.
1087
1086
  * For more information about managing clusters, go to
1088
1087
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
@@ -1101,7 +1100,7 @@ export declare class Redshift extends RedshiftClient {
1101
1100
  /**
1102
1101
  * <p>Modifies the list of Identity and Access Management (IAM) roles that can be
1103
1102
  * used by the cluster to access other Amazon Web Services services.</p>
1104
- * <p>The maximum number of IAM roles that you can associate is subject to a quota.
1103
+ * <p>The maximum number of IAM roles that you can associate is subject to a quota.
1105
1104
  * For more information, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html">Quotas and limits</a>
1106
1105
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
1107
1106
  */
@@ -1116,7 +1115,7 @@ export declare class Redshift extends RedshiftClient {
1116
1115
  modifyClusterMaintenance(args: ModifyClusterMaintenanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyClusterMaintenanceCommandOutput) => void): void;
1117
1116
  /**
1118
1117
  * <p>Modifies the parameters of a parameter group. For the parameters parameter, it can't contain ASCII characters.</p>
1119
- * <p>
1118
+ * <p>
1120
1119
  * For more information about parameters and parameter groups, go to
1121
1120
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
1122
1121
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
@@ -1126,7 +1125,7 @@ export declare class Redshift extends RedshiftClient {
1126
1125
  modifyClusterParameterGroup(args: ModifyClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyClusterParameterGroupCommandOutput) => void): void;
1127
1126
  /**
1128
1127
  * <p>Modifies the settings for a snapshot.</p>
1129
- * <p>This exanmple modifies the manual retention period setting for a cluster snapshot.</p>
1128
+ * <p>This exanmple modifies the manual retention period setting for a cluster snapshot.</p>
1130
1129
  */
1131
1130
  modifyClusterSnapshot(args: ModifyClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<ModifyClusterSnapshotCommandOutput>;
1132
1131
  modifyClusterSnapshot(args: ModifyClusterSnapshotCommandInput, cb: (err: any, data?: ModifyClusterSnapshotCommandOutput) => void): void;
@@ -1201,7 +1200,7 @@ export declare class Redshift extends RedshiftClient {
1201
1200
  * <a>DescribeReservedNodeOfferings</a> API to obtain the available reserved
1202
1201
  * node offerings. You can call this API by providing a specific reserved node offering and
1203
1202
  * the number of nodes you want to reserve. </p>
1204
- * <p>
1203
+ * <p>
1205
1204
  * For more information about reserved node offerings, go to
1206
1205
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/purchase-reserved-node-instance.html">Purchasing Reserved Nodes</a>
1207
1206
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
@@ -1242,42 +1241,42 @@ export declare class Redshift extends RedshiftClient {
1242
1241
  * number or type of nodes. The default behavior is to use the elastic resize method. With
1243
1242
  * an elastic resize, your cluster is available for read and write operations more quickly
1244
1243
  * than with the classic resize method. </p>
1245
- * <p>Elastic resize operations have the following restrictions:</p>
1246
- * <ul>
1244
+ * <p>Elastic resize operations have the following restrictions:</p>
1245
+ * <ul>
1247
1246
  * <li>
1248
- * <p>You can only resize clusters of the following types:</p>
1249
- * <ul>
1247
+ * <p>You can only resize clusters of the following types:</p>
1248
+ * <ul>
1250
1249
  * <li>
1251
- * <p>dc1.large (if your cluster is in a VPC)</p>
1252
- * </li>
1250
+ * <p>dc1.large (if your cluster is in a VPC)</p>
1251
+ * </li>
1253
1252
  * <li>
1254
- * <p>dc1.8xlarge (if your cluster is in a VPC)</p>
1255
- * </li>
1253
+ * <p>dc1.8xlarge (if your cluster is in a VPC)</p>
1254
+ * </li>
1256
1255
  * <li>
1257
- * <p>dc2.large</p>
1258
- * </li>
1256
+ * <p>dc2.large</p>
1257
+ * </li>
1259
1258
  * <li>
1260
- * <p>dc2.8xlarge</p>
1261
- * </li>
1259
+ * <p>dc2.8xlarge</p>
1260
+ * </li>
1262
1261
  * <li>
1263
- * <p>ds2.xlarge</p>
1264
- * </li>
1262
+ * <p>ds2.xlarge</p>
1263
+ * </li>
1265
1264
  * <li>
1266
- * <p>ds2.8xlarge</p>
1267
- * </li>
1265
+ * <p>ds2.8xlarge</p>
1266
+ * </li>
1268
1267
  * <li>
1269
- * <p>ra3.xlplus</p>
1270
- * </li>
1268
+ * <p>ra3.xlplus</p>
1269
+ * </li>
1271
1270
  * <li>
1272
- * <p>ra3.4xlarge</p>
1273
- * </li>
1271
+ * <p>ra3.4xlarge</p>
1272
+ * </li>
1274
1273
  * <li>
1275
- * <p>ra3.16xlarge</p>
1276
- * </li>
1274
+ * <p>ra3.16xlarge</p>
1275
+ * </li>
1277
1276
  * </ul>
1278
1277
  * </li>
1279
1278
  * <li>
1280
- * <p>The type of nodes that you add must match the node type for the
1279
+ * <p>The type of nodes that you add must match the node type for the
1281
1280
  * cluster.</p>
1282
1281
  * </li>
1283
1282
  * </ul>
@@ -1292,9 +1291,9 @@ export declare class Redshift extends RedshiftClient {
1292
1291
  * parameter groups. After Amazon Redshift creates the cluster, you can use the <a>ModifyCluster</a> API to associate a different security group and different
1293
1292
  * parameter group with the restored cluster. If you are using a DS node type, you can also
1294
1293
  * choose to change to another DS node type of the same size during restore.</p>
1295
- * <p>If you restore a cluster into a VPC, you must provide a cluster subnet group where
1294
+ * <p>If you restore a cluster into a VPC, you must provide a cluster subnet group where
1296
1295
  * you want the cluster restored.</p>
1297
- * <p>
1296
+ * <p>
1298
1297
  * For more information about working with snapshots, go to
1299
1298
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
1300
1299
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
@@ -1306,7 +1305,7 @@ export declare class Redshift extends RedshiftClient {
1306
1305
  * <p>Creates a new table from a table in an Amazon Redshift cluster snapshot. You must
1307
1306
  * create the new table within the Amazon Redshift cluster that the snapshot was taken
1308
1307
  * from.</p>
1309
- * <p>You cannot use <code>RestoreTableFromClusterSnapshot</code> to restore a table with
1308
+ * <p>You cannot use <code>RestoreTableFromClusterSnapshot</code> to restore a table with
1310
1309
  * the same name as an existing table in an Amazon Redshift cluster. That is, you cannot
1311
1310
  * overwrite an existing table in a cluster with a restored table. If you want to replace
1312
1311
  * your original table with a new, restored table, then rename or drop your original table
@@ -1315,6 +1314,8 @@ export declare class Redshift extends RedshiftClient {
1315
1314
  * <code>NewTableName</code> parameter value in the call to
1316
1315
  * <code>RestoreTableFromClusterSnapshot</code>. This way, you can replace the original
1317
1316
  * table with the table created from the snapshot.</p>
1317
+ * <p>You can't use this operation to restore tables with
1318
+ * <a href="https://docs.aws.amazon.com/redshift/latest/dg/t_Sorting_data.html#t_Sorting_data-interleaved">interleaved sort keys</a>.</p>
1318
1319
  */
1319
1320
  restoreTableFromClusterSnapshot(args: RestoreTableFromClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<RestoreTableFromClusterSnapshotCommandOutput>;
1320
1321
  restoreTableFromClusterSnapshot(args: RestoreTableFromClusterSnapshotCommandInput, cb: (err: any, data?: RestoreTableFromClusterSnapshotCommandOutput) => void): void;
@@ -1345,7 +1346,7 @@ export declare class Redshift extends RedshiftClient {
1345
1346
  * <p>Removes the ability of the specified Amazon Web Services account to restore the specified
1346
1347
  * snapshot. If the account is currently restoring the snapshot, the restore will run to
1347
1348
  * completion.</p>
1348
- * <p>
1349
+ * <p>
1349
1350
  * For more information about working with snapshots, go to
1350
1351
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
1351
1352
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>