@aws-sdk/client-redshift 3.42.0 → 3.47.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 (77) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/dist-cjs/Redshift.js +30 -0
  3. package/dist-cjs/commands/DescribeHsmConfigurationsCommand.js +2 -1
  4. package/dist-cjs/commands/DescribeLoggingStatusCommand.js +1 -2
  5. package/dist-cjs/commands/DescribeReservedNodeExchangeStatusCommand.js +36 -0
  6. package/dist-cjs/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +36 -0
  7. package/dist-cjs/commands/index.js +2 -0
  8. package/dist-cjs/endpoints.js +1 -20
  9. package/dist-cjs/models/models_0.js +19 -660
  10. package/dist-cjs/models/models_1.js +48 -109
  11. package/dist-cjs/pagination/DescribeDataSharesForConsumerPaginator.js +35 -0
  12. package/dist-cjs/pagination/DescribeDataSharesForProducerPaginator.js +35 -0
  13. package/dist-cjs/pagination/DescribeDataSharesPaginator.js +35 -0
  14. package/dist-cjs/pagination/DescribeReservedNodeExchangeStatusPaginator.js +35 -0
  15. package/dist-cjs/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +35 -0
  16. package/dist-cjs/pagination/index.js +6 -1
  17. package/dist-cjs/protocols/Aws_query.js +508 -4
  18. package/dist-cjs/runtimeConfig.browser.js +7 -2
  19. package/dist-cjs/runtimeConfig.js +9 -3
  20. package/dist-es/Redshift.js +30 -0
  21. package/dist-es/commands/DescribeHsmConfigurationsCommand.js +2 -1
  22. package/dist-es/commands/DescribeLoggingStatusCommand.js +1 -2
  23. package/dist-es/commands/DescribeReservedNodeExchangeStatusCommand.js +39 -0
  24. package/dist-es/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +39 -0
  25. package/dist-es/commands/index.js +2 -0
  26. package/dist-es/endpoints.js +1 -20
  27. package/dist-es/models/models_0.js +13 -436
  28. package/dist-es/models/models_1.js +33 -72
  29. package/dist-es/pagination/DescribeDataSharesForConsumerPaginator.js +74 -0
  30. package/dist-es/pagination/DescribeDataSharesForProducerPaginator.js +74 -0
  31. package/dist-es/pagination/DescribeDataSharesPaginator.js +74 -0
  32. package/dist-es/pagination/DescribeReservedNodeExchangeStatusPaginator.js +74 -0
  33. package/dist-es/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +74 -0
  34. package/dist-es/pagination/index.js +6 -1
  35. package/dist-es/protocols/Aws_query.js +675 -161
  36. package/dist-es/runtimeConfig.browser.js +12 -3
  37. package/dist-es/runtimeConfig.js +13 -6
  38. package/dist-types/Redshift.d.ts +18 -1
  39. package/dist-types/RedshiftClient.d.ts +9 -3
  40. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +1 -2
  43. package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +36 -0
  44. package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +37 -0
  45. package/dist-types/commands/index.d.ts +2 -0
  46. package/dist-types/models/models_0.d.ts +90 -691
  47. package/dist-types/models/models_1.d.ts +196 -109
  48. package/dist-types/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
  49. package/dist-types/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
  50. package/dist-types/pagination/DescribeDataSharesPaginator.d.ts +4 -0
  51. package/dist-types/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
  52. package/dist-types/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
  53. package/dist-types/pagination/index.d.ts +6 -1
  54. package/dist-types/protocols/Aws_query.d.ts +6 -0
  55. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  56. package/dist-types/runtimeConfig.d.ts +4 -3
  57. package/dist-types/runtimeConfig.native.d.ts +1 -0
  58. package/dist-types/ts3.4/Redshift.d.ts +10 -0
  59. package/dist-types/ts3.4/RedshiftClient.d.ts +7 -3
  60. package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +1 -2
  62. package/dist-types/ts3.4/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +45 -448
  66. package/dist-types/ts3.4/models/models_1.d.ts +102 -73
  67. package/dist-types/ts3.4/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
  68. package/dist-types/ts3.4/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
  69. package/dist-types/ts3.4/pagination/DescribeDataSharesPaginator.d.ts +4 -0
  70. package/dist-types/ts3.4/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
  71. package/dist-types/ts3.4/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
  72. package/dist-types/ts3.4/pagination/index.d.ts +6 -1
  73. package/dist-types/ts3.4/protocols/Aws_query.d.ts +6 -0
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  77. package/package.json +39 -46
@@ -1,5 +1,45 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- import { ActionType, AquaConfiguration, AquaConfigurationStatus, AvailabilityZone, Cluster, ClusterSecurityGroup, ClusterSubnetGroup, EventSubscription, Parameter, RecurringCharge, ReservedNode, ReservedNodeOfferingType, ScheduledAction, ScheduledActionType, Snapshot, SnapshotCopyGrant, SnapshotSchedule, Tag, UsageLimit, UsageLimitBreachAction, UsageLimitFeatureType } from "./models_0";
2
+ import { ActionType, AquaConfiguration, AquaConfigurationStatus, AvailabilityZone, Cluster, ClusterSecurityGroup, ClusterSubnetGroup, EventSubscription, HsmConfiguration, Parameter, RecurringCharge, ReservedNode, ReservedNodeExchangeStatus, ReservedNodeOfferingType, ScheduledAction, ScheduledActionType, Snapshot, SnapshotCopyGrant, SnapshotSchedule, Tag, UsageLimit, UsageLimitBreachAction, UsageLimitFeatureType } from "./models_0";
3
+ /**
4
+ * <p></p>
5
+ */
6
+ export interface HsmConfigurationMessage {
7
+ /**
8
+ * <p>A value that indicates the starting point for the next set of response records in a
9
+ * subsequent request. If a value is returned in a response, you can retrieve the next set
10
+ * of records by providing this returned marker value in the <code>Marker</code> parameter
11
+ * and retrying the command. If the <code>Marker</code> field is empty, all response
12
+ * records have been retrieved for the request. </p>
13
+ */
14
+ Marker?: string;
15
+ /**
16
+ * <p>A list of <code>HsmConfiguration</code> objects.</p>
17
+ */
18
+ HsmConfigurations?: HsmConfiguration[];
19
+ }
20
+ export declare namespace HsmConfigurationMessage {
21
+ /**
22
+ * @internal
23
+ */
24
+ const filterSensitiveLog: (obj: HsmConfigurationMessage) => any;
25
+ }
26
+ /**
27
+ * <p></p>
28
+ */
29
+ export interface DescribeLoggingStatusMessage {
30
+ /**
31
+ * <p>The identifier of the cluster from which to get the logging status.</p>
32
+ * <p>Example: <code>examplecluster</code>
33
+ * </p>
34
+ */
35
+ ClusterIdentifier: string | undefined;
36
+ }
37
+ export declare namespace DescribeLoggingStatusMessage {
38
+ /**
39
+ * @internal
40
+ */
41
+ const filterSensitiveLog: (obj: DescribeLoggingStatusMessage) => any;
42
+ }
3
43
  /**
4
44
  * <p>Describes the status of logging for a cluster.</p>
5
45
  */
@@ -356,6 +396,62 @@ export declare namespace DescribePartnersOutputMessage {
356
396
  */
357
397
  const filterSensitiveLog: (obj: DescribePartnersOutputMessage) => any;
358
398
  }
399
+ export interface DescribeReservedNodeExchangeStatusInputMessage {
400
+ /**
401
+ * <p>The identifier of the source reserved node in a reserved-node exchange request.</p>
402
+ */
403
+ ReservedNodeId?: string;
404
+ /**
405
+ * <p>The identifier of the reserved-node exchange request.</p>
406
+ */
407
+ ReservedNodeExchangeRequestId?: string;
408
+ /**
409
+ * <p>The maximum number of response records to return in each call. If the number of
410
+ * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
411
+ * is returned in a <code>Marker</code> field of the response. You can retrieve the next
412
+ * set of records by retrying the command with the returned marker value.</p>
413
+ */
414
+ MaxRecords?: number;
415
+ /**
416
+ * <p>An optional pagination token provided by a previous <code>DescribeReservedNodeExchangeStatus</code> request. If this
417
+ * parameter is specified, the response includes only records beyond the marker, up to the value
418
+ * specified by the <code>MaxRecords</code> parameter. You can retrieve the next set of response
419
+ * records by providing the returned marker value in the <code>Marker</code> parameter and
420
+ * retrying the request.</p>
421
+ */
422
+ Marker?: string;
423
+ }
424
+ export declare namespace DescribeReservedNodeExchangeStatusInputMessage {
425
+ /**
426
+ * @internal
427
+ */
428
+ const filterSensitiveLog: (obj: DescribeReservedNodeExchangeStatusInputMessage) => any;
429
+ }
430
+ export interface DescribeReservedNodeExchangeStatusOutputMessage {
431
+ /**
432
+ * <p>The details of the reserved-node exchange request, including the status, request
433
+ * time, source reserved-node identifier, and additional details.</p>
434
+ */
435
+ ReservedNodeExchangeStatusDetails?: ReservedNodeExchangeStatus[];
436
+ /**
437
+ * <p>A pagination token provided by a previous <code>DescribeReservedNodeExchangeStatus</code> request.</p>
438
+ */
439
+ Marker?: string;
440
+ }
441
+ export declare namespace DescribeReservedNodeExchangeStatusOutputMessage {
442
+ /**
443
+ * @internal
444
+ */
445
+ const filterSensitiveLog: (obj: DescribeReservedNodeExchangeStatusOutputMessage) => any;
446
+ }
447
+ /**
448
+ * <p>The reserved-node exchange status wasn't found.</p>
449
+ */
450
+ export interface ReservedNodeExchangeNotFoundFault extends __SmithyException, $MetadataBearer {
451
+ name: "ReservedNodeExchangeNotFoundFault";
452
+ $fault: "client";
453
+ message?: string;
454
+ }
359
455
  /**
360
456
  * <p></p>
361
457
  */
@@ -823,12 +919,6 @@ export interface TableRestoreNotFoundFault extends __SmithyException, $MetadataB
823
919
  $fault: "client";
824
920
  message?: string;
825
921
  }
826
- export declare namespace TableRestoreNotFoundFault {
827
- /**
828
- * @internal
829
- */
830
- const filterSensitiveLog: (obj: TableRestoreNotFoundFault) => any;
831
- }
832
922
  export declare type TableRestoreStatusType = "CANCELED" | "FAILED" | "IN_PROGRESS" | "PENDING" | "SUCCEEDED";
833
923
  /**
834
924
  * <p>Describes the status of a <a>RestoreTableFromClusterSnapshot</a>
@@ -1223,12 +1313,6 @@ export interface SnapshotCopyAlreadyDisabledFault extends __SmithyException, $Me
1223
1313
  $fault: "client";
1224
1314
  message?: string;
1225
1315
  }
1226
- export declare namespace SnapshotCopyAlreadyDisabledFault {
1227
- /**
1228
- * @internal
1229
- */
1230
- const filterSensitiveLog: (obj: SnapshotCopyAlreadyDisabledFault) => any;
1231
- }
1232
1316
  export interface DisassociateDataShareConsumerMessage {
1233
1317
  /**
1234
1318
  * <p>The Amazon Resource Name (ARN) of the datashare to remove association for. </p>
@@ -1321,12 +1405,6 @@ export interface InsufficientS3BucketPolicyFault extends __SmithyException, $Met
1321
1405
  $fault: "client";
1322
1406
  message?: string;
1323
1407
  }
1324
- export declare namespace InsufficientS3BucketPolicyFault {
1325
- /**
1326
- * @internal
1327
- */
1328
- const filterSensitiveLog: (obj: InsufficientS3BucketPolicyFault) => any;
1329
- }
1330
1408
  /**
1331
1409
  * <p>The S3 bucket name is invalid. For more information about naming rules, go to
1332
1410
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html">Bucket
@@ -1338,12 +1416,6 @@ export interface InvalidS3BucketNameFault extends __SmithyException, $MetadataBe
1338
1416
  $fault: "client";
1339
1417
  message?: string;
1340
1418
  }
1341
- export declare namespace InvalidS3BucketNameFault {
1342
- /**
1343
- * @internal
1344
- */
1345
- const filterSensitiveLog: (obj: InvalidS3BucketNameFault) => any;
1346
- }
1347
1419
  /**
1348
1420
  * <p>The string specified for the logging S3 key prefix does not comply with the
1349
1421
  * documented constraints.</p>
@@ -1353,12 +1425,6 @@ export interface InvalidS3KeyPrefixFault extends __SmithyException, $MetadataBea
1353
1425
  $fault: "client";
1354
1426
  message?: string;
1355
1427
  }
1356
- export declare namespace InvalidS3KeyPrefixFault {
1357
- /**
1358
- * @internal
1359
- */
1360
- const filterSensitiveLog: (obj: InvalidS3KeyPrefixFault) => any;
1361
- }
1362
1428
  /**
1363
1429
  * <p></p>
1364
1430
  */
@@ -1422,12 +1488,6 @@ export interface IncompatibleOrderableOptions extends __SmithyException, $Metada
1422
1488
  $fault: "client";
1423
1489
  message?: string;
1424
1490
  }
1425
- export declare namespace IncompatibleOrderableOptions {
1426
- /**
1427
- * @internal
1428
- */
1429
- const filterSensitiveLog: (obj: IncompatibleOrderableOptions) => any;
1430
- }
1431
1491
  /**
1432
1492
  * <p>The cluster already has cross-region snapshot copy enabled.</p>
1433
1493
  */
@@ -1436,12 +1496,6 @@ export interface SnapshotCopyAlreadyEnabledFault extends __SmithyException, $Met
1436
1496
  $fault: "client";
1437
1497
  message?: string;
1438
1498
  }
1439
- export declare namespace SnapshotCopyAlreadyEnabledFault {
1440
- /**
1441
- * @internal
1442
- */
1443
- const filterSensitiveLog: (obj: SnapshotCopyAlreadyEnabledFault) => any;
1444
- }
1445
1499
  /**
1446
1500
  * <p>The specified region is incorrect or does not exist.</p>
1447
1501
  */
@@ -1450,12 +1504,6 @@ export interface UnknownSnapshotCopyRegionFault extends __SmithyException, $Meta
1450
1504
  $fault: "client";
1451
1505
  message?: string;
1452
1506
  }
1453
- export declare namespace UnknownSnapshotCopyRegionFault {
1454
- /**
1455
- * @internal
1456
- */
1457
- const filterSensitiveLog: (obj: UnknownSnapshotCopyRegionFault) => any;
1458
- }
1459
1507
  /**
1460
1508
  * <p>The authorization for this endpoint can't be found.</p>
1461
1509
  */
@@ -1464,12 +1512,6 @@ export interface EndpointAuthorizationNotFoundFault extends __SmithyException, $
1464
1512
  $fault: "client";
1465
1513
  message?: string;
1466
1514
  }
1467
- export declare namespace EndpointAuthorizationNotFoundFault {
1468
- /**
1469
- * @internal
1470
- */
1471
- const filterSensitiveLog: (obj: EndpointAuthorizationNotFoundFault) => any;
1472
- }
1473
1515
  /**
1474
1516
  * <p>The request parameters to get cluster credentials.</p>
1475
1517
  */
@@ -1584,6 +1626,89 @@ export declare namespace GetClusterCredentialsMessage {
1584
1626
  */
1585
1627
  const filterSensitiveLog: (obj: GetClusterCredentialsMessage) => any;
1586
1628
  }
1629
+ export declare enum ReservedNodeExchangeActionType {
1630
+ RESIZE_CLUSTER = "resize-cluster",
1631
+ RESTORE_CLUSTER = "restore-cluster"
1632
+ }
1633
+ export interface GetReservedNodeExchangeConfigurationOptionsInputMessage {
1634
+ /**
1635
+ * <p>The action type of the reserved-node configuration. The action type can be an exchange initiated from either a snapshot or a resize.</p>
1636
+ */
1637
+ ActionType: ReservedNodeExchangeActionType | string | undefined;
1638
+ /**
1639
+ * <p>The identifier for the cluster that is the source for a reserved-node exchange.</p>
1640
+ */
1641
+ ClusterIdentifier?: string;
1642
+ /**
1643
+ * <p>The identifier for the snapshot that is the source for the reserved-node exchange.</p>
1644
+ */
1645
+ SnapshotIdentifier?: string;
1646
+ /**
1647
+ * <p>The maximum number of response records to return in each call. If the number of
1648
+ * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
1649
+ * is returned in a <code>Marker</code> field of the response. You can retrieve the next
1650
+ * set of records by retrying the command with the returned marker value.</p>
1651
+ */
1652
+ MaxRecords?: number;
1653
+ /**
1654
+ * <p>An optional pagination token provided by a previous <code>GetReservedNodeExchangeConfigurationOptions</code> request. If this
1655
+ * parameter is specified, the response includes only records beyond the marker, up to the value
1656
+ * specified by the <code>MaxRecords</code> parameter. You can retrieve the next set of response
1657
+ * records by providing the returned marker value in the <code>Marker</code> parameter and
1658
+ * retrying the request.</p>
1659
+ */
1660
+ Marker?: string;
1661
+ }
1662
+ export declare namespace GetReservedNodeExchangeConfigurationOptionsInputMessage {
1663
+ /**
1664
+ * @internal
1665
+ */
1666
+ const filterSensitiveLog: (obj: GetReservedNodeExchangeConfigurationOptionsInputMessage) => any;
1667
+ }
1668
+ /**
1669
+ * <p>Details for a reserved-node exchange. Examples include the node type for a
1670
+ * reserved node, the price for a node, the node's state, and other details.</p>
1671
+ */
1672
+ export interface ReservedNodeConfigurationOption {
1673
+ /**
1674
+ * <p>Describes a reserved node. You can call the <a>DescribeReservedNodeOfferings</a> API to obtain the available reserved node
1675
+ * offerings. </p>
1676
+ */
1677
+ SourceReservedNode?: ReservedNode;
1678
+ /**
1679
+ * <p>The target reserved-node count.</p>
1680
+ */
1681
+ TargetReservedNodeCount?: number;
1682
+ /**
1683
+ * <p>Describes a reserved node offering.</p>
1684
+ */
1685
+ TargetReservedNodeOffering?: ReservedNodeOffering;
1686
+ }
1687
+ export declare namespace ReservedNodeConfigurationOption {
1688
+ /**
1689
+ * @internal
1690
+ */
1691
+ const filterSensitiveLog: (obj: ReservedNodeConfigurationOption) => any;
1692
+ }
1693
+ export interface GetReservedNodeExchangeConfigurationOptionsOutputMessage {
1694
+ /**
1695
+ * <p>A pagination token provided by a previous <code>GetReservedNodeExchangeConfigurationOptions</code> request.</p>
1696
+ */
1697
+ Marker?: string;
1698
+ /**
1699
+ * <p>the configuration options for the reserved-node
1700
+ * exchange. These options include information about the source reserved node and target reserved
1701
+ * node. Details include the node type, the price, the node count, and the offering
1702
+ * type.</p>
1703
+ */
1704
+ ReservedNodeConfigurationOptionList?: ReservedNodeConfigurationOption[];
1705
+ }
1706
+ export declare namespace GetReservedNodeExchangeConfigurationOptionsOutputMessage {
1707
+ /**
1708
+ * @internal
1709
+ */
1710
+ const filterSensitiveLog: (obj: GetReservedNodeExchangeConfigurationOptionsOutputMessage) => any;
1711
+ }
1587
1712
  /**
1588
1713
  * <p></p>
1589
1714
  */
@@ -1640,12 +1765,6 @@ export interface InProgressTableRestoreQuotaExceededFault extends __SmithyExcept
1640
1765
  $fault: "client";
1641
1766
  message?: string;
1642
1767
  }
1643
- export declare namespace InProgressTableRestoreQuotaExceededFault {
1644
- /**
1645
- * @internal
1646
- */
1647
- const filterSensitiveLog: (obj: InProgressTableRestoreQuotaExceededFault) => any;
1648
- }
1649
1768
  /**
1650
1769
  * <p>The restore is invalid.</p>
1651
1770
  */
@@ -1654,12 +1773,6 @@ export interface InvalidRestoreFault extends __SmithyException, $MetadataBearer
1654
1773
  $fault: "client";
1655
1774
  message?: string;
1656
1775
  }
1657
- export declare namespace InvalidRestoreFault {
1658
- /**
1659
- * @internal
1660
- */
1661
- const filterSensitiveLog: (obj: InvalidRestoreFault) => any;
1662
- }
1663
1776
  /**
1664
1777
  * <p>The value specified for the <code>sourceDatabaseName</code>,
1665
1778
  * <code>sourceSchemaName</code>, or <code>sourceTableName</code> parameter, or a
@@ -1670,12 +1783,6 @@ export interface InvalidTableRestoreArgumentFault extends __SmithyException, $Me
1670
1783
  $fault: "client";
1671
1784
  message?: string;
1672
1785
  }
1673
- export declare namespace InvalidTableRestoreArgumentFault {
1674
- /**
1675
- * @internal
1676
- */
1677
- const filterSensitiveLog: (obj: InvalidTableRestoreArgumentFault) => any;
1678
- }
1679
1786
  export interface ModifyAquaInputMessage {
1680
1787
  /**
1681
1788
  * <p>The identifier of the cluster to be modified.</p>
@@ -2032,12 +2139,6 @@ export interface TableLimitExceededFault extends __SmithyException, $MetadataBea
2032
2139
  $fault: "client";
2033
2140
  message?: string;
2034
2141
  }
2035
- export declare namespace TableLimitExceededFault {
2036
- /**
2037
- * @internal
2038
- */
2039
- const filterSensitiveLog: (obj: TableLimitExceededFault) => any;
2040
- }
2041
2142
  /**
2042
2143
  * <p>A request option was specified that is not supported.</p>
2043
2144
  */
@@ -2046,12 +2147,6 @@ export interface UnsupportedOptionFault extends __SmithyException, $MetadataBear
2046
2147
  $fault: "client";
2047
2148
  message?: string;
2048
2149
  }
2049
- export declare namespace UnsupportedOptionFault {
2050
- /**
2051
- * @internal
2052
- */
2053
- const filterSensitiveLog: (obj: UnsupportedOptionFault) => any;
2054
- }
2055
2150
  export interface ModifyClusterDbRevisionMessage {
2056
2151
  /**
2057
2152
  * <p>The unique identifier of a cluster whose database revision you want to modify. </p>
@@ -2103,6 +2198,10 @@ export interface ModifyClusterIamRolesMessage {
2103
2198
  * disassociate up to 10 IAM roles from a single cluster in a single request.</p>
2104
2199
  */
2105
2200
  RemoveIamRoles?: string[];
2201
+ /**
2202
+ * <p>The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was last modified.</p>
2203
+ */
2204
+ DefaultIamRoleArn?: string;
2106
2205
  }
2107
2206
  export declare namespace ModifyClusterIamRolesMessage {
2108
2207
  /**
@@ -2296,12 +2395,6 @@ export interface SubnetAlreadyInUse extends __SmithyException, $MetadataBearer {
2296
2395
  $fault: "client";
2297
2396
  message?: string;
2298
2397
  }
2299
- export declare namespace SubnetAlreadyInUse {
2300
- /**
2301
- * @internal
2302
- */
2303
- const filterSensitiveLog: (obj: SubnetAlreadyInUse) => any;
2304
- }
2305
2398
  export interface ModifyEndpointAccessMessage {
2306
2399
  /**
2307
2400
  * <p>The endpoint to be modified.</p>
@@ -2491,12 +2584,6 @@ export interface SnapshotCopyDisabledFault extends __SmithyException, $MetadataB
2491
2584
  $fault: "client";
2492
2585
  message?: string;
2493
2586
  }
2494
- export declare namespace SnapshotCopyDisabledFault {
2495
- /**
2496
- * @internal
2497
- */
2498
- const filterSensitiveLog: (obj: SnapshotCopyDisabledFault) => any;
2499
- }
2500
2587
  export interface ModifySnapshotScheduleMessage {
2501
2588
  /**
2502
2589
  * <p>A unique alphanumeric identifier of the schedule to modify.</p>
@@ -2522,12 +2609,6 @@ export interface SnapshotScheduleUpdateInProgressFault extends __SmithyException
2522
2609
  $fault: "client";
2523
2610
  message?: string;
2524
2611
  }
2525
- export declare namespace SnapshotScheduleUpdateInProgressFault {
2526
- /**
2527
- * @internal
2528
- */
2529
- const filterSensitiveLog: (obj: SnapshotScheduleUpdateInProgressFault) => any;
2530
- }
2531
2612
  export interface ModifyUsageLimitMessage {
2532
2613
  /**
2533
2614
  * <p>The identifier of the usage limit to modify.</p>
@@ -2607,12 +2688,6 @@ export interface ReservedNodeQuotaExceededFault extends __SmithyException, $Meta
2607
2688
  $fault: "client";
2608
2689
  message?: string;
2609
2690
  }
2610
- export declare namespace ReservedNodeQuotaExceededFault {
2611
- /**
2612
- * @internal
2613
- */
2614
- const filterSensitiveLog: (obj: ReservedNodeQuotaExceededFault) => any;
2615
- }
2616
2691
  /**
2617
2692
  * <p></p>
2618
2693
  */
@@ -2919,6 +2994,18 @@ export interface RestoreFromClusterSnapshotMessage {
2919
2994
  * </ul>
2920
2995
  */
2921
2996
  AquaConfigurationStatus?: AquaConfigurationStatus | string;
2997
+ /**
2998
+ * <p>The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was last modified while it was restored from a snapshot.</p>
2999
+ */
3000
+ DefaultIamRoleArn?: string;
3001
+ /**
3002
+ * <p>The identifier of the target reserved node offering.</p>
3003
+ */
3004
+ ReservedNodeId?: string;
3005
+ /**
3006
+ * <p>The identifier of the target reserved node offering.</p>
3007
+ */
3008
+ TargetReservedNodeOfferingId?: string;
2922
3009
  }
2923
3010
  export declare namespace RestoreFromClusterSnapshotMessage {
2924
3011
  /**
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDataSharesForConsumerCommandInput, DescribeDataSharesForConsumerCommandOutput } from "../commands/DescribeDataSharesForConsumerCommand";
3
+ import { RedshiftPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDataSharesForConsumer(config: RedshiftPaginationConfiguration, input: DescribeDataSharesForConsumerCommandInput, ...additionalArguments: any): Paginator<DescribeDataSharesForConsumerCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDataSharesForProducerCommandInput, DescribeDataSharesForProducerCommandOutput } from "../commands/DescribeDataSharesForProducerCommand";
3
+ import { RedshiftPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDataSharesForProducer(config: RedshiftPaginationConfiguration, input: DescribeDataSharesForProducerCommandInput, ...additionalArguments: any): Paginator<DescribeDataSharesForProducerCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDataSharesCommandInput, DescribeDataSharesCommandOutput } from "../commands/DescribeDataSharesCommand";
3
+ import { RedshiftPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDataShares(config: RedshiftPaginationConfiguration, input: DescribeDataSharesCommandInput, ...additionalArguments: any): Paginator<DescribeDataSharesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput } from "../commands/DescribeReservedNodeExchangeStatusCommand";
3
+ import { RedshiftPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeReservedNodeExchangeStatus(config: RedshiftPaginationConfiguration, input: DescribeReservedNodeExchangeStatusCommandInput, ...additionalArguments: any): Paginator<DescribeReservedNodeExchangeStatusCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput } from "../commands/GetReservedNodeExchangeConfigurationOptionsCommand";
3
+ import { RedshiftPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateGetReservedNodeExchangeConfigurationOptions(config: RedshiftPaginationConfiguration, input: GetReservedNodeExchangeConfigurationOptionsCommandInput, ...additionalArguments: any): Paginator<GetReservedNodeExchangeConfigurationOptionsCommandOutput>;
@@ -7,8 +7,11 @@ export * from "./DescribeClusterSubnetGroupsPaginator";
7
7
  export * from "./DescribeClusterTracksPaginator";
8
8
  export * from "./DescribeClusterVersionsPaginator";
9
9
  export * from "./DescribeClustersPaginator";
10
- export * from "./DescribeDefaultClusterParametersPaginator";
10
+ export * from "./DescribeDataSharesForConsumerPaginator";
11
11
  export * from "./Interfaces";
12
+ export * from "./DescribeDataSharesForProducerPaginator";
13
+ export * from "./DescribeDataSharesPaginator";
14
+ export * from "./DescribeDefaultClusterParametersPaginator";
12
15
  export * from "./DescribeEndpointAccessPaginator";
13
16
  export * from "./DescribeEndpointAuthorizationPaginator";
14
17
  export * from "./DescribeEventSubscriptionsPaginator";
@@ -17,6 +20,7 @@ export * from "./DescribeHsmClientCertificatesPaginator";
17
20
  export * from "./DescribeHsmConfigurationsPaginator";
18
21
  export * from "./DescribeNodeConfigurationOptionsPaginator";
19
22
  export * from "./DescribeOrderableClusterOptionsPaginator";
23
+ export * from "./DescribeReservedNodeExchangeStatusPaginator";
20
24
  export * from "./DescribeReservedNodeOfferingsPaginator";
21
25
  export * from "./DescribeReservedNodesPaginator";
22
26
  export * from "./DescribeScheduledActionsPaginator";
@@ -25,4 +29,5 @@ export * from "./DescribeSnapshotSchedulesPaginator";
25
29
  export * from "./DescribeTableRestoreStatusPaginator";
26
30
  export * from "./DescribeTagsPaginator";
27
31
  export * from "./DescribeUsageLimitsPaginator";
32
+ export * from "./GetReservedNodeExchangeConfigurationOptionsPaginator";
28
33
  export * from "./GetReservedNodeExchangeOfferingsPaginator";
@@ -69,6 +69,7 @@ import { DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOutput }
69
69
  import { DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput } from "../commands/DescribeNodeConfigurationOptionsCommand";
70
70
  import { DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput } from "../commands/DescribeOrderableClusterOptionsCommand";
71
71
  import { DescribePartnersCommandInput, DescribePartnersCommandOutput } from "../commands/DescribePartnersCommand";
72
+ import { DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput } from "../commands/DescribeReservedNodeExchangeStatusCommand";
72
73
  import { DescribeReservedNodeOfferingsCommandInput, DescribeReservedNodeOfferingsCommandOutput } from "../commands/DescribeReservedNodeOfferingsCommand";
73
74
  import { DescribeReservedNodesCommandInput, DescribeReservedNodesCommandOutput } from "../commands/DescribeReservedNodesCommand";
74
75
  import { DescribeResizeCommandInput, DescribeResizeCommandOutput } from "../commands/DescribeResizeCommand";
@@ -85,6 +86,7 @@ import { DisassociateDataShareConsumerCommandInput, DisassociateDataShareConsume
85
86
  import { EnableLoggingCommandInput, EnableLoggingCommandOutput } from "../commands/EnableLoggingCommand";
86
87
  import { EnableSnapshotCopyCommandInput, EnableSnapshotCopyCommandOutput } from "../commands/EnableSnapshotCopyCommand";
87
88
  import { GetClusterCredentialsCommandInput, GetClusterCredentialsCommandOutput } from "../commands/GetClusterCredentialsCommand";
89
+ import { GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput } from "../commands/GetReservedNodeExchangeConfigurationOptionsCommand";
88
90
  import { GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput } from "../commands/GetReservedNodeExchangeOfferingsCommand";
89
91
  import { ModifyAquaConfigurationCommandInput, ModifyAquaConfigurationCommandOutput } from "../commands/ModifyAquaConfigurationCommand";
90
92
  import { ModifyAuthenticationProfileCommandInput, ModifyAuthenticationProfileCommandOutput } from "../commands/ModifyAuthenticationProfileCommand";
@@ -185,6 +187,7 @@ export declare const serializeAws_queryDescribeLoggingStatusCommand: (input: Des
185
187
  export declare const serializeAws_queryDescribeNodeConfigurationOptionsCommand: (input: DescribeNodeConfigurationOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
188
  export declare const serializeAws_queryDescribeOrderableClusterOptionsCommand: (input: DescribeOrderableClusterOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
189
  export declare const serializeAws_queryDescribePartnersCommand: (input: DescribePartnersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_queryDescribeReservedNodeExchangeStatusCommand: (input: DescribeReservedNodeExchangeStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
191
  export declare const serializeAws_queryDescribeReservedNodeOfferingsCommand: (input: DescribeReservedNodeOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
192
  export declare const serializeAws_queryDescribeReservedNodesCommand: (input: DescribeReservedNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
193
  export declare const serializeAws_queryDescribeResizeCommand: (input: DescribeResizeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -201,6 +204,7 @@ export declare const serializeAws_queryDisassociateDataShareConsumerCommand: (in
201
204
  export declare const serializeAws_queryEnableLoggingCommand: (input: EnableLoggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
205
  export declare const serializeAws_queryEnableSnapshotCopyCommand: (input: EnableSnapshotCopyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
206
  export declare const serializeAws_queryGetClusterCredentialsCommand: (input: GetClusterCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
+ export declare const serializeAws_queryGetReservedNodeExchangeConfigurationOptionsCommand: (input: GetReservedNodeExchangeConfigurationOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
208
  export declare const serializeAws_queryGetReservedNodeExchangeOfferingsCommand: (input: GetReservedNodeExchangeOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
209
  export declare const serializeAws_queryModifyAquaConfigurationCommand: (input: ModifyAquaConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
210
  export declare const serializeAws_queryModifyAuthenticationProfileCommand: (input: ModifyAuthenticationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -301,6 +305,7 @@ export declare const deserializeAws_queryDescribeLoggingStatusCommand: (output:
301
305
  export declare const deserializeAws_queryDescribeNodeConfigurationOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNodeConfigurationOptionsCommandOutput>;
302
306
  export declare const deserializeAws_queryDescribeOrderableClusterOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrderableClusterOptionsCommandOutput>;
303
307
  export declare const deserializeAws_queryDescribePartnersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePartnersCommandOutput>;
308
+ export declare const deserializeAws_queryDescribeReservedNodeExchangeStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedNodeExchangeStatusCommandOutput>;
304
309
  export declare const deserializeAws_queryDescribeReservedNodeOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedNodeOfferingsCommandOutput>;
305
310
  export declare const deserializeAws_queryDescribeReservedNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedNodesCommandOutput>;
306
311
  export declare const deserializeAws_queryDescribeResizeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResizeCommandOutput>;
@@ -317,6 +322,7 @@ export declare const deserializeAws_queryDisassociateDataShareConsumerCommand: (
317
322
  export declare const deserializeAws_queryEnableLoggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableLoggingCommandOutput>;
318
323
  export declare const deserializeAws_queryEnableSnapshotCopyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableSnapshotCopyCommandOutput>;
319
324
  export declare const deserializeAws_queryGetClusterCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClusterCredentialsCommandOutput>;
325
+ export declare const deserializeAws_queryGetReservedNodeExchangeConfigurationOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReservedNodeExchangeConfigurationOptionsCommandOutput>;
320
326
  export declare const deserializeAws_queryGetReservedNodeExchangeOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReservedNodeExchangeOfferingsCommandOutput>;
321
327
  export declare const deserializeAws_queryModifyAquaConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyAquaConfigurationCommandOutput>;
322
328
  export declare const deserializeAws_queryModifyAuthenticationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyAuthenticationProfileCommandOutput>;
@@ -1,10 +1,11 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { RedshiftClientConfig } from "./RedshiftClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
7
7
  runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
8
9
  base64Decoder: import("@aws-sdk/types").Decoder;
9
10
  base64Encoder: import("@aws-sdk/types").Encoder;
10
11
  bodyLengthChecker: (body: any) => number | undefined;
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
12
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
15
  region: string | import("@aws-sdk/types").Provider<any>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
16
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
18
  sha256: import("@aws-sdk/types").HashConstructor;
18
19
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -1,18 +1,19 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { RedshiftClientConfig } from "./RedshiftClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
7
7
  runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
8
9
  base64Decoder: import("@aws-sdk/types").Decoder;
9
10
  base64Encoder: import("@aws-sdk/types").Encoder;
10
11
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
15
  region: string | import("@aws-sdk/types").Provider<string>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
16
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
18
  sha256: import("@aws-sdk/types").HashConstructor;
18
19
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
27
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
28
29
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
30
  tls?: boolean | undefined;
30
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;