@aws-sdk/client-redshift 3.325.0 → 3.327.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 (120) hide show
  1. package/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +25 -0
  2. package/dist-types/commands/AddPartnerCommand.d.ts +7 -0
  3. package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +18 -0
  4. package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +40 -0
  5. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +18 -0
  6. package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +16 -0
  7. package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +53 -0
  8. package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +16 -0
  10. package/dist-types/commands/CancelResizeCommand.d.ts +27 -0
  11. package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +53 -0
  12. package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +7 -0
  13. package/dist-types/commands/CreateClusterCommand.d.ts +176 -0
  14. package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +40 -0
  16. package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +53 -0
  17. package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +31 -0
  18. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +31 -0
  19. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +27 -0
  20. package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +15 -0
  21. package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +17 -0
  22. package/dist-types/commands/CreateScheduledActionCommand.d.ts +32 -0
  23. package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +15 -0
  24. package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +26 -0
  25. package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
  26. package/dist-types/commands/CreateUsageLimitCommand.d.ts +18 -0
  27. package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +18 -0
  28. package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteClusterCommand.d.ts +176 -0
  30. package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +4 -0
  31. package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +4 -0
  32. package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +53 -0
  33. package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +4 -0
  34. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +31 -0
  35. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +4 -0
  36. package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +4 -0
  37. package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +4 -0
  38. package/dist-types/commands/DeletePartnerCommand.d.ts +7 -0
  39. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +4 -0
  41. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +4 -0
  42. package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
  43. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +4 -0
  44. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +15 -0
  45. package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +11 -0
  46. package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +20 -0
  47. package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +19 -0
  48. package/dist-types/commands/DescribeClusterParametersCommand.d.ts +19 -0
  49. package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +43 -0
  50. package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +56 -0
  51. package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +34 -0
  52. package/dist-types/commands/DescribeClusterTracksCommand.d.ts +23 -0
  53. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +13 -0
  54. package/dist-types/commands/DescribeClustersCommand.d.ts +179 -0
  55. package/dist-types/commands/DescribeDataSharesCommand.d.ts +23 -0
  56. package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +23 -0
  57. package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +23 -0
  58. package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +22 -0
  59. package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +36 -0
  60. package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +21 -0
  61. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +20 -0
  62. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +30 -0
  63. package/dist-types/commands/DescribeEventsCommand.d.ts +19 -0
  64. package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +18 -0
  65. package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +20 -0
  66. package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +15 -0
  67. package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +14 -0
  68. package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +23 -0
  69. package/dist-types/commands/DescribePartnersCommand.d.ts +15 -0
  70. package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +19 -0
  71. package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +24 -0
  72. package/dist-types/commands/DescribeReservedNodesCommand.d.ts +28 -0
  73. package/dist-types/commands/DescribeResizeCommand.d.ts +27 -0
  74. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +37 -0
  75. package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +18 -0
  76. package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +31 -0
  77. package/dist-types/commands/DescribeStorageCommand.d.ts +7 -0
  78. package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +24 -0
  79. package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
  80. package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +23 -0
  81. package/dist-types/commands/DisableLoggingCommand.d.ts +15 -0
  82. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +176 -0
  83. package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +18 -0
  84. package/dist-types/commands/EnableLoggingCommand.d.ts +15 -0
  85. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +176 -0
  86. package/dist-types/commands/GetClusterCredentialsCommand.d.ts +8 -0
  87. package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +9 -0
  88. package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +47 -0
  89. package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +24 -0
  90. package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +9 -0
  91. package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +7 -0
  92. package/dist-types/commands/ModifyClusterCommand.d.ts +176 -0
  93. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +176 -0
  94. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +176 -0
  95. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +176 -0
  96. package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +7 -0
  97. package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +53 -0
  98. package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +4 -0
  99. package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +31 -0
  100. package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +31 -0
  101. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +27 -0
  102. package/dist-types/commands/ModifyScheduledActionCommand.d.ts +32 -0
  103. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +176 -0
  104. package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +26 -0
  105. package/dist-types/commands/ModifyUsageLimitCommand.d.ts +18 -0
  106. package/dist-types/commands/PauseClusterCommand.d.ts +176 -0
  107. package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +25 -0
  108. package/dist-types/commands/RebootClusterCommand.d.ts +176 -0
  109. package/dist-types/commands/RejectDataShareCommand.d.ts +18 -0
  110. package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +7 -0
  111. package/dist-types/commands/ResizeClusterCommand.d.ts +176 -0
  112. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +176 -0
  113. package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +21 -0
  114. package/dist-types/commands/ResumeClusterCommand.d.ts +176 -0
  115. package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +40 -0
  116. package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +16 -0
  117. package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +53 -0
  118. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +176 -0
  119. package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +7 -0
  120. package/package.json +7 -7
@@ -45,6 +45,23 @@ export interface DescribeClusterParametersCommandOutput extends ClusterParameter
45
45
  * };
46
46
  * const command = new DescribeClusterParametersCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // ClusterParameterGroupDetails
49
+ * // Parameters: [ // ParametersList
50
+ * // { // Parameter
51
+ * // ParameterName: "STRING_VALUE",
52
+ * // ParameterValue: "STRING_VALUE",
53
+ * // Description: "STRING_VALUE",
54
+ * // Source: "STRING_VALUE",
55
+ * // DataType: "STRING_VALUE",
56
+ * // AllowedValues: "STRING_VALUE",
57
+ * // ApplyType: "static" || "dynamic",
58
+ * // IsModifiable: true || false,
59
+ * // MinimumEngineVersion: "STRING_VALUE",
60
+ * // },
61
+ * // ],
62
+ * // Marker: "STRING_VALUE",
63
+ * // };
64
+ *
48
65
  * ```
49
66
  *
50
67
  * @param DescribeClusterParametersCommandInput - {@link DescribeClusterParametersCommandInput}
@@ -56,6 +73,8 @@ export interface DescribeClusterParametersCommandOutput extends ClusterParameter
56
73
  * @throws {@link ClusterParameterGroupNotFoundFault} (client fault)
57
74
  * <p>The parameter group name does not refer to an existing parameter group.</p>
58
75
  *
76
+ * @throws {@link RedshiftServiceException}
77
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
59
78
  *
60
79
  */
61
80
  export declare class DescribeClusterParametersCommand extends $Command<DescribeClusterParametersCommandInput, DescribeClusterParametersCommandOutput, RedshiftClientResolvedConfig> {
@@ -53,6 +53,47 @@ export interface DescribeClusterSecurityGroupsCommandOutput extends ClusterSecur
53
53
  * };
54
54
  * const command = new DescribeClusterSecurityGroupsCommand(input);
55
55
  * const response = await client.send(command);
56
+ * // { // ClusterSecurityGroupMessage
57
+ * // Marker: "STRING_VALUE",
58
+ * // ClusterSecurityGroups: [ // ClusterSecurityGroups
59
+ * // { // ClusterSecurityGroup
60
+ * // ClusterSecurityGroupName: "STRING_VALUE",
61
+ * // Description: "STRING_VALUE",
62
+ * // EC2SecurityGroups: [ // EC2SecurityGroupList
63
+ * // { // EC2SecurityGroup
64
+ * // Status: "STRING_VALUE",
65
+ * // EC2SecurityGroupName: "STRING_VALUE",
66
+ * // EC2SecurityGroupOwnerId: "STRING_VALUE",
67
+ * // Tags: [ // TagList
68
+ * // { // Tag
69
+ * // Key: "STRING_VALUE",
70
+ * // Value: "STRING_VALUE",
71
+ * // },
72
+ * // ],
73
+ * // },
74
+ * // ],
75
+ * // IPRanges: [ // IPRangeList
76
+ * // { // IPRange
77
+ * // Status: "STRING_VALUE",
78
+ * // CIDRIP: "STRING_VALUE",
79
+ * // Tags: [
80
+ * // {
81
+ * // Key: "STRING_VALUE",
82
+ * // Value: "STRING_VALUE",
83
+ * // },
84
+ * // ],
85
+ * // },
86
+ * // ],
87
+ * // Tags: [
88
+ * // {
89
+ * // Key: "STRING_VALUE",
90
+ * // Value: "STRING_VALUE",
91
+ * // },
92
+ * // ],
93
+ * // },
94
+ * // ],
95
+ * // };
96
+ *
56
97
  * ```
57
98
  *
58
99
  * @param DescribeClusterSecurityGroupsCommandInput - {@link DescribeClusterSecurityGroupsCommandInput}
@@ -68,6 +109,8 @@ export interface DescribeClusterSecurityGroupsCommandOutput extends ClusterSecur
68
109
  * @throws {@link InvalidTagFault} (client fault)
69
110
  * <p>The tag is invalid.</p>
70
111
  *
112
+ * @throws {@link RedshiftServiceException}
113
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
71
114
  *
72
115
  */
73
116
  export declare class DescribeClusterSecurityGroupsCommand extends $Command<DescribeClusterSecurityGroupsCommandInput, DescribeClusterSecurityGroupsCommandOutput, RedshiftClientResolvedConfig> {
@@ -64,6 +64,60 @@ export interface DescribeClusterSnapshotsCommandOutput extends SnapshotMessage,
64
64
  * };
65
65
  * const command = new DescribeClusterSnapshotsCommand(input);
66
66
  * const response = await client.send(command);
67
+ * // { // SnapshotMessage
68
+ * // Marker: "STRING_VALUE",
69
+ * // Snapshots: [ // SnapshotList
70
+ * // { // Snapshot
71
+ * // SnapshotIdentifier: "STRING_VALUE",
72
+ * // ClusterIdentifier: "STRING_VALUE",
73
+ * // SnapshotCreateTime: new Date("TIMESTAMP"),
74
+ * // Status: "STRING_VALUE",
75
+ * // Port: Number("int"),
76
+ * // AvailabilityZone: "STRING_VALUE",
77
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
78
+ * // MasterUsername: "STRING_VALUE",
79
+ * // ClusterVersion: "STRING_VALUE",
80
+ * // EngineFullVersion: "STRING_VALUE",
81
+ * // SnapshotType: "STRING_VALUE",
82
+ * // NodeType: "STRING_VALUE",
83
+ * // NumberOfNodes: Number("int"),
84
+ * // DBName: "STRING_VALUE",
85
+ * // VpcId: "STRING_VALUE",
86
+ * // Encrypted: true || false,
87
+ * // KmsKeyId: "STRING_VALUE",
88
+ * // EncryptedWithHSM: true || false,
89
+ * // AccountsWithRestoreAccess: [ // AccountsWithRestoreAccessList
90
+ * // { // AccountWithRestoreAccess
91
+ * // AccountId: "STRING_VALUE",
92
+ * // AccountAlias: "STRING_VALUE",
93
+ * // },
94
+ * // ],
95
+ * // OwnerAccount: "STRING_VALUE",
96
+ * // TotalBackupSizeInMegaBytes: Number("double"),
97
+ * // ActualIncrementalBackupSizeInMegaBytes: Number("double"),
98
+ * // BackupProgressInMegaBytes: Number("double"),
99
+ * // CurrentBackupRateInMegaBytesPerSecond: Number("double"),
100
+ * // EstimatedSecondsToCompletion: Number("long"),
101
+ * // ElapsedTimeInSeconds: Number("long"),
102
+ * // SourceRegion: "STRING_VALUE",
103
+ * // Tags: [ // TagList
104
+ * // { // Tag
105
+ * // Key: "STRING_VALUE",
106
+ * // Value: "STRING_VALUE",
107
+ * // },
108
+ * // ],
109
+ * // RestorableNodeTypes: [ // RestorableNodeTypeList
110
+ * // "STRING_VALUE",
111
+ * // ],
112
+ * // EnhancedVpcRouting: true || false,
113
+ * // MaintenanceTrackName: "STRING_VALUE",
114
+ * // ManualSnapshotRetentionPeriod: Number("int"),
115
+ * // ManualSnapshotRemainingDays: Number("int"),
116
+ * // SnapshotRetentionStartTime: new Date("TIMESTAMP"),
117
+ * // },
118
+ * // ],
119
+ * // };
120
+ *
67
121
  * ```
68
122
  *
69
123
  * @param DescribeClusterSnapshotsCommandInput - {@link DescribeClusterSnapshotsCommandInput}
@@ -85,6 +139,8 @@ export interface DescribeClusterSnapshotsCommandOutput extends SnapshotMessage,
85
139
  * @throws {@link UnsupportedOperationFault} (client fault)
86
140
  * <p>The requested operation isn't supported.</p>
87
141
  *
142
+ * @throws {@link RedshiftServiceException}
143
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
88
144
  *
89
145
  */
90
146
  export declare class DescribeClusterSnapshotsCommand extends $Command<DescribeClusterSnapshotsCommandInput, DescribeClusterSnapshotsCommandOutput, RedshiftClientResolvedConfig> {
@@ -49,6 +49,38 @@ export interface DescribeClusterSubnetGroupsCommandOutput extends ClusterSubnetG
49
49
  * };
50
50
  * const command = new DescribeClusterSubnetGroupsCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // ClusterSubnetGroupMessage
53
+ * // Marker: "STRING_VALUE",
54
+ * // ClusterSubnetGroups: [ // ClusterSubnetGroups
55
+ * // { // ClusterSubnetGroup
56
+ * // ClusterSubnetGroupName: "STRING_VALUE",
57
+ * // Description: "STRING_VALUE",
58
+ * // VpcId: "STRING_VALUE",
59
+ * // SubnetGroupStatus: "STRING_VALUE",
60
+ * // Subnets: [ // SubnetList
61
+ * // { // Subnet
62
+ * // SubnetIdentifier: "STRING_VALUE",
63
+ * // SubnetAvailabilityZone: { // AvailabilityZone
64
+ * // Name: "STRING_VALUE",
65
+ * // SupportedPlatforms: [ // SupportedPlatformsList
66
+ * // { // SupportedPlatform
67
+ * // Name: "STRING_VALUE",
68
+ * // },
69
+ * // ],
70
+ * // },
71
+ * // SubnetStatus: "STRING_VALUE",
72
+ * // },
73
+ * // ],
74
+ * // Tags: [ // TagList
75
+ * // { // Tag
76
+ * // Key: "STRING_VALUE",
77
+ * // Value: "STRING_VALUE",
78
+ * // },
79
+ * // ],
80
+ * // },
81
+ * // ],
82
+ * // };
83
+ *
52
84
  * ```
53
85
  *
54
86
  * @param DescribeClusterSubnetGroupsCommandInput - {@link DescribeClusterSubnetGroupsCommandInput}
@@ -64,6 +96,8 @@ export interface DescribeClusterSubnetGroupsCommandOutput extends ClusterSubnetG
64
96
  * @throws {@link InvalidTagFault} (client fault)
65
97
  * <p>The tag is invalid.</p>
66
98
  *
99
+ * @throws {@link RedshiftServiceException}
100
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
67
101
  *
68
102
  */
69
103
  export declare class DescribeClusterSubnetGroupsCommand extends $Command<DescribeClusterSubnetGroupsCommandInput, DescribeClusterSubnetGroupsCommandOutput, RedshiftClientResolvedConfig> {
@@ -33,6 +33,27 @@ export interface DescribeClusterTracksCommandOutput extends TrackListMessage, __
33
33
  * };
34
34
  * const command = new DescribeClusterTracksCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // TrackListMessage
37
+ * // MaintenanceTracks: [ // TrackList
38
+ * // { // MaintenanceTrack
39
+ * // MaintenanceTrackName: "STRING_VALUE",
40
+ * // DatabaseVersion: "STRING_VALUE",
41
+ * // UpdateTargets: [ // EligibleTracksToUpdateList
42
+ * // { // UpdateTarget
43
+ * // MaintenanceTrackName: "STRING_VALUE",
44
+ * // DatabaseVersion: "STRING_VALUE",
45
+ * // SupportedOperations: [ // SupportedOperationList
46
+ * // { // SupportedOperation
47
+ * // OperationName: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // },
51
+ * // ],
52
+ * // },
53
+ * // ],
54
+ * // Marker: "STRING_VALUE",
55
+ * // };
56
+ *
36
57
  * ```
37
58
  *
38
59
  * @param DescribeClusterTracksCommandInput - {@link DescribeClusterTracksCommandInput}
@@ -47,6 +68,8 @@ export interface DescribeClusterTracksCommandOutput extends TrackListMessage, __
47
68
  * @throws {@link UnauthorizedOperation} (client fault)
48
69
  * <p>Your account is not authorized to perform the requested operation.</p>
49
70
  *
71
+ * @throws {@link RedshiftServiceException}
72
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
50
73
  *
51
74
  */
52
75
  export declare class DescribeClusterTracksCommand extends $Command<DescribeClusterTracksCommandInput, DescribeClusterTracksCommandOutput, RedshiftClientResolvedConfig> {
@@ -39,6 +39,17 @@ export interface DescribeClusterVersionsCommandOutput extends ClusterVersionsMes
39
39
  * };
40
40
  * const command = new DescribeClusterVersionsCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // ClusterVersionsMessage
43
+ * // Marker: "STRING_VALUE",
44
+ * // ClusterVersions: [ // ClusterVersionList
45
+ * // { // ClusterVersion
46
+ * // ClusterVersion: "STRING_VALUE",
47
+ * // ClusterParameterGroupFamily: "STRING_VALUE",
48
+ * // Description: "STRING_VALUE",
49
+ * // },
50
+ * // ],
51
+ * // };
52
+ *
42
53
  * ```
43
54
  *
44
55
  * @param DescribeClusterVersionsCommandInput - {@link DescribeClusterVersionsCommandInput}
@@ -47,6 +58,8 @@ export interface DescribeClusterVersionsCommandOutput extends ClusterVersionsMes
47
58
  * @see {@link DescribeClusterVersionsCommandOutput} for command's `response` shape.
48
59
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
49
60
  *
61
+ * @throws {@link RedshiftServiceException}
62
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
50
63
  *
51
64
  */
52
65
  export declare class DescribeClusterVersionsCommand extends $Command<DescribeClusterVersionsCommandInput, DescribeClusterVersionsCommandOutput, RedshiftClientResolvedConfig> {
@@ -51,6 +51,183 @@ export interface DescribeClustersCommandOutput extends ClustersMessage, __Metada
51
51
  * };
52
52
  * const command = new DescribeClustersCommand(input);
53
53
  * const response = await client.send(command);
54
+ * // { // ClustersMessage
55
+ * // Marker: "STRING_VALUE",
56
+ * // Clusters: [ // ClusterList
57
+ * // { // Cluster
58
+ * // ClusterIdentifier: "STRING_VALUE",
59
+ * // NodeType: "STRING_VALUE",
60
+ * // ClusterStatus: "STRING_VALUE",
61
+ * // ClusterAvailabilityStatus: "STRING_VALUE",
62
+ * // ModifyStatus: "STRING_VALUE",
63
+ * // MasterUsername: "STRING_VALUE",
64
+ * // DBName: "STRING_VALUE",
65
+ * // Endpoint: { // Endpoint
66
+ * // Address: "STRING_VALUE",
67
+ * // Port: Number("int"),
68
+ * // VpcEndpoints: [ // VpcEndpointsList
69
+ * // { // VpcEndpoint
70
+ * // VpcEndpointId: "STRING_VALUE",
71
+ * // VpcId: "STRING_VALUE",
72
+ * // NetworkInterfaces: [ // NetworkInterfaceList
73
+ * // { // NetworkInterface
74
+ * // NetworkInterfaceId: "STRING_VALUE",
75
+ * // SubnetId: "STRING_VALUE",
76
+ * // PrivateIpAddress: "STRING_VALUE",
77
+ * // AvailabilityZone: "STRING_VALUE",
78
+ * // },
79
+ * // ],
80
+ * // },
81
+ * // ],
82
+ * // },
83
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
84
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
85
+ * // ManualSnapshotRetentionPeriod: Number("int"),
86
+ * // ClusterSecurityGroups: [ // ClusterSecurityGroupMembershipList
87
+ * // { // ClusterSecurityGroupMembership
88
+ * // ClusterSecurityGroupName: "STRING_VALUE",
89
+ * // Status: "STRING_VALUE",
90
+ * // },
91
+ * // ],
92
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
93
+ * // { // VpcSecurityGroupMembership
94
+ * // VpcSecurityGroupId: "STRING_VALUE",
95
+ * // Status: "STRING_VALUE",
96
+ * // },
97
+ * // ],
98
+ * // ClusterParameterGroups: [ // ClusterParameterGroupStatusList
99
+ * // { // ClusterParameterGroupStatus
100
+ * // ParameterGroupName: "STRING_VALUE",
101
+ * // ParameterApplyStatus: "STRING_VALUE",
102
+ * // ClusterParameterStatusList: [ // ClusterParameterStatusList
103
+ * // { // ClusterParameterStatus
104
+ * // ParameterName: "STRING_VALUE",
105
+ * // ParameterApplyStatus: "STRING_VALUE",
106
+ * // ParameterApplyErrorDescription: "STRING_VALUE",
107
+ * // },
108
+ * // ],
109
+ * // },
110
+ * // ],
111
+ * // ClusterSubnetGroupName: "STRING_VALUE",
112
+ * // VpcId: "STRING_VALUE",
113
+ * // AvailabilityZone: "STRING_VALUE",
114
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
115
+ * // PendingModifiedValues: { // PendingModifiedValues
116
+ * // MasterUserPassword: "STRING_VALUE",
117
+ * // NodeType: "STRING_VALUE",
118
+ * // NumberOfNodes: Number("int"),
119
+ * // ClusterType: "STRING_VALUE",
120
+ * // ClusterVersion: "STRING_VALUE",
121
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
122
+ * // ClusterIdentifier: "STRING_VALUE",
123
+ * // PubliclyAccessible: true || false,
124
+ * // EnhancedVpcRouting: true || false,
125
+ * // MaintenanceTrackName: "STRING_VALUE",
126
+ * // EncryptionType: "STRING_VALUE",
127
+ * // },
128
+ * // ClusterVersion: "STRING_VALUE",
129
+ * // AllowVersionUpgrade: true || false,
130
+ * // NumberOfNodes: Number("int"),
131
+ * // PubliclyAccessible: true || false,
132
+ * // Encrypted: true || false,
133
+ * // RestoreStatus: { // RestoreStatus
134
+ * // Status: "STRING_VALUE",
135
+ * // CurrentRestoreRateInMegaBytesPerSecond: Number("double"),
136
+ * // SnapshotSizeInMegaBytes: Number("long"),
137
+ * // ProgressInMegaBytes: Number("long"),
138
+ * // ElapsedTimeInSeconds: Number("long"),
139
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
140
+ * // },
141
+ * // DataTransferProgress: { // DataTransferProgress
142
+ * // Status: "STRING_VALUE",
143
+ * // CurrentRateInMegaBytesPerSecond: Number("double"),
144
+ * // TotalDataInMegaBytes: Number("long"),
145
+ * // DataTransferredInMegaBytes: Number("long"),
146
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
147
+ * // ElapsedTimeInSeconds: Number("long"),
148
+ * // },
149
+ * // HsmStatus: { // HsmStatus
150
+ * // HsmClientCertificateIdentifier: "STRING_VALUE",
151
+ * // HsmConfigurationIdentifier: "STRING_VALUE",
152
+ * // Status: "STRING_VALUE",
153
+ * // },
154
+ * // ClusterSnapshotCopyStatus: { // ClusterSnapshotCopyStatus
155
+ * // DestinationRegion: "STRING_VALUE",
156
+ * // RetentionPeriod: Number("long"),
157
+ * // ManualSnapshotRetentionPeriod: Number("int"),
158
+ * // SnapshotCopyGrantName: "STRING_VALUE",
159
+ * // },
160
+ * // ClusterPublicKey: "STRING_VALUE",
161
+ * // ClusterNodes: [ // ClusterNodesList
162
+ * // { // ClusterNode
163
+ * // NodeRole: "STRING_VALUE",
164
+ * // PrivateIPAddress: "STRING_VALUE",
165
+ * // PublicIPAddress: "STRING_VALUE",
166
+ * // },
167
+ * // ],
168
+ * // ElasticIpStatus: { // ElasticIpStatus
169
+ * // ElasticIp: "STRING_VALUE",
170
+ * // Status: "STRING_VALUE",
171
+ * // },
172
+ * // ClusterRevisionNumber: "STRING_VALUE",
173
+ * // Tags: [ // TagList
174
+ * // { // Tag
175
+ * // Key: "STRING_VALUE",
176
+ * // Value: "STRING_VALUE",
177
+ * // },
178
+ * // ],
179
+ * // KmsKeyId: "STRING_VALUE",
180
+ * // EnhancedVpcRouting: true || false,
181
+ * // IamRoles: [ // ClusterIamRoleList
182
+ * // { // ClusterIamRole
183
+ * // IamRoleArn: "STRING_VALUE",
184
+ * // ApplyStatus: "STRING_VALUE",
185
+ * // },
186
+ * // ],
187
+ * // PendingActions: [ // PendingActionsList
188
+ * // "STRING_VALUE",
189
+ * // ],
190
+ * // MaintenanceTrackName: "STRING_VALUE",
191
+ * // ElasticResizeNumberOfNodeOptions: "STRING_VALUE",
192
+ * // DeferredMaintenanceWindows: [ // DeferredMaintenanceWindowsList
193
+ * // { // DeferredMaintenanceWindow
194
+ * // DeferMaintenanceIdentifier: "STRING_VALUE",
195
+ * // DeferMaintenanceStartTime: new Date("TIMESTAMP"),
196
+ * // DeferMaintenanceEndTime: new Date("TIMESTAMP"),
197
+ * // },
198
+ * // ],
199
+ * // SnapshotScheduleIdentifier: "STRING_VALUE",
200
+ * // SnapshotScheduleState: "MODIFYING" || "ACTIVE" || "FAILED",
201
+ * // ExpectedNextSnapshotScheduleTime: new Date("TIMESTAMP"),
202
+ * // ExpectedNextSnapshotScheduleTimeStatus: "STRING_VALUE",
203
+ * // NextMaintenanceWindowStartTime: new Date("TIMESTAMP"),
204
+ * // ResizeInfo: { // ResizeInfo
205
+ * // ResizeType: "STRING_VALUE",
206
+ * // AllowCancelResize: true || false,
207
+ * // },
208
+ * // AvailabilityZoneRelocationStatus: "STRING_VALUE",
209
+ * // ClusterNamespaceArn: "STRING_VALUE",
210
+ * // TotalStorageCapacityInMegaBytes: Number("long"),
211
+ * // AquaConfiguration: { // AquaConfiguration
212
+ * // AquaStatus: "enabled" || "disabled" || "applying",
213
+ * // AquaConfigurationStatus: "enabled" || "disabled" || "auto",
214
+ * // },
215
+ * // DefaultIamRoleArn: "STRING_VALUE",
216
+ * // ReservedNodeExchangeStatus: { // ReservedNodeExchangeStatus
217
+ * // ReservedNodeExchangeRequestId: "STRING_VALUE",
218
+ * // Status: "REQUESTED" || "PENDING" || "IN_PROGRESS" || "RETRYING" || "SUCCEEDED" || "FAILED",
219
+ * // RequestTime: new Date("TIMESTAMP"),
220
+ * // SourceReservedNodeId: "STRING_VALUE",
221
+ * // SourceReservedNodeType: "STRING_VALUE",
222
+ * // SourceReservedNodeCount: Number("int"),
223
+ * // TargetReservedNodeOfferingId: "STRING_VALUE",
224
+ * // TargetReservedNodeType: "STRING_VALUE",
225
+ * // TargetReservedNodeCount: Number("int"),
226
+ * // },
227
+ * // },
228
+ * // ],
229
+ * // };
230
+ *
54
231
  * ```
55
232
  *
56
233
  * @param DescribeClustersCommandInput - {@link DescribeClustersCommandInput}
@@ -66,6 +243,8 @@ export interface DescribeClustersCommandOutput extends ClustersMessage, __Metada
66
243
  * @throws {@link InvalidTagFault} (client fault)
67
244
  * <p>The tag is invalid.</p>
68
245
  *
246
+ * @throws {@link RedshiftServiceException}
247
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
69
248
  *
70
249
  */
71
250
  export declare class DescribeClustersCommand extends $Command<DescribeClustersCommandInput, DescribeClustersCommandOutput, RedshiftClientResolvedConfig> {
@@ -34,6 +34,27 @@ export interface DescribeDataSharesCommandOutput extends DescribeDataSharesResul
34
34
  * };
35
35
  * const command = new DescribeDataSharesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeDataSharesResult
38
+ * // DataShares: [ // DataShareList
39
+ * // { // DataShare
40
+ * // DataShareArn: "STRING_VALUE",
41
+ * // ProducerArn: "STRING_VALUE",
42
+ * // AllowPubliclyAccessibleConsumers: true || false,
43
+ * // DataShareAssociations: [ // DataShareAssociationList
44
+ * // { // DataShareAssociation
45
+ * // ConsumerIdentifier: "STRING_VALUE",
46
+ * // Status: "ACTIVE" || "PENDING_AUTHORIZATION" || "AUTHORIZED" || "DEAUTHORIZED" || "REJECTED" || "AVAILABLE",
47
+ * // ConsumerRegion: "STRING_VALUE",
48
+ * // CreatedDate: new Date("TIMESTAMP"),
49
+ * // StatusChangeDate: new Date("TIMESTAMP"),
50
+ * // },
51
+ * // ],
52
+ * // ManagedBy: "STRING_VALUE",
53
+ * // },
54
+ * // ],
55
+ * // Marker: "STRING_VALUE",
56
+ * // };
57
+ *
37
58
  * ```
38
59
  *
39
60
  * @param DescribeDataSharesCommandInput - {@link DescribeDataSharesCommandInput}
@@ -45,6 +66,8 @@ export interface DescribeDataSharesCommandOutput extends DescribeDataSharesResul
45
66
  * @throws {@link InvalidDataShareFault} (client fault)
46
67
  * <p>There is an error with the datashare.</p>
47
68
  *
69
+ * @throws {@link RedshiftServiceException}
70
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
48
71
  *
49
72
  */
50
73
  export declare class DescribeDataSharesCommand extends $Command<DescribeDataSharesCommandInput, DescribeDataSharesCommandOutput, RedshiftClientResolvedConfig> {
@@ -34,6 +34,27 @@ export interface DescribeDataSharesForConsumerCommandOutput extends DescribeData
34
34
  * };
35
35
  * const command = new DescribeDataSharesForConsumerCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeDataSharesForConsumerResult
38
+ * // DataShares: [ // DataShareList
39
+ * // { // DataShare
40
+ * // DataShareArn: "STRING_VALUE",
41
+ * // ProducerArn: "STRING_VALUE",
42
+ * // AllowPubliclyAccessibleConsumers: true || false,
43
+ * // DataShareAssociations: [ // DataShareAssociationList
44
+ * // { // DataShareAssociation
45
+ * // ConsumerIdentifier: "STRING_VALUE",
46
+ * // Status: "ACTIVE" || "PENDING_AUTHORIZATION" || "AUTHORIZED" || "DEAUTHORIZED" || "REJECTED" || "AVAILABLE",
47
+ * // ConsumerRegion: "STRING_VALUE",
48
+ * // CreatedDate: new Date("TIMESTAMP"),
49
+ * // StatusChangeDate: new Date("TIMESTAMP"),
50
+ * // },
51
+ * // ],
52
+ * // ManagedBy: "STRING_VALUE",
53
+ * // },
54
+ * // ],
55
+ * // Marker: "STRING_VALUE",
56
+ * // };
57
+ *
37
58
  * ```
38
59
  *
39
60
  * @param DescribeDataSharesForConsumerCommandInput - {@link DescribeDataSharesForConsumerCommandInput}
@@ -45,6 +66,8 @@ export interface DescribeDataSharesForConsumerCommandOutput extends DescribeData
45
66
  * @throws {@link InvalidNamespaceFault} (client fault)
46
67
  * <p>The namespace isn't valid because the namespace doesn't exist. Provide a valid namespace.</p>
47
68
  *
69
+ * @throws {@link RedshiftServiceException}
70
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
48
71
  *
49
72
  */
50
73
  export declare class DescribeDataSharesForConsumerCommand extends $Command<DescribeDataSharesForConsumerCommandInput, DescribeDataSharesForConsumerCommandOutput, RedshiftClientResolvedConfig> {
@@ -34,6 +34,27 @@ export interface DescribeDataSharesForProducerCommandOutput extends DescribeData
34
34
  * };
35
35
  * const command = new DescribeDataSharesForProducerCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeDataSharesForProducerResult
38
+ * // DataShares: [ // DataShareList
39
+ * // { // DataShare
40
+ * // DataShareArn: "STRING_VALUE",
41
+ * // ProducerArn: "STRING_VALUE",
42
+ * // AllowPubliclyAccessibleConsumers: true || false,
43
+ * // DataShareAssociations: [ // DataShareAssociationList
44
+ * // { // DataShareAssociation
45
+ * // ConsumerIdentifier: "STRING_VALUE",
46
+ * // Status: "ACTIVE" || "PENDING_AUTHORIZATION" || "AUTHORIZED" || "DEAUTHORIZED" || "REJECTED" || "AVAILABLE",
47
+ * // ConsumerRegion: "STRING_VALUE",
48
+ * // CreatedDate: new Date("TIMESTAMP"),
49
+ * // StatusChangeDate: new Date("TIMESTAMP"),
50
+ * // },
51
+ * // ],
52
+ * // ManagedBy: "STRING_VALUE",
53
+ * // },
54
+ * // ],
55
+ * // Marker: "STRING_VALUE",
56
+ * // };
57
+ *
37
58
  * ```
38
59
  *
39
60
  * @param DescribeDataSharesForProducerCommandInput - {@link DescribeDataSharesForProducerCommandInput}
@@ -45,6 +66,8 @@ export interface DescribeDataSharesForProducerCommandOutput extends DescribeData
45
66
  * @throws {@link InvalidNamespaceFault} (client fault)
46
67
  * <p>The namespace isn't valid because the namespace doesn't exist. Provide a valid namespace.</p>
47
68
  *
69
+ * @throws {@link RedshiftServiceException}
70
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
48
71
  *
49
72
  */
50
73
  export declare class DescribeDataSharesForProducerCommand extends $Command<DescribeDataSharesForProducerCommandInput, DescribeDataSharesForProducerCommandOutput, RedshiftClientResolvedConfig> {
@@ -38,6 +38,26 @@ export interface DescribeDefaultClusterParametersCommandOutput extends DescribeD
38
38
  * };
39
39
  * const command = new DescribeDefaultClusterParametersCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DescribeDefaultClusterParametersResult
42
+ * // DefaultClusterParameters: { // DefaultClusterParameters
43
+ * // ParameterGroupFamily: "STRING_VALUE",
44
+ * // Marker: "STRING_VALUE",
45
+ * // Parameters: [ // ParametersList
46
+ * // { // Parameter
47
+ * // ParameterName: "STRING_VALUE",
48
+ * // ParameterValue: "STRING_VALUE",
49
+ * // Description: "STRING_VALUE",
50
+ * // Source: "STRING_VALUE",
51
+ * // DataType: "STRING_VALUE",
52
+ * // AllowedValues: "STRING_VALUE",
53
+ * // ApplyType: "static" || "dynamic",
54
+ * // IsModifiable: true || false,
55
+ * // MinimumEngineVersion: "STRING_VALUE",
56
+ * // },
57
+ * // ],
58
+ * // },
59
+ * // };
60
+ *
41
61
  * ```
42
62
  *
43
63
  * @param DescribeDefaultClusterParametersCommandInput - {@link DescribeDefaultClusterParametersCommandInput}
@@ -46,6 +66,8 @@ export interface DescribeDefaultClusterParametersCommandOutput extends DescribeD
46
66
  * @see {@link DescribeDefaultClusterParametersCommandOutput} for command's `response` shape.
47
67
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
48
68
  *
69
+ * @throws {@link RedshiftServiceException}
70
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
49
71
  *
50
72
  */
51
73
  export declare class DescribeDefaultClusterParametersCommand extends $Command<DescribeDefaultClusterParametersCommandInput, DescribeDefaultClusterParametersCommandOutput, RedshiftClientResolvedConfig> {