@aws-sdk/client-redshift 3.279.0 → 3.281.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 (121) hide show
  1. package/README.md +955 -0
  2. package/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +6 -0
  3. package/dist-types/commands/AddPartnerCommand.d.ts +6 -0
  4. package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +6 -0
  5. package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +6 -0
  6. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +6 -0
  7. package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +6 -0
  8. package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +6 -0
  9. package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +6 -0
  10. package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +6 -0
  11. package/dist-types/commands/CancelResizeCommand.d.ts +6 -0
  12. package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateClusterCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +6 -0
  16. package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +6 -0
  17. package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +6 -0
  18. package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +6 -0
  19. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +6 -0
  20. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +6 -0
  21. package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +6 -0
  22. package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +6 -0
  23. package/dist-types/commands/CreateScheduledActionCommand.d.ts +6 -0
  24. package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +6 -0
  25. package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +6 -0
  26. package/dist-types/commands/CreateTagsCommand.d.ts +6 -0
  27. package/dist-types/commands/CreateUsageLimitCommand.d.ts +6 -0
  28. package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +6 -0
  30. package/dist-types/commands/DeleteClusterCommand.d.ts +6 -0
  31. package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +6 -0
  32. package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +6 -0
  33. package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +6 -0
  34. package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +6 -0
  35. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +6 -0
  36. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +6 -0
  37. package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +6 -0
  38. package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +6 -0
  39. package/dist-types/commands/DeletePartnerCommand.d.ts +6 -0
  40. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +6 -0
  41. package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +6 -0
  42. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +6 -0
  43. package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
  44. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +6 -0
  45. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +6 -0
  46. package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +6 -0
  47. package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +6 -0
  48. package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +6 -0
  49. package/dist-types/commands/DescribeClusterParametersCommand.d.ts +6 -0
  50. package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +6 -0
  51. package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +6 -0
  52. package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +6 -0
  53. package/dist-types/commands/DescribeClusterTracksCommand.d.ts +6 -0
  54. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +6 -0
  55. package/dist-types/commands/DescribeClustersCommand.d.ts +6 -0
  56. package/dist-types/commands/DescribeDataSharesCommand.d.ts +6 -0
  57. package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +6 -0
  58. package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +6 -0
  59. package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +6 -0
  60. package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +6 -0
  61. package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +6 -0
  62. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +6 -0
  63. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +6 -0
  64. package/dist-types/commands/DescribeEventsCommand.d.ts +6 -0
  65. package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +6 -0
  66. package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +6 -0
  67. package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +6 -0
  68. package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +6 -0
  69. package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +6 -0
  70. package/dist-types/commands/DescribePartnersCommand.d.ts +6 -0
  71. package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +6 -0
  72. package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +6 -0
  73. package/dist-types/commands/DescribeReservedNodesCommand.d.ts +6 -0
  74. package/dist-types/commands/DescribeResizeCommand.d.ts +6 -0
  75. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +6 -0
  76. package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +6 -0
  77. package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +6 -0
  78. package/dist-types/commands/DescribeStorageCommand.d.ts +6 -0
  79. package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +6 -0
  80. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -0
  81. package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +6 -0
  82. package/dist-types/commands/DisableLoggingCommand.d.ts +6 -0
  83. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +6 -0
  84. package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +6 -0
  85. package/dist-types/commands/EnableLoggingCommand.d.ts +6 -0
  86. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +6 -0
  87. package/dist-types/commands/GetClusterCredentialsCommand.d.ts +6 -0
  88. package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +6 -0
  89. package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +6 -0
  90. package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +6 -0
  91. package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +6 -0
  92. package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +6 -0
  93. package/dist-types/commands/ModifyClusterCommand.d.ts +6 -0
  94. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +6 -0
  95. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +6 -0
  96. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +6 -0
  97. package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +6 -0
  98. package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +6 -0
  99. package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +6 -0
  100. package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +6 -0
  101. package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +6 -0
  102. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +6 -0
  103. package/dist-types/commands/ModifyScheduledActionCommand.d.ts +6 -0
  104. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +6 -0
  105. package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +6 -0
  106. package/dist-types/commands/ModifyUsageLimitCommand.d.ts +6 -0
  107. package/dist-types/commands/PauseClusterCommand.d.ts +6 -0
  108. package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +6 -0
  109. package/dist-types/commands/RebootClusterCommand.d.ts +6 -0
  110. package/dist-types/commands/RejectDataShareCommand.d.ts +6 -0
  111. package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +6 -0
  112. package/dist-types/commands/ResizeClusterCommand.d.ts +6 -0
  113. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +6 -0
  114. package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +6 -0
  115. package/dist-types/commands/ResumeClusterCommand.d.ts +6 -0
  116. package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +6 -0
  117. package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +6 -0
  118. package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +6 -0
  119. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +6 -0
  120. package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +6 -0
  121. package/package.json +3 -3
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteSnapshotCopyGrantMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DeleteSnapshotCopyGrantCommand}.
8
+ */
6
9
  export interface DeleteSnapshotCopyGrantCommandInput extends DeleteSnapshotCopyGrantMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSnapshotCopyGrantCommand}.
13
+ */
8
14
  export interface DeleteSnapshotCopyGrantCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteSnapshotScheduleMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DeleteSnapshotScheduleCommand}.
8
+ */
6
9
  export interface DeleteSnapshotScheduleCommandInput extends DeleteSnapshotScheduleMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSnapshotScheduleCommand}.
13
+ */
8
14
  export interface DeleteSnapshotScheduleCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteTagsMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DeleteTagsCommand}.
8
+ */
6
9
  export interface DeleteTagsCommandInput extends DeleteTagsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteTagsCommand}.
13
+ */
8
14
  export interface DeleteTagsCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteUsageLimitMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DeleteUsageLimitCommand}.
8
+ */
6
9
  export interface DeleteUsageLimitCommandInput extends DeleteUsageLimitMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteUsageLimitCommand}.
13
+ */
8
14
  export interface DeleteUsageLimitCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccountAttributeList, DescribeAccountAttributesMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeAccountAttributesCommand}.
8
+ */
6
9
  export interface DescribeAccountAttributesCommandInput extends DescribeAccountAttributesMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeAccountAttributesCommand}.
13
+ */
8
14
  export interface DescribeAccountAttributesCommandOutput extends AccountAttributeList, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeAuthenticationProfilesMessage, DescribeAuthenticationProfilesResult } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeAuthenticationProfilesCommand}.
8
+ */
6
9
  export interface DescribeAuthenticationProfilesCommandInput extends DescribeAuthenticationProfilesMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeAuthenticationProfilesCommand}.
13
+ */
8
14
  export interface DescribeAuthenticationProfilesCommandOutput extends DescribeAuthenticationProfilesResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ClusterDbRevisionsMessage, DescribeClusterDbRevisionsMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeClusterDbRevisionsCommand}.
8
+ */
6
9
  export interface DescribeClusterDbRevisionsCommandInput extends DescribeClusterDbRevisionsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeClusterDbRevisionsCommand}.
13
+ */
8
14
  export interface DescribeClusterDbRevisionsCommandOutput extends ClusterDbRevisionsMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ClusterParameterGroupsMessage, DescribeClusterParameterGroupsMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeClusterParameterGroupsCommand}.
8
+ */
6
9
  export interface DescribeClusterParameterGroupsCommandInput extends DescribeClusterParameterGroupsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeClusterParameterGroupsCommand}.
13
+ */
8
14
  export interface DescribeClusterParameterGroupsCommandOutput extends ClusterParameterGroupsMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ClusterParameterGroupDetails, DescribeClusterParametersMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeClusterParametersCommand}.
8
+ */
6
9
  export interface DescribeClusterParametersCommandInput extends DescribeClusterParametersMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeClusterParametersCommand}.
13
+ */
8
14
  export interface DescribeClusterParametersCommandOutput extends ClusterParameterGroupDetails, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ClusterSecurityGroupMessage, DescribeClusterSecurityGroupsMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeClusterSecurityGroupsCommand}.
8
+ */
6
9
  export interface DescribeClusterSecurityGroupsCommandInput extends DescribeClusterSecurityGroupsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeClusterSecurityGroupsCommand}.
13
+ */
8
14
  export interface DescribeClusterSecurityGroupsCommandOutput extends ClusterSecurityGroupMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeClusterSnapshotsMessage, SnapshotMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeClusterSnapshotsCommand}.
8
+ */
6
9
  export interface DescribeClusterSnapshotsCommandInput extends DescribeClusterSnapshotsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeClusterSnapshotsCommand}.
13
+ */
8
14
  export interface DescribeClusterSnapshotsCommandOutput extends SnapshotMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ClusterSubnetGroupMessage, DescribeClusterSubnetGroupsMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeClusterSubnetGroupsCommand}.
8
+ */
6
9
  export interface DescribeClusterSubnetGroupsCommandInput extends DescribeClusterSubnetGroupsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeClusterSubnetGroupsCommand}.
13
+ */
8
14
  export interface DescribeClusterSubnetGroupsCommandOutput extends ClusterSubnetGroupMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeClusterTracksMessage, TrackListMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeClusterTracksCommand}.
8
+ */
6
9
  export interface DescribeClusterTracksCommandInput extends DescribeClusterTracksMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeClusterTracksCommand}.
13
+ */
8
14
  export interface DescribeClusterTracksCommandOutput extends TrackListMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ClusterVersionsMessage, DescribeClusterVersionsMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeClusterVersionsCommand}.
8
+ */
6
9
  export interface DescribeClusterVersionsCommandInput extends DescribeClusterVersionsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeClusterVersionsCommand}.
13
+ */
8
14
  export interface DescribeClusterVersionsCommandOutput extends ClusterVersionsMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ClustersMessage, DescribeClustersMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeClustersCommand}.
8
+ */
6
9
  export interface DescribeClustersCommandInput extends DescribeClustersMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeClustersCommand}.
13
+ */
8
14
  export interface DescribeClustersCommandOutput extends ClustersMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeDataSharesMessage, DescribeDataSharesResult } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeDataSharesCommand}.
8
+ */
6
9
  export interface DescribeDataSharesCommandInput extends DescribeDataSharesMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeDataSharesCommand}.
13
+ */
8
14
  export interface DescribeDataSharesCommandOutput extends DescribeDataSharesResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeDataSharesForConsumerMessage, DescribeDataSharesForConsumerResult } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeDataSharesForConsumerCommand}.
8
+ */
6
9
  export interface DescribeDataSharesForConsumerCommandInput extends DescribeDataSharesForConsumerMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeDataSharesForConsumerCommand}.
13
+ */
8
14
  export interface DescribeDataSharesForConsumerCommandOutput extends DescribeDataSharesForConsumerResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeDataSharesForProducerMessage, DescribeDataSharesForProducerResult } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeDataSharesForProducerCommand}.
8
+ */
6
9
  export interface DescribeDataSharesForProducerCommandInput extends DescribeDataSharesForProducerMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeDataSharesForProducerCommand}.
13
+ */
8
14
  export interface DescribeDataSharesForProducerCommandOutput extends DescribeDataSharesForProducerResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeDefaultClusterParametersMessage, DescribeDefaultClusterParametersResult } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeDefaultClusterParametersCommand}.
8
+ */
6
9
  export interface DescribeDefaultClusterParametersCommandInput extends DescribeDefaultClusterParametersMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeDefaultClusterParametersCommand}.
13
+ */
8
14
  export interface DescribeDefaultClusterParametersCommandOutput extends DescribeDefaultClusterParametersResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeEndpointAccessMessage, EndpointAccessList } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeEndpointAccessCommand}.
8
+ */
6
9
  export interface DescribeEndpointAccessCommandInput extends DescribeEndpointAccessMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeEndpointAccessCommand}.
13
+ */
8
14
  export interface DescribeEndpointAccessCommandOutput extends EndpointAccessList, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeEndpointAuthorizationMessage, EndpointAuthorizationList } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeEndpointAuthorizationCommand}.
8
+ */
6
9
  export interface DescribeEndpointAuthorizationCommandInput extends DescribeEndpointAuthorizationMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeEndpointAuthorizationCommand}.
13
+ */
8
14
  export interface DescribeEndpointAuthorizationCommandOutput extends EndpointAuthorizationList, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeEventCategoriesCommand}.
8
+ */
6
9
  export interface DescribeEventCategoriesCommandInput extends DescribeEventCategoriesMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeEventCategoriesCommand}.
13
+ */
8
14
  export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeEventSubscriptionsCommand}.
8
+ */
6
9
  export interface DescribeEventSubscriptionsCommandInput extends DescribeEventSubscriptionsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeEventSubscriptionsCommand}.
13
+ */
8
14
  export interface DescribeEventSubscriptionsCommandOutput extends EventSubscriptionsMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeEventsMessage, EventsMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeEventsCommand}.
8
+ */
6
9
  export interface DescribeEventsCommandInput extends DescribeEventsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeEventsCommand}.
13
+ */
8
14
  export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeHsmClientCertificatesMessage, HsmClientCertificateMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeHsmClientCertificatesCommand}.
8
+ */
6
9
  export interface DescribeHsmClientCertificatesCommandInput extends DescribeHsmClientCertificatesMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeHsmClientCertificatesCommand}.
13
+ */
8
14
  export interface DescribeHsmClientCertificatesCommandOutput extends HsmClientCertificateMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeHsmConfigurationsMessage, HsmConfigurationMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeHsmConfigurationsCommand}.
8
+ */
6
9
  export interface DescribeHsmConfigurationsCommandInput extends DescribeHsmConfigurationsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeHsmConfigurationsCommand}.
13
+ */
8
14
  export interface DescribeHsmConfigurationsCommandOutput extends HsmConfigurationMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeLoggingStatusMessage, LoggingStatus } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeLoggingStatusCommand}.
8
+ */
6
9
  export interface DescribeLoggingStatusCommandInput extends DescribeLoggingStatusMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeLoggingStatusCommand}.
13
+ */
8
14
  export interface DescribeLoggingStatusCommandOutput extends LoggingStatus, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeNodeConfigurationOptionsMessage, NodeConfigurationOptionsMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeNodeConfigurationOptionsCommand}.
8
+ */
6
9
  export interface DescribeNodeConfigurationOptionsCommandInput extends DescribeNodeConfigurationOptionsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeNodeConfigurationOptionsCommand}.
13
+ */
8
14
  export interface DescribeNodeConfigurationOptionsCommandOutput extends NodeConfigurationOptionsMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeOrderableClusterOptionsMessage, OrderableClusterOptionsMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeOrderableClusterOptionsCommand}.
8
+ */
6
9
  export interface DescribeOrderableClusterOptionsCommandInput extends DescribeOrderableClusterOptionsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeOrderableClusterOptionsCommand}.
13
+ */
8
14
  export interface DescribeOrderableClusterOptionsCommandOutput extends OrderableClusterOptionsMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribePartnersInputMessage, DescribePartnersOutputMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribePartnersCommand}.
8
+ */
6
9
  export interface DescribePartnersCommandInput extends DescribePartnersInputMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribePartnersCommand}.
13
+ */
8
14
  export interface DescribePartnersCommandOutput extends DescribePartnersOutputMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeReservedNodeExchangeStatusInputMessage, DescribeReservedNodeExchangeStatusOutputMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeReservedNodeExchangeStatusCommand}.
8
+ */
6
9
  export interface DescribeReservedNodeExchangeStatusCommandInput extends DescribeReservedNodeExchangeStatusInputMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeReservedNodeExchangeStatusCommand}.
13
+ */
8
14
  export interface DescribeReservedNodeExchangeStatusCommandOutput extends DescribeReservedNodeExchangeStatusOutputMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeReservedNodeOfferingsMessage, ReservedNodeOfferingsMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeReservedNodeOfferingsCommand}.
8
+ */
6
9
  export interface DescribeReservedNodeOfferingsCommandInput extends DescribeReservedNodeOfferingsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeReservedNodeOfferingsCommand}.
13
+ */
8
14
  export interface DescribeReservedNodeOfferingsCommandOutput extends ReservedNodeOfferingsMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeReservedNodesMessage, ReservedNodesMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeReservedNodesCommand}.
8
+ */
6
9
  export interface DescribeReservedNodesCommandInput extends DescribeReservedNodesMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeReservedNodesCommand}.
13
+ */
8
14
  export interface DescribeReservedNodesCommandOutput extends ReservedNodesMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ResizeProgressMessage } from "../models/models_0";
5
5
  import { DescribeResizeMessage } from "../models/models_1";
6
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
7
+ /**
8
+ * The input for {@link DescribeResizeCommand}.
9
+ */
7
10
  export interface DescribeResizeCommandInput extends DescribeResizeMessage {
8
11
  }
12
+ /**
13
+ * The output of {@link DescribeResizeCommand}.
14
+ */
9
15
  export interface DescribeResizeCommandOutput extends ResizeProgressMessage, __MetadataBearer {
10
16
  }
11
17
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeScheduledActionsMessage, ScheduledActionsMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeScheduledActionsCommand}.
8
+ */
6
9
  export interface DescribeScheduledActionsCommandInput extends DescribeScheduledActionsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeScheduledActionsCommand}.
13
+ */
8
14
  export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeSnapshotCopyGrantsMessage, SnapshotCopyGrantMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeSnapshotCopyGrantsCommand}.
8
+ */
6
9
  export interface DescribeSnapshotCopyGrantsCommandInput extends DescribeSnapshotCopyGrantsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeSnapshotCopyGrantsCommand}.
13
+ */
8
14
  export interface DescribeSnapshotCopyGrantsCommandOutput extends SnapshotCopyGrantMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeSnapshotSchedulesMessage, DescribeSnapshotSchedulesOutputMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeSnapshotSchedulesCommand}.
8
+ */
6
9
  export interface DescribeSnapshotSchedulesCommandInput extends DescribeSnapshotSchedulesMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeSnapshotSchedulesCommand}.
13
+ */
8
14
  export interface DescribeSnapshotSchedulesCommandOutput extends DescribeSnapshotSchedulesOutputMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CustomerStorageMessage } from "../models/models_0";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeStorageCommand}.
8
+ */
6
9
  export interface DescribeStorageCommandInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeStorageCommand}.
13
+ */
8
14
  export interface DescribeStorageCommandOutput extends CustomerStorageMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeTableRestoreStatusMessage, TableRestoreStatusMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeTableRestoreStatusCommand}.
8
+ */
6
9
  export interface DescribeTableRestoreStatusCommandInput extends DescribeTableRestoreStatusMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeTableRestoreStatusCommand}.
13
+ */
8
14
  export interface DescribeTableRestoreStatusCommandOutput extends TableRestoreStatusMessage, __MetadataBearer {
9
15
  }
10
16
  /**