@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
|
@@ -39,6 +39,180 @@ export interface ModifySnapshotCopyRetentionPeriodCommandOutput extends ModifySn
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new ModifySnapshotCopyRetentionPeriodCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // ModifySnapshotCopyRetentionPeriodResult
|
|
43
|
+
* // Cluster: { // Cluster
|
|
44
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
45
|
+
* // NodeType: "STRING_VALUE",
|
|
46
|
+
* // ClusterStatus: "STRING_VALUE",
|
|
47
|
+
* // ClusterAvailabilityStatus: "STRING_VALUE",
|
|
48
|
+
* // ModifyStatus: "STRING_VALUE",
|
|
49
|
+
* // MasterUsername: "STRING_VALUE",
|
|
50
|
+
* // DBName: "STRING_VALUE",
|
|
51
|
+
* // Endpoint: { // Endpoint
|
|
52
|
+
* // Address: "STRING_VALUE",
|
|
53
|
+
* // Port: Number("int"),
|
|
54
|
+
* // VpcEndpoints: [ // VpcEndpointsList
|
|
55
|
+
* // { // VpcEndpoint
|
|
56
|
+
* // VpcEndpointId: "STRING_VALUE",
|
|
57
|
+
* // VpcId: "STRING_VALUE",
|
|
58
|
+
* // NetworkInterfaces: [ // NetworkInterfaceList
|
|
59
|
+
* // { // NetworkInterface
|
|
60
|
+
* // NetworkInterfaceId: "STRING_VALUE",
|
|
61
|
+
* // SubnetId: "STRING_VALUE",
|
|
62
|
+
* // PrivateIpAddress: "STRING_VALUE",
|
|
63
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // },
|
|
69
|
+
* // ClusterCreateTime: new Date("TIMESTAMP"),
|
|
70
|
+
* // AutomatedSnapshotRetentionPeriod: Number("int"),
|
|
71
|
+
* // ManualSnapshotRetentionPeriod: Number("int"),
|
|
72
|
+
* // ClusterSecurityGroups: [ // ClusterSecurityGroupMembershipList
|
|
73
|
+
* // { // ClusterSecurityGroupMembership
|
|
74
|
+
* // ClusterSecurityGroupName: "STRING_VALUE",
|
|
75
|
+
* // Status: "STRING_VALUE",
|
|
76
|
+
* // },
|
|
77
|
+
* // ],
|
|
78
|
+
* // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
|
|
79
|
+
* // { // VpcSecurityGroupMembership
|
|
80
|
+
* // VpcSecurityGroupId: "STRING_VALUE",
|
|
81
|
+
* // Status: "STRING_VALUE",
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // ClusterParameterGroups: [ // ClusterParameterGroupStatusList
|
|
85
|
+
* // { // ClusterParameterGroupStatus
|
|
86
|
+
* // ParameterGroupName: "STRING_VALUE",
|
|
87
|
+
* // ParameterApplyStatus: "STRING_VALUE",
|
|
88
|
+
* // ClusterParameterStatusList: [ // ClusterParameterStatusList
|
|
89
|
+
* // { // ClusterParameterStatus
|
|
90
|
+
* // ParameterName: "STRING_VALUE",
|
|
91
|
+
* // ParameterApplyStatus: "STRING_VALUE",
|
|
92
|
+
* // ParameterApplyErrorDescription: "STRING_VALUE",
|
|
93
|
+
* // },
|
|
94
|
+
* // ],
|
|
95
|
+
* // },
|
|
96
|
+
* // ],
|
|
97
|
+
* // ClusterSubnetGroupName: "STRING_VALUE",
|
|
98
|
+
* // VpcId: "STRING_VALUE",
|
|
99
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
100
|
+
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
101
|
+
* // PendingModifiedValues: { // PendingModifiedValues
|
|
102
|
+
* // MasterUserPassword: "STRING_VALUE",
|
|
103
|
+
* // NodeType: "STRING_VALUE",
|
|
104
|
+
* // NumberOfNodes: Number("int"),
|
|
105
|
+
* // ClusterType: "STRING_VALUE",
|
|
106
|
+
* // ClusterVersion: "STRING_VALUE",
|
|
107
|
+
* // AutomatedSnapshotRetentionPeriod: Number("int"),
|
|
108
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
109
|
+
* // PubliclyAccessible: true || false,
|
|
110
|
+
* // EnhancedVpcRouting: true || false,
|
|
111
|
+
* // MaintenanceTrackName: "STRING_VALUE",
|
|
112
|
+
* // EncryptionType: "STRING_VALUE",
|
|
113
|
+
* // },
|
|
114
|
+
* // ClusterVersion: "STRING_VALUE",
|
|
115
|
+
* // AllowVersionUpgrade: true || false,
|
|
116
|
+
* // NumberOfNodes: Number("int"),
|
|
117
|
+
* // PubliclyAccessible: true || false,
|
|
118
|
+
* // Encrypted: true || false,
|
|
119
|
+
* // RestoreStatus: { // RestoreStatus
|
|
120
|
+
* // Status: "STRING_VALUE",
|
|
121
|
+
* // CurrentRestoreRateInMegaBytesPerSecond: Number("double"),
|
|
122
|
+
* // SnapshotSizeInMegaBytes: Number("long"),
|
|
123
|
+
* // ProgressInMegaBytes: Number("long"),
|
|
124
|
+
* // ElapsedTimeInSeconds: Number("long"),
|
|
125
|
+
* // EstimatedTimeToCompletionInSeconds: Number("long"),
|
|
126
|
+
* // },
|
|
127
|
+
* // DataTransferProgress: { // DataTransferProgress
|
|
128
|
+
* // Status: "STRING_VALUE",
|
|
129
|
+
* // CurrentRateInMegaBytesPerSecond: Number("double"),
|
|
130
|
+
* // TotalDataInMegaBytes: Number("long"),
|
|
131
|
+
* // DataTransferredInMegaBytes: Number("long"),
|
|
132
|
+
* // EstimatedTimeToCompletionInSeconds: Number("long"),
|
|
133
|
+
* // ElapsedTimeInSeconds: Number("long"),
|
|
134
|
+
* // },
|
|
135
|
+
* // HsmStatus: { // HsmStatus
|
|
136
|
+
* // HsmClientCertificateIdentifier: "STRING_VALUE",
|
|
137
|
+
* // HsmConfigurationIdentifier: "STRING_VALUE",
|
|
138
|
+
* // Status: "STRING_VALUE",
|
|
139
|
+
* // },
|
|
140
|
+
* // ClusterSnapshotCopyStatus: { // ClusterSnapshotCopyStatus
|
|
141
|
+
* // DestinationRegion: "STRING_VALUE",
|
|
142
|
+
* // RetentionPeriod: Number("long"),
|
|
143
|
+
* // ManualSnapshotRetentionPeriod: Number("int"),
|
|
144
|
+
* // SnapshotCopyGrantName: "STRING_VALUE",
|
|
145
|
+
* // },
|
|
146
|
+
* // ClusterPublicKey: "STRING_VALUE",
|
|
147
|
+
* // ClusterNodes: [ // ClusterNodesList
|
|
148
|
+
* // { // ClusterNode
|
|
149
|
+
* // NodeRole: "STRING_VALUE",
|
|
150
|
+
* // PrivateIPAddress: "STRING_VALUE",
|
|
151
|
+
* // PublicIPAddress: "STRING_VALUE",
|
|
152
|
+
* // },
|
|
153
|
+
* // ],
|
|
154
|
+
* // ElasticIpStatus: { // ElasticIpStatus
|
|
155
|
+
* // ElasticIp: "STRING_VALUE",
|
|
156
|
+
* // Status: "STRING_VALUE",
|
|
157
|
+
* // },
|
|
158
|
+
* // ClusterRevisionNumber: "STRING_VALUE",
|
|
159
|
+
* // Tags: [ // TagList
|
|
160
|
+
* // { // Tag
|
|
161
|
+
* // Key: "STRING_VALUE",
|
|
162
|
+
* // Value: "STRING_VALUE",
|
|
163
|
+
* // },
|
|
164
|
+
* // ],
|
|
165
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
166
|
+
* // EnhancedVpcRouting: true || false,
|
|
167
|
+
* // IamRoles: [ // ClusterIamRoleList
|
|
168
|
+
* // { // ClusterIamRole
|
|
169
|
+
* // IamRoleArn: "STRING_VALUE",
|
|
170
|
+
* // ApplyStatus: "STRING_VALUE",
|
|
171
|
+
* // },
|
|
172
|
+
* // ],
|
|
173
|
+
* // PendingActions: [ // PendingActionsList
|
|
174
|
+
* // "STRING_VALUE",
|
|
175
|
+
* // ],
|
|
176
|
+
* // MaintenanceTrackName: "STRING_VALUE",
|
|
177
|
+
* // ElasticResizeNumberOfNodeOptions: "STRING_VALUE",
|
|
178
|
+
* // DeferredMaintenanceWindows: [ // DeferredMaintenanceWindowsList
|
|
179
|
+
* // { // DeferredMaintenanceWindow
|
|
180
|
+
* // DeferMaintenanceIdentifier: "STRING_VALUE",
|
|
181
|
+
* // DeferMaintenanceStartTime: new Date("TIMESTAMP"),
|
|
182
|
+
* // DeferMaintenanceEndTime: new Date("TIMESTAMP"),
|
|
183
|
+
* // },
|
|
184
|
+
* // ],
|
|
185
|
+
* // SnapshotScheduleIdentifier: "STRING_VALUE",
|
|
186
|
+
* // SnapshotScheduleState: "MODIFYING" || "ACTIVE" || "FAILED",
|
|
187
|
+
* // ExpectedNextSnapshotScheduleTime: new Date("TIMESTAMP"),
|
|
188
|
+
* // ExpectedNextSnapshotScheduleTimeStatus: "STRING_VALUE",
|
|
189
|
+
* // NextMaintenanceWindowStartTime: new Date("TIMESTAMP"),
|
|
190
|
+
* // ResizeInfo: { // ResizeInfo
|
|
191
|
+
* // ResizeType: "STRING_VALUE",
|
|
192
|
+
* // AllowCancelResize: true || false,
|
|
193
|
+
* // },
|
|
194
|
+
* // AvailabilityZoneRelocationStatus: "STRING_VALUE",
|
|
195
|
+
* // ClusterNamespaceArn: "STRING_VALUE",
|
|
196
|
+
* // TotalStorageCapacityInMegaBytes: Number("long"),
|
|
197
|
+
* // AquaConfiguration: { // AquaConfiguration
|
|
198
|
+
* // AquaStatus: "enabled" || "disabled" || "applying",
|
|
199
|
+
* // AquaConfigurationStatus: "enabled" || "disabled" || "auto",
|
|
200
|
+
* // },
|
|
201
|
+
* // DefaultIamRoleArn: "STRING_VALUE",
|
|
202
|
+
* // ReservedNodeExchangeStatus: { // ReservedNodeExchangeStatus
|
|
203
|
+
* // ReservedNodeExchangeRequestId: "STRING_VALUE",
|
|
204
|
+
* // Status: "REQUESTED" || "PENDING" || "IN_PROGRESS" || "RETRYING" || "SUCCEEDED" || "FAILED",
|
|
205
|
+
* // RequestTime: new Date("TIMESTAMP"),
|
|
206
|
+
* // SourceReservedNodeId: "STRING_VALUE",
|
|
207
|
+
* // SourceReservedNodeType: "STRING_VALUE",
|
|
208
|
+
* // SourceReservedNodeCount: Number("int"),
|
|
209
|
+
* // TargetReservedNodeOfferingId: "STRING_VALUE",
|
|
210
|
+
* // TargetReservedNodeType: "STRING_VALUE",
|
|
211
|
+
* // TargetReservedNodeCount: Number("int"),
|
|
212
|
+
* // },
|
|
213
|
+
* // },
|
|
214
|
+
* // };
|
|
215
|
+
*
|
|
42
216
|
* ```
|
|
43
217
|
*
|
|
44
218
|
* @param ModifySnapshotCopyRetentionPeriodCommandInput - {@link ModifySnapshotCopyRetentionPeriodCommandInput}
|
|
@@ -65,6 +239,8 @@ export interface ModifySnapshotCopyRetentionPeriodCommandOutput extends ModifySn
|
|
|
65
239
|
* @throws {@link UnauthorizedOperation} (client fault)
|
|
66
240
|
* <p>Your account is not authorized to perform the requested operation.</p>
|
|
67
241
|
*
|
|
242
|
+
* @throws {@link RedshiftServiceException}
|
|
243
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
68
244
|
*
|
|
69
245
|
*/
|
|
70
246
|
export declare class ModifySnapshotCopyRetentionPeriodCommand extends $Command<ModifySnapshotCopyRetentionPeriodCommandInput, ModifySnapshotCopyRetentionPeriodCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -36,6 +36,30 @@ export interface ModifySnapshotScheduleCommandOutput extends SnapshotSchedule, _
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new ModifySnapshotScheduleCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // SnapshotSchedule
|
|
40
|
+
* // ScheduleDefinitions: [ // ScheduleDefinitionList
|
|
41
|
+
* // "STRING_VALUE",
|
|
42
|
+
* // ],
|
|
43
|
+
* // ScheduleIdentifier: "STRING_VALUE",
|
|
44
|
+
* // ScheduleDescription: "STRING_VALUE",
|
|
45
|
+
* // Tags: [ // TagList
|
|
46
|
+
* // { // Tag
|
|
47
|
+
* // Key: "STRING_VALUE",
|
|
48
|
+
* // Value: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // NextInvocations: [ // ScheduledSnapshotTimeList
|
|
52
|
+
* // new Date("TIMESTAMP"),
|
|
53
|
+
* // ],
|
|
54
|
+
* // AssociatedClusterCount: Number("int"),
|
|
55
|
+
* // AssociatedClusters: [ // AssociatedClusterList
|
|
56
|
+
* // { // ClusterAssociatedToSchedule
|
|
57
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
58
|
+
* // ScheduleAssociationState: "MODIFYING" || "ACTIVE" || "FAILED",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
39
63
|
* ```
|
|
40
64
|
*
|
|
41
65
|
* @param ModifySnapshotScheduleCommandInput - {@link ModifySnapshotScheduleCommandInput}
|
|
@@ -53,6 +77,8 @@ export interface ModifySnapshotScheduleCommandOutput extends SnapshotSchedule, _
|
|
|
53
77
|
* @throws {@link SnapshotScheduleUpdateInProgressFault} (client fault)
|
|
54
78
|
* <p>The specified snapshot schedule is already being updated.</p>
|
|
55
79
|
*
|
|
80
|
+
* @throws {@link RedshiftServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
56
82
|
*
|
|
57
83
|
*/
|
|
58
84
|
export declare class ModifySnapshotScheduleCommand extends $Command<ModifySnapshotScheduleCommandInput, ModifySnapshotScheduleCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -35,6 +35,22 @@ export interface ModifyUsageLimitCommandOutput extends UsageLimit, __MetadataBea
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ModifyUsageLimitCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // UsageLimit
|
|
39
|
+
* // UsageLimitId: "STRING_VALUE",
|
|
40
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
41
|
+
* // FeatureType: "spectrum" || "concurrency-scaling" || "cross-region-datasharing",
|
|
42
|
+
* // LimitType: "time" || "data-scanned",
|
|
43
|
+
* // Amount: Number("long"),
|
|
44
|
+
* // Period: "daily" || "weekly" || "monthly",
|
|
45
|
+
* // BreachAction: "log" || "emit-metric" || "disable",
|
|
46
|
+
* // Tags: [ // TagList
|
|
47
|
+
* // { // Tag
|
|
48
|
+
* // Key: "STRING_VALUE",
|
|
49
|
+
* // Value: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
38
54
|
* ```
|
|
39
55
|
*
|
|
40
56
|
* @param ModifyUsageLimitCommandInput - {@link ModifyUsageLimitCommandInput}
|
|
@@ -52,6 +68,8 @@ export interface ModifyUsageLimitCommandOutput extends UsageLimit, __MetadataBea
|
|
|
52
68
|
* @throws {@link UsageLimitNotFoundFault} (client fault)
|
|
53
69
|
* <p>The usage limit identifier can't be found.</p>
|
|
54
70
|
*
|
|
71
|
+
* @throws {@link RedshiftServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
55
73
|
*
|
|
56
74
|
*/
|
|
57
75
|
export declare class ModifyUsageLimitCommand extends $Command<ModifyUsageLimitCommandInput, ModifyUsageLimitCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -32,6 +32,180 @@ export interface PauseClusterCommandOutput extends PauseClusterResult, __Metadat
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new PauseClusterCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // PauseClusterResult
|
|
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 PauseClusterCommandInput - {@link PauseClusterCommandInput}
|
|
@@ -47,6 +221,8 @@ export interface PauseClusterCommandOutput extends PauseClusterResult, __Metadat
|
|
|
47
221
|
* @throws {@link InvalidClusterStateFault} (client fault)
|
|
48
222
|
* <p>The specified cluster is not in the <code>available</code> state. </p>
|
|
49
223
|
*
|
|
224
|
+
* @throws {@link RedshiftServiceException}
|
|
225
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
50
226
|
*
|
|
51
227
|
*/
|
|
52
228
|
export declare class PauseClusterCommand extends $Command<PauseClusterCommandInput, PauseClusterCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -40,6 +40,29 @@ export interface PurchaseReservedNodeOfferingCommandOutput extends PurchaseReser
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new PurchaseReservedNodeOfferingCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // PurchaseReservedNodeOfferingResult
|
|
44
|
+
* // ReservedNode: { // ReservedNode
|
|
45
|
+
* // ReservedNodeId: "STRING_VALUE",
|
|
46
|
+
* // ReservedNodeOfferingId: "STRING_VALUE",
|
|
47
|
+
* // NodeType: "STRING_VALUE",
|
|
48
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
49
|
+
* // Duration: Number("int"),
|
|
50
|
+
* // FixedPrice: Number("double"),
|
|
51
|
+
* // UsagePrice: Number("double"),
|
|
52
|
+
* // CurrencyCode: "STRING_VALUE",
|
|
53
|
+
* // NodeCount: Number("int"),
|
|
54
|
+
* // State: "STRING_VALUE",
|
|
55
|
+
* // OfferingType: "STRING_VALUE",
|
|
56
|
+
* // RecurringCharges: [ // RecurringChargeList
|
|
57
|
+
* // { // RecurringCharge
|
|
58
|
+
* // RecurringChargeAmount: Number("double"),
|
|
59
|
+
* // RecurringChargeFrequency: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // ],
|
|
62
|
+
* // ReservedNodeOfferingType: "Regular" || "Upgradable",
|
|
63
|
+
* // },
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
43
66
|
* ```
|
|
44
67
|
*
|
|
45
68
|
* @param PurchaseReservedNodeOfferingCommandInput - {@link PurchaseReservedNodeOfferingCommandInput}
|
|
@@ -63,6 +86,8 @@ export interface PurchaseReservedNodeOfferingCommandOutput extends PurchaseReser
|
|
|
63
86
|
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
64
87
|
* <p>The requested operation isn't supported.</p>
|
|
65
88
|
*
|
|
89
|
+
* @throws {@link RedshiftServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
66
91
|
*
|
|
67
92
|
*/
|
|
68
93
|
export declare class PurchaseReservedNodeOfferingCommand extends $Command<PurchaseReservedNodeOfferingCommandInput, PurchaseReservedNodeOfferingCommandOutput, RedshiftClientResolvedConfig> {
|