@aws-sdk/client-redshift 3.321.1 → 3.326.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 +16 -16
@@ -32,6 +32,180 @@ export interface ResumeClusterCommandOutput extends ResumeClusterResult, __Metad
32
32
  * };
33
33
  * const command = new ResumeClusterCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ResumeClusterResult
36
+ * // Cluster: { // Cluster
37
+ * // ClusterIdentifier: "STRING_VALUE",
38
+ * // NodeType: "STRING_VALUE",
39
+ * // ClusterStatus: "STRING_VALUE",
40
+ * // ClusterAvailabilityStatus: "STRING_VALUE",
41
+ * // ModifyStatus: "STRING_VALUE",
42
+ * // MasterUsername: "STRING_VALUE",
43
+ * // DBName: "STRING_VALUE",
44
+ * // Endpoint: { // Endpoint
45
+ * // Address: "STRING_VALUE",
46
+ * // Port: Number("int"),
47
+ * // VpcEndpoints: [ // VpcEndpointsList
48
+ * // { // VpcEndpoint
49
+ * // VpcEndpointId: "STRING_VALUE",
50
+ * // VpcId: "STRING_VALUE",
51
+ * // NetworkInterfaces: [ // NetworkInterfaceList
52
+ * // { // NetworkInterface
53
+ * // NetworkInterfaceId: "STRING_VALUE",
54
+ * // SubnetId: "STRING_VALUE",
55
+ * // PrivateIpAddress: "STRING_VALUE",
56
+ * // AvailabilityZone: "STRING_VALUE",
57
+ * // },
58
+ * // ],
59
+ * // },
60
+ * // ],
61
+ * // },
62
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
63
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
64
+ * // ManualSnapshotRetentionPeriod: Number("int"),
65
+ * // ClusterSecurityGroups: [ // ClusterSecurityGroupMembershipList
66
+ * // { // ClusterSecurityGroupMembership
67
+ * // ClusterSecurityGroupName: "STRING_VALUE",
68
+ * // Status: "STRING_VALUE",
69
+ * // },
70
+ * // ],
71
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
72
+ * // { // VpcSecurityGroupMembership
73
+ * // VpcSecurityGroupId: "STRING_VALUE",
74
+ * // Status: "STRING_VALUE",
75
+ * // },
76
+ * // ],
77
+ * // ClusterParameterGroups: [ // ClusterParameterGroupStatusList
78
+ * // { // ClusterParameterGroupStatus
79
+ * // ParameterGroupName: "STRING_VALUE",
80
+ * // ParameterApplyStatus: "STRING_VALUE",
81
+ * // ClusterParameterStatusList: [ // ClusterParameterStatusList
82
+ * // { // ClusterParameterStatus
83
+ * // ParameterName: "STRING_VALUE",
84
+ * // ParameterApplyStatus: "STRING_VALUE",
85
+ * // ParameterApplyErrorDescription: "STRING_VALUE",
86
+ * // },
87
+ * // ],
88
+ * // },
89
+ * // ],
90
+ * // ClusterSubnetGroupName: "STRING_VALUE",
91
+ * // VpcId: "STRING_VALUE",
92
+ * // AvailabilityZone: "STRING_VALUE",
93
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
94
+ * // PendingModifiedValues: { // PendingModifiedValues
95
+ * // MasterUserPassword: "STRING_VALUE",
96
+ * // NodeType: "STRING_VALUE",
97
+ * // NumberOfNodes: Number("int"),
98
+ * // ClusterType: "STRING_VALUE",
99
+ * // ClusterVersion: "STRING_VALUE",
100
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
101
+ * // ClusterIdentifier: "STRING_VALUE",
102
+ * // PubliclyAccessible: true || false,
103
+ * // EnhancedVpcRouting: true || false,
104
+ * // MaintenanceTrackName: "STRING_VALUE",
105
+ * // EncryptionType: "STRING_VALUE",
106
+ * // },
107
+ * // ClusterVersion: "STRING_VALUE",
108
+ * // AllowVersionUpgrade: true || false,
109
+ * // NumberOfNodes: Number("int"),
110
+ * // PubliclyAccessible: true || false,
111
+ * // Encrypted: true || false,
112
+ * // RestoreStatus: { // RestoreStatus
113
+ * // Status: "STRING_VALUE",
114
+ * // CurrentRestoreRateInMegaBytesPerSecond: Number("double"),
115
+ * // SnapshotSizeInMegaBytes: Number("long"),
116
+ * // ProgressInMegaBytes: Number("long"),
117
+ * // ElapsedTimeInSeconds: Number("long"),
118
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
119
+ * // },
120
+ * // DataTransferProgress: { // DataTransferProgress
121
+ * // Status: "STRING_VALUE",
122
+ * // CurrentRateInMegaBytesPerSecond: Number("double"),
123
+ * // TotalDataInMegaBytes: Number("long"),
124
+ * // DataTransferredInMegaBytes: Number("long"),
125
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
126
+ * // ElapsedTimeInSeconds: Number("long"),
127
+ * // },
128
+ * // HsmStatus: { // HsmStatus
129
+ * // HsmClientCertificateIdentifier: "STRING_VALUE",
130
+ * // HsmConfigurationIdentifier: "STRING_VALUE",
131
+ * // Status: "STRING_VALUE",
132
+ * // },
133
+ * // ClusterSnapshotCopyStatus: { // ClusterSnapshotCopyStatus
134
+ * // DestinationRegion: "STRING_VALUE",
135
+ * // RetentionPeriod: Number("long"),
136
+ * // ManualSnapshotRetentionPeriod: Number("int"),
137
+ * // SnapshotCopyGrantName: "STRING_VALUE",
138
+ * // },
139
+ * // ClusterPublicKey: "STRING_VALUE",
140
+ * // ClusterNodes: [ // ClusterNodesList
141
+ * // { // ClusterNode
142
+ * // NodeRole: "STRING_VALUE",
143
+ * // PrivateIPAddress: "STRING_VALUE",
144
+ * // PublicIPAddress: "STRING_VALUE",
145
+ * // },
146
+ * // ],
147
+ * // ElasticIpStatus: { // ElasticIpStatus
148
+ * // ElasticIp: "STRING_VALUE",
149
+ * // Status: "STRING_VALUE",
150
+ * // },
151
+ * // ClusterRevisionNumber: "STRING_VALUE",
152
+ * // Tags: [ // TagList
153
+ * // { // Tag
154
+ * // Key: "STRING_VALUE",
155
+ * // Value: "STRING_VALUE",
156
+ * // },
157
+ * // ],
158
+ * // KmsKeyId: "STRING_VALUE",
159
+ * // EnhancedVpcRouting: true || false,
160
+ * // IamRoles: [ // ClusterIamRoleList
161
+ * // { // ClusterIamRole
162
+ * // IamRoleArn: "STRING_VALUE",
163
+ * // ApplyStatus: "STRING_VALUE",
164
+ * // },
165
+ * // ],
166
+ * // PendingActions: [ // PendingActionsList
167
+ * // "STRING_VALUE",
168
+ * // ],
169
+ * // MaintenanceTrackName: "STRING_VALUE",
170
+ * // ElasticResizeNumberOfNodeOptions: "STRING_VALUE",
171
+ * // DeferredMaintenanceWindows: [ // DeferredMaintenanceWindowsList
172
+ * // { // DeferredMaintenanceWindow
173
+ * // DeferMaintenanceIdentifier: "STRING_VALUE",
174
+ * // DeferMaintenanceStartTime: new Date("TIMESTAMP"),
175
+ * // DeferMaintenanceEndTime: new Date("TIMESTAMP"),
176
+ * // },
177
+ * // ],
178
+ * // SnapshotScheduleIdentifier: "STRING_VALUE",
179
+ * // SnapshotScheduleState: "MODIFYING" || "ACTIVE" || "FAILED",
180
+ * // ExpectedNextSnapshotScheduleTime: new Date("TIMESTAMP"),
181
+ * // ExpectedNextSnapshotScheduleTimeStatus: "STRING_VALUE",
182
+ * // NextMaintenanceWindowStartTime: new Date("TIMESTAMP"),
183
+ * // ResizeInfo: { // ResizeInfo
184
+ * // ResizeType: "STRING_VALUE",
185
+ * // AllowCancelResize: true || false,
186
+ * // },
187
+ * // AvailabilityZoneRelocationStatus: "STRING_VALUE",
188
+ * // ClusterNamespaceArn: "STRING_VALUE",
189
+ * // TotalStorageCapacityInMegaBytes: Number("long"),
190
+ * // AquaConfiguration: { // AquaConfiguration
191
+ * // AquaStatus: "enabled" || "disabled" || "applying",
192
+ * // AquaConfigurationStatus: "enabled" || "disabled" || "auto",
193
+ * // },
194
+ * // DefaultIamRoleArn: "STRING_VALUE",
195
+ * // ReservedNodeExchangeStatus: { // ReservedNodeExchangeStatus
196
+ * // ReservedNodeExchangeRequestId: "STRING_VALUE",
197
+ * // Status: "REQUESTED" || "PENDING" || "IN_PROGRESS" || "RETRYING" || "SUCCEEDED" || "FAILED",
198
+ * // RequestTime: new Date("TIMESTAMP"),
199
+ * // SourceReservedNodeId: "STRING_VALUE",
200
+ * // SourceReservedNodeType: "STRING_VALUE",
201
+ * // SourceReservedNodeCount: Number("int"),
202
+ * // TargetReservedNodeOfferingId: "STRING_VALUE",
203
+ * // TargetReservedNodeType: "STRING_VALUE",
204
+ * // TargetReservedNodeCount: Number("int"),
205
+ * // },
206
+ * // },
207
+ * // };
208
+ *
35
209
  * ```
36
210
  *
37
211
  * @param ResumeClusterCommandInput - {@link ResumeClusterCommandInput}
@@ -51,6 +225,8 @@ export interface ResumeClusterCommandOutput extends ResumeClusterResult, __Metad
51
225
  * @throws {@link InvalidClusterStateFault} (client fault)
52
226
  * <p>The specified cluster is not in the <code>available</code> state. </p>
53
227
  *
228
+ * @throws {@link RedshiftServiceException}
229
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
54
230
  *
55
231
  */
56
232
  export declare class ResumeClusterCommand extends $Command<ResumeClusterCommandInput, ResumeClusterCommandOutput, RedshiftClientResolvedConfig> {
@@ -38,6 +38,44 @@ export interface RevokeClusterSecurityGroupIngressCommandOutput extends RevokeCl
38
38
  * };
39
39
  * const command = new RevokeClusterSecurityGroupIngressCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // RevokeClusterSecurityGroupIngressResult
42
+ * // ClusterSecurityGroup: { // ClusterSecurityGroup
43
+ * // ClusterSecurityGroupName: "STRING_VALUE",
44
+ * // Description: "STRING_VALUE",
45
+ * // EC2SecurityGroups: [ // EC2SecurityGroupList
46
+ * // { // EC2SecurityGroup
47
+ * // Status: "STRING_VALUE",
48
+ * // EC2SecurityGroupName: "STRING_VALUE",
49
+ * // EC2SecurityGroupOwnerId: "STRING_VALUE",
50
+ * // Tags: [ // TagList
51
+ * // { // Tag
52
+ * // Key: "STRING_VALUE",
53
+ * // Value: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // },
57
+ * // ],
58
+ * // IPRanges: [ // IPRangeList
59
+ * // { // IPRange
60
+ * // Status: "STRING_VALUE",
61
+ * // CIDRIP: "STRING_VALUE",
62
+ * // Tags: [
63
+ * // {
64
+ * // Key: "STRING_VALUE",
65
+ * // Value: "STRING_VALUE",
66
+ * // },
67
+ * // ],
68
+ * // },
69
+ * // ],
70
+ * // Tags: [
71
+ * // {
72
+ * // Key: "STRING_VALUE",
73
+ * // Value: "STRING_VALUE",
74
+ * // },
75
+ * // ],
76
+ * // },
77
+ * // };
78
+ *
41
79
  * ```
42
80
  *
43
81
  * @param RevokeClusterSecurityGroupIngressCommandInput - {@link RevokeClusterSecurityGroupIngressCommandInput}
@@ -57,6 +95,8 @@ export interface RevokeClusterSecurityGroupIngressCommandOutput extends RevokeCl
57
95
  * @throws {@link InvalidClusterSecurityGroupStateFault} (client fault)
58
96
  * <p>The state of the cluster security group is not <code>available</code>. </p>
59
97
  *
98
+ * @throws {@link RedshiftServiceException}
99
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
60
100
  *
61
101
  */
62
102
  export declare class RevokeClusterSecurityGroupIngressCommand extends $Command<RevokeClusterSecurityGroupIngressCommandInput, RevokeClusterSecurityGroupIngressCommandOutput, RedshiftClientResolvedConfig> {
@@ -37,6 +37,20 @@ export interface RevokeEndpointAccessCommandOutput extends EndpointAuthorization
37
37
  * };
38
38
  * const command = new RevokeEndpointAccessCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // EndpointAuthorization
41
+ * // Grantor: "STRING_VALUE",
42
+ * // Grantee: "STRING_VALUE",
43
+ * // ClusterIdentifier: "STRING_VALUE",
44
+ * // AuthorizeTime: new Date("TIMESTAMP"),
45
+ * // ClusterStatus: "STRING_VALUE",
46
+ * // Status: "Authorized" || "Revoking",
47
+ * // AllowedAllVPCs: true || false,
48
+ * // AllowedVPCs: [ // VpcIdentifierList
49
+ * // "STRING_VALUE",
50
+ * // ],
51
+ * // EndpointCount: Number("int"),
52
+ * // };
53
+ *
40
54
  * ```
41
55
  *
42
56
  * @param RevokeEndpointAccessCommandInput - {@link RevokeEndpointAccessCommandInput}
@@ -67,6 +81,8 @@ export interface RevokeEndpointAccessCommandOutput extends EndpointAuthorization
67
81
  * @throws {@link InvalidEndpointStateFault} (client fault)
68
82
  * <p>The status of the endpoint is not valid.</p>
69
83
  *
84
+ * @throws {@link RedshiftServiceException}
85
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
70
86
  *
71
87
  */
72
88
  export declare class RevokeEndpointAccessCommand extends $Command<RevokeEndpointAccessCommandInput, RevokeEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
@@ -40,6 +40,57 @@ export interface RevokeSnapshotAccessCommandOutput extends RevokeSnapshotAccessR
40
40
  * };
41
41
  * const command = new RevokeSnapshotAccessCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // RevokeSnapshotAccessResult
44
+ * // Snapshot: { // Snapshot
45
+ * // SnapshotIdentifier: "STRING_VALUE",
46
+ * // ClusterIdentifier: "STRING_VALUE",
47
+ * // SnapshotCreateTime: new Date("TIMESTAMP"),
48
+ * // Status: "STRING_VALUE",
49
+ * // Port: Number("int"),
50
+ * // AvailabilityZone: "STRING_VALUE",
51
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
52
+ * // MasterUsername: "STRING_VALUE",
53
+ * // ClusterVersion: "STRING_VALUE",
54
+ * // EngineFullVersion: "STRING_VALUE",
55
+ * // SnapshotType: "STRING_VALUE",
56
+ * // NodeType: "STRING_VALUE",
57
+ * // NumberOfNodes: Number("int"),
58
+ * // DBName: "STRING_VALUE",
59
+ * // VpcId: "STRING_VALUE",
60
+ * // Encrypted: true || false,
61
+ * // KmsKeyId: "STRING_VALUE",
62
+ * // EncryptedWithHSM: true || false,
63
+ * // AccountsWithRestoreAccess: [ // AccountsWithRestoreAccessList
64
+ * // { // AccountWithRestoreAccess
65
+ * // AccountId: "STRING_VALUE",
66
+ * // AccountAlias: "STRING_VALUE",
67
+ * // },
68
+ * // ],
69
+ * // OwnerAccount: "STRING_VALUE",
70
+ * // TotalBackupSizeInMegaBytes: Number("double"),
71
+ * // ActualIncrementalBackupSizeInMegaBytes: Number("double"),
72
+ * // BackupProgressInMegaBytes: Number("double"),
73
+ * // CurrentBackupRateInMegaBytesPerSecond: Number("double"),
74
+ * // EstimatedSecondsToCompletion: Number("long"),
75
+ * // ElapsedTimeInSeconds: Number("long"),
76
+ * // SourceRegion: "STRING_VALUE",
77
+ * // Tags: [ // TagList
78
+ * // { // Tag
79
+ * // Key: "STRING_VALUE",
80
+ * // Value: "STRING_VALUE",
81
+ * // },
82
+ * // ],
83
+ * // RestorableNodeTypes: [ // RestorableNodeTypeList
84
+ * // "STRING_VALUE",
85
+ * // ],
86
+ * // EnhancedVpcRouting: true || false,
87
+ * // MaintenanceTrackName: "STRING_VALUE",
88
+ * // ManualSnapshotRetentionPeriod: Number("int"),
89
+ * // ManualSnapshotRemainingDays: Number("int"),
90
+ * // SnapshotRetentionStartTime: new Date("TIMESTAMP"),
91
+ * // },
92
+ * // };
93
+ *
43
94
  * ```
44
95
  *
45
96
  * @param RevokeSnapshotAccessCommandInput - {@link RevokeSnapshotAccessCommandInput}
@@ -62,6 +113,8 @@ export interface RevokeSnapshotAccessCommandOutput extends RevokeSnapshotAccessR
62
113
  * @throws {@link UnsupportedOperationFault} (client fault)
63
114
  * <p>The requested operation isn't supported.</p>
64
115
  *
116
+ * @throws {@link RedshiftServiceException}
117
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
65
118
  *
66
119
  */
67
120
  export declare class RevokeSnapshotAccessCommand extends $Command<RevokeSnapshotAccessCommandInput, RevokeSnapshotAccessCommandOutput, RedshiftClientResolvedConfig> {
@@ -31,6 +31,180 @@ export interface RotateEncryptionKeyCommandOutput extends RotateEncryptionKeyRes
31
31
  * };
32
32
  * const command = new RotateEncryptionKeyCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // RotateEncryptionKeyResult
35
+ * // Cluster: { // Cluster
36
+ * // ClusterIdentifier: "STRING_VALUE",
37
+ * // NodeType: "STRING_VALUE",
38
+ * // ClusterStatus: "STRING_VALUE",
39
+ * // ClusterAvailabilityStatus: "STRING_VALUE",
40
+ * // ModifyStatus: "STRING_VALUE",
41
+ * // MasterUsername: "STRING_VALUE",
42
+ * // DBName: "STRING_VALUE",
43
+ * // Endpoint: { // Endpoint
44
+ * // Address: "STRING_VALUE",
45
+ * // Port: Number("int"),
46
+ * // VpcEndpoints: [ // VpcEndpointsList
47
+ * // { // VpcEndpoint
48
+ * // VpcEndpointId: "STRING_VALUE",
49
+ * // VpcId: "STRING_VALUE",
50
+ * // NetworkInterfaces: [ // NetworkInterfaceList
51
+ * // { // NetworkInterface
52
+ * // NetworkInterfaceId: "STRING_VALUE",
53
+ * // SubnetId: "STRING_VALUE",
54
+ * // PrivateIpAddress: "STRING_VALUE",
55
+ * // AvailabilityZone: "STRING_VALUE",
56
+ * // },
57
+ * // ],
58
+ * // },
59
+ * // ],
60
+ * // },
61
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
62
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
63
+ * // ManualSnapshotRetentionPeriod: Number("int"),
64
+ * // ClusterSecurityGroups: [ // ClusterSecurityGroupMembershipList
65
+ * // { // ClusterSecurityGroupMembership
66
+ * // ClusterSecurityGroupName: "STRING_VALUE",
67
+ * // Status: "STRING_VALUE",
68
+ * // },
69
+ * // ],
70
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
71
+ * // { // VpcSecurityGroupMembership
72
+ * // VpcSecurityGroupId: "STRING_VALUE",
73
+ * // Status: "STRING_VALUE",
74
+ * // },
75
+ * // ],
76
+ * // ClusterParameterGroups: [ // ClusterParameterGroupStatusList
77
+ * // { // ClusterParameterGroupStatus
78
+ * // ParameterGroupName: "STRING_VALUE",
79
+ * // ParameterApplyStatus: "STRING_VALUE",
80
+ * // ClusterParameterStatusList: [ // ClusterParameterStatusList
81
+ * // { // ClusterParameterStatus
82
+ * // ParameterName: "STRING_VALUE",
83
+ * // ParameterApplyStatus: "STRING_VALUE",
84
+ * // ParameterApplyErrorDescription: "STRING_VALUE",
85
+ * // },
86
+ * // ],
87
+ * // },
88
+ * // ],
89
+ * // ClusterSubnetGroupName: "STRING_VALUE",
90
+ * // VpcId: "STRING_VALUE",
91
+ * // AvailabilityZone: "STRING_VALUE",
92
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
93
+ * // PendingModifiedValues: { // PendingModifiedValues
94
+ * // MasterUserPassword: "STRING_VALUE",
95
+ * // NodeType: "STRING_VALUE",
96
+ * // NumberOfNodes: Number("int"),
97
+ * // ClusterType: "STRING_VALUE",
98
+ * // ClusterVersion: "STRING_VALUE",
99
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
100
+ * // ClusterIdentifier: "STRING_VALUE",
101
+ * // PubliclyAccessible: true || false,
102
+ * // EnhancedVpcRouting: true || false,
103
+ * // MaintenanceTrackName: "STRING_VALUE",
104
+ * // EncryptionType: "STRING_VALUE",
105
+ * // },
106
+ * // ClusterVersion: "STRING_VALUE",
107
+ * // AllowVersionUpgrade: true || false,
108
+ * // NumberOfNodes: Number("int"),
109
+ * // PubliclyAccessible: true || false,
110
+ * // Encrypted: true || false,
111
+ * // RestoreStatus: { // RestoreStatus
112
+ * // Status: "STRING_VALUE",
113
+ * // CurrentRestoreRateInMegaBytesPerSecond: Number("double"),
114
+ * // SnapshotSizeInMegaBytes: Number("long"),
115
+ * // ProgressInMegaBytes: Number("long"),
116
+ * // ElapsedTimeInSeconds: Number("long"),
117
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
118
+ * // },
119
+ * // DataTransferProgress: { // DataTransferProgress
120
+ * // Status: "STRING_VALUE",
121
+ * // CurrentRateInMegaBytesPerSecond: Number("double"),
122
+ * // TotalDataInMegaBytes: Number("long"),
123
+ * // DataTransferredInMegaBytes: Number("long"),
124
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
125
+ * // ElapsedTimeInSeconds: Number("long"),
126
+ * // },
127
+ * // HsmStatus: { // HsmStatus
128
+ * // HsmClientCertificateIdentifier: "STRING_VALUE",
129
+ * // HsmConfigurationIdentifier: "STRING_VALUE",
130
+ * // Status: "STRING_VALUE",
131
+ * // },
132
+ * // ClusterSnapshotCopyStatus: { // ClusterSnapshotCopyStatus
133
+ * // DestinationRegion: "STRING_VALUE",
134
+ * // RetentionPeriod: Number("long"),
135
+ * // ManualSnapshotRetentionPeriod: Number("int"),
136
+ * // SnapshotCopyGrantName: "STRING_VALUE",
137
+ * // },
138
+ * // ClusterPublicKey: "STRING_VALUE",
139
+ * // ClusterNodes: [ // ClusterNodesList
140
+ * // { // ClusterNode
141
+ * // NodeRole: "STRING_VALUE",
142
+ * // PrivateIPAddress: "STRING_VALUE",
143
+ * // PublicIPAddress: "STRING_VALUE",
144
+ * // },
145
+ * // ],
146
+ * // ElasticIpStatus: { // ElasticIpStatus
147
+ * // ElasticIp: "STRING_VALUE",
148
+ * // Status: "STRING_VALUE",
149
+ * // },
150
+ * // ClusterRevisionNumber: "STRING_VALUE",
151
+ * // Tags: [ // TagList
152
+ * // { // Tag
153
+ * // Key: "STRING_VALUE",
154
+ * // Value: "STRING_VALUE",
155
+ * // },
156
+ * // ],
157
+ * // KmsKeyId: "STRING_VALUE",
158
+ * // EnhancedVpcRouting: true || false,
159
+ * // IamRoles: [ // ClusterIamRoleList
160
+ * // { // ClusterIamRole
161
+ * // IamRoleArn: "STRING_VALUE",
162
+ * // ApplyStatus: "STRING_VALUE",
163
+ * // },
164
+ * // ],
165
+ * // PendingActions: [ // PendingActionsList
166
+ * // "STRING_VALUE",
167
+ * // ],
168
+ * // MaintenanceTrackName: "STRING_VALUE",
169
+ * // ElasticResizeNumberOfNodeOptions: "STRING_VALUE",
170
+ * // DeferredMaintenanceWindows: [ // DeferredMaintenanceWindowsList
171
+ * // { // DeferredMaintenanceWindow
172
+ * // DeferMaintenanceIdentifier: "STRING_VALUE",
173
+ * // DeferMaintenanceStartTime: new Date("TIMESTAMP"),
174
+ * // DeferMaintenanceEndTime: new Date("TIMESTAMP"),
175
+ * // },
176
+ * // ],
177
+ * // SnapshotScheduleIdentifier: "STRING_VALUE",
178
+ * // SnapshotScheduleState: "MODIFYING" || "ACTIVE" || "FAILED",
179
+ * // ExpectedNextSnapshotScheduleTime: new Date("TIMESTAMP"),
180
+ * // ExpectedNextSnapshotScheduleTimeStatus: "STRING_VALUE",
181
+ * // NextMaintenanceWindowStartTime: new Date("TIMESTAMP"),
182
+ * // ResizeInfo: { // ResizeInfo
183
+ * // ResizeType: "STRING_VALUE",
184
+ * // AllowCancelResize: true || false,
185
+ * // },
186
+ * // AvailabilityZoneRelocationStatus: "STRING_VALUE",
187
+ * // ClusterNamespaceArn: "STRING_VALUE",
188
+ * // TotalStorageCapacityInMegaBytes: Number("long"),
189
+ * // AquaConfiguration: { // AquaConfiguration
190
+ * // AquaStatus: "enabled" || "disabled" || "applying",
191
+ * // AquaConfigurationStatus: "enabled" || "disabled" || "auto",
192
+ * // },
193
+ * // DefaultIamRoleArn: "STRING_VALUE",
194
+ * // ReservedNodeExchangeStatus: { // ReservedNodeExchangeStatus
195
+ * // ReservedNodeExchangeRequestId: "STRING_VALUE",
196
+ * // Status: "REQUESTED" || "PENDING" || "IN_PROGRESS" || "RETRYING" || "SUCCEEDED" || "FAILED",
197
+ * // RequestTime: new Date("TIMESTAMP"),
198
+ * // SourceReservedNodeId: "STRING_VALUE",
199
+ * // SourceReservedNodeType: "STRING_VALUE",
200
+ * // SourceReservedNodeCount: Number("int"),
201
+ * // TargetReservedNodeOfferingId: "STRING_VALUE",
202
+ * // TargetReservedNodeType: "STRING_VALUE",
203
+ * // TargetReservedNodeCount: Number("int"),
204
+ * // },
205
+ * // },
206
+ * // };
207
+ *
34
208
  * ```
35
209
  *
36
210
  * @param RotateEncryptionKeyCommandInput - {@link RotateEncryptionKeyCommandInput}
@@ -50,6 +224,8 @@ export interface RotateEncryptionKeyCommandOutput extends RotateEncryptionKeyRes
50
224
  * @throws {@link InvalidClusterStateFault} (client fault)
51
225
  * <p>The specified cluster is not in the <code>available</code> state. </p>
52
226
  *
227
+ * @throws {@link RedshiftServiceException}
228
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
53
229
  *
54
230
  */
55
231
  export declare class RotateEncryptionKeyCommand extends $Command<RotateEncryptionKeyCommandInput, RotateEncryptionKeyCommandOutput, RedshiftClientResolvedConfig> {
@@ -37,6 +37,11 @@ export interface UpdatePartnerStatusCommandOutput extends PartnerIntegrationOutp
37
37
  * };
38
38
  * const command = new UpdatePartnerStatusCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // PartnerIntegrationOutputMessage
41
+ * // DatabaseName: "STRING_VALUE",
42
+ * // PartnerName: "STRING_VALUE",
43
+ * // };
44
+ *
40
45
  * ```
41
46
  *
42
47
  * @param UpdatePartnerStatusCommandInput - {@link UpdatePartnerStatusCommandInput}
@@ -55,6 +60,8 @@ export interface UpdatePartnerStatusCommandOutput extends PartnerIntegrationOutp
55
60
  * @throws {@link UnauthorizedPartnerIntegrationFault} (client fault)
56
61
  * <p>The partner integration is not authorized.</p>
57
62
  *
63
+ * @throws {@link RedshiftServiceException}
64
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
58
65
  *
59
66
  */
60
67
  export declare class UpdatePartnerStatusCommand extends $Command<UpdatePartnerStatusCommandInput, UpdatePartnerStatusCommandOutput, RedshiftClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-redshift",
3
3
  "description": "AWS SDK for JavaScript Redshift Client for Node.js, Browser and React Native",
4
- "version": "3.321.1",
4
+ "version": "3.326.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,33 +21,33 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.321.1",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.321.1",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
30
- "@aws-sdk/middleware-content-length": "3.310.0",
31
- "@aws-sdk/middleware-endpoint": "3.310.0",
32
- "@aws-sdk/middleware-host-header": "3.310.0",
33
- "@aws-sdk/middleware-logger": "3.310.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
- "@aws-sdk/middleware-retry": "3.310.0",
36
- "@aws-sdk/middleware-serde": "3.310.0",
37
- "@aws-sdk/middleware-signing": "3.310.0",
38
- "@aws-sdk/middleware-stack": "3.310.0",
39
- "@aws-sdk/middleware-user-agent": "3.319.0",
30
+ "@aws-sdk/middleware-content-length": "3.325.0",
31
+ "@aws-sdk/middleware-endpoint": "3.325.0",
32
+ "@aws-sdk/middleware-host-header": "3.325.0",
33
+ "@aws-sdk/middleware-logger": "3.325.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.325.0",
36
+ "@aws-sdk/middleware-serde": "3.325.0",
37
+ "@aws-sdk/middleware-signing": "3.325.0",
38
+ "@aws-sdk/middleware-stack": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.325.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.316.0",
43
+ "@aws-sdk/smithy-client": "3.325.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.316.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
51
  "@aws-sdk/util-endpoints": "3.319.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",