@aws-sdk/client-redshift 3.279.0 → 3.282.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 +17 -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 { DescribeTagsMessage, TaggedResourceListMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeTagsCommand}.
8
+ */
6
9
  export interface DescribeTagsCommandInput extends DescribeTagsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeTagsCommand}.
13
+ */
8
14
  export interface DescribeTagsCommandOutput extends TaggedResourceListMessage, __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 { DescribeUsageLimitsMessage, UsageLimitList } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DescribeUsageLimitsCommand}.
8
+ */
6
9
  export interface DescribeUsageLimitsCommandInput extends DescribeUsageLimitsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeUsageLimitsCommand}.
13
+ */
8
14
  export interface DescribeUsageLimitsCommandOutput extends UsageLimitList, __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 { DisableLoggingMessage, LoggingStatus } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DisableLoggingCommand}.
8
+ */
6
9
  export interface DisableLoggingCommandInput extends DisableLoggingMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DisableLoggingCommand}.
13
+ */
8
14
  export interface DisableLoggingCommandOutput 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 { DisableSnapshotCopyMessage, DisableSnapshotCopyResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link DisableSnapshotCopyCommand}.
8
+ */
6
9
  export interface DisableSnapshotCopyCommandInput extends DisableSnapshotCopyMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DisableSnapshotCopyCommand}.
13
+ */
8
14
  export interface DisableSnapshotCopyCommandOutput extends DisableSnapshotCopyResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataShare } from "../models/models_0";
5
5
  import { DisassociateDataShareConsumerMessage } from "../models/models_1";
6
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
7
+ /**
8
+ * The input for {@link DisassociateDataShareConsumerCommand}.
9
+ */
7
10
  export interface DisassociateDataShareConsumerCommandInput extends DisassociateDataShareConsumerMessage {
8
11
  }
12
+ /**
13
+ * The output of {@link DisassociateDataShareConsumerCommand}.
14
+ */
9
15
  export interface DisassociateDataShareConsumerCommandOutput extends DataShare, __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 { EnableLoggingMessage, LoggingStatus } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link EnableLoggingCommand}.
8
+ */
6
9
  export interface EnableLoggingCommandInput extends EnableLoggingMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link EnableLoggingCommand}.
13
+ */
8
14
  export interface EnableLoggingCommandOutput 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 { EnableSnapshotCopyMessage, EnableSnapshotCopyResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link EnableSnapshotCopyCommand}.
8
+ */
6
9
  export interface EnableSnapshotCopyCommandInput extends EnableSnapshotCopyMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link EnableSnapshotCopyCommand}.
13
+ */
8
14
  export interface EnableSnapshotCopyCommandOutput extends EnableSnapshotCopyResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ClusterCredentials } from "../models/models_0";
5
5
  import { GetClusterCredentialsMessage } from "../models/models_1";
6
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
7
+ /**
8
+ * The input for {@link GetClusterCredentialsCommand}.
9
+ */
7
10
  export interface GetClusterCredentialsCommandInput extends GetClusterCredentialsMessage {
8
11
  }
12
+ /**
13
+ * The output of {@link GetClusterCredentialsCommand}.
14
+ */
9
15
  export interface GetClusterCredentialsCommandOutput extends ClusterCredentials, __MetadataBearer {
10
16
  }
11
17
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ClusterExtendedCredentials } from "../models/models_0";
5
5
  import { GetClusterCredentialsWithIAMMessage } from "../models/models_1";
6
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
7
+ /**
8
+ * The input for {@link GetClusterCredentialsWithIAMCommand}.
9
+ */
7
10
  export interface GetClusterCredentialsWithIAMCommandInput extends GetClusterCredentialsWithIAMMessage {
8
11
  }
12
+ /**
13
+ * The output of {@link GetClusterCredentialsWithIAMCommand}.
14
+ */
9
15
  export interface GetClusterCredentialsWithIAMCommandOutput extends ClusterExtendedCredentials, __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 { GetReservedNodeExchangeConfigurationOptionsInputMessage, GetReservedNodeExchangeConfigurationOptionsOutputMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link GetReservedNodeExchangeConfigurationOptionsCommand}.
8
+ */
6
9
  export interface GetReservedNodeExchangeConfigurationOptionsCommandInput extends GetReservedNodeExchangeConfigurationOptionsInputMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link GetReservedNodeExchangeConfigurationOptionsCommand}.
13
+ */
8
14
  export interface GetReservedNodeExchangeConfigurationOptionsCommandOutput extends GetReservedNodeExchangeConfigurationOptionsOutputMessage, __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 { GetReservedNodeExchangeOfferingsInputMessage, GetReservedNodeExchangeOfferingsOutputMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link GetReservedNodeExchangeOfferingsCommand}.
8
+ */
6
9
  export interface GetReservedNodeExchangeOfferingsCommandInput extends GetReservedNodeExchangeOfferingsInputMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link GetReservedNodeExchangeOfferingsCommand}.
13
+ */
8
14
  export interface GetReservedNodeExchangeOfferingsCommandOutput extends GetReservedNodeExchangeOfferingsOutputMessage, __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 { ModifyAquaInputMessage, ModifyAquaOutputMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link ModifyAquaConfigurationCommand}.
8
+ */
6
9
  export interface ModifyAquaConfigurationCommandInput extends ModifyAquaInputMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyAquaConfigurationCommand}.
13
+ */
8
14
  export interface ModifyAquaConfigurationCommandOutput extends ModifyAquaOutputMessage, __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 { ModifyAuthenticationProfileMessage, ModifyAuthenticationProfileResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link ModifyAuthenticationProfileCommand}.
8
+ */
6
9
  export interface ModifyAuthenticationProfileCommandInput extends ModifyAuthenticationProfileMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyAuthenticationProfileCommand}.
13
+ */
8
14
  export interface ModifyAuthenticationProfileCommandOutput extends ModifyAuthenticationProfileResult, __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 { ModifyClusterMessage, ModifyClusterResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link ModifyClusterCommand}.
8
+ */
6
9
  export interface ModifyClusterCommandInput extends ModifyClusterMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyClusterCommand}.
13
+ */
8
14
  export interface ModifyClusterCommandOutput extends ModifyClusterResult, __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 { ModifyClusterDbRevisionMessage, ModifyClusterDbRevisionResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link ModifyClusterDbRevisionCommand}.
8
+ */
6
9
  export interface ModifyClusterDbRevisionCommandInput extends ModifyClusterDbRevisionMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyClusterDbRevisionCommand}.
13
+ */
8
14
  export interface ModifyClusterDbRevisionCommandOutput extends ModifyClusterDbRevisionResult, __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 { ModifyClusterIamRolesMessage, ModifyClusterIamRolesResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link ModifyClusterIamRolesCommand}.
8
+ */
6
9
  export interface ModifyClusterIamRolesCommandInput extends ModifyClusterIamRolesMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyClusterIamRolesCommand}.
13
+ */
8
14
  export interface ModifyClusterIamRolesCommandOutput extends ModifyClusterIamRolesResult, __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 { ModifyClusterMaintenanceMessage, ModifyClusterMaintenanceResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link ModifyClusterMaintenanceCommand}.
8
+ */
6
9
  export interface ModifyClusterMaintenanceCommandInput extends ModifyClusterMaintenanceMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyClusterMaintenanceCommand}.
13
+ */
8
14
  export interface ModifyClusterMaintenanceCommandOutput extends ModifyClusterMaintenanceResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ClusterParameterGroupNameMessage } from "../models/models_0";
5
5
  import { ModifyClusterParameterGroupMessage } from "../models/models_1";
6
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
7
+ /**
8
+ * The input for {@link ModifyClusterParameterGroupCommand}.
9
+ */
7
10
  export interface ModifyClusterParameterGroupCommandInput extends ModifyClusterParameterGroupMessage {
8
11
  }
12
+ /**
13
+ * The output of {@link ModifyClusterParameterGroupCommand}.
14
+ */
9
15
  export interface ModifyClusterParameterGroupCommandOutput extends ClusterParameterGroupNameMessage, __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 { ModifyClusterSnapshotMessage, ModifyClusterSnapshotResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link ModifyClusterSnapshotCommand}.
8
+ */
6
9
  export interface ModifyClusterSnapshotCommandInput extends ModifyClusterSnapshotMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyClusterSnapshotCommand}.
13
+ */
8
14
  export interface ModifyClusterSnapshotCommandOutput extends ModifyClusterSnapshotResult, __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 { ModifyClusterSnapshotScheduleMessage } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link ModifyClusterSnapshotScheduleCommand}.
8
+ */
6
9
  export interface ModifyClusterSnapshotScheduleCommandInput extends ModifyClusterSnapshotScheduleMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyClusterSnapshotScheduleCommand}.
13
+ */
8
14
  export interface ModifyClusterSnapshotScheduleCommandOutput 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 { ModifyClusterSubnetGroupMessage, ModifyClusterSubnetGroupResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link ModifyClusterSubnetGroupCommand}.
8
+ */
6
9
  export interface ModifyClusterSubnetGroupCommandInput extends ModifyClusterSubnetGroupMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyClusterSubnetGroupCommand}.
13
+ */
8
14
  export interface ModifyClusterSubnetGroupCommandOutput extends ModifyClusterSubnetGroupResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EndpointAccess } from "../models/models_0";
5
5
  import { ModifyEndpointAccessMessage } from "../models/models_1";
6
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
7
+ /**
8
+ * The input for {@link ModifyEndpointAccessCommand}.
9
+ */
7
10
  export interface ModifyEndpointAccessCommandInput extends ModifyEndpointAccessMessage {
8
11
  }
12
+ /**
13
+ * The output of {@link ModifyEndpointAccessCommand}.
14
+ */
9
15
  export interface ModifyEndpointAccessCommandOutput extends EndpointAccess, __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 { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link ModifyEventSubscriptionCommand}.
8
+ */
6
9
  export interface ModifyEventSubscriptionCommandInput extends ModifyEventSubscriptionMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyEventSubscriptionCommand}.
13
+ */
8
14
  export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscriptionResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ScheduledAction } from "../models/models_0";
5
5
  import { ModifyScheduledActionMessage } from "../models/models_1";
6
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
7
+ /**
8
+ * The input for {@link ModifyScheduledActionCommand}.
9
+ */
7
10
  export interface ModifyScheduledActionCommandInput extends ModifyScheduledActionMessage {
8
11
  }
12
+ /**
13
+ * The output of {@link ModifyScheduledActionCommand}.
14
+ */
9
15
  export interface ModifyScheduledActionCommandOutput extends ScheduledAction, __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 { ModifySnapshotCopyRetentionPeriodMessage, ModifySnapshotCopyRetentionPeriodResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link ModifySnapshotCopyRetentionPeriodCommand}.
8
+ */
6
9
  export interface ModifySnapshotCopyRetentionPeriodCommandInput extends ModifySnapshotCopyRetentionPeriodMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifySnapshotCopyRetentionPeriodCommand}.
13
+ */
8
14
  export interface ModifySnapshotCopyRetentionPeriodCommandOutput extends ModifySnapshotCopyRetentionPeriodResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { SnapshotSchedule } from "../models/models_0";
5
5
  import { ModifySnapshotScheduleMessage } from "../models/models_1";
6
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
7
+ /**
8
+ * The input for {@link ModifySnapshotScheduleCommand}.
9
+ */
7
10
  export interface ModifySnapshotScheduleCommandInput extends ModifySnapshotScheduleMessage {
8
11
  }
12
+ /**
13
+ * The output of {@link ModifySnapshotScheduleCommand}.
14
+ */
9
15
  export interface ModifySnapshotScheduleCommandOutput extends SnapshotSchedule, __MetadataBearer {
10
16
  }
11
17
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UsageLimit } from "../models/models_0";
5
5
  import { ModifyUsageLimitMessage } from "../models/models_1";
6
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
7
+ /**
8
+ * The input for {@link ModifyUsageLimitCommand}.
9
+ */
7
10
  export interface ModifyUsageLimitCommandInput extends ModifyUsageLimitMessage {
8
11
  }
12
+ /**
13
+ * The output of {@link ModifyUsageLimitCommand}.
14
+ */
9
15
  export interface ModifyUsageLimitCommandOutput extends UsageLimit, __MetadataBearer {
10
16
  }
11
17
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PauseClusterMessage } from "../models/models_0";
5
5
  import { PauseClusterResult } from "../models/models_1";
6
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
7
+ /**
8
+ * The input for {@link PauseClusterCommand}.
9
+ */
7
10
  export interface PauseClusterCommandInput extends PauseClusterMessage {
8
11
  }
12
+ /**
13
+ * The output of {@link PauseClusterCommand}.
14
+ */
9
15
  export interface PauseClusterCommandOutput extends PauseClusterResult, __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 { PurchaseReservedNodeOfferingMessage, PurchaseReservedNodeOfferingResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link PurchaseReservedNodeOfferingCommand}.
8
+ */
6
9
  export interface PurchaseReservedNodeOfferingCommandInput extends PurchaseReservedNodeOfferingMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link PurchaseReservedNodeOfferingCommand}.
13
+ */
8
14
  export interface PurchaseReservedNodeOfferingCommandOutput extends PurchaseReservedNodeOfferingResult, __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 { RebootClusterMessage, RebootClusterResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link RebootClusterCommand}.
8
+ */
6
9
  export interface RebootClusterCommandInput extends RebootClusterMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link RebootClusterCommand}.
13
+ */
8
14
  export interface RebootClusterCommandOutput extends RebootClusterResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataShare } from "../models/models_0";
5
5
  import { RejectDataShareMessage } from "../models/models_1";
6
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
7
+ /**
8
+ * The input for {@link RejectDataShareCommand}.
9
+ */
7
10
  export interface RejectDataShareCommandInput extends RejectDataShareMessage {
8
11
  }
12
+ /**
13
+ * The output of {@link RejectDataShareCommand}.
14
+ */
9
15
  export interface RejectDataShareCommandOutput extends DataShare, __MetadataBearer {
10
16
  }
11
17
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ClusterParameterGroupNameMessage } from "../models/models_0";
5
5
  import { ResetClusterParameterGroupMessage } from "../models/models_1";
6
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
7
+ /**
8
+ * The input for {@link ResetClusterParameterGroupCommand}.
9
+ */
7
10
  export interface ResetClusterParameterGroupCommandInput extends ResetClusterParameterGroupMessage {
8
11
  }
12
+ /**
13
+ * The output of {@link ResetClusterParameterGroupCommand}.
14
+ */
9
15
  export interface ResetClusterParameterGroupCommandOutput extends ClusterParameterGroupNameMessage, __MetadataBearer {
10
16
  }
11
17
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ResizeClusterMessage } from "../models/models_0";
5
5
  import { ResizeClusterResult } from "../models/models_1";
6
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
7
+ /**
8
+ * The input for {@link ResizeClusterCommand}.
9
+ */
7
10
  export interface ResizeClusterCommandInput extends ResizeClusterMessage {
8
11
  }
12
+ /**
13
+ * The output of {@link ResizeClusterCommand}.
14
+ */
9
15
  export interface ResizeClusterCommandOutput extends ResizeClusterResult, __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 { RestoreFromClusterSnapshotMessage, RestoreFromClusterSnapshotResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link RestoreFromClusterSnapshotCommand}.
8
+ */
6
9
  export interface RestoreFromClusterSnapshotCommandInput extends RestoreFromClusterSnapshotMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link RestoreFromClusterSnapshotCommand}.
13
+ */
8
14
  export interface RestoreFromClusterSnapshotCommandOutput extends RestoreFromClusterSnapshotResult, __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 { RestoreTableFromClusterSnapshotMessage, RestoreTableFromClusterSnapshotResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link RestoreTableFromClusterSnapshotCommand}.
8
+ */
6
9
  export interface RestoreTableFromClusterSnapshotCommandInput extends RestoreTableFromClusterSnapshotMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link RestoreTableFromClusterSnapshotCommand}.
13
+ */
8
14
  export interface RestoreTableFromClusterSnapshotCommandOutput extends RestoreTableFromClusterSnapshotResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ResumeClusterMessage } from "../models/models_0";
5
5
  import { ResumeClusterResult } from "../models/models_1";
6
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
7
+ /**
8
+ * The input for {@link ResumeClusterCommand}.
9
+ */
7
10
  export interface ResumeClusterCommandInput extends ResumeClusterMessage {
8
11
  }
12
+ /**
13
+ * The output of {@link ResumeClusterCommand}.
14
+ */
9
15
  export interface ResumeClusterCommandOutput extends ResumeClusterResult, __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 { RevokeClusterSecurityGroupIngressMessage, RevokeClusterSecurityGroupIngressResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link RevokeClusterSecurityGroupIngressCommand}.
8
+ */
6
9
  export interface RevokeClusterSecurityGroupIngressCommandInput extends RevokeClusterSecurityGroupIngressMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link RevokeClusterSecurityGroupIngressCommand}.
13
+ */
8
14
  export interface RevokeClusterSecurityGroupIngressCommandOutput extends RevokeClusterSecurityGroupIngressResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EndpointAuthorization } from "../models/models_0";
5
5
  import { RevokeEndpointAccessMessage } from "../models/models_1";
6
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
7
+ /**
8
+ * The input for {@link RevokeEndpointAccessCommand}.
9
+ */
7
10
  export interface RevokeEndpointAccessCommandInput extends RevokeEndpointAccessMessage {
8
11
  }
12
+ /**
13
+ * The output of {@link RevokeEndpointAccessCommand}.
14
+ */
9
15
  export interface RevokeEndpointAccessCommandOutput extends EndpointAuthorization, __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 { RevokeSnapshotAccessMessage, RevokeSnapshotAccessResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link RevokeSnapshotAccessCommand}.
8
+ */
6
9
  export interface RevokeSnapshotAccessCommandInput extends RevokeSnapshotAccessMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link RevokeSnapshotAccessCommand}.
13
+ */
8
14
  export interface RevokeSnapshotAccessCommandOutput extends RevokeSnapshotAccessResult, __MetadataBearer {
9
15
  }
10
16
  /**