@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
@@ -20,7 +20,7 @@ export interface DeleteSnapshotCopyGrantCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteSnapshotCopyGrantCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteSnapshotCopyGrantCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteSnapshotCopyGrantCommand extends $Command<DeleteSnapshotCopyGrantCommandInput, DeleteSnapshotCopyGrantCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteSnapshotScheduleCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteSnapshotScheduleCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteSnapshotScheduleCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteSnapshotScheduleCommand extends $Command<DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link DeleteTagsCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteTagsCommandOutput} for command's `response` shape.
24
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteUsageLimitCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteUsageLimitCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteUsageLimitCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteUsageLimitCommand extends $Command<DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAccountAttributesCommandOutput extends AccountAttribute
20
20
  *
21
21
  * @see {@link DescribeAccountAttributesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAccountAttributesCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAccountAttributesCommand extends $Command<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAuthenticationProfilesCommandOutput extends DescribeAut
20
20
  *
21
21
  * @see {@link DescribeAuthenticationProfilesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAuthenticationProfilesCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAuthenticationProfilesCommand extends $Command<DescribeAuthenticationProfilesCommandInput, DescribeAuthenticationProfilesCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeClusterDbRevisionsCommandOutput extends ClusterDbRevisi
20
20
  *
21
21
  * @see {@link DescribeClusterDbRevisionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeClusterDbRevisionsCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeClusterDbRevisionsCommand extends $Command<DescribeClusterDbRevisionsCommandInput, DescribeClusterDbRevisionsCommandOutput, RedshiftClientResolvedConfig> {
@@ -36,7 +36,7 @@ export interface DescribeClusterParameterGroupsCommandOutput extends ClusterPara
36
36
  *
37
37
  * @see {@link DescribeClusterParameterGroupsCommandInput} for command's `input` shape.
38
38
  * @see {@link DescribeClusterParameterGroupsCommandOutput} for command's `response` shape.
39
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
39
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
40
40
  *
41
41
  */
42
42
  export declare class DescribeClusterParameterGroupsCommand extends $Command<DescribeClusterParameterGroupsCommandInput, DescribeClusterParameterGroupsCommandOutput, RedshiftClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface DescribeClusterParametersCommandOutput extends ClusterParameter
31
31
  *
32
32
  * @see {@link DescribeClusterParametersCommandInput} for command's `input` shape.
33
33
  * @see {@link DescribeClusterParametersCommandOutput} for command's `response` shape.
34
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class DescribeClusterParametersCommand extends $Command<DescribeClusterParametersCommandInput, DescribeClusterParametersCommandOutput, RedshiftClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface DescribeClusterSecurityGroupsCommandOutput extends ClusterSecur
34
34
  *
35
35
  * @see {@link DescribeClusterSecurityGroupsCommandInput} for command's `input` shape.
36
36
  * @see {@link DescribeClusterSecurityGroupsCommandOutput} for command's `response` shape.
37
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class DescribeClusterSecurityGroupsCommand extends $Command<DescribeClusterSecurityGroupsCommandInput, DescribeClusterSecurityGroupsCommandOutput, RedshiftClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface DescribeClusterSnapshotsCommandOutput extends SnapshotMessage,
32
32
  *
33
33
  * @see {@link DescribeClusterSnapshotsCommandInput} for command's `input` shape.
34
34
  * @see {@link DescribeClusterSnapshotsCommandOutput} for command's `response` shape.
35
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class DescribeClusterSnapshotsCommand extends $Command<DescribeClusterSnapshotsCommandInput, DescribeClusterSnapshotsCommandOutput, RedshiftClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface DescribeClusterSubnetGroupsCommandOutput extends ClusterSubnetG
30
30
  *
31
31
  * @see {@link DescribeClusterSubnetGroupsCommandInput} for command's `input` shape.
32
32
  * @see {@link DescribeClusterSubnetGroupsCommandOutput} for command's `response` shape.
33
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class DescribeClusterSubnetGroupsCommand extends $Command<DescribeClusterSubnetGroupsCommandInput, DescribeClusterSubnetGroupsCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeClusterTracksCommandOutput extends TrackListMessage, __
20
20
  *
21
21
  * @see {@link DescribeClusterTracksCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeClusterTracksCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeClusterTracksCommand extends $Command<DescribeClusterTracksCommandInput, DescribeClusterTracksCommandOutput, RedshiftClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DescribeClusterVersionsCommandOutput extends ClusterVersionsMes
25
25
  *
26
26
  * @see {@link DescribeClusterVersionsCommandInput} for command's `input` shape.
27
27
  * @see {@link DescribeClusterVersionsCommandOutput} for command's `response` shape.
28
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DescribeClusterVersionsCommand extends $Command<DescribeClusterVersionsCommandInput, DescribeClusterVersionsCommandOutput, RedshiftClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface DescribeClustersCommandOutput extends ClustersMessage, __Metada
32
32
  *
33
33
  * @see {@link DescribeClustersCommandInput} for command's `input` shape.
34
34
  * @see {@link DescribeClustersCommandOutput} for command's `response` shape.
35
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class DescribeClustersCommand extends $Command<DescribeClustersCommandInput, DescribeClustersCommandOutput, RedshiftClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeDataSharesCommandOutput extends DescribeDataSharesResul
21
21
  *
22
22
  * @see {@link DescribeDataSharesCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeDataSharesCommandOutput} for command's `response` shape.
24
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeDataSharesCommand extends $Command<DescribeDataSharesCommandInput, DescribeDataSharesCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDataSharesForConsumerCommandOutput extends DescribeData
20
20
  *
21
21
  * @see {@link DescribeDataSharesForConsumerCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDataSharesForConsumerCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeDataSharesForConsumerCommand extends $Command<DescribeDataSharesForConsumerCommandInput, DescribeDataSharesForConsumerCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDataSharesForProducerCommandOutput extends DescribeData
20
20
  *
21
21
  * @see {@link DescribeDataSharesForProducerCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDataSharesForProducerCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeDataSharesForProducerCommand extends $Command<DescribeDataSharesForProducerCommandInput, DescribeDataSharesForProducerCommandOutput, RedshiftClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DescribeDefaultClusterParametersCommandOutput extends DescribeD
25
25
  *
26
26
  * @see {@link DescribeDefaultClusterParametersCommandInput} for command's `input` shape.
27
27
  * @see {@link DescribeDefaultClusterParametersCommandOutput} for command's `response` shape.
28
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DescribeDefaultClusterParametersCommand extends $Command<DescribeDefaultClusterParametersCommandInput, DescribeDefaultClusterParametersCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeEndpointAccessCommandOutput extends EndpointAccessList,
20
20
  *
21
21
  * @see {@link DescribeEndpointAccessCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeEndpointAccessCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeEndpointAccessCommand extends $Command<DescribeEndpointAccessCommandInput, DescribeEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeEndpointAuthorizationCommandOutput extends EndpointAuth
20
20
  *
21
21
  * @see {@link DescribeEndpointAuthorizationCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeEndpointAuthorizationCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeEndpointAuthorizationCommand extends $Command<DescribeEndpointAuthorizationCommandInput, DescribeEndpointAuthorizationCommandOutput, RedshiftClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
22
22
  *
23
23
  * @see {@link DescribeEventCategoriesCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeEventCategoriesCommandOutput} for command's `response` shape.
25
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeEventCategoriesCommand extends $Command<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, RedshiftClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti
30
30
  *
31
31
  * @see {@link DescribeEventSubscriptionsCommandInput} for command's `input` shape.
32
32
  * @see {@link DescribeEventSubscriptionsCommandOutput} for command's `response` shape.
33
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class DescribeEventSubscriptionsCommand extends $Command<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, RedshiftClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
23
23
  *
24
24
  * @see {@link DescribeEventsCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeEventsCommandOutput} for command's `response` shape.
26
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, RedshiftClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface DescribeHsmClientCertificatesCommandOutput extends HsmClientCer
29
29
  *
30
30
  * @see {@link DescribeHsmClientCertificatesCommandInput} for command's `input` shape.
31
31
  * @see {@link DescribeHsmClientCertificatesCommandOutput} for command's `response` shape.
32
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class DescribeHsmClientCertificatesCommand extends $Command<DescribeHsmClientCertificatesCommandInput, DescribeHsmClientCertificatesCommandOutput, RedshiftClientResolvedConfig> {
@@ -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
  }
@@ -30,7 +31,7 @@ export interface DescribeHsmConfigurationsCommandOutput extends HsmConfiguration
30
31
  *
31
32
  * @see {@link DescribeHsmConfigurationsCommandInput} for command's `input` shape.
32
33
  * @see {@link DescribeHsmConfigurationsCommandOutput} for command's `response` shape.
33
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
34
35
  *
35
36
  */
36
37
  export declare class DescribeHsmConfigurationsCommand extends $Command<DescribeHsmConfigurationsCommandInput, DescribeHsmConfigurationsCommandOutput, RedshiftClientResolvedConfig> {
@@ -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
  }
@@ -22,7 +21,7 @@ export interface DescribeLoggingStatusCommandOutput extends LoggingStatus, __Met
22
21
  *
23
22
  * @see {@link DescribeLoggingStatusCommandInput} for command's `input` shape.
24
23
  * @see {@link DescribeLoggingStatusCommandOutput} for command's `response` shape.
25
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
26
25
  *
27
26
  */
28
27
  export declare class DescribeLoggingStatusCommand extends $Command<DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOutput, RedshiftClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeNodeConfigurationOptionsCommandOutput extends NodeConfi
21
21
  *
22
22
  * @see {@link DescribeNodeConfigurationOptionsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeNodeConfigurationOptionsCommandOutput} for command's `response` shape.
24
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeNodeConfigurationOptionsCommand extends $Command<DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput, RedshiftClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface DescribeOrderableClusterOptionsCommandOutput extends OrderableC
28
28
  *
29
29
  * @see {@link DescribeOrderableClusterOptionsCommandInput} for command's `input` shape.
30
30
  * @see {@link DescribeOrderableClusterOptionsCommandOutput} for command's `response` shape.
31
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class DescribeOrderableClusterOptionsCommand extends $Command<DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribePartnersCommandOutput extends DescribePartnersOutputMes
20
20
  *
21
21
  * @see {@link DescribePartnersCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribePartnersCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribePartnersCommand extends $Command<DescribePartnersCommandInput, DescribePartnersCommandOutput, RedshiftClientResolvedConfig> {
@@ -0,0 +1,36 @@
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
+ * <p>Returns exchange status details and associated metadata for a reserved-node
11
+ * exchange. Statuses include such values as in progress and requested.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { RedshiftClient, DescribeReservedNodeExchangeStatusCommand } from "@aws-sdk/client-redshift"; // ES Modules import
16
+ * // const { RedshiftClient, DescribeReservedNodeExchangeStatusCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
17
+ * const client = new RedshiftClient(config);
18
+ * const command = new DescribeReservedNodeExchangeStatusCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link DescribeReservedNodeExchangeStatusCommandInput} for command's `input` shape.
23
+ * @see {@link DescribeReservedNodeExchangeStatusCommandOutput} for command's `response` shape.
24
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class DescribeReservedNodeExchangeStatusCommand extends $Command<DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput, RedshiftClientResolvedConfig> {
28
+ readonly input: DescribeReservedNodeExchangeStatusCommandInput;
29
+ constructor(input: DescribeReservedNodeExchangeStatusCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -29,7 +29,7 @@ export interface DescribeReservedNodeOfferingsCommandOutput extends ReservedNode
29
29
  *
30
30
  * @see {@link DescribeReservedNodeOfferingsCommandInput} for command's `input` shape.
31
31
  * @see {@link DescribeReservedNodeOfferingsCommandOutput} for command's `response` shape.
32
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class DescribeReservedNodeOfferingsCommand extends $Command<DescribeReservedNodeOfferingsCommandInput, DescribeReservedNodeOfferingsCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeReservedNodesCommandOutput extends ReservedNodesMessage
20
20
  *
21
21
  * @see {@link DescribeReservedNodesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeReservedNodesCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeReservedNodesCommand extends $Command<DescribeReservedNodesCommandInput, DescribeReservedNodesCommandOutput, RedshiftClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DescribeResizeCommandOutput extends ResizeProgressMessage, __Me
26
26
  *
27
27
  * @see {@link DescribeResizeCommandInput} for command's `input` shape.
28
28
  * @see {@link DescribeResizeCommandOutput} for command's `response` shape.
29
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DescribeResizeCommand extends $Command<DescribeResizeCommandInput, DescribeResizeCommandOutput, RedshiftClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsM
21
21
  *
22
22
  * @see {@link DescribeScheduledActionsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeScheduledActionsCommandOutput} for command's `response` shape.
24
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeScheduledActionsCommand extends $Command<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, RedshiftClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DescribeSnapshotCopyGrantsCommandOutput extends SnapshotCopyGra
26
26
  *
27
27
  * @see {@link DescribeSnapshotCopyGrantsCommandInput} for command's `input` shape.
28
28
  * @see {@link DescribeSnapshotCopyGrantsCommandOutput} for command's `response` shape.
29
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DescribeSnapshotCopyGrantsCommand extends $Command<DescribeSnapshotCopyGrantsCommandInput, DescribeSnapshotCopyGrantsCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeSnapshotSchedulesCommandOutput extends DescribeSnapshot
20
20
  *
21
21
  * @see {@link DescribeSnapshotSchedulesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeSnapshotSchedulesCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeSnapshotSchedulesCommand extends $Command<DescribeSnapshotSchedulesCommandInput, DescribeSnapshotSchedulesCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeStorageCommandOutput extends CustomerStorageMessage, __
20
20
  *
21
21
  * @see {@link DescribeStorageCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeStorageCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeStorageCommand extends $Command<DescribeStorageCommandInput, DescribeStorageCommandOutput, RedshiftClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DescribeTableRestoreStatusCommandOutput extends TableRestoreSta
25
25
  *
26
26
  * @see {@link DescribeTableRestoreStatusCommandInput} for command's `input` shape.
27
27
  * @see {@link DescribeTableRestoreStatusCommandOutput} for command's `response` shape.
28
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DescribeTableRestoreStatusCommand extends $Command<DescribeTableRestoreStatusCommandInput, DescribeTableRestoreStatusCommandOutput, RedshiftClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface DescribeTagsCommandOutput extends TaggedResourceListMessage, __
44
44
  *
45
45
  * @see {@link DescribeTagsCommandInput} for command's `input` shape.
46
46
  * @see {@link DescribeTagsCommandOutput} for command's `response` shape.
47
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
47
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
48
48
  *
49
49
  */
50
50
  export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, RedshiftClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface DescribeUsageLimitsCommandOutput extends UsageLimitList, __Meta
39
39
  *
40
40
  * @see {@link DescribeUsageLimitsCommandInput} for command's `input` shape.
41
41
  * @see {@link DescribeUsageLimitsCommandOutput} for command's `response` shape.
42
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class DescribeUsageLimitsCommand extends $Command<DescribeUsageLimitsCommandInput, DescribeUsageLimitsCommandOutput, RedshiftClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DisableLoggingCommandOutput extends LoggingStatus, __MetadataBe
21
21
  *
22
22
  * @see {@link DisableLoggingCommandInput} for command's `input` shape.
23
23
  * @see {@link DisableLoggingCommandOutput} for command's `response` shape.
24
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DisableLoggingCommand extends $Command<DisableLoggingCommandInput, DisableLoggingCommandOutput, RedshiftClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DisableSnapshotCopyCommandOutput extends DisableSnapshotCopyRes
24
24
  *
25
25
  * @see {@link DisableSnapshotCopyCommandInput} for command's `input` shape.
26
26
  * @see {@link DisableSnapshotCopyCommandOutput} for command's `response` shape.
27
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DisableSnapshotCopyCommand extends $Command<DisableSnapshotCopyCommandInput, DisableSnapshotCopyCommandOutput, RedshiftClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DisassociateDataShareConsumerCommandOutput extends DataShare, _
22
22
  *
23
23
  * @see {@link DisassociateDataShareConsumerCommandInput} for command's `input` shape.
24
24
  * @see {@link DisassociateDataShareConsumerCommandOutput} for command's `response` shape.
25
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DisassociateDataShareConsumerCommand extends $Command<DisassociateDataShareConsumerCommandInput, DisassociateDataShareConsumerCommandOutput, RedshiftClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface EnableLoggingCommandOutput extends LoggingStatus, __MetadataBea
21
21
  *
22
22
  * @see {@link EnableLoggingCommandInput} for command's `input` shape.
23
23
  * @see {@link EnableLoggingCommandOutput} for command's `response` shape.
24
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class EnableLoggingCommand extends $Command<EnableLoggingCommandInput, EnableLoggingCommandOutput, RedshiftClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface EnableSnapshotCopyCommandOutput extends EnableSnapshotCopyResul
21
21
  *
22
22
  * @see {@link EnableSnapshotCopyCommandInput} for command's `input` shape.
23
23
  * @see {@link EnableSnapshotCopyCommandOutput} for command's `response` shape.
24
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class EnableSnapshotCopyCommand extends $Command<EnableSnapshotCopyCommandInput, EnableSnapshotCopyCommandOutput, RedshiftClientResolvedConfig> {
@@ -41,7 +41,7 @@ export interface GetClusterCredentialsCommandOutput extends ClusterCredentials,
41
41
  *
42
42
  * @see {@link GetClusterCredentialsCommandInput} for command's `input` shape.
43
43
  * @see {@link GetClusterCredentialsCommandOutput} for command's `response` shape.
44
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
44
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
45
45
  *
46
46
  */
47
47
  export declare class GetClusterCredentialsCommand extends $Command<GetClusterCredentialsCommandInput, GetClusterCredentialsCommandOutput, RedshiftClientResolvedConfig> {
@@ -0,0 +1,37 @@
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
+ * <p>Gets the configuration options for the reserved-node exchange. These options
11
+ * include information about the source reserved node and target reserved node offering.
12
+ * Details include the node type, the price, the node count, and the offering type.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { RedshiftClient, GetReservedNodeExchangeConfigurationOptionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
17
+ * // const { RedshiftClient, GetReservedNodeExchangeConfigurationOptionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
18
+ * const client = new RedshiftClient(config);
19
+ * const command = new GetReservedNodeExchangeConfigurationOptionsCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link GetReservedNodeExchangeConfigurationOptionsCommandInput} for command's `input` shape.
24
+ * @see {@link GetReservedNodeExchangeConfigurationOptionsCommandOutput} for command's `response` shape.
25
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class GetReservedNodeExchangeConfigurationOptionsCommand extends $Command<GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput, RedshiftClientResolvedConfig> {
29
+ readonly input: GetReservedNodeExchangeConfigurationOptionsCommandInput;
30
+ constructor(input: GetReservedNodeExchangeConfigurationOptionsCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -21,7 +21,7 @@ export interface GetReservedNodeExchangeOfferingsCommandOutput extends GetReserv
21
21
  *
22
22
  * @see {@link GetReservedNodeExchangeOfferingsCommandInput} for command's `input` shape.
23
23
  * @see {@link GetReservedNodeExchangeOfferingsCommandOutput} for command's `response` shape.
24
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetReservedNodeExchangeOfferingsCommand extends $Command<GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyAquaConfigurationCommandOutput extends ModifyAquaOutputMe
20
20
  *
21
21
  * @see {@link ModifyAquaConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyAquaConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ModifyAquaConfigurationCommand extends $Command<ModifyAquaConfigurationCommandInput, ModifyAquaConfigurationCommandOutput, RedshiftClientResolvedConfig> {