@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 ModifyAuthenticationProfileCommandOutput extends ModifyAuthenti
20
20
  *
21
21
  * @see {@link ModifyAuthenticationProfileCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyAuthenticationProfileCommandOutput} 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 ModifyAuthenticationProfileCommand extends $Command<ModifyAuthenticationProfileCommandInput, ModifyAuthenticationProfileCommandOutput, RedshiftClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResult, __Metad
28
28
  *
29
29
  * @see {@link ModifyClusterCommandInput} for command's `input` shape.
30
30
  * @see {@link ModifyClusterCommandOutput} 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 ModifyClusterCommand extends $Command<ModifyClusterCommandInput, ModifyClusterCommandOutput, RedshiftClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ModifyClusterDbRevisionCommandOutput extends ModifyClusterDbRev
21
21
  *
22
22
  * @see {@link ModifyClusterDbRevisionCommandInput} for command's `input` shape.
23
23
  * @see {@link ModifyClusterDbRevisionCommandOutput} 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 ModifyClusterDbRevisionCommand extends $Command<ModifyClusterDbRevisionCommandInput, ModifyClusterDbRevisionCommandOutput, RedshiftClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ModifyClusterIamRolesCommandOutput extends ModifyClusterIamRole
22
22
  *
23
23
  * @see {@link ModifyClusterIamRolesCommandInput} for command's `input` shape.
24
24
  * @see {@link ModifyClusterIamRolesCommandOutput} 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 ModifyClusterIamRolesCommand extends $Command<ModifyClusterIamRolesCommandInput, ModifyClusterIamRolesCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyClusterMaintenanceCommandOutput extends ModifyClusterMain
20
20
  *
21
21
  * @see {@link ModifyClusterMaintenanceCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyClusterMaintenanceCommandOutput} 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 ModifyClusterMaintenanceCommand extends $Command<ModifyClusterMaintenanceCommandInput, ModifyClusterMaintenanceCommandOutput, RedshiftClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface ModifyClusterParameterGroupCommandOutput extends ClusterParamet
25
25
  *
26
26
  * @see {@link ModifyClusterParameterGroupCommandInput} for command's `input` shape.
27
27
  * @see {@link ModifyClusterParameterGroupCommandOutput} 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 ModifyClusterParameterGroupCommand extends $Command<ModifyClusterParameterGroupCommandInput, ModifyClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ModifyClusterSnapshotCommandOutput extends ModifyClusterSnapsho
21
21
  *
22
22
  * @see {@link ModifyClusterSnapshotCommandInput} for command's `input` shape.
23
23
  * @see {@link ModifyClusterSnapshotCommandOutput} 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 ModifyClusterSnapshotCommand extends $Command<ModifyClusterSnapshotCommandInput, ModifyClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyClusterSnapshotScheduleCommandOutput extends __MetadataBe
20
20
  *
21
21
  * @see {@link ModifyClusterSnapshotScheduleCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyClusterSnapshotScheduleCommandOutput} 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 ModifyClusterSnapshotScheduleCommand extends $Command<ModifyClusterSnapshotScheduleCommandInput, ModifyClusterSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ModifyClusterSubnetGroupCommandOutput extends ModifyClusterSubn
21
21
  *
22
22
  * @see {@link ModifyClusterSubnetGroupCommandInput} for command's `input` shape.
23
23
  * @see {@link ModifyClusterSubnetGroupCommandOutput} 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 ModifyClusterSubnetGroupCommand extends $Command<ModifyClusterSubnetGroupCommandInput, ModifyClusterSubnetGroupCommandOutput, RedshiftClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ModifyEndpointAccessCommandOutput extends EndpointAccess, __Met
21
21
  *
22
22
  * @see {@link ModifyEndpointAccessCommandInput} for command's `input` shape.
23
23
  * @see {@link ModifyEndpointAccessCommandOutput} 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 ModifyEndpointAccessCommand extends $Command<ModifyEndpointAccessCommandInput, ModifyEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
20
20
  *
21
21
  * @see {@link ModifyEventSubscriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyEventSubscriptionCommandOutput} 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 ModifyEventSubscriptionCommand extends $Command<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, RedshiftClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ModifyScheduledActionCommandOutput extends ScheduledAction, __M
22
22
  *
23
23
  * @see {@link ModifyScheduledActionCommandInput} for command's `input` shape.
24
24
  * @see {@link ModifyScheduledActionCommandOutput} 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 ModifyScheduledActionCommand extends $Command<ModifyScheduledActionCommandInput, ModifyScheduledActionCommandOutput, RedshiftClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface ModifySnapshotCopyRetentionPeriodCommandOutput extends ModifySn
26
26
  *
27
27
  * @see {@link ModifySnapshotCopyRetentionPeriodCommandInput} for command's `input` shape.
28
28
  * @see {@link ModifySnapshotCopyRetentionPeriodCommandOutput} 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 ModifySnapshotCopyRetentionPeriodCommand extends $Command<ModifySnapshotCopyRetentionPeriodCommandInput, ModifySnapshotCopyRetentionPeriodCommandOutput, RedshiftClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ModifySnapshotScheduleCommandOutput extends SnapshotSchedule, _
22
22
  *
23
23
  * @see {@link ModifySnapshotScheduleCommandInput} for command's `input` shape.
24
24
  * @see {@link ModifySnapshotScheduleCommandOutput} 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 ModifySnapshotScheduleCommand extends $Command<ModifySnapshotScheduleCommandInput, ModifySnapshotScheduleCommandOutput, RedshiftClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ModifyUsageLimitCommandOutput extends UsageLimit, __MetadataBea
22
22
  *
23
23
  * @see {@link ModifyUsageLimitCommandInput} for command's `input` shape.
24
24
  * @see {@link ModifyUsageLimitCommandOutput} 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 ModifyUsageLimitCommand extends $Command<ModifyUsageLimitCommandInput, ModifyUsageLimitCommandOutput, RedshiftClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface PauseClusterCommandOutput extends PauseClusterResult, __Metadat
21
21
  *
22
22
  * @see {@link PauseClusterCommandInput} for command's `input` shape.
23
23
  * @see {@link PauseClusterCommandOutput} 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 PauseClusterCommand extends $Command<PauseClusterCommandInput, PauseClusterCommandOutput, RedshiftClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface PurchaseReservedNodeOfferingCommandOutput extends PurchaseReser
28
28
  *
29
29
  * @see {@link PurchaseReservedNodeOfferingCommandInput} for command's `input` shape.
30
30
  * @see {@link PurchaseReservedNodeOfferingCommandOutput} 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 PurchaseReservedNodeOfferingCommand extends $Command<PurchaseReservedNodeOfferingCommandInput, PurchaseReservedNodeOfferingCommandOutput, RedshiftClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface RebootClusterCommandOutput extends RebootClusterResult, __Metad
27
27
  *
28
28
  * @see {@link RebootClusterCommandInput} for command's `input` shape.
29
29
  * @see {@link RebootClusterCommandOutput} for command's `response` shape.
30
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class RebootClusterCommand extends $Command<RebootClusterCommandInput, RebootClusterCommandOutput, RedshiftClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface RejectDataShareCommandOutput extends DataShare, __MetadataBeare
21
21
  *
22
22
  * @see {@link RejectDataShareCommandInput} for command's `input` shape.
23
23
  * @see {@link RejectDataShareCommandOutput} 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 RejectDataShareCommand extends $Command<RejectDataShareCommandInput, RejectDataShareCommandOutput, RedshiftClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ResetClusterParameterGroupCommandOutput extends ClusterParamete
24
24
  *
25
25
  * @see {@link ResetClusterParameterGroupCommandInput} for command's `input` shape.
26
26
  * @see {@link ResetClusterParameterGroupCommandOutput} 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 ResetClusterParameterGroupCommand extends $Command<ResetClusterParameterGroupCommandInput, ResetClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig> {
@@ -63,7 +63,7 @@ export interface ResizeClusterCommandOutput extends ResizeClusterResult, __Metad
63
63
  *
64
64
  * @see {@link ResizeClusterCommandInput} for command's `input` shape.
65
65
  * @see {@link ResizeClusterCommandOutput} for command's `response` shape.
66
- * @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
66
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
67
67
  *
68
68
  */
69
69
  export declare class ResizeClusterCommand extends $Command<ResizeClusterCommandInput, ResizeClusterCommandOutput, RedshiftClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface RestoreFromClusterSnapshotCommandOutput extends RestoreFromClus
31
31
  *
32
32
  * @see {@link RestoreFromClusterSnapshotCommandInput} for command's `input` shape.
33
33
  * @see {@link RestoreFromClusterSnapshotCommandOutput} 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 RestoreFromClusterSnapshotCommand extends $Command<RestoreFromClusterSnapshotCommandInput, RestoreFromClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface RestoreTableFromClusterSnapshotCommandOutput extends RestoreTab
31
31
  *
32
32
  * @see {@link RestoreTableFromClusterSnapshotCommandInput} for command's `input` shape.
33
33
  * @see {@link RestoreTableFromClusterSnapshotCommandOutput} 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 RestoreTableFromClusterSnapshotCommand extends $Command<RestoreTableFromClusterSnapshotCommandInput, RestoreTableFromClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ResumeClusterCommandOutput extends ResumeClusterResult, __Metad
21
21
  *
22
22
  * @see {@link ResumeClusterCommandInput} for command's `input` shape.
23
23
  * @see {@link ResumeClusterCommandOutput} 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 ResumeClusterCommand extends $Command<ResumeClusterCommandInput, ResumeClusterCommandOutput, RedshiftClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface RevokeClusterSecurityGroupIngressCommandOutput extends RevokeCl
24
24
  *
25
25
  * @see {@link RevokeClusterSecurityGroupIngressCommandInput} for command's `input` shape.
26
26
  * @see {@link RevokeClusterSecurityGroupIngressCommandOutput} 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 RevokeClusterSecurityGroupIngressCommand extends $Command<RevokeClusterSecurityGroupIngressCommandInput, RevokeClusterSecurityGroupIngressCommandOutput, RedshiftClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface RevokeEndpointAccessCommandOutput extends EndpointAuthorization
21
21
  *
22
22
  * @see {@link RevokeEndpointAccessCommandInput} for command's `input` shape.
23
23
  * @see {@link RevokeEndpointAccessCommandOutput} 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 RevokeEndpointAccessCommand extends $Command<RevokeEndpointAccessCommandInput, RevokeEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface RevokeSnapshotAccessCommandOutput extends RevokeSnapshotAccessR
26
26
  *
27
27
  * @see {@link RevokeSnapshotAccessCommandInput} for command's `input` shape.
28
28
  * @see {@link RevokeSnapshotAccessCommandOutput} 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 RevokeSnapshotAccessCommand extends $Command<RevokeSnapshotAccessCommandInput, RevokeSnapshotAccessCommandOutput, RedshiftClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RotateEncryptionKeyCommandOutput extends RotateEncryptionKeyRes
20
20
  *
21
21
  * @see {@link RotateEncryptionKeyCommandInput} for command's `input` shape.
22
22
  * @see {@link RotateEncryptionKeyCommandOutput} 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 RotateEncryptionKeyCommand extends $Command<RotateEncryptionKeyCommandInput, RotateEncryptionKeyCommandOutput, RedshiftClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdatePartnerStatusCommandOutput extends PartnerIntegrationOutp
21
21
  *
22
22
  * @see {@link UpdatePartnerStatusCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdatePartnerStatusCommandOutput} 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 UpdatePartnerStatusCommand extends $Command<UpdatePartnerStatusCommandInput, UpdatePartnerStatusCommandOutput, RedshiftClientResolvedConfig> {
@@ -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";
@@ -503,7 +503,7 @@ export declare enum DataShareStatus {
503
503
  }
504
504
  /**
505
505
  * <p>The association of a datashare from a producer account with a data consumer.
506
- * </p>
506
+ * </p>
507
507
  */
508
508
  export interface DataShareAssociation {
509
509
  /**
@@ -896,7 +896,7 @@ export interface AuthorizeDataShareMessage {
896
896
  */
897
897
  DataShareArn: string | undefined;
898
898
  /**
899
- * <p>The identifier of the data consumer that is authorized to access the datashare. This identifier is an AWS account ID.</p>
899
+ * <p>The identifier of the data consumer that is authorized to access the datashare. This identifier is an Amazon Web Services account ID.</p>
900
900
  */
901
901
  ConsumerIdentifier: string | undefined;
902
902
  }
@@ -2103,6 +2103,63 @@ export declare namespace PendingModifiedValues {
2103
2103
  */
2104
2104
  const filterSensitiveLog: (obj: PendingModifiedValues) => any;
2105
2105
  }
2106
+ export declare enum ReservedNodeExchangeStatusType {
2107
+ FAILED = "FAILED",
2108
+ IN_PROGRESS = "IN_PROGRESS",
2109
+ PENDING = "PENDING",
2110
+ REQUESTED = "REQUESTED",
2111
+ RETRYING = "RETRYING",
2112
+ SUCCEEDED = "SUCCEEDED"
2113
+ }
2114
+ /**
2115
+ * <p>Reserved-node status details, such as the source reserved-node
2116
+ * identifier, the target reserved-node identifier, the node type, the node count, and
2117
+ * other details.</p>
2118
+ */
2119
+ export interface ReservedNodeExchangeStatus {
2120
+ /**
2121
+ * <p>The identifier of the reserved-node exchange request.</p>
2122
+ */
2123
+ ReservedNodeExchangeRequestId?: string;
2124
+ /**
2125
+ * <p>The status of the reserved-node exchange request. Statuses include in-progress and requested.</p>
2126
+ */
2127
+ Status?: ReservedNodeExchangeStatusType | string;
2128
+ /**
2129
+ * <p>A date and time that indicate when the reserved-node exchange was requested.</p>
2130
+ */
2131
+ RequestTime?: Date;
2132
+ /**
2133
+ * <p>The identifier of the source reserved node.</p>
2134
+ */
2135
+ SourceReservedNodeId?: string;
2136
+ /**
2137
+ * <p>The source reserved-node type, for example ds2.xlarge.</p>
2138
+ */
2139
+ SourceReservedNodeType?: string;
2140
+ /**
2141
+ * <p>The source reserved-node count in the cluster.</p>
2142
+ */
2143
+ SourceReservedNodeCount?: number;
2144
+ /**
2145
+ * <p>The identifier of the target reserved node offering.</p>
2146
+ */
2147
+ TargetReservedNodeOfferingId?: string;
2148
+ /**
2149
+ * <p>The node type of the target reserved node, for example ra3.4xlarge.</p>
2150
+ */
2151
+ TargetReservedNodeType?: string;
2152
+ /**
2153
+ * <p>The count of target reserved nodes in the cluster.</p>
2154
+ */
2155
+ TargetReservedNodeCount?: number;
2156
+ }
2157
+ export declare namespace ReservedNodeExchangeStatus {
2158
+ /**
2159
+ * @internal
2160
+ */
2161
+ const filterSensitiveLog: (obj: ReservedNodeExchangeStatus) => any;
2162
+ }
2106
2163
  /**
2107
2164
  * <p>Describes a resize operation.</p>
2108
2165
  */
@@ -2561,6 +2618,14 @@ export interface Cluster {
2561
2618
  * <p>The AQUA (Advanced Query Accelerator) configuration of the cluster.</p>
2562
2619
  */
2563
2620
  AquaConfiguration?: AquaConfiguration;
2621
+ /**
2622
+ * <p>The Amazon Resource Name (ARN) for the IAM role set as default for the cluster.</p>
2623
+ */
2624
+ DefaultIamRoleArn?: string;
2625
+ /**
2626
+ * <p>The status of the reserved-node exchange request. Statuses include in-progress and requested.</p>
2627
+ */
2628
+ ReservedNodeExchangeStatus?: ReservedNodeExchangeStatus;
2564
2629
  }
2565
2630
  export declare namespace Cluster {
2566
2631
  /**
@@ -3700,6 +3765,10 @@ export interface CreateClusterMessage {
3700
3765
  * </ul>
3701
3766
  */
3702
3767
  AquaConfigurationStatus?: AquaConfigurationStatus | string;
3768
+ /**
3769
+ * <p>The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was created. </p>
3770
+ */
3771
+ DefaultIamRoleArn?: string;
3703
3772
  }
3704
3773
  export declare namespace CreateClusterMessage {
3705
3774
  /**
@@ -4833,6 +4902,14 @@ export interface ResizeClusterMessage {
4833
4902
  * <code>false</code>, the resize type is elastic. </p>
4834
4903
  */
4835
4904
  Classic?: boolean;
4905
+ /**
4906
+ * <p>The identifier of the reserved node.</p>
4907
+ */
4908
+ ReservedNodeId?: string;
4909
+ /**
4910
+ * <p>The identifier of the target reserved node offering.</p>
4911
+ */
4912
+ TargetReservedNodeOfferingId?: string;
4836
4913
  }
4837
4914
  export declare namespace ResizeClusterMessage {
4838
4915
  /**
@@ -5521,7 +5598,7 @@ export interface DeauthorizeDataShareMessage {
5521
5598
  DataShareArn: string | undefined;
5522
5599
  /**
5523
5600
  * <p>The identifier of the data consumer that is to have authorization removed from the datashare.
5524
- * This identifier is an AWS account ID.</p>
5601
+ * This identifier is an Amazon Web Services account ID.</p>
5525
5602
  */
5526
5603
  ConsumerIdentifier: string | undefined;
5527
5604
  }
@@ -6728,7 +6805,7 @@ export interface DescribeDataSharesMessage {
6728
6805
  */
6729
6806
  MaxRecords?: number;
6730
6807
  /**
6731
- * <p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeDataShares</a> request exceed the value specified in <code>MaxRecords</code>, AWS returns a value in the <code>Marker</code> field of the response. You can retrieve the next set of response records by providing the returned marker value in the <code>Marker</code> parameter and retrying the request. </p>
6808
+ * <p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeDataShares</a> request exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the <code>Marker</code> field of the response. You can retrieve the next set of response records by providing the returned marker value in the <code>Marker</code> parameter and retrying the request. </p>
6732
6809
  */
6733
6810
  Marker?: string;
6734
6811
  }
@@ -6744,7 +6821,7 @@ export interface DescribeDataSharesResult {
6744
6821
  */
6745
6822
  DataShares?: DataShare[];
6746
6823
  /**
6747
- * <p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeDataShares</a> request exceed the value specified in <code>MaxRecords</code>, AWS returns a value in the <code>Marker</code> field of the response. You can retrieve the next set of response records by providing the returned marker value in the <code>Marker</code> parameter and retrying the request. </p>
6824
+ * <p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeDataShares</a> request exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the <code>Marker</code> field of the response. You can retrieve the next set of response records by providing the returned marker value in the <code>Marker</code> parameter and retrying the request. </p>
6748
6825
  */
6749
6826
  Marker?: string;
6750
6827
  }
@@ -6774,7 +6851,7 @@ export interface DescribeDataSharesForConsumerMessage {
6774
6851
  /**
6775
6852
  * <p>An optional parameter that specifies the starting point to return a set of response
6776
6853
  * records. When the results of a <a>DescribeDataSharesForConsumer</a> request
6777
- * exceed the value specified in <code>MaxRecords</code>, AWS returns a value in the
6854
+ * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
6778
6855
  * <code>Marker</code> field of the response. You can retrieve the next set of response
6779
6856
  * records by providing the returned marker value in the <code>Marker</code> parameter and
6780
6857
  * retrying the request. </p>
@@ -6795,7 +6872,7 @@ export interface DescribeDataSharesForConsumerResult {
6795
6872
  /**
6796
6873
  * <p>An optional parameter that specifies the starting point to return a set of response
6797
6874
  * records. When the results of a <a>DescribeDataSharesForConsumer</a> request
6798
- * exceed the value specified in <code>MaxRecords</code>, AWS returns a value in the
6875
+ * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
6799
6876
  * <code>Marker</code> field of the response. You can retrieve the next set of response
6800
6877
  * records by providing the returned marker value in the <code>Marker</code> parameter and
6801
6878
  * retrying the request. </p>
@@ -6828,7 +6905,7 @@ export interface DescribeDataSharesForProducerMessage {
6828
6905
  /**
6829
6906
  * <p>An optional parameter that specifies the starting point to return a set of response
6830
6907
  * records. When the results of a <a>DescribeDataSharesForProducer</a> request
6831
- * exceed the value specified in <code>MaxRecords</code>, AWS returns a value in the
6908
+ * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
6832
6909
  * <code>Marker</code> field of the response. You can retrieve the next set of response
6833
6910
  * records by providing the returned marker value in the <code>Marker</code> parameter and
6834
6911
  * retrying the request. </p>
@@ -6849,7 +6926,7 @@ export interface DescribeDataSharesForProducerResult {
6849
6926
  /**
6850
6927
  * <p>An optional parameter that specifies the starting point to return a set of response
6851
6928
  * records. When the results of a <a>DescribeDataSharesForProducer</a> request
6852
- * exceed the value specified in <code>MaxRecords</code>, AWS returns a value in the
6929
+ * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
6853
6930
  * <code>Marker</code> field of the response. You can retrieve the next set of response
6854
6931
  * records by providing the returned marker value in the <code>Marker</code> parameter and
6855
6932
  * retrying the request. </p>
@@ -7481,43 +7558,3 @@ export declare namespace DescribeHsmConfigurationsMessage {
7481
7558
  */
7482
7559
  const filterSensitiveLog: (obj: DescribeHsmConfigurationsMessage) => any;
7483
7560
  }
7484
- /**
7485
- * <p></p>
7486
- */
7487
- export interface HsmConfigurationMessage {
7488
- /**
7489
- * <p>A value that indicates the starting point for the next set of response records in a
7490
- * subsequent request. If a value is returned in a response, you can retrieve the next set
7491
- * of records by providing this returned marker value in the <code>Marker</code> parameter
7492
- * and retrying the command. If the <code>Marker</code> field is empty, all response
7493
- * records have been retrieved for the request. </p>
7494
- */
7495
- Marker?: string;
7496
- /**
7497
- * <p>A list of <code>HsmConfiguration</code> objects.</p>
7498
- */
7499
- HsmConfigurations?: HsmConfiguration[];
7500
- }
7501
- export declare namespace HsmConfigurationMessage {
7502
- /**
7503
- * @internal
7504
- */
7505
- const filterSensitiveLog: (obj: HsmConfigurationMessage) => any;
7506
- }
7507
- /**
7508
- * <p></p>
7509
- */
7510
- export interface DescribeLoggingStatusMessage {
7511
- /**
7512
- * <p>The identifier of the cluster from which to get the logging status.</p>
7513
- * <p>Example: <code>examplecluster</code>
7514
- * </p>
7515
- */
7516
- ClusterIdentifier: string | undefined;
7517
- }
7518
- export declare namespace DescribeLoggingStatusMessage {
7519
- /**
7520
- * @internal
7521
- */
7522
- const filterSensitiveLog: (obj: DescribeLoggingStatusMessage) => any;
7523
- }