@aws-sdk/client-redshift 3.325.0 → 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.
- package/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +25 -0
- package/dist-types/commands/AddPartnerCommand.d.ts +7 -0
- package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +18 -0
- package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +40 -0
- package/dist-types/commands/AuthorizeDataShareCommand.d.ts +18 -0
- package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +53 -0
- package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/CancelResizeCommand.d.ts +27 -0
- package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +53 -0
- package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +7 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +176 -0
- package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +40 -0
- package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +53 -0
- package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +31 -0
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +31 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +27 -0
- package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +15 -0
- package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +17 -0
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +32 -0
- package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +15 -0
- package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +26 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +18 -0
- package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +18 -0
- package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +6 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +176 -0
- package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +53 -0
- package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +31 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeletePartnerCommand.d.ts +7 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +15 -0
- package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +20 -0
- package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeClusterParametersCommand.d.ts +19 -0
- package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +43 -0
- package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +56 -0
- package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +34 -0
- package/dist-types/commands/DescribeClusterTracksCommand.d.ts +23 -0
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +179 -0
- package/dist-types/commands/DescribeDataSharesCommand.d.ts +23 -0
- package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +23 -0
- package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +23 -0
- package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +22 -0
- package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +36 -0
- package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +21 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +20 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +30 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +18 -0
- package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +20 -0
- package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +15 -0
- package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +23 -0
- package/dist-types/commands/DescribePartnersCommand.d.ts +15 -0
- package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +19 -0
- package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeReservedNodesCommand.d.ts +28 -0
- package/dist-types/commands/DescribeResizeCommand.d.ts +27 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +18 -0
- package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +31 -0
- package/dist-types/commands/DescribeStorageCommand.d.ts +7 -0
- package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +24 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +23 -0
- package/dist-types/commands/DisableLoggingCommand.d.ts +15 -0
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +176 -0
- package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +18 -0
- package/dist-types/commands/EnableLoggingCommand.d.ts +15 -0
- package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +176 -0
- package/dist-types/commands/GetClusterCredentialsCommand.d.ts +8 -0
- package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +9 -0
- package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +47 -0
- package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +24 -0
- package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +9 -0
- package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +7 -0
- package/dist-types/commands/ModifyClusterCommand.d.ts +176 -0
- package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +176 -0
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +176 -0
- package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +176 -0
- package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +7 -0
- package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +53 -0
- package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +4 -0
- package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +31 -0
- package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +31 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +27 -0
- package/dist-types/commands/ModifyScheduledActionCommand.d.ts +32 -0
- package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +176 -0
- package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +26 -0
- package/dist-types/commands/ModifyUsageLimitCommand.d.ts +18 -0
- package/dist-types/commands/PauseClusterCommand.d.ts +176 -0
- package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +25 -0
- package/dist-types/commands/RebootClusterCommand.d.ts +176 -0
- package/dist-types/commands/RejectDataShareCommand.d.ts +18 -0
- package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +7 -0
- package/dist-types/commands/ResizeClusterCommand.d.ts +176 -0
- package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +176 -0
- package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +21 -0
- package/dist-types/commands/ResumeClusterCommand.d.ts +176 -0
- package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +40 -0
- package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +16 -0
- package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +53 -0
- package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +176 -0
- package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +7 -0
- package/package.json +3 -3
|
@@ -42,6 +42,180 @@ export interface ModifyClusterIamRolesCommandOutput extends ModifyClusterIamRole
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new ModifyClusterIamRolesCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // ModifyClusterIamRolesResult
|
|
46
|
+
* // Cluster: { // Cluster
|
|
47
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
48
|
+
* // NodeType: "STRING_VALUE",
|
|
49
|
+
* // ClusterStatus: "STRING_VALUE",
|
|
50
|
+
* // ClusterAvailabilityStatus: "STRING_VALUE",
|
|
51
|
+
* // ModifyStatus: "STRING_VALUE",
|
|
52
|
+
* // MasterUsername: "STRING_VALUE",
|
|
53
|
+
* // DBName: "STRING_VALUE",
|
|
54
|
+
* // Endpoint: { // Endpoint
|
|
55
|
+
* // Address: "STRING_VALUE",
|
|
56
|
+
* // Port: Number("int"),
|
|
57
|
+
* // VpcEndpoints: [ // VpcEndpointsList
|
|
58
|
+
* // { // VpcEndpoint
|
|
59
|
+
* // VpcEndpointId: "STRING_VALUE",
|
|
60
|
+
* // VpcId: "STRING_VALUE",
|
|
61
|
+
* // NetworkInterfaces: [ // NetworkInterfaceList
|
|
62
|
+
* // { // NetworkInterface
|
|
63
|
+
* // NetworkInterfaceId: "STRING_VALUE",
|
|
64
|
+
* // SubnetId: "STRING_VALUE",
|
|
65
|
+
* // PrivateIpAddress: "STRING_VALUE",
|
|
66
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // },
|
|
72
|
+
* // ClusterCreateTime: new Date("TIMESTAMP"),
|
|
73
|
+
* // AutomatedSnapshotRetentionPeriod: Number("int"),
|
|
74
|
+
* // ManualSnapshotRetentionPeriod: Number("int"),
|
|
75
|
+
* // ClusterSecurityGroups: [ // ClusterSecurityGroupMembershipList
|
|
76
|
+
* // { // ClusterSecurityGroupMembership
|
|
77
|
+
* // ClusterSecurityGroupName: "STRING_VALUE",
|
|
78
|
+
* // Status: "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // ],
|
|
81
|
+
* // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
|
|
82
|
+
* // { // VpcSecurityGroupMembership
|
|
83
|
+
* // VpcSecurityGroupId: "STRING_VALUE",
|
|
84
|
+
* // Status: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
87
|
+
* // ClusterParameterGroups: [ // ClusterParameterGroupStatusList
|
|
88
|
+
* // { // ClusterParameterGroupStatus
|
|
89
|
+
* // ParameterGroupName: "STRING_VALUE",
|
|
90
|
+
* // ParameterApplyStatus: "STRING_VALUE",
|
|
91
|
+
* // ClusterParameterStatusList: [ // ClusterParameterStatusList
|
|
92
|
+
* // { // ClusterParameterStatus
|
|
93
|
+
* // ParameterName: "STRING_VALUE",
|
|
94
|
+
* // ParameterApplyStatus: "STRING_VALUE",
|
|
95
|
+
* // ParameterApplyErrorDescription: "STRING_VALUE",
|
|
96
|
+
* // },
|
|
97
|
+
* // ],
|
|
98
|
+
* // },
|
|
99
|
+
* // ],
|
|
100
|
+
* // ClusterSubnetGroupName: "STRING_VALUE",
|
|
101
|
+
* // VpcId: "STRING_VALUE",
|
|
102
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
103
|
+
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
104
|
+
* // PendingModifiedValues: { // PendingModifiedValues
|
|
105
|
+
* // MasterUserPassword: "STRING_VALUE",
|
|
106
|
+
* // NodeType: "STRING_VALUE",
|
|
107
|
+
* // NumberOfNodes: Number("int"),
|
|
108
|
+
* // ClusterType: "STRING_VALUE",
|
|
109
|
+
* // ClusterVersion: "STRING_VALUE",
|
|
110
|
+
* // AutomatedSnapshotRetentionPeriod: Number("int"),
|
|
111
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
112
|
+
* // PubliclyAccessible: true || false,
|
|
113
|
+
* // EnhancedVpcRouting: true || false,
|
|
114
|
+
* // MaintenanceTrackName: "STRING_VALUE",
|
|
115
|
+
* // EncryptionType: "STRING_VALUE",
|
|
116
|
+
* // },
|
|
117
|
+
* // ClusterVersion: "STRING_VALUE",
|
|
118
|
+
* // AllowVersionUpgrade: true || false,
|
|
119
|
+
* // NumberOfNodes: Number("int"),
|
|
120
|
+
* // PubliclyAccessible: true || false,
|
|
121
|
+
* // Encrypted: true || false,
|
|
122
|
+
* // RestoreStatus: { // RestoreStatus
|
|
123
|
+
* // Status: "STRING_VALUE",
|
|
124
|
+
* // CurrentRestoreRateInMegaBytesPerSecond: Number("double"),
|
|
125
|
+
* // SnapshotSizeInMegaBytes: Number("long"),
|
|
126
|
+
* // ProgressInMegaBytes: Number("long"),
|
|
127
|
+
* // ElapsedTimeInSeconds: Number("long"),
|
|
128
|
+
* // EstimatedTimeToCompletionInSeconds: Number("long"),
|
|
129
|
+
* // },
|
|
130
|
+
* // DataTransferProgress: { // DataTransferProgress
|
|
131
|
+
* // Status: "STRING_VALUE",
|
|
132
|
+
* // CurrentRateInMegaBytesPerSecond: Number("double"),
|
|
133
|
+
* // TotalDataInMegaBytes: Number("long"),
|
|
134
|
+
* // DataTransferredInMegaBytes: Number("long"),
|
|
135
|
+
* // EstimatedTimeToCompletionInSeconds: Number("long"),
|
|
136
|
+
* // ElapsedTimeInSeconds: Number("long"),
|
|
137
|
+
* // },
|
|
138
|
+
* // HsmStatus: { // HsmStatus
|
|
139
|
+
* // HsmClientCertificateIdentifier: "STRING_VALUE",
|
|
140
|
+
* // HsmConfigurationIdentifier: "STRING_VALUE",
|
|
141
|
+
* // Status: "STRING_VALUE",
|
|
142
|
+
* // },
|
|
143
|
+
* // ClusterSnapshotCopyStatus: { // ClusterSnapshotCopyStatus
|
|
144
|
+
* // DestinationRegion: "STRING_VALUE",
|
|
145
|
+
* // RetentionPeriod: Number("long"),
|
|
146
|
+
* // ManualSnapshotRetentionPeriod: Number("int"),
|
|
147
|
+
* // SnapshotCopyGrantName: "STRING_VALUE",
|
|
148
|
+
* // },
|
|
149
|
+
* // ClusterPublicKey: "STRING_VALUE",
|
|
150
|
+
* // ClusterNodes: [ // ClusterNodesList
|
|
151
|
+
* // { // ClusterNode
|
|
152
|
+
* // NodeRole: "STRING_VALUE",
|
|
153
|
+
* // PrivateIPAddress: "STRING_VALUE",
|
|
154
|
+
* // PublicIPAddress: "STRING_VALUE",
|
|
155
|
+
* // },
|
|
156
|
+
* // ],
|
|
157
|
+
* // ElasticIpStatus: { // ElasticIpStatus
|
|
158
|
+
* // ElasticIp: "STRING_VALUE",
|
|
159
|
+
* // Status: "STRING_VALUE",
|
|
160
|
+
* // },
|
|
161
|
+
* // ClusterRevisionNumber: "STRING_VALUE",
|
|
162
|
+
* // Tags: [ // TagList
|
|
163
|
+
* // { // Tag
|
|
164
|
+
* // Key: "STRING_VALUE",
|
|
165
|
+
* // Value: "STRING_VALUE",
|
|
166
|
+
* // },
|
|
167
|
+
* // ],
|
|
168
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
169
|
+
* // EnhancedVpcRouting: true || false,
|
|
170
|
+
* // IamRoles: [ // ClusterIamRoleList
|
|
171
|
+
* // { // ClusterIamRole
|
|
172
|
+
* // IamRoleArn: "STRING_VALUE",
|
|
173
|
+
* // ApplyStatus: "STRING_VALUE",
|
|
174
|
+
* // },
|
|
175
|
+
* // ],
|
|
176
|
+
* // PendingActions: [ // PendingActionsList
|
|
177
|
+
* // "STRING_VALUE",
|
|
178
|
+
* // ],
|
|
179
|
+
* // MaintenanceTrackName: "STRING_VALUE",
|
|
180
|
+
* // ElasticResizeNumberOfNodeOptions: "STRING_VALUE",
|
|
181
|
+
* // DeferredMaintenanceWindows: [ // DeferredMaintenanceWindowsList
|
|
182
|
+
* // { // DeferredMaintenanceWindow
|
|
183
|
+
* // DeferMaintenanceIdentifier: "STRING_VALUE",
|
|
184
|
+
* // DeferMaintenanceStartTime: new Date("TIMESTAMP"),
|
|
185
|
+
* // DeferMaintenanceEndTime: new Date("TIMESTAMP"),
|
|
186
|
+
* // },
|
|
187
|
+
* // ],
|
|
188
|
+
* // SnapshotScheduleIdentifier: "STRING_VALUE",
|
|
189
|
+
* // SnapshotScheduleState: "MODIFYING" || "ACTIVE" || "FAILED",
|
|
190
|
+
* // ExpectedNextSnapshotScheduleTime: new Date("TIMESTAMP"),
|
|
191
|
+
* // ExpectedNextSnapshotScheduleTimeStatus: "STRING_VALUE",
|
|
192
|
+
* // NextMaintenanceWindowStartTime: new Date("TIMESTAMP"),
|
|
193
|
+
* // ResizeInfo: { // ResizeInfo
|
|
194
|
+
* // ResizeType: "STRING_VALUE",
|
|
195
|
+
* // AllowCancelResize: true || false,
|
|
196
|
+
* // },
|
|
197
|
+
* // AvailabilityZoneRelocationStatus: "STRING_VALUE",
|
|
198
|
+
* // ClusterNamespaceArn: "STRING_VALUE",
|
|
199
|
+
* // TotalStorageCapacityInMegaBytes: Number("long"),
|
|
200
|
+
* // AquaConfiguration: { // AquaConfiguration
|
|
201
|
+
* // AquaStatus: "enabled" || "disabled" || "applying",
|
|
202
|
+
* // AquaConfigurationStatus: "enabled" || "disabled" || "auto",
|
|
203
|
+
* // },
|
|
204
|
+
* // DefaultIamRoleArn: "STRING_VALUE",
|
|
205
|
+
* // ReservedNodeExchangeStatus: { // ReservedNodeExchangeStatus
|
|
206
|
+
* // ReservedNodeExchangeRequestId: "STRING_VALUE",
|
|
207
|
+
* // Status: "REQUESTED" || "PENDING" || "IN_PROGRESS" || "RETRYING" || "SUCCEEDED" || "FAILED",
|
|
208
|
+
* // RequestTime: new Date("TIMESTAMP"),
|
|
209
|
+
* // SourceReservedNodeId: "STRING_VALUE",
|
|
210
|
+
* // SourceReservedNodeType: "STRING_VALUE",
|
|
211
|
+
* // SourceReservedNodeCount: Number("int"),
|
|
212
|
+
* // TargetReservedNodeOfferingId: "STRING_VALUE",
|
|
213
|
+
* // TargetReservedNodeType: "STRING_VALUE",
|
|
214
|
+
* // TargetReservedNodeCount: Number("int"),
|
|
215
|
+
* // },
|
|
216
|
+
* // },
|
|
217
|
+
* // };
|
|
218
|
+
*
|
|
45
219
|
* ```
|
|
46
220
|
*
|
|
47
221
|
* @param ModifyClusterIamRolesCommandInput - {@link ModifyClusterIamRolesCommandInput}
|
|
@@ -57,6 +231,8 @@ export interface ModifyClusterIamRolesCommandOutput extends ModifyClusterIamRole
|
|
|
57
231
|
* @throws {@link InvalidClusterStateFault} (client fault)
|
|
58
232
|
* <p>The specified cluster is not in the <code>available</code> state. </p>
|
|
59
233
|
*
|
|
234
|
+
* @throws {@link RedshiftServiceException}
|
|
235
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
60
236
|
*
|
|
61
237
|
*/
|
|
62
238
|
export declare class ModifyClusterIamRolesCommand extends $Command<ModifyClusterIamRolesCommandInput, ModifyClusterIamRolesCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -36,6 +36,180 @@ export interface ModifyClusterMaintenanceCommandOutput extends ModifyClusterMain
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new ModifyClusterMaintenanceCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // ModifyClusterMaintenanceResult
|
|
40
|
+
* // Cluster: { // Cluster
|
|
41
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
42
|
+
* // NodeType: "STRING_VALUE",
|
|
43
|
+
* // ClusterStatus: "STRING_VALUE",
|
|
44
|
+
* // ClusterAvailabilityStatus: "STRING_VALUE",
|
|
45
|
+
* // ModifyStatus: "STRING_VALUE",
|
|
46
|
+
* // MasterUsername: "STRING_VALUE",
|
|
47
|
+
* // DBName: "STRING_VALUE",
|
|
48
|
+
* // Endpoint: { // Endpoint
|
|
49
|
+
* // Address: "STRING_VALUE",
|
|
50
|
+
* // Port: Number("int"),
|
|
51
|
+
* // VpcEndpoints: [ // VpcEndpointsList
|
|
52
|
+
* // { // VpcEndpoint
|
|
53
|
+
* // VpcEndpointId: "STRING_VALUE",
|
|
54
|
+
* // VpcId: "STRING_VALUE",
|
|
55
|
+
* // NetworkInterfaces: [ // NetworkInterfaceList
|
|
56
|
+
* // { // NetworkInterface
|
|
57
|
+
* // NetworkInterfaceId: "STRING_VALUE",
|
|
58
|
+
* // SubnetId: "STRING_VALUE",
|
|
59
|
+
* // PrivateIpAddress: "STRING_VALUE",
|
|
60
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // },
|
|
66
|
+
* // ClusterCreateTime: new Date("TIMESTAMP"),
|
|
67
|
+
* // AutomatedSnapshotRetentionPeriod: Number("int"),
|
|
68
|
+
* // ManualSnapshotRetentionPeriod: Number("int"),
|
|
69
|
+
* // ClusterSecurityGroups: [ // ClusterSecurityGroupMembershipList
|
|
70
|
+
* // { // ClusterSecurityGroupMembership
|
|
71
|
+
* // ClusterSecurityGroupName: "STRING_VALUE",
|
|
72
|
+
* // Status: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
|
|
76
|
+
* // { // VpcSecurityGroupMembership
|
|
77
|
+
* // VpcSecurityGroupId: "STRING_VALUE",
|
|
78
|
+
* // Status: "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // ],
|
|
81
|
+
* // ClusterParameterGroups: [ // ClusterParameterGroupStatusList
|
|
82
|
+
* // { // ClusterParameterGroupStatus
|
|
83
|
+
* // ParameterGroupName: "STRING_VALUE",
|
|
84
|
+
* // ParameterApplyStatus: "STRING_VALUE",
|
|
85
|
+
* // ClusterParameterStatusList: [ // ClusterParameterStatusList
|
|
86
|
+
* // { // ClusterParameterStatus
|
|
87
|
+
* // ParameterName: "STRING_VALUE",
|
|
88
|
+
* // ParameterApplyStatus: "STRING_VALUE",
|
|
89
|
+
* // ParameterApplyErrorDescription: "STRING_VALUE",
|
|
90
|
+
* // },
|
|
91
|
+
* // ],
|
|
92
|
+
* // },
|
|
93
|
+
* // ],
|
|
94
|
+
* // ClusterSubnetGroupName: "STRING_VALUE",
|
|
95
|
+
* // VpcId: "STRING_VALUE",
|
|
96
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
97
|
+
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
98
|
+
* // PendingModifiedValues: { // PendingModifiedValues
|
|
99
|
+
* // MasterUserPassword: "STRING_VALUE",
|
|
100
|
+
* // NodeType: "STRING_VALUE",
|
|
101
|
+
* // NumberOfNodes: Number("int"),
|
|
102
|
+
* // ClusterType: "STRING_VALUE",
|
|
103
|
+
* // ClusterVersion: "STRING_VALUE",
|
|
104
|
+
* // AutomatedSnapshotRetentionPeriod: Number("int"),
|
|
105
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
106
|
+
* // PubliclyAccessible: true || false,
|
|
107
|
+
* // EnhancedVpcRouting: true || false,
|
|
108
|
+
* // MaintenanceTrackName: "STRING_VALUE",
|
|
109
|
+
* // EncryptionType: "STRING_VALUE",
|
|
110
|
+
* // },
|
|
111
|
+
* // ClusterVersion: "STRING_VALUE",
|
|
112
|
+
* // AllowVersionUpgrade: true || false,
|
|
113
|
+
* // NumberOfNodes: Number("int"),
|
|
114
|
+
* // PubliclyAccessible: true || false,
|
|
115
|
+
* // Encrypted: true || false,
|
|
116
|
+
* // RestoreStatus: { // RestoreStatus
|
|
117
|
+
* // Status: "STRING_VALUE",
|
|
118
|
+
* // CurrentRestoreRateInMegaBytesPerSecond: Number("double"),
|
|
119
|
+
* // SnapshotSizeInMegaBytes: Number("long"),
|
|
120
|
+
* // ProgressInMegaBytes: Number("long"),
|
|
121
|
+
* // ElapsedTimeInSeconds: Number("long"),
|
|
122
|
+
* // EstimatedTimeToCompletionInSeconds: Number("long"),
|
|
123
|
+
* // },
|
|
124
|
+
* // DataTransferProgress: { // DataTransferProgress
|
|
125
|
+
* // Status: "STRING_VALUE",
|
|
126
|
+
* // CurrentRateInMegaBytesPerSecond: Number("double"),
|
|
127
|
+
* // TotalDataInMegaBytes: Number("long"),
|
|
128
|
+
* // DataTransferredInMegaBytes: Number("long"),
|
|
129
|
+
* // EstimatedTimeToCompletionInSeconds: Number("long"),
|
|
130
|
+
* // ElapsedTimeInSeconds: Number("long"),
|
|
131
|
+
* // },
|
|
132
|
+
* // HsmStatus: { // HsmStatus
|
|
133
|
+
* // HsmClientCertificateIdentifier: "STRING_VALUE",
|
|
134
|
+
* // HsmConfigurationIdentifier: "STRING_VALUE",
|
|
135
|
+
* // Status: "STRING_VALUE",
|
|
136
|
+
* // },
|
|
137
|
+
* // ClusterSnapshotCopyStatus: { // ClusterSnapshotCopyStatus
|
|
138
|
+
* // DestinationRegion: "STRING_VALUE",
|
|
139
|
+
* // RetentionPeriod: Number("long"),
|
|
140
|
+
* // ManualSnapshotRetentionPeriod: Number("int"),
|
|
141
|
+
* // SnapshotCopyGrantName: "STRING_VALUE",
|
|
142
|
+
* // },
|
|
143
|
+
* // ClusterPublicKey: "STRING_VALUE",
|
|
144
|
+
* // ClusterNodes: [ // ClusterNodesList
|
|
145
|
+
* // { // ClusterNode
|
|
146
|
+
* // NodeRole: "STRING_VALUE",
|
|
147
|
+
* // PrivateIPAddress: "STRING_VALUE",
|
|
148
|
+
* // PublicIPAddress: "STRING_VALUE",
|
|
149
|
+
* // },
|
|
150
|
+
* // ],
|
|
151
|
+
* // ElasticIpStatus: { // ElasticIpStatus
|
|
152
|
+
* // ElasticIp: "STRING_VALUE",
|
|
153
|
+
* // Status: "STRING_VALUE",
|
|
154
|
+
* // },
|
|
155
|
+
* // ClusterRevisionNumber: "STRING_VALUE",
|
|
156
|
+
* // Tags: [ // TagList
|
|
157
|
+
* // { // Tag
|
|
158
|
+
* // Key: "STRING_VALUE",
|
|
159
|
+
* // Value: "STRING_VALUE",
|
|
160
|
+
* // },
|
|
161
|
+
* // ],
|
|
162
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
163
|
+
* // EnhancedVpcRouting: true || false,
|
|
164
|
+
* // IamRoles: [ // ClusterIamRoleList
|
|
165
|
+
* // { // ClusterIamRole
|
|
166
|
+
* // IamRoleArn: "STRING_VALUE",
|
|
167
|
+
* // ApplyStatus: "STRING_VALUE",
|
|
168
|
+
* // },
|
|
169
|
+
* // ],
|
|
170
|
+
* // PendingActions: [ // PendingActionsList
|
|
171
|
+
* // "STRING_VALUE",
|
|
172
|
+
* // ],
|
|
173
|
+
* // MaintenanceTrackName: "STRING_VALUE",
|
|
174
|
+
* // ElasticResizeNumberOfNodeOptions: "STRING_VALUE",
|
|
175
|
+
* // DeferredMaintenanceWindows: [ // DeferredMaintenanceWindowsList
|
|
176
|
+
* // { // DeferredMaintenanceWindow
|
|
177
|
+
* // DeferMaintenanceIdentifier: "STRING_VALUE",
|
|
178
|
+
* // DeferMaintenanceStartTime: new Date("TIMESTAMP"),
|
|
179
|
+
* // DeferMaintenanceEndTime: new Date("TIMESTAMP"),
|
|
180
|
+
* // },
|
|
181
|
+
* // ],
|
|
182
|
+
* // SnapshotScheduleIdentifier: "STRING_VALUE",
|
|
183
|
+
* // SnapshotScheduleState: "MODIFYING" || "ACTIVE" || "FAILED",
|
|
184
|
+
* // ExpectedNextSnapshotScheduleTime: new Date("TIMESTAMP"),
|
|
185
|
+
* // ExpectedNextSnapshotScheduleTimeStatus: "STRING_VALUE",
|
|
186
|
+
* // NextMaintenanceWindowStartTime: new Date("TIMESTAMP"),
|
|
187
|
+
* // ResizeInfo: { // ResizeInfo
|
|
188
|
+
* // ResizeType: "STRING_VALUE",
|
|
189
|
+
* // AllowCancelResize: true || false,
|
|
190
|
+
* // },
|
|
191
|
+
* // AvailabilityZoneRelocationStatus: "STRING_VALUE",
|
|
192
|
+
* // ClusterNamespaceArn: "STRING_VALUE",
|
|
193
|
+
* // TotalStorageCapacityInMegaBytes: Number("long"),
|
|
194
|
+
* // AquaConfiguration: { // AquaConfiguration
|
|
195
|
+
* // AquaStatus: "enabled" || "disabled" || "applying",
|
|
196
|
+
* // AquaConfigurationStatus: "enabled" || "disabled" || "auto",
|
|
197
|
+
* // },
|
|
198
|
+
* // DefaultIamRoleArn: "STRING_VALUE",
|
|
199
|
+
* // ReservedNodeExchangeStatus: { // ReservedNodeExchangeStatus
|
|
200
|
+
* // ReservedNodeExchangeRequestId: "STRING_VALUE",
|
|
201
|
+
* // Status: "REQUESTED" || "PENDING" || "IN_PROGRESS" || "RETRYING" || "SUCCEEDED" || "FAILED",
|
|
202
|
+
* // RequestTime: new Date("TIMESTAMP"),
|
|
203
|
+
* // SourceReservedNodeId: "STRING_VALUE",
|
|
204
|
+
* // SourceReservedNodeType: "STRING_VALUE",
|
|
205
|
+
* // SourceReservedNodeCount: Number("int"),
|
|
206
|
+
* // TargetReservedNodeOfferingId: "STRING_VALUE",
|
|
207
|
+
* // TargetReservedNodeType: "STRING_VALUE",
|
|
208
|
+
* // TargetReservedNodeCount: Number("int"),
|
|
209
|
+
* // },
|
|
210
|
+
* // },
|
|
211
|
+
* // };
|
|
212
|
+
*
|
|
39
213
|
* ```
|
|
40
214
|
*
|
|
41
215
|
* @param ModifyClusterMaintenanceCommandInput - {@link ModifyClusterMaintenanceCommandInput}
|
|
@@ -51,6 +225,8 @@ export interface ModifyClusterMaintenanceCommandOutput extends ModifyClusterMain
|
|
|
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 ModifyClusterMaintenanceCommand extends $Command<ModifyClusterMaintenanceCommandInput, ModifyClusterMaintenanceCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -49,6 +49,11 @@ export interface ModifyClusterParameterGroupCommandOutput extends ClusterParamet
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new ModifyClusterParameterGroupCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // ClusterParameterGroupNameMessage
|
|
53
|
+
* // ParameterGroupName: "STRING_VALUE",
|
|
54
|
+
* // ParameterGroupStatus: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
52
57
|
* ```
|
|
53
58
|
*
|
|
54
59
|
* @param ModifyClusterParameterGroupCommandInput - {@link ModifyClusterParameterGroupCommandInput}
|
|
@@ -65,6 +70,8 @@ export interface ModifyClusterParameterGroupCommandOutput extends ClusterParamet
|
|
|
65
70
|
* progress that involves the parameter group. Wait a few moments and try the operation
|
|
66
71
|
* again.</p>
|
|
67
72
|
*
|
|
73
|
+
* @throws {@link RedshiftServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
68
75
|
*
|
|
69
76
|
*/
|
|
70
77
|
export declare class ModifyClusterParameterGroupCommand extends $Command<ModifyClusterParameterGroupCommandInput, ModifyClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -34,6 +34,57 @@ export interface ModifyClusterSnapshotCommandOutput extends ModifyClusterSnapsho
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ModifyClusterSnapshotCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ModifyClusterSnapshotResult
|
|
38
|
+
* // Snapshot: { // Snapshot
|
|
39
|
+
* // SnapshotIdentifier: "STRING_VALUE",
|
|
40
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
41
|
+
* // SnapshotCreateTime: new Date("TIMESTAMP"),
|
|
42
|
+
* // Status: "STRING_VALUE",
|
|
43
|
+
* // Port: Number("int"),
|
|
44
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
45
|
+
* // ClusterCreateTime: new Date("TIMESTAMP"),
|
|
46
|
+
* // MasterUsername: "STRING_VALUE",
|
|
47
|
+
* // ClusterVersion: "STRING_VALUE",
|
|
48
|
+
* // EngineFullVersion: "STRING_VALUE",
|
|
49
|
+
* // SnapshotType: "STRING_VALUE",
|
|
50
|
+
* // NodeType: "STRING_VALUE",
|
|
51
|
+
* // NumberOfNodes: Number("int"),
|
|
52
|
+
* // DBName: "STRING_VALUE",
|
|
53
|
+
* // VpcId: "STRING_VALUE",
|
|
54
|
+
* // Encrypted: true || false,
|
|
55
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
56
|
+
* // EncryptedWithHSM: true || false,
|
|
57
|
+
* // AccountsWithRestoreAccess: [ // AccountsWithRestoreAccessList
|
|
58
|
+
* // { // AccountWithRestoreAccess
|
|
59
|
+
* // AccountId: "STRING_VALUE",
|
|
60
|
+
* // AccountAlias: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // OwnerAccount: "STRING_VALUE",
|
|
64
|
+
* // TotalBackupSizeInMegaBytes: Number("double"),
|
|
65
|
+
* // ActualIncrementalBackupSizeInMegaBytes: Number("double"),
|
|
66
|
+
* // BackupProgressInMegaBytes: Number("double"),
|
|
67
|
+
* // CurrentBackupRateInMegaBytesPerSecond: Number("double"),
|
|
68
|
+
* // EstimatedSecondsToCompletion: Number("long"),
|
|
69
|
+
* // ElapsedTimeInSeconds: Number("long"),
|
|
70
|
+
* // SourceRegion: "STRING_VALUE",
|
|
71
|
+
* // Tags: [ // TagList
|
|
72
|
+
* // { // Tag
|
|
73
|
+
* // Key: "STRING_VALUE",
|
|
74
|
+
* // Value: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
77
|
+
* // RestorableNodeTypes: [ // RestorableNodeTypeList
|
|
78
|
+
* // "STRING_VALUE",
|
|
79
|
+
* // ],
|
|
80
|
+
* // EnhancedVpcRouting: true || false,
|
|
81
|
+
* // MaintenanceTrackName: "STRING_VALUE",
|
|
82
|
+
* // ManualSnapshotRetentionPeriod: Number("int"),
|
|
83
|
+
* // ManualSnapshotRemainingDays: Number("int"),
|
|
84
|
+
* // SnapshotRetentionStartTime: new Date("TIMESTAMP"),
|
|
85
|
+
* // },
|
|
86
|
+
* // };
|
|
87
|
+
*
|
|
37
88
|
* ```
|
|
38
89
|
*
|
|
39
90
|
* @param ModifyClusterSnapshotCommandInput - {@link ModifyClusterSnapshotCommandInput}
|
|
@@ -53,6 +104,8 @@ export interface ModifyClusterSnapshotCommandOutput extends ModifyClusterSnapsho
|
|
|
53
104
|
* <p>The retention period specified is either in the past or is not a valid value.</p>
|
|
54
105
|
* <p>The value must be either -1 or an integer between 1 and 3,653.</p>
|
|
55
106
|
*
|
|
107
|
+
* @throws {@link RedshiftServiceException}
|
|
108
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
56
109
|
*
|
|
57
110
|
*/
|
|
58
111
|
export declare class ModifyClusterSnapshotCommand extends $Command<ModifyClusterSnapshotCommandInput, ModifyClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface ModifyClusterSnapshotScheduleCommandOutput extends __MetadataBe
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ModifyClusterSnapshotScheduleCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param ModifyClusterSnapshotScheduleCommandInput - {@link ModifyClusterSnapshotScheduleCommandInput}
|
|
@@ -51,6 +53,8 @@ export interface ModifyClusterSnapshotScheduleCommandOutput extends __MetadataBe
|
|
|
51
53
|
* @throws {@link SnapshotScheduleNotFoundFault} (client fault)
|
|
52
54
|
* <p>We could not find the specified snapshot schedule. </p>
|
|
53
55
|
*
|
|
56
|
+
* @throws {@link RedshiftServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
54
58
|
*
|
|
55
59
|
*/
|
|
56
60
|
export declare class ModifyClusterSnapshotScheduleCommand extends $Command<ModifyClusterSnapshotScheduleCommandInput, ModifyClusterSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -36,6 +36,35 @@ export interface ModifyClusterSubnetGroupCommandOutput extends ModifyClusterSubn
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new ModifyClusterSubnetGroupCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // ModifyClusterSubnetGroupResult
|
|
40
|
+
* // ClusterSubnetGroup: { // ClusterSubnetGroup
|
|
41
|
+
* // ClusterSubnetGroupName: "STRING_VALUE",
|
|
42
|
+
* // Description: "STRING_VALUE",
|
|
43
|
+
* // VpcId: "STRING_VALUE",
|
|
44
|
+
* // SubnetGroupStatus: "STRING_VALUE",
|
|
45
|
+
* // Subnets: [ // SubnetList
|
|
46
|
+
* // { // Subnet
|
|
47
|
+
* // SubnetIdentifier: "STRING_VALUE",
|
|
48
|
+
* // SubnetAvailabilityZone: { // AvailabilityZone
|
|
49
|
+
* // Name: "STRING_VALUE",
|
|
50
|
+
* // SupportedPlatforms: [ // SupportedPlatformsList
|
|
51
|
+
* // { // SupportedPlatform
|
|
52
|
+
* // Name: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // },
|
|
56
|
+
* // SubnetStatus: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // Tags: [ // TagList
|
|
60
|
+
* // { // Tag
|
|
61
|
+
* // Key: "STRING_VALUE",
|
|
62
|
+
* // Value: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // },
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
39
68
|
* ```
|
|
40
69
|
*
|
|
41
70
|
* @param ModifyClusterSubnetGroupCommandInput - {@link ModifyClusterSubnetGroupCommandInput}
|
|
@@ -69,6 +98,8 @@ export interface ModifyClusterSubnetGroupCommandOutput extends ModifyClusterSubn
|
|
|
69
98
|
* @throws {@link UnauthorizedOperation} (client fault)
|
|
70
99
|
* <p>Your account is not authorized to perform the requested operation.</p>
|
|
71
100
|
*
|
|
101
|
+
* @throws {@link RedshiftServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
72
103
|
*
|
|
73
104
|
*/
|
|
74
105
|
export declare class ModifyClusterSubnetGroupCommand extends $Command<ModifyClusterSubnetGroupCommandInput, ModifyClusterSubnetGroupCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -35,6 +35,35 @@ export interface ModifyEndpointAccessCommandOutput extends EndpointAccess, __Met
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ModifyEndpointAccessCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // EndpointAccess
|
|
39
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
40
|
+
* // ResourceOwner: "STRING_VALUE",
|
|
41
|
+
* // SubnetGroupName: "STRING_VALUE",
|
|
42
|
+
* // EndpointStatus: "STRING_VALUE",
|
|
43
|
+
* // EndpointName: "STRING_VALUE",
|
|
44
|
+
* // EndpointCreateTime: new Date("TIMESTAMP"),
|
|
45
|
+
* // Port: Number("int"),
|
|
46
|
+
* // Address: "STRING_VALUE",
|
|
47
|
+
* // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
|
|
48
|
+
* // { // VpcSecurityGroupMembership
|
|
49
|
+
* // VpcSecurityGroupId: "STRING_VALUE",
|
|
50
|
+
* // Status: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // VpcEndpoint: { // VpcEndpoint
|
|
54
|
+
* // VpcEndpointId: "STRING_VALUE",
|
|
55
|
+
* // VpcId: "STRING_VALUE",
|
|
56
|
+
* // NetworkInterfaces: [ // NetworkInterfaceList
|
|
57
|
+
* // { // NetworkInterface
|
|
58
|
+
* // NetworkInterfaceId: "STRING_VALUE",
|
|
59
|
+
* // SubnetId: "STRING_VALUE",
|
|
60
|
+
* // PrivateIpAddress: "STRING_VALUE",
|
|
61
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // },
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
38
67
|
* ```
|
|
39
68
|
*
|
|
40
69
|
* @param ModifyEndpointAccessCommandInput - {@link ModifyEndpointAccessCommandInput}
|
|
@@ -62,6 +91,8 @@ export interface ModifyEndpointAccessCommandOutput extends EndpointAccess, __Met
|
|
|
62
91
|
* @throws {@link UnauthorizedOperation} (client fault)
|
|
63
92
|
* <p>Your account is not authorized to perform the requested operation.</p>
|
|
64
93
|
*
|
|
94
|
+
* @throws {@link RedshiftServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
65
96
|
*
|
|
66
97
|
*/
|
|
67
98
|
export declare class ModifyEndpointAccessCommand extends $Command<ModifyEndpointAccessCommandInput, ModifyEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -41,6 +41,31 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new ModifyEventSubscriptionCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // ModifyEventSubscriptionResult
|
|
45
|
+
* // EventSubscription: { // EventSubscription
|
|
46
|
+
* // CustomerAwsId: "STRING_VALUE",
|
|
47
|
+
* // CustSubscriptionId: "STRING_VALUE",
|
|
48
|
+
* // SnsTopicArn: "STRING_VALUE",
|
|
49
|
+
* // Status: "STRING_VALUE",
|
|
50
|
+
* // SubscriptionCreationTime: new Date("TIMESTAMP"),
|
|
51
|
+
* // SourceType: "STRING_VALUE",
|
|
52
|
+
* // SourceIdsList: [ // SourceIdsList
|
|
53
|
+
* // "STRING_VALUE",
|
|
54
|
+
* // ],
|
|
55
|
+
* // EventCategoriesList: [ // EventCategoriesList
|
|
56
|
+
* // "STRING_VALUE",
|
|
57
|
+
* // ],
|
|
58
|
+
* // Severity: "STRING_VALUE",
|
|
59
|
+
* // Enabled: true || false,
|
|
60
|
+
* // Tags: [ // TagList
|
|
61
|
+
* // { // Tag
|
|
62
|
+
* // Key: "STRING_VALUE",
|
|
63
|
+
* // Value: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // },
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
44
69
|
* ```
|
|
45
70
|
*
|
|
46
71
|
* @param ModifyEventSubscriptionCommandInput - {@link ModifyEventSubscriptionCommandInput}
|
|
@@ -84,6 +109,8 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
|
|
|
84
109
|
* specified a severity that does not apply to the specified source type. The allowed
|
|
85
110
|
* values are ERROR and INFO.</p>
|
|
86
111
|
*
|
|
112
|
+
* @throws {@link RedshiftServiceException}
|
|
113
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
87
114
|
*
|
|
88
115
|
*/
|
|
89
116
|
export declare class ModifyEventSubscriptionCommand extends $Command<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -56,6 +56,36 @@ export interface ModifyScheduledActionCommandOutput extends ScheduledAction, __M
|
|
|
56
56
|
* };
|
|
57
57
|
* const command = new ModifyScheduledActionCommand(input);
|
|
58
58
|
* const response = await client.send(command);
|
|
59
|
+
* // { // ScheduledAction
|
|
60
|
+
* // ScheduledActionName: "STRING_VALUE",
|
|
61
|
+
* // TargetAction: { // ScheduledActionType
|
|
62
|
+
* // ResizeCluster: { // ResizeClusterMessage
|
|
63
|
+
* // ClusterIdentifier: "STRING_VALUE", // required
|
|
64
|
+
* // ClusterType: "STRING_VALUE",
|
|
65
|
+
* // NodeType: "STRING_VALUE",
|
|
66
|
+
* // NumberOfNodes: Number("int"),
|
|
67
|
+
* // Classic: true || false,
|
|
68
|
+
* // ReservedNodeId: "STRING_VALUE",
|
|
69
|
+
* // TargetReservedNodeOfferingId: "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // PauseCluster: { // PauseClusterMessage
|
|
72
|
+
* // ClusterIdentifier: "STRING_VALUE", // required
|
|
73
|
+
* // },
|
|
74
|
+
* // ResumeCluster: { // ResumeClusterMessage
|
|
75
|
+
* // ClusterIdentifier: "STRING_VALUE", // required
|
|
76
|
+
* // },
|
|
77
|
+
* // },
|
|
78
|
+
* // Schedule: "STRING_VALUE",
|
|
79
|
+
* // IamRole: "STRING_VALUE",
|
|
80
|
+
* // ScheduledActionDescription: "STRING_VALUE",
|
|
81
|
+
* // State: "ACTIVE" || "DISABLED",
|
|
82
|
+
* // NextInvocations: [ // ScheduledActionTimeList
|
|
83
|
+
* // new Date("TIMESTAMP"),
|
|
84
|
+
* // ],
|
|
85
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
86
|
+
* // EndTime: new Date("TIMESTAMP"),
|
|
87
|
+
* // };
|
|
88
|
+
*
|
|
59
89
|
* ```
|
|
60
90
|
*
|
|
61
91
|
* @param ModifyScheduledActionCommandInput - {@link ModifyScheduledActionCommandInput}
|
|
@@ -79,6 +109,8 @@ export interface ModifyScheduledActionCommandOutput extends ScheduledAction, __M
|
|
|
79
109
|
* @throws {@link UnauthorizedOperation} (client fault)
|
|
80
110
|
* <p>Your account is not authorized to perform the requested operation.</p>
|
|
81
111
|
*
|
|
112
|
+
* @throws {@link RedshiftServiceException}
|
|
113
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
82
114
|
*
|
|
83
115
|
*/
|
|
84
116
|
export declare class ModifyScheduledActionCommand extends $Command<ModifyScheduledActionCommandInput, ModifyScheduledActionCommandOutput, RedshiftClientResolvedConfig> {
|