@aws-sdk/client-redshift 3.39.0 → 3.43.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 (190) hide show
  1. package/CHANGELOG.md +41 -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 +143 -24
  9. package/dist-cjs/models/models_0.js +20 -17
  10. package/dist-cjs/models/models_1.js +56 -3
  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 +504 -4
  18. package/dist-cjs/runtimeConfig.browser.js +6 -3
  19. package/dist-cjs/runtimeConfig.js +5 -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 +143 -24
  27. package/dist-es/models/models_0.js +13 -8
  28. package/dist-es/models/models_1.js +37 -0
  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 +671 -161
  36. package/dist-es/runtimeConfig.browser.js +3 -2
  37. package/dist-es/runtimeConfig.js +3 -3
  38. package/dist-types/Redshift.d.ts +17 -0
  39. package/dist-types/RedshiftClient.d.ts +12 -2
  40. package/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +1 -1
  41. package/dist-types/commands/AddPartnerCommand.d.ts +1 -1
  42. package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +1 -1
  43. package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +1 -1
  44. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +1 -1
  45. package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +1 -1
  46. package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +1 -1
  47. package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +1 -1
  48. package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +1 -1
  49. package/dist-types/commands/CancelResizeCommand.d.ts +1 -1
  50. package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateScheduledActionCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateUsageLimitCommand.d.ts +1 -1
  66. package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +1 -1
  67. package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +1 -1
  68. package/dist-types/commands/DeleteClusterCommand.d.ts +1 -1
  69. package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +1 -1
  76. package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +1 -1
  77. package/dist-types/commands/DeletePartnerCommand.d.ts +1 -1
  78. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
  79. package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +1 -1
  80. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +1 -1
  81. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  82. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +1 -1
  83. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  84. package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +1 -1
  85. package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +1 -1
  86. package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +1 -1
  87. package/dist-types/commands/DescribeClusterParametersCommand.d.ts +1 -1
  88. package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +1 -1
  89. package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +1 -1
  90. package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeClusterTracksCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeClustersCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeDataSharesCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +1 -1
  96. package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +1 -1
  97. package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -1
  98. package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +1 -1
  99. package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +1 -1
  100. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  102. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  103. package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +1 -1
  104. package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +3 -2
  105. package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +2 -3
  106. package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +1 -1
  107. package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +1 -1
  108. package/dist-types/commands/DescribePartnersCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +36 -0
  110. package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeReservedNodesCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeResizeCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +1 -1
  115. package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeStorageCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +1 -1
  120. package/dist-types/commands/DisableLoggingCommand.d.ts +1 -1
  121. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +1 -1
  122. package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +1 -1
  123. package/dist-types/commands/EnableLoggingCommand.d.ts +1 -1
  124. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +1 -1
  125. package/dist-types/commands/GetClusterCredentialsCommand.d.ts +1 -1
  126. package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +37 -0
  127. package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +1 -1
  128. package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +1 -1
  129. package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +1 -1
  130. package/dist-types/commands/ModifyClusterCommand.d.ts +1 -1
  131. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +1 -1
  132. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +1 -1
  133. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +1 -1
  134. package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +1 -1
  135. package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +1 -1
  136. package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +1 -1
  137. package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +1 -1
  138. package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +1 -1
  139. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  140. package/dist-types/commands/ModifyScheduledActionCommand.d.ts +1 -1
  141. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +1 -1
  142. package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +1 -1
  143. package/dist-types/commands/ModifyUsageLimitCommand.d.ts +1 -1
  144. package/dist-types/commands/PauseClusterCommand.d.ts +1 -1
  145. package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +1 -1
  146. package/dist-types/commands/RebootClusterCommand.d.ts +1 -1
  147. package/dist-types/commands/RejectDataShareCommand.d.ts +1 -1
  148. package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +1 -1
  149. package/dist-types/commands/ResizeClusterCommand.d.ts +1 -1
  150. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +1 -1
  151. package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +1 -1
  152. package/dist-types/commands/ResumeClusterCommand.d.ts +1 -1
  153. package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +1 -1
  154. package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +1 -1
  155. package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +1 -1
  156. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +1 -1
  157. package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +1 -1
  158. package/dist-types/commands/index.d.ts +2 -0
  159. package/dist-types/models/models_0.d.ts +86 -49
  160. package/dist-types/models/models_1.d.ts +202 -1
  161. package/dist-types/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
  162. package/dist-types/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
  163. package/dist-types/pagination/DescribeDataSharesPaginator.d.ts +4 -0
  164. package/dist-types/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
  165. package/dist-types/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
  166. package/dist-types/pagination/index.d.ts +6 -1
  167. package/dist-types/protocols/Aws_query.d.ts +6 -0
  168. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  169. package/dist-types/runtimeConfig.d.ts +2 -0
  170. package/dist-types/runtimeConfig.native.d.ts +2 -0
  171. package/dist-types/ts3.4/Redshift.d.ts +10 -0
  172. package/dist-types/ts3.4/RedshiftClient.d.ts +8 -2
  173. package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +2 -1
  174. package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +1 -2
  175. package/dist-types/ts3.4/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  178. package/dist-types/ts3.4/models/models_0.d.ts +43 -20
  179. package/dist-types/ts3.4/models/models_1.d.ts +106 -1
  180. package/dist-types/ts3.4/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
  181. package/dist-types/ts3.4/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
  182. package/dist-types/ts3.4/pagination/DescribeDataSharesPaginator.d.ts +4 -0
  183. package/dist-types/ts3.4/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
  184. package/dist-types/ts3.4/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
  185. package/dist-types/ts3.4/pagination/index.d.ts +6 -1
  186. package/dist-types/ts3.4/protocols/Aws_query.d.ts +6 -0
  187. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  188. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  189. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  190. package/package.json +24 -24
@@ -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,68 @@ 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
+ }
455
+ export declare namespace ReservedNodeExchangeNotFoundFault {
456
+ /**
457
+ * @internal
458
+ */
459
+ const filterSensitiveLog: (obj: ReservedNodeExchangeNotFoundFault) => any;
460
+ }
359
461
  /**
360
462
  * <p></p>
361
463
  */
@@ -1584,6 +1686,89 @@ export declare namespace GetClusterCredentialsMessage {
1584
1686
  */
1585
1687
  const filterSensitiveLog: (obj: GetClusterCredentialsMessage) => any;
1586
1688
  }
1689
+ export declare enum ReservedNodeExchangeActionType {
1690
+ RESIZE_CLUSTER = "resize-cluster",
1691
+ RESTORE_CLUSTER = "restore-cluster"
1692
+ }
1693
+ export interface GetReservedNodeExchangeConfigurationOptionsInputMessage {
1694
+ /**
1695
+ * <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>
1696
+ */
1697
+ ActionType: ReservedNodeExchangeActionType | string | undefined;
1698
+ /**
1699
+ * <p>The identifier for the cluster that is the source for a reserved-node exchange.</p>
1700
+ */
1701
+ ClusterIdentifier?: string;
1702
+ /**
1703
+ * <p>The identifier for the snapshot that is the source for the reserved-node exchange.</p>
1704
+ */
1705
+ SnapshotIdentifier?: string;
1706
+ /**
1707
+ * <p>The maximum number of response records to return in each call. If the number of
1708
+ * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
1709
+ * is returned in a <code>Marker</code> field of the response. You can retrieve the next
1710
+ * set of records by retrying the command with the returned marker value.</p>
1711
+ */
1712
+ MaxRecords?: number;
1713
+ /**
1714
+ * <p>An optional pagination token provided by a previous <code>GetReservedNodeExchangeConfigurationOptions</code> request. If this
1715
+ * parameter is specified, the response includes only records beyond the marker, up to the value
1716
+ * specified by the <code>MaxRecords</code> parameter. You can retrieve the next set of response
1717
+ * records by providing the returned marker value in the <code>Marker</code> parameter and
1718
+ * retrying the request.</p>
1719
+ */
1720
+ Marker?: string;
1721
+ }
1722
+ export declare namespace GetReservedNodeExchangeConfigurationOptionsInputMessage {
1723
+ /**
1724
+ * @internal
1725
+ */
1726
+ const filterSensitiveLog: (obj: GetReservedNodeExchangeConfigurationOptionsInputMessage) => any;
1727
+ }
1728
+ /**
1729
+ * <p>Details for a reserved-node exchange. Examples include the node type for a
1730
+ * reserved node, the price for a node, the node's state, and other details.</p>
1731
+ */
1732
+ export interface ReservedNodeConfigurationOption {
1733
+ /**
1734
+ * <p>Describes a reserved node. You can call the <a>DescribeReservedNodeOfferings</a> API to obtain the available reserved node
1735
+ * offerings. </p>
1736
+ */
1737
+ SourceReservedNode?: ReservedNode;
1738
+ /**
1739
+ * <p>The target reserved-node count.</p>
1740
+ */
1741
+ TargetReservedNodeCount?: number;
1742
+ /**
1743
+ * <p>Describes a reserved node offering.</p>
1744
+ */
1745
+ TargetReservedNodeOffering?: ReservedNodeOffering;
1746
+ }
1747
+ export declare namespace ReservedNodeConfigurationOption {
1748
+ /**
1749
+ * @internal
1750
+ */
1751
+ const filterSensitiveLog: (obj: ReservedNodeConfigurationOption) => any;
1752
+ }
1753
+ export interface GetReservedNodeExchangeConfigurationOptionsOutputMessage {
1754
+ /**
1755
+ * <p>A pagination token provided by a previous <code>GetReservedNodeExchangeConfigurationOptions</code> request.</p>
1756
+ */
1757
+ Marker?: string;
1758
+ /**
1759
+ * <p>the configuration options for the reserved-node
1760
+ * exchange. These options include information about the source reserved node and target reserved
1761
+ * node. Details include the node type, the price, the node count, and the offering
1762
+ * type.</p>
1763
+ */
1764
+ ReservedNodeConfigurationOptionList?: ReservedNodeConfigurationOption[];
1765
+ }
1766
+ export declare namespace GetReservedNodeExchangeConfigurationOptionsOutputMessage {
1767
+ /**
1768
+ * @internal
1769
+ */
1770
+ const filterSensitiveLog: (obj: GetReservedNodeExchangeConfigurationOptionsOutputMessage) => any;
1771
+ }
1587
1772
  /**
1588
1773
  * <p></p>
1589
1774
  */
@@ -2103,6 +2288,10 @@ export interface ModifyClusterIamRolesMessage {
2103
2288
  * disassociate up to 10 IAM roles from a single cluster in a single request.</p>
2104
2289
  */
2105
2290
  RemoveIamRoles?: string[];
2291
+ /**
2292
+ * <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>
2293
+ */
2294
+ DefaultIamRoleArn?: string;
2106
2295
  }
2107
2296
  export declare namespace ModifyClusterIamRolesMessage {
2108
2297
  /**
@@ -2919,6 +3108,18 @@ export interface RestoreFromClusterSnapshotMessage {
2919
3108
  * </ul>
2920
3109
  */
2921
3110
  AquaConfigurationStatus?: AquaConfigurationStatus | string;
3111
+ /**
3112
+ * <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>
3113
+ */
3114
+ DefaultIamRoleArn?: string;
3115
+ /**
3116
+ * <p>The identifier of the target reserved node offering.</p>
3117
+ */
3118
+ ReservedNodeId?: string;
3119
+ /**
3120
+ * <p>The identifier of the target reserved node offering.</p>
3121
+ */
3122
+ TargetReservedNodeOfferingId?: string;
2922
3123
  }
2923
3124
  export declare namespace RestoreFromClusterSnapshotMessage {
2924
3125
  /**
@@ -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>;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -68,6 +68,7 @@ import { DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOutput }
68
68
  import { DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput } from "./commands/DescribeNodeConfigurationOptionsCommand";
69
69
  import { DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput } from "./commands/DescribeOrderableClusterOptionsCommand";
70
70
  import { DescribePartnersCommandInput, DescribePartnersCommandOutput } from "./commands/DescribePartnersCommand";
71
+ import { DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput } from "./commands/DescribeReservedNodeExchangeStatusCommand";
71
72
  import { DescribeReservedNodeOfferingsCommandInput, DescribeReservedNodeOfferingsCommandOutput } from "./commands/DescribeReservedNodeOfferingsCommand";
72
73
  import { DescribeReservedNodesCommandInput, DescribeReservedNodesCommandOutput } from "./commands/DescribeReservedNodesCommand";
73
74
  import { DescribeResizeCommandInput, DescribeResizeCommandOutput } from "./commands/DescribeResizeCommand";
@@ -84,6 +85,7 @@ import { DisassociateDataShareConsumerCommandInput, DisassociateDataShareConsume
84
85
  import { EnableLoggingCommandInput, EnableLoggingCommandOutput } from "./commands/EnableLoggingCommand";
85
86
  import { EnableSnapshotCopyCommandInput, EnableSnapshotCopyCommandOutput } from "./commands/EnableSnapshotCopyCommand";
86
87
  import { GetClusterCredentialsCommandInput, GetClusterCredentialsCommandOutput } from "./commands/GetClusterCredentialsCommand";
88
+ import { GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput } from "./commands/GetReservedNodeExchangeConfigurationOptionsCommand";
87
89
  import { GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput } from "./commands/GetReservedNodeExchangeOfferingsCommand";
88
90
  import { ModifyAquaConfigurationCommandInput, ModifyAquaConfigurationCommandOutput } from "./commands/ModifyAquaConfigurationCommand";
89
91
  import { ModifyAuthenticationProfileCommandInput, ModifyAuthenticationProfileCommandOutput } from "./commands/ModifyAuthenticationProfileCommand";
@@ -395,6 +397,10 @@ export declare class Redshift extends RedshiftClient {
395
397
  describePartners(args: DescribePartnersCommandInput, cb: (err: any, data?: DescribePartnersCommandOutput) => void): void;
396
398
  describePartners(args: DescribePartnersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePartnersCommandOutput) => void): void;
397
399
 
400
+ describeReservedNodeExchangeStatus(args: DescribeReservedNodeExchangeStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedNodeExchangeStatusCommandOutput>;
401
+ describeReservedNodeExchangeStatus(args: DescribeReservedNodeExchangeStatusCommandInput, cb: (err: any, data?: DescribeReservedNodeExchangeStatusCommandOutput) => void): void;
402
+ describeReservedNodeExchangeStatus(args: DescribeReservedNodeExchangeStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedNodeExchangeStatusCommandOutput) => void): void;
403
+
398
404
  describeReservedNodeOfferings(args: DescribeReservedNodeOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedNodeOfferingsCommandOutput>;
399
405
  describeReservedNodeOfferings(args: DescribeReservedNodeOfferingsCommandInput, cb: (err: any, data?: DescribeReservedNodeOfferingsCommandOutput) => void): void;
400
406
  describeReservedNodeOfferings(args: DescribeReservedNodeOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedNodeOfferingsCommandOutput) => void): void;
@@ -459,6 +465,10 @@ export declare class Redshift extends RedshiftClient {
459
465
  getClusterCredentials(args: GetClusterCredentialsCommandInput, cb: (err: any, data?: GetClusterCredentialsCommandOutput) => void): void;
460
466
  getClusterCredentials(args: GetClusterCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetClusterCredentialsCommandOutput) => void): void;
461
467
 
468
+ getReservedNodeExchangeConfigurationOptions(args: GetReservedNodeExchangeConfigurationOptionsCommandInput, options?: __HttpHandlerOptions): Promise<GetReservedNodeExchangeConfigurationOptionsCommandOutput>;
469
+ getReservedNodeExchangeConfigurationOptions(args: GetReservedNodeExchangeConfigurationOptionsCommandInput, cb: (err: any, data?: GetReservedNodeExchangeConfigurationOptionsCommandOutput) => void): void;
470
+ getReservedNodeExchangeConfigurationOptions(args: GetReservedNodeExchangeConfigurationOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReservedNodeExchangeConfigurationOptionsCommandOutput) => void): void;
471
+
462
472
  getReservedNodeExchangeOfferings(args: GetReservedNodeExchangeOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<GetReservedNodeExchangeOfferingsCommandOutput>;
463
473
  getReservedNodeExchangeOfferings(args: GetReservedNodeExchangeOfferingsCommandInput, cb: (err: any, data?: GetReservedNodeExchangeOfferingsCommandOutput) => void): void;
464
474
  getReservedNodeExchangeOfferings(args: GetReservedNodeExchangeOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReservedNodeExchangeOfferingsCommandOutput) => void): void;
@@ -75,6 +75,7 @@ import { DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOutput }
75
75
  import { DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput } from "./commands/DescribeNodeConfigurationOptionsCommand";
76
76
  import { DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput } from "./commands/DescribeOrderableClusterOptionsCommand";
77
77
  import { DescribePartnersCommandInput, DescribePartnersCommandOutput } from "./commands/DescribePartnersCommand";
78
+ import { DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput } from "./commands/DescribeReservedNodeExchangeStatusCommand";
78
79
  import { DescribeReservedNodeOfferingsCommandInput, DescribeReservedNodeOfferingsCommandOutput } from "./commands/DescribeReservedNodeOfferingsCommand";
79
80
  import { DescribeReservedNodesCommandInput, DescribeReservedNodesCommandOutput } from "./commands/DescribeReservedNodesCommand";
80
81
  import { DescribeResizeCommandInput, DescribeResizeCommandOutput } from "./commands/DescribeResizeCommand";
@@ -91,6 +92,7 @@ import { DisassociateDataShareConsumerCommandInput, DisassociateDataShareConsume
91
92
  import { EnableLoggingCommandInput, EnableLoggingCommandOutput } from "./commands/EnableLoggingCommand";
92
93
  import { EnableSnapshotCopyCommandInput, EnableSnapshotCopyCommandOutput } from "./commands/EnableSnapshotCopyCommand";
93
94
  import { GetClusterCredentialsCommandInput, GetClusterCredentialsCommandOutput } from "./commands/GetClusterCredentialsCommand";
95
+ import { GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput } from "./commands/GetReservedNodeExchangeConfigurationOptionsCommand";
94
96
  import { GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput } from "./commands/GetReservedNodeExchangeOfferingsCommand";
95
97
  import { ModifyAquaConfigurationCommandInput, ModifyAquaConfigurationCommandOutput } from "./commands/ModifyAquaConfigurationCommand";
96
98
  import { ModifyAuthenticationProfileCommandInput, ModifyAuthenticationProfileCommandOutput } from "./commands/ModifyAuthenticationProfileCommand";
@@ -122,8 +124,8 @@ import { RevokeEndpointAccessCommandInput, RevokeEndpointAccessCommandOutput } f
122
124
  import { RevokeSnapshotAccessCommandInput, RevokeSnapshotAccessCommandOutput } from "./commands/RevokeSnapshotAccessCommand";
123
125
  import { RotateEncryptionKeyCommandInput, RotateEncryptionKeyCommandOutput } from "./commands/RotateEncryptionKeyCommand";
124
126
  import { UpdatePartnerStatusCommandInput, UpdatePartnerStatusCommandOutput } from "./commands/UpdatePartnerStatusCommand";
125
- export declare type ServiceInputTypes = AcceptReservedNodeExchangeCommandInput | AddPartnerCommandInput | AssociateDataShareConsumerCommandInput | AuthorizeClusterSecurityGroupIngressCommandInput | AuthorizeDataShareCommandInput | AuthorizeEndpointAccessCommandInput | AuthorizeSnapshotAccessCommandInput | BatchDeleteClusterSnapshotsCommandInput | BatchModifyClusterSnapshotsCommandInput | CancelResizeCommandInput | CopyClusterSnapshotCommandInput | CreateAuthenticationProfileCommandInput | CreateClusterCommandInput | CreateClusterParameterGroupCommandInput | CreateClusterSecurityGroupCommandInput | CreateClusterSnapshotCommandInput | CreateClusterSubnetGroupCommandInput | CreateEndpointAccessCommandInput | CreateEventSubscriptionCommandInput | CreateHsmClientCertificateCommandInput | CreateHsmConfigurationCommandInput | CreateScheduledActionCommandInput | CreateSnapshotCopyGrantCommandInput | CreateSnapshotScheduleCommandInput | CreateTagsCommandInput | CreateUsageLimitCommandInput | DeauthorizeDataShareCommandInput | DeleteAuthenticationProfileCommandInput | DeleteClusterCommandInput | DeleteClusterParameterGroupCommandInput | DeleteClusterSecurityGroupCommandInput | DeleteClusterSnapshotCommandInput | DeleteClusterSubnetGroupCommandInput | DeleteEndpointAccessCommandInput | DeleteEventSubscriptionCommandInput | DeleteHsmClientCertificateCommandInput | DeleteHsmConfigurationCommandInput | DeletePartnerCommandInput | DeleteScheduledActionCommandInput | DeleteSnapshotCopyGrantCommandInput | DeleteSnapshotScheduleCommandInput | DeleteTagsCommandInput | DeleteUsageLimitCommandInput | DescribeAccountAttributesCommandInput | DescribeAuthenticationProfilesCommandInput | DescribeClusterDbRevisionsCommandInput | DescribeClusterParameterGroupsCommandInput | DescribeClusterParametersCommandInput | DescribeClusterSecurityGroupsCommandInput | DescribeClusterSnapshotsCommandInput | DescribeClusterSubnetGroupsCommandInput | DescribeClusterTracksCommandInput | DescribeClusterVersionsCommandInput | DescribeClustersCommandInput | DescribeDataSharesCommandInput | DescribeDataSharesForConsumerCommandInput | DescribeDataSharesForProducerCommandInput | DescribeDefaultClusterParametersCommandInput | DescribeEndpointAccessCommandInput | DescribeEndpointAuthorizationCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeHsmClientCertificatesCommandInput | DescribeHsmConfigurationsCommandInput | DescribeLoggingStatusCommandInput | DescribeNodeConfigurationOptionsCommandInput | DescribeOrderableClusterOptionsCommandInput | DescribePartnersCommandInput | DescribeReservedNodeOfferingsCommandInput | DescribeReservedNodesCommandInput | DescribeResizeCommandInput | DescribeScheduledActionsCommandInput | DescribeSnapshotCopyGrantsCommandInput | DescribeSnapshotSchedulesCommandInput | DescribeStorageCommandInput | DescribeTableRestoreStatusCommandInput | DescribeTagsCommandInput | DescribeUsageLimitsCommandInput | DisableLoggingCommandInput | DisableSnapshotCopyCommandInput | DisassociateDataShareConsumerCommandInput | EnableLoggingCommandInput | EnableSnapshotCopyCommandInput | GetClusterCredentialsCommandInput | GetReservedNodeExchangeOfferingsCommandInput | ModifyAquaConfigurationCommandInput | ModifyAuthenticationProfileCommandInput | ModifyClusterCommandInput | ModifyClusterDbRevisionCommandInput | ModifyClusterIamRolesCommandInput | ModifyClusterMaintenanceCommandInput | ModifyClusterParameterGroupCommandInput | ModifyClusterSnapshotCommandInput | ModifyClusterSnapshotScheduleCommandInput | ModifyClusterSubnetGroupCommandInput | ModifyEndpointAccessCommandInput | ModifyEventSubscriptionCommandInput | ModifyScheduledActionCommandInput | ModifySnapshotCopyRetentionPeriodCommandInput | ModifySnapshotScheduleCommandInput | ModifyUsageLimitCommandInput | PauseClusterCommandInput | PurchaseReservedNodeOfferingCommandInput | RebootClusterCommandInput | RejectDataShareCommandInput | ResetClusterParameterGroupCommandInput | ResizeClusterCommandInput | RestoreFromClusterSnapshotCommandInput | RestoreTableFromClusterSnapshotCommandInput | ResumeClusterCommandInput | RevokeClusterSecurityGroupIngressCommandInput | RevokeEndpointAccessCommandInput | RevokeSnapshotAccessCommandInput | RotateEncryptionKeyCommandInput | UpdatePartnerStatusCommandInput;
126
- export declare type ServiceOutputTypes = AcceptReservedNodeExchangeCommandOutput | AddPartnerCommandOutput | AssociateDataShareConsumerCommandOutput | AuthorizeClusterSecurityGroupIngressCommandOutput | AuthorizeDataShareCommandOutput | AuthorizeEndpointAccessCommandOutput | AuthorizeSnapshotAccessCommandOutput | BatchDeleteClusterSnapshotsCommandOutput | BatchModifyClusterSnapshotsCommandOutput | CancelResizeCommandOutput | CopyClusterSnapshotCommandOutput | CreateAuthenticationProfileCommandOutput | CreateClusterCommandOutput | CreateClusterParameterGroupCommandOutput | CreateClusterSecurityGroupCommandOutput | CreateClusterSnapshotCommandOutput | CreateClusterSubnetGroupCommandOutput | CreateEndpointAccessCommandOutput | CreateEventSubscriptionCommandOutput | CreateHsmClientCertificateCommandOutput | CreateHsmConfigurationCommandOutput | CreateScheduledActionCommandOutput | CreateSnapshotCopyGrantCommandOutput | CreateSnapshotScheduleCommandOutput | CreateTagsCommandOutput | CreateUsageLimitCommandOutput | DeauthorizeDataShareCommandOutput | DeleteAuthenticationProfileCommandOutput | DeleteClusterCommandOutput | DeleteClusterParameterGroupCommandOutput | DeleteClusterSecurityGroupCommandOutput | DeleteClusterSnapshotCommandOutput | DeleteClusterSubnetGroupCommandOutput | DeleteEndpointAccessCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteHsmClientCertificateCommandOutput | DeleteHsmConfigurationCommandOutput | DeletePartnerCommandOutput | DeleteScheduledActionCommandOutput | DeleteSnapshotCopyGrantCommandOutput | DeleteSnapshotScheduleCommandOutput | DeleteTagsCommandOutput | DeleteUsageLimitCommandOutput | DescribeAccountAttributesCommandOutput | DescribeAuthenticationProfilesCommandOutput | DescribeClusterDbRevisionsCommandOutput | DescribeClusterParameterGroupsCommandOutput | DescribeClusterParametersCommandOutput | DescribeClusterSecurityGroupsCommandOutput | DescribeClusterSnapshotsCommandOutput | DescribeClusterSubnetGroupsCommandOutput | DescribeClusterTracksCommandOutput | DescribeClusterVersionsCommandOutput | DescribeClustersCommandOutput | DescribeDataSharesCommandOutput | DescribeDataSharesForConsumerCommandOutput | DescribeDataSharesForProducerCommandOutput | DescribeDefaultClusterParametersCommandOutput | DescribeEndpointAccessCommandOutput | DescribeEndpointAuthorizationCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeHsmClientCertificatesCommandOutput | DescribeHsmConfigurationsCommandOutput | DescribeLoggingStatusCommandOutput | DescribeNodeConfigurationOptionsCommandOutput | DescribeOrderableClusterOptionsCommandOutput | DescribePartnersCommandOutput | DescribeReservedNodeOfferingsCommandOutput | DescribeReservedNodesCommandOutput | DescribeResizeCommandOutput | DescribeScheduledActionsCommandOutput | DescribeSnapshotCopyGrantsCommandOutput | DescribeSnapshotSchedulesCommandOutput | DescribeStorageCommandOutput | DescribeTableRestoreStatusCommandOutput | DescribeTagsCommandOutput | DescribeUsageLimitsCommandOutput | DisableLoggingCommandOutput | DisableSnapshotCopyCommandOutput | DisassociateDataShareConsumerCommandOutput | EnableLoggingCommandOutput | EnableSnapshotCopyCommandOutput | GetClusterCredentialsCommandOutput | GetReservedNodeExchangeOfferingsCommandOutput | ModifyAquaConfigurationCommandOutput | ModifyAuthenticationProfileCommandOutput | ModifyClusterCommandOutput | ModifyClusterDbRevisionCommandOutput | ModifyClusterIamRolesCommandOutput | ModifyClusterMaintenanceCommandOutput | ModifyClusterParameterGroupCommandOutput | ModifyClusterSnapshotCommandOutput | ModifyClusterSnapshotScheduleCommandOutput | ModifyClusterSubnetGroupCommandOutput | ModifyEndpointAccessCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyScheduledActionCommandOutput | ModifySnapshotCopyRetentionPeriodCommandOutput | ModifySnapshotScheduleCommandOutput | ModifyUsageLimitCommandOutput | PauseClusterCommandOutput | PurchaseReservedNodeOfferingCommandOutput | RebootClusterCommandOutput | RejectDataShareCommandOutput | ResetClusterParameterGroupCommandOutput | ResizeClusterCommandOutput | RestoreFromClusterSnapshotCommandOutput | RestoreTableFromClusterSnapshotCommandOutput | ResumeClusterCommandOutput | RevokeClusterSecurityGroupIngressCommandOutput | RevokeEndpointAccessCommandOutput | RevokeSnapshotAccessCommandOutput | RotateEncryptionKeyCommandOutput | UpdatePartnerStatusCommandOutput;
127
+ export declare type ServiceInputTypes = AcceptReservedNodeExchangeCommandInput | AddPartnerCommandInput | AssociateDataShareConsumerCommandInput | AuthorizeClusterSecurityGroupIngressCommandInput | AuthorizeDataShareCommandInput | AuthorizeEndpointAccessCommandInput | AuthorizeSnapshotAccessCommandInput | BatchDeleteClusterSnapshotsCommandInput | BatchModifyClusterSnapshotsCommandInput | CancelResizeCommandInput | CopyClusterSnapshotCommandInput | CreateAuthenticationProfileCommandInput | CreateClusterCommandInput | CreateClusterParameterGroupCommandInput | CreateClusterSecurityGroupCommandInput | CreateClusterSnapshotCommandInput | CreateClusterSubnetGroupCommandInput | CreateEndpointAccessCommandInput | CreateEventSubscriptionCommandInput | CreateHsmClientCertificateCommandInput | CreateHsmConfigurationCommandInput | CreateScheduledActionCommandInput | CreateSnapshotCopyGrantCommandInput | CreateSnapshotScheduleCommandInput | CreateTagsCommandInput | CreateUsageLimitCommandInput | DeauthorizeDataShareCommandInput | DeleteAuthenticationProfileCommandInput | DeleteClusterCommandInput | DeleteClusterParameterGroupCommandInput | DeleteClusterSecurityGroupCommandInput | DeleteClusterSnapshotCommandInput | DeleteClusterSubnetGroupCommandInput | DeleteEndpointAccessCommandInput | DeleteEventSubscriptionCommandInput | DeleteHsmClientCertificateCommandInput | DeleteHsmConfigurationCommandInput | DeletePartnerCommandInput | DeleteScheduledActionCommandInput | DeleteSnapshotCopyGrantCommandInput | DeleteSnapshotScheduleCommandInput | DeleteTagsCommandInput | DeleteUsageLimitCommandInput | DescribeAccountAttributesCommandInput | DescribeAuthenticationProfilesCommandInput | DescribeClusterDbRevisionsCommandInput | DescribeClusterParameterGroupsCommandInput | DescribeClusterParametersCommandInput | DescribeClusterSecurityGroupsCommandInput | DescribeClusterSnapshotsCommandInput | DescribeClusterSubnetGroupsCommandInput | DescribeClusterTracksCommandInput | DescribeClusterVersionsCommandInput | DescribeClustersCommandInput | DescribeDataSharesCommandInput | DescribeDataSharesForConsumerCommandInput | DescribeDataSharesForProducerCommandInput | DescribeDefaultClusterParametersCommandInput | DescribeEndpointAccessCommandInput | DescribeEndpointAuthorizationCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeHsmClientCertificatesCommandInput | DescribeHsmConfigurationsCommandInput | DescribeLoggingStatusCommandInput | DescribeNodeConfigurationOptionsCommandInput | DescribeOrderableClusterOptionsCommandInput | DescribePartnersCommandInput | DescribeReservedNodeExchangeStatusCommandInput | DescribeReservedNodeOfferingsCommandInput | DescribeReservedNodesCommandInput | DescribeResizeCommandInput | DescribeScheduledActionsCommandInput | DescribeSnapshotCopyGrantsCommandInput | DescribeSnapshotSchedulesCommandInput | DescribeStorageCommandInput | DescribeTableRestoreStatusCommandInput | DescribeTagsCommandInput | DescribeUsageLimitsCommandInput | DisableLoggingCommandInput | DisableSnapshotCopyCommandInput | DisassociateDataShareConsumerCommandInput | EnableLoggingCommandInput | EnableSnapshotCopyCommandInput | GetClusterCredentialsCommandInput | GetReservedNodeExchangeConfigurationOptionsCommandInput | GetReservedNodeExchangeOfferingsCommandInput | ModifyAquaConfigurationCommandInput | ModifyAuthenticationProfileCommandInput | ModifyClusterCommandInput | ModifyClusterDbRevisionCommandInput | ModifyClusterIamRolesCommandInput | ModifyClusterMaintenanceCommandInput | ModifyClusterParameterGroupCommandInput | ModifyClusterSnapshotCommandInput | ModifyClusterSnapshotScheduleCommandInput | ModifyClusterSubnetGroupCommandInput | ModifyEndpointAccessCommandInput | ModifyEventSubscriptionCommandInput | ModifyScheduledActionCommandInput | ModifySnapshotCopyRetentionPeriodCommandInput | ModifySnapshotScheduleCommandInput | ModifyUsageLimitCommandInput | PauseClusterCommandInput | PurchaseReservedNodeOfferingCommandInput | RebootClusterCommandInput | RejectDataShareCommandInput | ResetClusterParameterGroupCommandInput | ResizeClusterCommandInput | RestoreFromClusterSnapshotCommandInput | RestoreTableFromClusterSnapshotCommandInput | ResumeClusterCommandInput | RevokeClusterSecurityGroupIngressCommandInput | RevokeEndpointAccessCommandInput | RevokeSnapshotAccessCommandInput | RotateEncryptionKeyCommandInput | UpdatePartnerStatusCommandInput;
128
+ export declare type ServiceOutputTypes = AcceptReservedNodeExchangeCommandOutput | AddPartnerCommandOutput | AssociateDataShareConsumerCommandOutput | AuthorizeClusterSecurityGroupIngressCommandOutput | AuthorizeDataShareCommandOutput | AuthorizeEndpointAccessCommandOutput | AuthorizeSnapshotAccessCommandOutput | BatchDeleteClusterSnapshotsCommandOutput | BatchModifyClusterSnapshotsCommandOutput | CancelResizeCommandOutput | CopyClusterSnapshotCommandOutput | CreateAuthenticationProfileCommandOutput | CreateClusterCommandOutput | CreateClusterParameterGroupCommandOutput | CreateClusterSecurityGroupCommandOutput | CreateClusterSnapshotCommandOutput | CreateClusterSubnetGroupCommandOutput | CreateEndpointAccessCommandOutput | CreateEventSubscriptionCommandOutput | CreateHsmClientCertificateCommandOutput | CreateHsmConfigurationCommandOutput | CreateScheduledActionCommandOutput | CreateSnapshotCopyGrantCommandOutput | CreateSnapshotScheduleCommandOutput | CreateTagsCommandOutput | CreateUsageLimitCommandOutput | DeauthorizeDataShareCommandOutput | DeleteAuthenticationProfileCommandOutput | DeleteClusterCommandOutput | DeleteClusterParameterGroupCommandOutput | DeleteClusterSecurityGroupCommandOutput | DeleteClusterSnapshotCommandOutput | DeleteClusterSubnetGroupCommandOutput | DeleteEndpointAccessCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteHsmClientCertificateCommandOutput | DeleteHsmConfigurationCommandOutput | DeletePartnerCommandOutput | DeleteScheduledActionCommandOutput | DeleteSnapshotCopyGrantCommandOutput | DeleteSnapshotScheduleCommandOutput | DeleteTagsCommandOutput | DeleteUsageLimitCommandOutput | DescribeAccountAttributesCommandOutput | DescribeAuthenticationProfilesCommandOutput | DescribeClusterDbRevisionsCommandOutput | DescribeClusterParameterGroupsCommandOutput | DescribeClusterParametersCommandOutput | DescribeClusterSecurityGroupsCommandOutput | DescribeClusterSnapshotsCommandOutput | DescribeClusterSubnetGroupsCommandOutput | DescribeClusterTracksCommandOutput | DescribeClusterVersionsCommandOutput | DescribeClustersCommandOutput | DescribeDataSharesCommandOutput | DescribeDataSharesForConsumerCommandOutput | DescribeDataSharesForProducerCommandOutput | DescribeDefaultClusterParametersCommandOutput | DescribeEndpointAccessCommandOutput | DescribeEndpointAuthorizationCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeHsmClientCertificatesCommandOutput | DescribeHsmConfigurationsCommandOutput | DescribeLoggingStatusCommandOutput | DescribeNodeConfigurationOptionsCommandOutput | DescribeOrderableClusterOptionsCommandOutput | DescribePartnersCommandOutput | DescribeReservedNodeExchangeStatusCommandOutput | DescribeReservedNodeOfferingsCommandOutput | DescribeReservedNodesCommandOutput | DescribeResizeCommandOutput | DescribeScheduledActionsCommandOutput | DescribeSnapshotCopyGrantsCommandOutput | DescribeSnapshotSchedulesCommandOutput | DescribeStorageCommandOutput | DescribeTableRestoreStatusCommandOutput | DescribeTagsCommandOutput | DescribeUsageLimitsCommandOutput | DisableLoggingCommandOutput | DisableSnapshotCopyCommandOutput | DisassociateDataShareConsumerCommandOutput | EnableLoggingCommandOutput | EnableSnapshotCopyCommandOutput | GetClusterCredentialsCommandOutput | GetReservedNodeExchangeConfigurationOptionsCommandOutput | GetReservedNodeExchangeOfferingsCommandOutput | ModifyAquaConfigurationCommandOutput | ModifyAuthenticationProfileCommandOutput | ModifyClusterCommandOutput | ModifyClusterDbRevisionCommandOutput | ModifyClusterIamRolesCommandOutput | ModifyClusterMaintenanceCommandOutput | ModifyClusterParameterGroupCommandOutput | ModifyClusterSnapshotCommandOutput | ModifyClusterSnapshotScheduleCommandOutput | ModifyClusterSubnetGroupCommandOutput | ModifyEndpointAccessCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyScheduledActionCommandOutput | ModifySnapshotCopyRetentionPeriodCommandOutput | ModifySnapshotScheduleCommandOutput | ModifyUsageLimitCommandOutput | PauseClusterCommandOutput | PurchaseReservedNodeOfferingCommandOutput | RebootClusterCommandOutput | RejectDataShareCommandOutput | ResetClusterParameterGroupCommandOutput | ResizeClusterCommandOutput | RestoreFromClusterSnapshotCommandOutput | RestoreTableFromClusterSnapshotCommandOutput | ResumeClusterCommandOutput | RevokeClusterSecurityGroupIngressCommandOutput | RevokeEndpointAccessCommandOutput | RevokeSnapshotAccessCommandOutput | RotateEncryptionKeyCommandOutput | UpdatePartnerStatusCommandOutput;
127
129
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
128
130
 
129
131
  requestHandler?: __HttpHandler;
@@ -154,6 +156,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
154
156
 
155
157
  logger?: __Logger;
156
158
 
159
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
160
+
161
+ useFipsEndpoint?: boolean | __Provider<boolean>;
162
+
157
163
  serviceId?: string;
158
164
 
159
165
  region?: string | __Provider<string>;
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeHsmConfigurationsMessage, HsmConfigurationMessage } from "../models/models_0";
3
+ import { DescribeHsmConfigurationsMessage } from "../models/models_0";
4
+ import { HsmConfigurationMessage } from "../models/models_1";
4
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
5
6
  export interface DescribeHsmConfigurationsCommandInput extends DescribeHsmConfigurationsMessage {
6
7
  }
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeLoggingStatusMessage } from "../models/models_0";
4
- import { LoggingStatus } from "../models/models_1";
3
+ import { DescribeLoggingStatusMessage, LoggingStatus } from "../models/models_1";
5
4
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
5
  export interface DescribeLoggingStatusCommandInput extends DescribeLoggingStatusMessage {
7
6
  }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeReservedNodeExchangeStatusInputMessage, DescribeReservedNodeExchangeStatusOutputMessage } from "../models/models_1";
4
+ import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
5
+ export interface DescribeReservedNodeExchangeStatusCommandInput extends DescribeReservedNodeExchangeStatusInputMessage {
6
+ }
7
+ export interface DescribeReservedNodeExchangeStatusCommandOutput extends DescribeReservedNodeExchangeStatusOutputMessage, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeReservedNodeExchangeStatusCommand extends $Command<DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput, RedshiftClientResolvedConfig> {
11
+ readonly input: DescribeReservedNodeExchangeStatusCommandInput;
12
+ constructor(input: DescribeReservedNodeExchangeStatusCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetReservedNodeExchangeConfigurationOptionsInputMessage, GetReservedNodeExchangeConfigurationOptionsOutputMessage } from "../models/models_1";
4
+ import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
5
+ export interface GetReservedNodeExchangeConfigurationOptionsCommandInput extends GetReservedNodeExchangeConfigurationOptionsInputMessage {
6
+ }
7
+ export interface GetReservedNodeExchangeConfigurationOptionsCommandOutput extends GetReservedNodeExchangeConfigurationOptionsOutputMessage, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetReservedNodeExchangeConfigurationOptionsCommand extends $Command<GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput, RedshiftClientResolvedConfig> {
11
+ readonly input: GetReservedNodeExchangeConfigurationOptionsCommandInput;
12
+ constructor(input: GetReservedNodeExchangeConfigurationOptionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -67,6 +67,7 @@ export * from "./DescribeLoggingStatusCommand";
67
67
  export * from "./DescribeNodeConfigurationOptionsCommand";
68
68
  export * from "./DescribeOrderableClusterOptionsCommand";
69
69
  export * from "./DescribePartnersCommand";
70
+ export * from "./DescribeReservedNodeExchangeStatusCommand";
70
71
  export * from "./DescribeReservedNodeOfferingsCommand";
71
72
  export * from "./DescribeReservedNodesCommand";
72
73
  export * from "./DescribeResizeCommand";
@@ -83,6 +84,7 @@ export * from "./DisassociateDataShareConsumerCommand";
83
84
  export * from "./EnableLoggingCommand";
84
85
  export * from "./EnableSnapshotCopyCommand";
85
86
  export * from "./GetClusterCredentialsCommand";
87
+ export * from "./GetReservedNodeExchangeConfigurationOptionsCommand";
86
88
  export * from "./GetReservedNodeExchangeOfferingsCommand";
87
89
  export * from "./ModifyAquaConfigurationCommand";
88
90
  export * from "./ModifyAuthenticationProfileCommand";