@aws-sdk/client-rds 3.314.0 → 3.316.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-cjs/RDS.js +145 -1974
- package/dist-cjs/protocols/Aws_query.js +283 -423
- package/dist-es/RDS.js +145 -1974
- package/dist-es/protocols/Aws_query.js +284 -424
- package/dist-types/RDS.d.ts +200 -1206
- package/dist-types/models/models_0.d.ts +22 -27
- package/dist-types/models/models_1.d.ts +15 -26
- package/dist-types/ts3.4/RDS.d.ts +2 -1
- package/package.json +6 -6
package/dist-types/RDS.d.ts
CHANGED
|
@@ -141,1915 +141,909 @@ import { StopDBInstanceCommandInput, StopDBInstanceCommandOutput } from "./comma
|
|
|
141
141
|
import { SwitchoverBlueGreenDeploymentCommandInput, SwitchoverBlueGreenDeploymentCommandOutput } from "./commands/SwitchoverBlueGreenDeploymentCommand";
|
|
142
142
|
import { SwitchoverReadReplicaCommandInput, SwitchoverReadReplicaCommandOutput } from "./commands/SwitchoverReadReplicaCommand";
|
|
143
143
|
import { RDSClient } from "./RDSClient";
|
|
144
|
-
|
|
145
|
-
* @public
|
|
146
|
-
* <fullname>Amazon Relational Database Service</fullname>
|
|
147
|
-
* <p></p>
|
|
148
|
-
* <p>Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and
|
|
149
|
-
* scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational
|
|
150
|
-
* database and manages common database administration tasks, freeing up developers to focus on what makes their applications
|
|
151
|
-
* and businesses unique.</p>
|
|
152
|
-
* <p>Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server,
|
|
153
|
-
* Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools
|
|
154
|
-
* you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS
|
|
155
|
-
* automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS
|
|
156
|
-
* is flexible: you can scale your DB instance's compute resources and storage capacity to meet your
|
|
157
|
-
* application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for
|
|
158
|
-
* the resources you use.</p>
|
|
159
|
-
* <p>This interface reference for Amazon RDS contains documentation for a programming or command line interface
|
|
160
|
-
* you can use to manage Amazon RDS. Amazon RDS is asynchronous, which means that some interfaces might
|
|
161
|
-
* require techniques such as polling or callback functions to determine when a command has been applied. In this
|
|
162
|
-
* reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot,
|
|
163
|
-
* or during the maintenance window. The reference structure is as follows, and we list following some related topics
|
|
164
|
-
* from the user guide.</p>
|
|
165
|
-
* <p>
|
|
166
|
-
* <b>Amazon RDS API Reference</b>
|
|
167
|
-
* </p>
|
|
168
|
-
* <ul>
|
|
169
|
-
* <li>
|
|
170
|
-
* <p>For the alphabetical list of API actions, see
|
|
171
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Operations.html">API Actions</a>.</p>
|
|
172
|
-
* </li>
|
|
173
|
-
* <li>
|
|
174
|
-
* <p>For the alphabetical list of data types, see
|
|
175
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Types.html">Data Types</a>.</p>
|
|
176
|
-
* </li>
|
|
177
|
-
* <li>
|
|
178
|
-
* <p>For a list of common query parameters, see
|
|
179
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonParameters.html">Common Parameters</a>.</p>
|
|
180
|
-
* </li>
|
|
181
|
-
* <li>
|
|
182
|
-
* <p>For descriptions of the error codes, see
|
|
183
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonErrors.html">Common Errors</a>.</p>
|
|
184
|
-
* </li>
|
|
185
|
-
* </ul>
|
|
186
|
-
* <p>
|
|
187
|
-
* <b>Amazon RDS User Guide</b>
|
|
188
|
-
* </p>
|
|
189
|
-
* <ul>
|
|
190
|
-
* <li>
|
|
191
|
-
* <p>For a summary of the Amazon RDS interfaces, see
|
|
192
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html#Welcome.Interfaces">Available RDS Interfaces</a>.</p>
|
|
193
|
-
* </li>
|
|
194
|
-
* <li>
|
|
195
|
-
* <p>For more information about how to use the Query API, see
|
|
196
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Using_the_Query_API.html">Using the Query API</a>.</p>
|
|
197
|
-
* </li>
|
|
198
|
-
* </ul>
|
|
199
|
-
*/
|
|
200
|
-
export declare class RDS extends RDSClient {
|
|
144
|
+
export interface RDS {
|
|
201
145
|
/**
|
|
202
|
-
* @
|
|
203
|
-
* <p>Associates an Identity and Access Management (IAM) role with a DB cluster.</p>
|
|
146
|
+
* @see {@link AddRoleToDBClusterCommand}
|
|
204
147
|
*/
|
|
205
148
|
addRoleToDBCluster(args: AddRoleToDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<AddRoleToDBClusterCommandOutput>;
|
|
206
149
|
addRoleToDBCluster(args: AddRoleToDBClusterCommandInput, cb: (err: any, data?: AddRoleToDBClusterCommandOutput) => void): void;
|
|
207
150
|
addRoleToDBCluster(args: AddRoleToDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddRoleToDBClusterCommandOutput) => void): void;
|
|
208
151
|
/**
|
|
209
|
-
* @
|
|
210
|
-
* <p>Associates an Amazon Web Services Identity and Access Management (IAM) role with a DB instance.</p>
|
|
211
|
-
* <note>
|
|
212
|
-
* <p>To add a role to a DB instance, the status of the DB instance must be <code>available</code>.</p>
|
|
213
|
-
* </note>
|
|
214
|
-
* <p>This command doesn't apply to RDS Custom.</p>
|
|
152
|
+
* @see {@link AddRoleToDBInstanceCommand}
|
|
215
153
|
*/
|
|
216
154
|
addRoleToDBInstance(args: AddRoleToDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<AddRoleToDBInstanceCommandOutput>;
|
|
217
155
|
addRoleToDBInstance(args: AddRoleToDBInstanceCommandInput, cb: (err: any, data?: AddRoleToDBInstanceCommandOutput) => void): void;
|
|
218
156
|
addRoleToDBInstance(args: AddRoleToDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddRoleToDBInstanceCommandOutput) => void): void;
|
|
219
157
|
/**
|
|
220
|
-
* @
|
|
221
|
-
* <p>Adds a source identifier to an existing RDS event notification subscription.</p>
|
|
158
|
+
* @see {@link AddSourceIdentifierToSubscriptionCommand}
|
|
222
159
|
*/
|
|
223
160
|
addSourceIdentifierToSubscription(args: AddSourceIdentifierToSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<AddSourceIdentifierToSubscriptionCommandOutput>;
|
|
224
161
|
addSourceIdentifierToSubscription(args: AddSourceIdentifierToSubscriptionCommandInput, cb: (err: any, data?: AddSourceIdentifierToSubscriptionCommandOutput) => void): void;
|
|
225
162
|
addSourceIdentifierToSubscription(args: AddSourceIdentifierToSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddSourceIdentifierToSubscriptionCommandOutput) => void): void;
|
|
226
163
|
/**
|
|
227
|
-
* @
|
|
228
|
-
* <p>Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon RDS resources, or used in a Condition statement in an IAM policy for Amazon RDS.</p>
|
|
229
|
-
* <p>For an overview on tagging Amazon RDS resources,
|
|
230
|
-
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging Amazon RDS Resources</a>.</p>
|
|
164
|
+
* @see {@link AddTagsToResourceCommand}
|
|
231
165
|
*/
|
|
232
166
|
addTagsToResource(args: AddTagsToResourceCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsToResourceCommandOutput>;
|
|
233
167
|
addTagsToResource(args: AddTagsToResourceCommandInput, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
|
|
234
168
|
addTagsToResource(args: AddTagsToResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
|
|
235
169
|
/**
|
|
236
|
-
* @
|
|
237
|
-
* <p>Applies a pending maintenance action to a resource (for example, to a DB instance).</p>
|
|
170
|
+
* @see {@link ApplyPendingMaintenanceActionCommand}
|
|
238
171
|
*/
|
|
239
172
|
applyPendingMaintenanceAction(args: ApplyPendingMaintenanceActionCommandInput, options?: __HttpHandlerOptions): Promise<ApplyPendingMaintenanceActionCommandOutput>;
|
|
240
173
|
applyPendingMaintenanceAction(args: ApplyPendingMaintenanceActionCommandInput, cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void): void;
|
|
241
174
|
applyPendingMaintenanceAction(args: ApplyPendingMaintenanceActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void): void;
|
|
242
175
|
/**
|
|
243
|
-
* @
|
|
244
|
-
* <p>Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security
|
|
245
|
-
* groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC
|
|
246
|
-
* instances. Second, IP ranges are available if the application accessing your database is running on the internet.
|
|
247
|
-
* Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId
|
|
248
|
-
* and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC).</p>
|
|
249
|
-
* <p>You can't authorize ingress from an EC2 security group in one Amazon Web Services Region to an Amazon RDS DB instance in
|
|
250
|
-
* another. You can't authorize ingress from a VPC security group in one VPC to an Amazon RDS DB instance in another.</p>
|
|
251
|
-
* <p>For an overview of CIDR ranges, go to the
|
|
252
|
-
* <a href="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Wikipedia Tutorial</a>.</p>
|
|
253
|
-
* <note>
|
|
254
|
-
* <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
|
|
255
|
-
* you migrate as soon as possible. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the
|
|
256
|
-
* <i>Amazon EC2 User Guide</i>, the blog <a href="http://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/">EC2-Classic Networking is Retiring –
|
|
257
|
-
* Here’s How to Prepare</a>, and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.Non-VPC2VPC.html">Moving a DB instance not in a VPC
|
|
258
|
-
* into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
259
|
-
* </note>
|
|
176
|
+
* @see {@link AuthorizeDBSecurityGroupIngressCommand}
|
|
260
177
|
*/
|
|
261
178
|
authorizeDBSecurityGroupIngress(args: AuthorizeDBSecurityGroupIngressCommandInput, options?: __HttpHandlerOptions): Promise<AuthorizeDBSecurityGroupIngressCommandOutput>;
|
|
262
179
|
authorizeDBSecurityGroupIngress(args: AuthorizeDBSecurityGroupIngressCommandInput, cb: (err: any, data?: AuthorizeDBSecurityGroupIngressCommandOutput) => void): void;
|
|
263
180
|
authorizeDBSecurityGroupIngress(args: AuthorizeDBSecurityGroupIngressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AuthorizeDBSecurityGroupIngressCommandOutput) => void): void;
|
|
264
181
|
/**
|
|
265
|
-
* @
|
|
266
|
-
* <p>Backtracks a DB cluster to a specific time, without creating a new DB cluster.</p>
|
|
267
|
-
* <p>For more information on backtracking, see
|
|
268
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Managing.Backtrack.html">
|
|
269
|
-
* Backtracking an Aurora DB Cluster</a> in the
|
|
270
|
-
* <i>Amazon Aurora User Guide</i>.</p>
|
|
271
|
-
* <note>
|
|
272
|
-
* <p>This action applies only to Aurora MySQL DB clusters.</p>
|
|
273
|
-
* </note>
|
|
182
|
+
* @see {@link BacktrackDBClusterCommand}
|
|
274
183
|
*/
|
|
275
184
|
backtrackDBCluster(args: BacktrackDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<BacktrackDBClusterCommandOutput>;
|
|
276
185
|
backtrackDBCluster(args: BacktrackDBClusterCommandInput, cb: (err: any, data?: BacktrackDBClusterCommandOutput) => void): void;
|
|
277
186
|
backtrackDBCluster(args: BacktrackDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BacktrackDBClusterCommandOutput) => void): void;
|
|
278
187
|
/**
|
|
279
|
-
* @
|
|
280
|
-
* <p>Cancels an export task in progress that is exporting a snapshot or cluster to Amazon S3.
|
|
281
|
-
* Any data that has already been written to the S3 bucket isn't removed.</p>
|
|
188
|
+
* @see {@link CancelExportTaskCommand}
|
|
282
189
|
*/
|
|
283
190
|
cancelExportTask(args: CancelExportTaskCommandInput, options?: __HttpHandlerOptions): Promise<CancelExportTaskCommandOutput>;
|
|
284
191
|
cancelExportTask(args: CancelExportTaskCommandInput, cb: (err: any, data?: CancelExportTaskCommandOutput) => void): void;
|
|
285
192
|
cancelExportTask(args: CancelExportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelExportTaskCommandOutput) => void): void;
|
|
286
193
|
/**
|
|
287
|
-
* @
|
|
288
|
-
* <p>Copies the specified DB cluster parameter group.</p>
|
|
194
|
+
* @see {@link CopyDBClusterParameterGroupCommand}
|
|
289
195
|
*/
|
|
290
196
|
copyDBClusterParameterGroup(args: CopyDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBClusterParameterGroupCommandOutput>;
|
|
291
197
|
copyDBClusterParameterGroup(args: CopyDBClusterParameterGroupCommandInput, cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void): void;
|
|
292
198
|
copyDBClusterParameterGroup(args: CopyDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void): void;
|
|
293
199
|
/**
|
|
294
|
-
* @
|
|
295
|
-
* <p>Copies a snapshot of a DB cluster.</p>
|
|
296
|
-
* <p>To copy a DB cluster snapshot from a shared manual DB cluster snapshot, <code>SourceDBClusterSnapshotIdentifier</code>
|
|
297
|
-
* must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot.</p>
|
|
298
|
-
* <p>You can copy an encrypted DB cluster snapshot from another Amazon Web Services Region. In that case,
|
|
299
|
-
* the Amazon Web Services Region where you call the <code>CopyDBClusterSnapshot</code> operation is the
|
|
300
|
-
* destination Amazon Web Services Region for the encrypted DB cluster snapshot to be copied to. To copy
|
|
301
|
-
* an encrypted DB cluster snapshot from another Amazon Web Services Region, you must provide the
|
|
302
|
-
* following values:</p>
|
|
303
|
-
* <ul>
|
|
304
|
-
* <li>
|
|
305
|
-
* <p>
|
|
306
|
-
* <code>KmsKeyId</code> - The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to
|
|
307
|
-
* encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region.</p>
|
|
308
|
-
* </li>
|
|
309
|
-
* <li>
|
|
310
|
-
* <p>
|
|
311
|
-
* <code>TargetDBClusterSnapshotIdentifier</code> - The identifier for the new copy of the DB cluster snapshot in the destination Amazon Web Services Region.</p>
|
|
312
|
-
* </li>
|
|
313
|
-
* <li>
|
|
314
|
-
* <p>
|
|
315
|
-
* <code>SourceDBClusterSnapshotIdentifier</code> - The DB cluster snapshot
|
|
316
|
-
* identifier for the encrypted DB cluster snapshot to be copied. This identifier
|
|
317
|
-
* must be in the ARN format for the source Amazon Web Services Region and is the same value as
|
|
318
|
-
* the <code>SourceDBClusterSnapshotIdentifier</code> in the presigned URL.</p>
|
|
319
|
-
* </li>
|
|
320
|
-
* </ul>
|
|
321
|
-
* <p>To cancel the copy operation once it is in progress, delete the target DB cluster snapshot identified
|
|
322
|
-
* by <code>TargetDBClusterSnapshotIdentifier</code> while that DB cluster snapshot is in "copying" status.</p>
|
|
323
|
-
* <p>For more information on copying encrypted Amazon Aurora DB cluster snapshots from one Amazon Web Services Region to another, see
|
|
324
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html">
|
|
325
|
-
* Copying a Snapshot</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
326
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
327
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
328
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
329
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
330
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
331
|
-
* Guide</i>.</p>
|
|
200
|
+
* @see {@link CopyDBClusterSnapshotCommand}
|
|
332
201
|
*/
|
|
333
202
|
copyDBClusterSnapshot(args: CopyDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBClusterSnapshotCommandOutput>;
|
|
334
203
|
copyDBClusterSnapshot(args: CopyDBClusterSnapshotCommandInput, cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void): void;
|
|
335
204
|
copyDBClusterSnapshot(args: CopyDBClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void): void;
|
|
336
205
|
/**
|
|
337
|
-
* @
|
|
338
|
-
* <p>Copies the specified DB parameter group.</p>
|
|
206
|
+
* @see {@link CopyDBParameterGroupCommand}
|
|
339
207
|
*/
|
|
340
208
|
copyDBParameterGroup(args: CopyDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBParameterGroupCommandOutput>;
|
|
341
209
|
copyDBParameterGroup(args: CopyDBParameterGroupCommandInput, cb: (err: any, data?: CopyDBParameterGroupCommandOutput) => void): void;
|
|
342
210
|
copyDBParameterGroup(args: CopyDBParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDBParameterGroupCommandOutput) => void): void;
|
|
343
211
|
/**
|
|
344
|
-
* @
|
|
345
|
-
* <p>Copies the specified DB snapshot. The source DB snapshot must be in the <code>available</code> state.</p>
|
|
346
|
-
* <p>You can copy a snapshot from one Amazon Web Services Region to another. In that case, the
|
|
347
|
-
* Amazon Web Services Region where you call the <code>CopyDBSnapshot</code> operation is the destination
|
|
348
|
-
* Amazon Web Services Region for the DB snapshot copy.</p>
|
|
349
|
-
* <p>This command doesn't apply to RDS Custom.</p>
|
|
350
|
-
* <p>For more information about copying snapshots, see
|
|
351
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopyDBSnapshot">Copying a DB Snapshot</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
212
|
+
* @see {@link CopyDBSnapshotCommand}
|
|
352
213
|
*/
|
|
353
214
|
copyDBSnapshot(args: CopyDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBSnapshotCommandOutput>;
|
|
354
215
|
copyDBSnapshot(args: CopyDBSnapshotCommandInput, cb: (err: any, data?: CopyDBSnapshotCommandOutput) => void): void;
|
|
355
216
|
copyDBSnapshot(args: CopyDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDBSnapshotCommandOutput) => void): void;
|
|
356
217
|
/**
|
|
357
|
-
* @
|
|
358
|
-
* <p>Copies the specified option group.</p>
|
|
218
|
+
* @see {@link CopyOptionGroupCommand}
|
|
359
219
|
*/
|
|
360
220
|
copyOptionGroup(args: CopyOptionGroupCommandInput, options?: __HttpHandlerOptions): Promise<CopyOptionGroupCommandOutput>;
|
|
361
221
|
copyOptionGroup(args: CopyOptionGroupCommandInput, cb: (err: any, data?: CopyOptionGroupCommandOutput) => void): void;
|
|
362
222
|
copyOptionGroup(args: CopyOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyOptionGroupCommandOutput) => void): void;
|
|
363
223
|
/**
|
|
364
|
-
* @
|
|
365
|
-
* <p>Creates a blue/green deployment.</p>
|
|
366
|
-
* <p>A blue/green deployment creates a staging environment that copies the production environment.
|
|
367
|
-
* In a blue/green deployment, the blue environment is the current production environment.
|
|
368
|
-
* The green environment is the staging environment. The staging environment stays in sync
|
|
369
|
-
* with the current production environment using logical replication.</p>
|
|
370
|
-
* <p>You can make changes to the databases in the green environment without affecting
|
|
371
|
-
* production workloads. For example, you can upgrade the major or minor DB engine version, change
|
|
372
|
-
* database parameters, or make schema changes in the staging environment. You can thoroughly test
|
|
373
|
-
* changes in the green environment. When ready, you can switch over the environments to promote the
|
|
374
|
-
* green environment to be the new production environment. The switchover typically takes under a minute.</p>
|
|
375
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html">Using Amazon RDS Blue/Green Deployments
|
|
376
|
-
* for database updates</a> in the <i>Amazon RDS User Guide</i> and
|
|
377
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">
|
|
378
|
-
* Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
|
|
379
|
-
* User Guide</i>.</p>
|
|
224
|
+
* @see {@link CreateBlueGreenDeploymentCommand}
|
|
380
225
|
*/
|
|
381
226
|
createBlueGreenDeployment(args: CreateBlueGreenDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<CreateBlueGreenDeploymentCommandOutput>;
|
|
382
227
|
createBlueGreenDeployment(args: CreateBlueGreenDeploymentCommandInput, cb: (err: any, data?: CreateBlueGreenDeploymentCommandOutput) => void): void;
|
|
383
228
|
createBlueGreenDeployment(args: CreateBlueGreenDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBlueGreenDeploymentCommandOutput) => void): void;
|
|
384
229
|
/**
|
|
385
|
-
* @
|
|
386
|
-
* <p>Creates a custom DB engine version (CEV).</p>
|
|
230
|
+
* @see {@link CreateCustomDBEngineVersionCommand}
|
|
387
231
|
*/
|
|
388
232
|
createCustomDBEngineVersion(args: CreateCustomDBEngineVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomDBEngineVersionCommandOutput>;
|
|
389
233
|
createCustomDBEngineVersion(args: CreateCustomDBEngineVersionCommandInput, cb: (err: any, data?: CreateCustomDBEngineVersionCommandOutput) => void): void;
|
|
390
234
|
createCustomDBEngineVersion(args: CreateCustomDBEngineVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomDBEngineVersionCommandOutput) => void): void;
|
|
391
235
|
/**
|
|
392
|
-
* @
|
|
393
|
-
* <p>Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
|
|
394
|
-
* <p>If you create an Aurora DB cluster, the request creates an empty cluster. You must
|
|
395
|
-
* explicitly create the writer instance for your DB cluster using the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html">CreateDBInstance</a> operation. If you create a Multi-AZ DB cluster, the
|
|
396
|
-
* request creates a writer and two reader DB instances for you, each in a different
|
|
397
|
-
* Availability Zone.</p>
|
|
398
|
-
* <p>You can use the <code>ReplicationSourceIdentifier</code> parameter to create an Amazon
|
|
399
|
-
* Aurora DB cluster as a read replica of another DB cluster or Amazon RDS for MySQL or
|
|
400
|
-
* PostgreSQL DB instance. For more information about Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">What is Amazon Aurora?</a> in the <i>Amazon Aurora User
|
|
401
|
-
* Guide</i>.</p>
|
|
402
|
-
* <p>You can also use the <code>ReplicationSourceIdentifier</code> parameter to create a
|
|
403
|
-
* Multi-AZ DB cluster read replica with an RDS for MySQL or PostgreSQL DB instance as the
|
|
404
|
-
* source. For more information about Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">Multi-AZ DB
|
|
405
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
406
|
-
* Guide</i>.</p>
|
|
236
|
+
* @see {@link CreateDBClusterCommand}
|
|
407
237
|
*/
|
|
408
238
|
createDBCluster(args: CreateDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterCommandOutput>;
|
|
409
239
|
createDBCluster(args: CreateDBClusterCommandInput, cb: (err: any, data?: CreateDBClusterCommandOutput) => void): void;
|
|
410
240
|
createDBCluster(args: CreateDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterCommandOutput) => void): void;
|
|
411
241
|
/**
|
|
412
|
-
* @
|
|
413
|
-
* <p>Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster.</p>
|
|
414
|
-
* <note>
|
|
415
|
-
* <p>This action applies only to Aurora DB clusters.</p>
|
|
416
|
-
* </note>
|
|
242
|
+
* @see {@link CreateDBClusterEndpointCommand}
|
|
417
243
|
*/
|
|
418
244
|
createDBClusterEndpoint(args: CreateDBClusterEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterEndpointCommandOutput>;
|
|
419
245
|
createDBClusterEndpoint(args: CreateDBClusterEndpointCommandInput, cb: (err: any, data?: CreateDBClusterEndpointCommandOutput) => void): void;
|
|
420
246
|
createDBClusterEndpoint(args: CreateDBClusterEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterEndpointCommandOutput) => void): void;
|
|
421
247
|
/**
|
|
422
|
-
* @
|
|
423
|
-
* <p>Creates a new DB cluster parameter group.</p>
|
|
424
|
-
* <p>Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.</p>
|
|
425
|
-
* <p>A DB cluster parameter group is initially created with the default parameters for the
|
|
426
|
-
* database engine used by instances in the DB cluster. To provide custom values for any of the
|
|
427
|
-
* parameters, you must modify the group after creating it using
|
|
428
|
-
* <code>ModifyDBClusterParameterGroup</code>. Once you've created a DB cluster parameter group, you need to
|
|
429
|
-
* associate it with your DB cluster using <code>ModifyDBCluster</code>.</p>
|
|
430
|
-
* <p>When you associate a new DB cluster parameter group with a running Aurora DB cluster, reboot the DB
|
|
431
|
-
* instances in the DB cluster without failover for the new DB cluster parameter group and
|
|
432
|
-
* associated settings to take effect.</p>
|
|
433
|
-
* <p>When you associate a new DB cluster parameter group with a running Multi-AZ DB cluster, reboot the DB
|
|
434
|
-
* cluster without failover for the new DB cluster parameter group and associated settings to take effect.</p>
|
|
435
|
-
* <important>
|
|
436
|
-
* <p>After you create a DB cluster parameter group, you should wait at least 5 minutes
|
|
437
|
-
* before creating your first DB cluster that uses that DB cluster parameter group as
|
|
438
|
-
* the default parameter group. This allows Amazon RDS to fully complete the create
|
|
439
|
-
* action before the DB cluster parameter group is used as the default for a new DB
|
|
440
|
-
* cluster. This is especially important for parameters that are critical when creating
|
|
441
|
-
* the default database for a DB cluster, such as the character set for the default
|
|
442
|
-
* database defined by the <code>character_set_database</code> parameter. You can use
|
|
443
|
-
* the <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the
|
|
444
|
-
* <code>DescribeDBClusterParameters</code> operation to verify that your DB
|
|
445
|
-
* cluster parameter group has been created or modified.</p>
|
|
446
|
-
* </important>
|
|
447
|
-
* <p>For more information on Amazon Aurora, see
|
|
448
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
449
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
450
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
451
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
452
|
-
* Guide</i>.</p>
|
|
248
|
+
* @see {@link CreateDBClusterParameterGroupCommand}
|
|
453
249
|
*/
|
|
454
250
|
createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterParameterGroupCommandOutput>;
|
|
455
251
|
createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void): void;
|
|
456
252
|
createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void): void;
|
|
457
253
|
/**
|
|
458
|
-
* @
|
|
459
|
-
* <p>Creates a snapshot of a DB cluster.</p>
|
|
460
|
-
* <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon
|
|
461
|
-
* Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
462
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
463
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
464
|
-
* Guide</i>.</p>
|
|
254
|
+
* @see {@link CreateDBClusterSnapshotCommand}
|
|
465
255
|
*/
|
|
466
256
|
createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterSnapshotCommandOutput>;
|
|
467
257
|
createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void): void;
|
|
468
258
|
createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void): void;
|
|
469
259
|
/**
|
|
470
|
-
* @
|
|
471
|
-
* <p>Creates a new DB instance.</p>
|
|
472
|
-
* <p>The new DB instance can be an RDS DB instance, or it can be a DB instance in an Aurora DB cluster.
|
|
473
|
-
* For an Aurora DB cluster, you can call this operation multiple times to add more than one DB instance
|
|
474
|
-
* to the cluster.</p>
|
|
475
|
-
* <p>For more information about creating an RDS DB instance, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateDBInstance.html">
|
|
476
|
-
* Creating an Amazon RDS DB instance</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
477
|
-
* <p>For more information about creating a DB instance in an Aurora DB cluster, see
|
|
478
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.CreateInstance.html">
|
|
479
|
-
* Creating an Amazon Aurora DB cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
260
|
+
* @see {@link CreateDBInstanceCommand}
|
|
480
261
|
*/
|
|
481
262
|
createDBInstance(args: CreateDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBInstanceCommandOutput>;
|
|
482
263
|
createDBInstance(args: CreateDBInstanceCommandInput, cb: (err: any, data?: CreateDBInstanceCommandOutput) => void): void;
|
|
483
264
|
createDBInstance(args: CreateDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBInstanceCommandOutput) => void): void;
|
|
484
265
|
/**
|
|
485
|
-
* @
|
|
486
|
-
* <p>Creates a new DB instance that acts as a read replica for an existing source DB
|
|
487
|
-
* instance or Multi-AZ DB cluster. You can create a read replica for a DB instance running
|
|
488
|
-
* MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server. You can create a read replica for a
|
|
489
|
-
* Multi-AZ DB cluster running MySQL or PostgreSQL. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html">Working
|
|
490
|
-
* with read replicas</a> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html#multi-az-db-clusters-migrating-to-instance-with-read-replica">Migrating from a Multi-AZ DB cluster to a DB instance using a read replica</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
491
|
-
* <p>Amazon Aurora doesn't support this operation. Call the <code>CreateDBInstance</code>
|
|
492
|
-
* operation to create a DB instance for an Aurora DB cluster.</p>
|
|
493
|
-
* <p>All read replica DB instances are created with backups disabled. All other attributes
|
|
494
|
-
* (including DB security groups and DB parameter groups) are inherited from the source DB
|
|
495
|
-
* instance or cluster, except as specified.</p>
|
|
496
|
-
* <important>
|
|
497
|
-
* <p>Your source DB instance or cluster must have backup retention enabled.</p>
|
|
498
|
-
* </important>
|
|
266
|
+
* @see {@link CreateDBInstanceReadReplicaCommand}
|
|
499
267
|
*/
|
|
500
268
|
createDBInstanceReadReplica(args: CreateDBInstanceReadReplicaCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBInstanceReadReplicaCommandOutput>;
|
|
501
269
|
createDBInstanceReadReplica(args: CreateDBInstanceReadReplicaCommandInput, cb: (err: any, data?: CreateDBInstanceReadReplicaCommandOutput) => void): void;
|
|
502
270
|
createDBInstanceReadReplica(args: CreateDBInstanceReadReplicaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBInstanceReadReplicaCommandOutput) => void): void;
|
|
503
271
|
/**
|
|
504
|
-
* @
|
|
505
|
-
* <p>Creates a new DB parameter group.</p>
|
|
506
|
-
* <p>A DB parameter group is initially created with the default parameters for the
|
|
507
|
-
* database engine used by the DB instance. To provide custom values for any of the
|
|
508
|
-
* parameters, you must modify the group after creating it using
|
|
509
|
-
* <code>ModifyDBParameterGroup</code>. Once you've created a DB parameter group, you need to
|
|
510
|
-
* associate it with your DB instance using <code>ModifyDBInstance</code>. When you associate
|
|
511
|
-
* a new DB parameter group with a running DB instance, you need to reboot the DB
|
|
512
|
-
* instance without failover for the new DB parameter group and associated settings to take effect.</p>
|
|
513
|
-
* <p>This command doesn't apply to RDS Custom.</p>
|
|
514
|
-
* <important>
|
|
515
|
-
* <p>After you create a DB parameter group, you should wait at least 5 minutes
|
|
516
|
-
* before creating your first DB instance that uses that DB parameter group as the default parameter
|
|
517
|
-
* group. This allows Amazon RDS to fully complete the create action before the parameter
|
|
518
|
-
* group is used as the default for a new DB instance. This is especially important for parameters
|
|
519
|
-
* that are critical when creating the default database for a DB instance, such as the character set
|
|
520
|
-
* for the default database defined by the <code>character_set_database</code> parameter. You can use the
|
|
521
|
-
* <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the
|
|
522
|
-
* <i>DescribeDBParameters</i> command to verify
|
|
523
|
-
* that your DB parameter group has been created or modified.</p>
|
|
524
|
-
* </important>
|
|
272
|
+
* @see {@link CreateDBParameterGroupCommand}
|
|
525
273
|
*/
|
|
526
274
|
createDBParameterGroup(args: CreateDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBParameterGroupCommandOutput>;
|
|
527
275
|
createDBParameterGroup(args: CreateDBParameterGroupCommandInput, cb: (err: any, data?: CreateDBParameterGroupCommandOutput) => void): void;
|
|
528
276
|
createDBParameterGroup(args: CreateDBParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBParameterGroupCommandOutput) => void): void;
|
|
529
277
|
/**
|
|
530
|
-
* @
|
|
531
|
-
* <p>Creates a new DB proxy.</p>
|
|
278
|
+
* @see {@link CreateDBProxyCommand}
|
|
532
279
|
*/
|
|
533
280
|
createDBProxy(args: CreateDBProxyCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBProxyCommandOutput>;
|
|
534
281
|
createDBProxy(args: CreateDBProxyCommandInput, cb: (err: any, data?: CreateDBProxyCommandOutput) => void): void;
|
|
535
282
|
createDBProxy(args: CreateDBProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBProxyCommandOutput) => void): void;
|
|
536
283
|
/**
|
|
537
|
-
* @
|
|
538
|
-
* <p>Creates a <code>DBProxyEndpoint</code>. Only applies to proxies that are associated with Aurora DB clusters.
|
|
539
|
-
* You can use DB proxy endpoints to specify read/write or read-only access to the DB cluster. You can also use
|
|
540
|
-
* DB proxy endpoints to access a DB proxy through a different VPC than the proxy's default VPC.</p>
|
|
284
|
+
* @see {@link CreateDBProxyEndpointCommand}
|
|
541
285
|
*/
|
|
542
286
|
createDBProxyEndpoint(args: CreateDBProxyEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBProxyEndpointCommandOutput>;
|
|
543
287
|
createDBProxyEndpoint(args: CreateDBProxyEndpointCommandInput, cb: (err: any, data?: CreateDBProxyEndpointCommandOutput) => void): void;
|
|
544
288
|
createDBProxyEndpoint(args: CreateDBProxyEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBProxyEndpointCommandOutput) => void): void;
|
|
545
289
|
/**
|
|
546
|
-
* @
|
|
547
|
-
* <p>Creates a new DB security group. DB security groups control access to a DB instance.</p>
|
|
548
|
-
* <p>A DB security group controls access to EC2-Classic DB instances that are not in a VPC.</p>
|
|
549
|
-
* <note>
|
|
550
|
-
* <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
|
|
551
|
-
* you migrate as soon as possible. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the
|
|
552
|
-
* <i>Amazon EC2 User Guide</i>, the blog <a href="http://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/">EC2-Classic Networking is Retiring –
|
|
553
|
-
* Here’s How to Prepare</a>, and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.Non-VPC2VPC.html">Moving a DB instance not in a VPC
|
|
554
|
-
* into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
555
|
-
* </note>
|
|
290
|
+
* @see {@link CreateDBSecurityGroupCommand}
|
|
556
291
|
*/
|
|
557
292
|
createDBSecurityGroup(args: CreateDBSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBSecurityGroupCommandOutput>;
|
|
558
293
|
createDBSecurityGroup(args: CreateDBSecurityGroupCommandInput, cb: (err: any, data?: CreateDBSecurityGroupCommandOutput) => void): void;
|
|
559
294
|
createDBSecurityGroup(args: CreateDBSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBSecurityGroupCommandOutput) => void): void;
|
|
560
295
|
/**
|
|
561
|
-
* @
|
|
562
|
-
* <p>Creates a snapshot of a DB instance. The source DB instance must be in the <code>available</code> or
|
|
563
|
-
* <code>storage-optimization</code> state.</p>
|
|
296
|
+
* @see {@link CreateDBSnapshotCommand}
|
|
564
297
|
*/
|
|
565
298
|
createDBSnapshot(args: CreateDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBSnapshotCommandOutput>;
|
|
566
299
|
createDBSnapshot(args: CreateDBSnapshotCommandInput, cb: (err: any, data?: CreateDBSnapshotCommandOutput) => void): void;
|
|
567
300
|
createDBSnapshot(args: CreateDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBSnapshotCommandOutput) => void): void;
|
|
568
301
|
/**
|
|
569
|
-
* @
|
|
570
|
-
* <p>Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Web Services Region.</p>
|
|
302
|
+
* @see {@link CreateDBSubnetGroupCommand}
|
|
571
303
|
*/
|
|
572
304
|
createDBSubnetGroup(args: CreateDBSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBSubnetGroupCommandOutput>;
|
|
573
305
|
createDBSubnetGroup(args: CreateDBSubnetGroupCommandInput, cb: (err: any, data?: CreateDBSubnetGroupCommandOutput) => void): void;
|
|
574
306
|
createDBSubnetGroup(args: CreateDBSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBSubnetGroupCommandOutput) => void): void;
|
|
575
307
|
/**
|
|
576
|
-
* @
|
|
577
|
-
* <p>Creates an RDS event notification subscription. This operation requires a topic Amazon
|
|
578
|
-
* Resource Name (ARN) created by either the RDS console, the SNS console, or the SNS API.
|
|
579
|
-
* To obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the
|
|
580
|
-
* topic. The ARN is displayed in the SNS console.</p>
|
|
581
|
-
* <p>You can specify the type of source (<code>SourceType</code>) that you want to be
|
|
582
|
-
* notified of and provide a list of RDS sources (<code>SourceIds</code>) that triggers the
|
|
583
|
-
* events. You can also provide a list of event categories (<code>EventCategories</code>)
|
|
584
|
-
* for events that you want to be notified of. For example, you can specify
|
|
585
|
-
* <code>SourceType</code> = <code>db-instance</code>, <code>SourceIds</code> =
|
|
586
|
-
* <code>mydbinstance1</code>, <code>mydbinstance2</code> and
|
|
587
|
-
* <code>EventCategories</code> = <code>Availability</code>,
|
|
588
|
-
* <code>Backup</code>.</p>
|
|
589
|
-
* <p>If you specify both the <code>SourceType</code> and <code>SourceIds</code>, such as <code>SourceType</code> = <code>db-instance</code>
|
|
590
|
-
* and <code>SourceIds</code> = <code>myDBInstance1</code>, you are notified of all the <code>db-instance</code> events for
|
|
591
|
-
* the specified source. If you specify a <code>SourceType</code> but do not specify <code>SourceIds</code>,
|
|
592
|
-
* you receive notice of the events for that source type for all your RDS sources. If you
|
|
593
|
-
* don't specify either the SourceType or the <code>SourceIds</code>, you are notified of events
|
|
594
|
-
* generated from all RDS sources belonging to your customer account.</p>
|
|
595
|
-
* <p>For more information about subscribing to an event for RDS DB engines, see
|
|
596
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.Subscribing.html">
|
|
597
|
-
* Subscribing to Amazon RDS event notification</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
598
|
-
* <p>For more information about subscribing to an event for Aurora DB engines, see
|
|
599
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Events.Subscribing.html">
|
|
600
|
-
* Subscribing to Amazon RDS event notification</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
308
|
+
* @see {@link CreateEventSubscriptionCommand}
|
|
601
309
|
*/
|
|
602
310
|
createEventSubscription(args: CreateEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateEventSubscriptionCommandOutput>;
|
|
603
311
|
createEventSubscription(args: CreateEventSubscriptionCommandInput, cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void): void;
|
|
604
312
|
createEventSubscription(args: CreateEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void): void;
|
|
605
313
|
/**
|
|
606
|
-
* @
|
|
607
|
-
* <p>Creates an Aurora global database
|
|
608
|
-
* spread across multiple Amazon Web Services Regions. The global database
|
|
609
|
-
* contains a single primary cluster with read-write capability,
|
|
610
|
-
* and a read-only secondary cluster that receives
|
|
611
|
-
* data from the primary cluster through high-speed replication
|
|
612
|
-
* performed by the Aurora storage subsystem.</p>
|
|
613
|
-
* <p>You can create a global database that is initially empty, and then
|
|
614
|
-
* add a primary cluster and a secondary cluster to it.
|
|
615
|
-
* Or you can specify an existing Aurora cluster during the create operation,
|
|
616
|
-
* and this cluster becomes the primary cluster of the global database.</p>
|
|
617
|
-
* <note>
|
|
618
|
-
* <p>This action applies only to Aurora DB clusters.</p>
|
|
619
|
-
* </note>
|
|
314
|
+
* @see {@link CreateGlobalClusterCommand}
|
|
620
315
|
*/
|
|
621
316
|
createGlobalCluster(args: CreateGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateGlobalClusterCommandOutput>;
|
|
622
317
|
createGlobalCluster(args: CreateGlobalClusterCommandInput, cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void): void;
|
|
623
318
|
createGlobalCluster(args: CreateGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void): void;
|
|
624
319
|
/**
|
|
625
|
-
* @
|
|
626
|
-
* <p>Creates a new option group. You can create up to 20 option groups.</p>
|
|
627
|
-
* <p>This command doesn't apply to RDS Custom.</p>
|
|
320
|
+
* @see {@link CreateOptionGroupCommand}
|
|
628
321
|
*/
|
|
629
322
|
createOptionGroup(args: CreateOptionGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateOptionGroupCommandOutput>;
|
|
630
323
|
createOptionGroup(args: CreateOptionGroupCommandInput, cb: (err: any, data?: CreateOptionGroupCommandOutput) => void): void;
|
|
631
324
|
createOptionGroup(args: CreateOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOptionGroupCommandOutput) => void): void;
|
|
632
325
|
/**
|
|
633
|
-
* @
|
|
634
|
-
* <p>Deletes a blue/green deployment.</p>
|
|
635
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html">Using Amazon RDS Blue/Green Deployments
|
|
636
|
-
* for database updates</a> in the <i>Amazon RDS User Guide</i> and
|
|
637
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">
|
|
638
|
-
* Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
|
|
639
|
-
* User Guide</i>.</p>
|
|
326
|
+
* @see {@link DeleteBlueGreenDeploymentCommand}
|
|
640
327
|
*/
|
|
641
328
|
deleteBlueGreenDeployment(args: DeleteBlueGreenDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBlueGreenDeploymentCommandOutput>;
|
|
642
329
|
deleteBlueGreenDeployment(args: DeleteBlueGreenDeploymentCommandInput, cb: (err: any, data?: DeleteBlueGreenDeploymentCommandOutput) => void): void;
|
|
643
330
|
deleteBlueGreenDeployment(args: DeleteBlueGreenDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBlueGreenDeploymentCommandOutput) => void): void;
|
|
644
331
|
/**
|
|
645
|
-
* @
|
|
646
|
-
* <p>Deletes a custom engine version. To run this command, make sure you meet the following prerequisites:</p>
|
|
647
|
-
* <ul>
|
|
648
|
-
* <li>
|
|
649
|
-
* <p>The CEV must not be the default for RDS Custom. If it is, change the default
|
|
650
|
-
* before running this command.</p>
|
|
651
|
-
* </li>
|
|
652
|
-
* <li>
|
|
653
|
-
* <p>The CEV must not be associated with an RDS Custom DB instance, RDS Custom instance snapshot,
|
|
654
|
-
* or automated backup of your RDS Custom instance.</p>
|
|
655
|
-
* </li>
|
|
656
|
-
* </ul>
|
|
657
|
-
* <p>Typically, deletion takes a few minutes.</p>
|
|
658
|
-
* <note>
|
|
659
|
-
* <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
|
|
660
|
-
* Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
|
|
661
|
-
* <code>DeleteCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
|
|
662
|
-
* API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
|
|
663
|
-
* the <code>DeleteCustomDbEngineVersion</code> event.</p>
|
|
664
|
-
* </note>
|
|
665
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.delete">Deleting a
|
|
666
|
-
* CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
332
|
+
* @see {@link DeleteCustomDBEngineVersionCommand}
|
|
667
333
|
*/
|
|
668
334
|
deleteCustomDBEngineVersion(args: DeleteCustomDBEngineVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomDBEngineVersionCommandOutput>;
|
|
669
335
|
deleteCustomDBEngineVersion(args: DeleteCustomDBEngineVersionCommandInput, cb: (err: any, data?: DeleteCustomDBEngineVersionCommandOutput) => void): void;
|
|
670
336
|
deleteCustomDBEngineVersion(args: DeleteCustomDBEngineVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomDBEngineVersionCommandOutput) => void): void;
|
|
671
337
|
/**
|
|
672
|
-
* @
|
|
673
|
-
* <p>The DeleteDBCluster action deletes a previously provisioned DB cluster.
|
|
674
|
-
* When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered.
|
|
675
|
-
* Manual DB cluster snapshots of the specified DB cluster are not deleted.</p>
|
|
676
|
-
* <p>If you're deleting a Multi-AZ DB cluster with read replicas, all cluster members are
|
|
677
|
-
* terminated and read replicas are promoted to standalone instances.</p>
|
|
678
|
-
* <p>For more information on Amazon Aurora, see
|
|
679
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
680
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
681
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
682
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
683
|
-
* Guide</i>.</p>
|
|
338
|
+
* @see {@link DeleteDBClusterCommand}
|
|
684
339
|
*/
|
|
685
340
|
deleteDBCluster(args: DeleteDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterCommandOutput>;
|
|
686
341
|
deleteDBCluster(args: DeleteDBClusterCommandInput, cb: (err: any, data?: DeleteDBClusterCommandOutput) => void): void;
|
|
687
342
|
deleteDBCluster(args: DeleteDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterCommandOutput) => void): void;
|
|
688
343
|
/**
|
|
689
|
-
* @
|
|
690
|
-
* <p>Deletes a custom endpoint and removes it from an Amazon Aurora DB cluster.</p>
|
|
691
|
-
* <note>
|
|
692
|
-
* <p>This action only applies to Aurora DB clusters.</p>
|
|
693
|
-
* </note>
|
|
344
|
+
* @see {@link DeleteDBClusterEndpointCommand}
|
|
694
345
|
*/
|
|
695
346
|
deleteDBClusterEndpoint(args: DeleteDBClusterEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterEndpointCommandOutput>;
|
|
696
347
|
deleteDBClusterEndpoint(args: DeleteDBClusterEndpointCommandInput, cb: (err: any, data?: DeleteDBClusterEndpointCommandOutput) => void): void;
|
|
697
348
|
deleteDBClusterEndpoint(args: DeleteDBClusterEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterEndpointCommandOutput) => void): void;
|
|
698
349
|
/**
|
|
699
|
-
* @
|
|
700
|
-
* <p>Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted can't be associated with any DB clusters.</p>
|
|
701
|
-
* <p>For more information on Amazon Aurora, see
|
|
702
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
703
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
704
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
705
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
706
|
-
* Guide</i>.</p>
|
|
350
|
+
* @see {@link DeleteDBClusterParameterGroupCommand}
|
|
707
351
|
*/
|
|
708
352
|
deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterParameterGroupCommandOutput>;
|
|
709
353
|
deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void): void;
|
|
710
354
|
deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void): void;
|
|
711
355
|
/**
|
|
712
|
-
* @
|
|
713
|
-
* <p>Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.</p>
|
|
714
|
-
* <note>
|
|
715
|
-
* <p>The DB cluster snapshot must be in the <code>available</code> state to be
|
|
716
|
-
* deleted.</p>
|
|
717
|
-
* </note>
|
|
718
|
-
* <p>For more information on Amazon Aurora, see
|
|
719
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
720
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
721
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
722
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
723
|
-
* Guide</i>.</p>
|
|
356
|
+
* @see {@link DeleteDBClusterSnapshotCommand}
|
|
724
357
|
*/
|
|
725
358
|
deleteDBClusterSnapshot(args: DeleteDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterSnapshotCommandOutput>;
|
|
726
359
|
deleteDBClusterSnapshot(args: DeleteDBClusterSnapshotCommandInput, cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void): void;
|
|
727
360
|
deleteDBClusterSnapshot(args: DeleteDBClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void): void;
|
|
728
361
|
/**
|
|
729
|
-
* @
|
|
730
|
-
* <p>The DeleteDBInstance action deletes a previously provisioned DB instance.
|
|
731
|
-
* When you delete a DB instance, all automated backups for that instance are deleted and can't be recovered.
|
|
732
|
-
* Manual DB snapshots of the DB instance to be deleted by <code>DeleteDBInstance</code> are not deleted.</p>
|
|
733
|
-
* <p>If you request a final DB snapshot
|
|
734
|
-
* the status of the Amazon RDS DB instance is <code>deleting</code> until the DB snapshot is created. The API action <code>DescribeDBInstance</code>
|
|
735
|
-
* is used to monitor the status of this operation. The action can't be canceled or reverted once submitted.</p>
|
|
736
|
-
* <p>When a DB instance is in a failure state and has a status of <code>failed</code>, <code>incompatible-restore</code>,
|
|
737
|
-
* or <code>incompatible-network</code>, you can only delete it when you skip creation of the final snapshot with the <code>SkipFinalSnapshot</code> parameter.</p>
|
|
738
|
-
* <p>If the specified DB instance is part of an Amazon Aurora DB cluster, you can't delete the DB instance if both of the following
|
|
739
|
-
* conditions are true:</p>
|
|
740
|
-
* <ul>
|
|
741
|
-
* <li>
|
|
742
|
-
* <p>The DB cluster is a read replica of another Amazon Aurora DB cluster.</p>
|
|
743
|
-
* </li>
|
|
744
|
-
* <li>
|
|
745
|
-
* <p>The DB instance is the only instance in the DB cluster.</p>
|
|
746
|
-
* </li>
|
|
747
|
-
* </ul>
|
|
748
|
-
* <p>To delete a DB instance in this case, first call the
|
|
749
|
-
* <code>PromoteReadReplicaDBCluster</code> API action to promote the DB cluster so
|
|
750
|
-
* it's no longer a read replica. After the promotion completes, then call the
|
|
751
|
-
* <code>DeleteDBInstance</code> API action to delete the final instance in the DB
|
|
752
|
-
* cluster.</p>
|
|
362
|
+
* @see {@link DeleteDBInstanceCommand}
|
|
753
363
|
*/
|
|
754
364
|
deleteDBInstance(args: DeleteDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBInstanceCommandOutput>;
|
|
755
365
|
deleteDBInstance(args: DeleteDBInstanceCommandInput, cb: (err: any, data?: DeleteDBInstanceCommandOutput) => void): void;
|
|
756
366
|
deleteDBInstance(args: DeleteDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBInstanceCommandOutput) => void): void;
|
|
757
367
|
/**
|
|
758
|
-
* @
|
|
759
|
-
* <p>Deletes automated backups using the <code>DbiResourceId</code> value of the source DB instance or the Amazon Resource Name (ARN) of the automated backups.</p>
|
|
368
|
+
* @see {@link DeleteDBInstanceAutomatedBackupCommand}
|
|
760
369
|
*/
|
|
761
370
|
deleteDBInstanceAutomatedBackup(args: DeleteDBInstanceAutomatedBackupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBInstanceAutomatedBackupCommandOutput>;
|
|
762
371
|
deleteDBInstanceAutomatedBackup(args: DeleteDBInstanceAutomatedBackupCommandInput, cb: (err: any, data?: DeleteDBInstanceAutomatedBackupCommandOutput) => void): void;
|
|
763
372
|
deleteDBInstanceAutomatedBackup(args: DeleteDBInstanceAutomatedBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBInstanceAutomatedBackupCommandOutput) => void): void;
|
|
764
373
|
/**
|
|
765
|
-
* @
|
|
766
|
-
* <p>Deletes a specified DB parameter group. The DB parameter group to be deleted can't be associated with any DB instances.</p>
|
|
374
|
+
* @see {@link DeleteDBParameterGroupCommand}
|
|
767
375
|
*/
|
|
768
376
|
deleteDBParameterGroup(args: DeleteDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBParameterGroupCommandOutput>;
|
|
769
377
|
deleteDBParameterGroup(args: DeleteDBParameterGroupCommandInput, cb: (err: any, data?: DeleteDBParameterGroupCommandOutput) => void): void;
|
|
770
378
|
deleteDBParameterGroup(args: DeleteDBParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBParameterGroupCommandOutput) => void): void;
|
|
771
379
|
/**
|
|
772
|
-
* @
|
|
773
|
-
* <p>Deletes an existing DB proxy.</p>
|
|
380
|
+
* @see {@link DeleteDBProxyCommand}
|
|
774
381
|
*/
|
|
775
382
|
deleteDBProxy(args: DeleteDBProxyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBProxyCommandOutput>;
|
|
776
383
|
deleteDBProxy(args: DeleteDBProxyCommandInput, cb: (err: any, data?: DeleteDBProxyCommandOutput) => void): void;
|
|
777
384
|
deleteDBProxy(args: DeleteDBProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBProxyCommandOutput) => void): void;
|
|
778
385
|
/**
|
|
779
|
-
* @
|
|
780
|
-
* <p>Deletes a <code>DBProxyEndpoint</code>. Doing so removes the ability to access the DB proxy using the
|
|
781
|
-
* endpoint that you defined. The endpoint that you delete might have provided capabilities such as read/write
|
|
782
|
-
* or read-only operations, or using a different VPC than the DB proxy's default VPC.</p>
|
|
386
|
+
* @see {@link DeleteDBProxyEndpointCommand}
|
|
783
387
|
*/
|
|
784
388
|
deleteDBProxyEndpoint(args: DeleteDBProxyEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBProxyEndpointCommandOutput>;
|
|
785
389
|
deleteDBProxyEndpoint(args: DeleteDBProxyEndpointCommandInput, cb: (err: any, data?: DeleteDBProxyEndpointCommandOutput) => void): void;
|
|
786
390
|
deleteDBProxyEndpoint(args: DeleteDBProxyEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBProxyEndpointCommandOutput) => void): void;
|
|
787
391
|
/**
|
|
788
|
-
* @
|
|
789
|
-
* <p>Deletes a DB security group.</p>
|
|
790
|
-
* <p>The specified DB security group must not be associated with any DB instances.</p>
|
|
791
|
-
* <note>
|
|
792
|
-
* <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
|
|
793
|
-
* you migrate as soon as possible. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the
|
|
794
|
-
* <i>Amazon EC2 User Guide</i>, the blog <a href="http://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/">EC2-Classic Networking is Retiring –
|
|
795
|
-
* Here’s How to Prepare</a>, and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.Non-VPC2VPC.html">Moving a DB instance not in a VPC
|
|
796
|
-
* into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
797
|
-
* </note>
|
|
392
|
+
* @see {@link DeleteDBSecurityGroupCommand}
|
|
798
393
|
*/
|
|
799
394
|
deleteDBSecurityGroup(args: DeleteDBSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBSecurityGroupCommandOutput>;
|
|
800
395
|
deleteDBSecurityGroup(args: DeleteDBSecurityGroupCommandInput, cb: (err: any, data?: DeleteDBSecurityGroupCommandOutput) => void): void;
|
|
801
396
|
deleteDBSecurityGroup(args: DeleteDBSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBSecurityGroupCommandOutput) => void): void;
|
|
802
397
|
/**
|
|
803
|
-
* @
|
|
804
|
-
* <p>Deletes a DB snapshot. If the snapshot is being copied, the copy operation is
|
|
805
|
-
* terminated.</p>
|
|
806
|
-
* <note>
|
|
807
|
-
* <p>The DB snapshot must be in the <code>available</code> state to be deleted.</p>
|
|
808
|
-
* </note>
|
|
398
|
+
* @see {@link DeleteDBSnapshotCommand}
|
|
809
399
|
*/
|
|
810
400
|
deleteDBSnapshot(args: DeleteDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBSnapshotCommandOutput>;
|
|
811
401
|
deleteDBSnapshot(args: DeleteDBSnapshotCommandInput, cb: (err: any, data?: DeleteDBSnapshotCommandOutput) => void): void;
|
|
812
402
|
deleteDBSnapshot(args: DeleteDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBSnapshotCommandOutput) => void): void;
|
|
813
403
|
/**
|
|
814
|
-
* @
|
|
815
|
-
* <p>Deletes a DB subnet group.</p>
|
|
816
|
-
* <note>
|
|
817
|
-
* <p>The specified database subnet group must not be associated with any DB instances.</p>
|
|
818
|
-
* </note>
|
|
404
|
+
* @see {@link DeleteDBSubnetGroupCommand}
|
|
819
405
|
*/
|
|
820
406
|
deleteDBSubnetGroup(args: DeleteDBSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBSubnetGroupCommandOutput>;
|
|
821
407
|
deleteDBSubnetGroup(args: DeleteDBSubnetGroupCommandInput, cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void): void;
|
|
822
408
|
deleteDBSubnetGroup(args: DeleteDBSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void): void;
|
|
823
409
|
/**
|
|
824
|
-
* @
|
|
825
|
-
* <p>Deletes an RDS event notification subscription.</p>
|
|
410
|
+
* @see {@link DeleteEventSubscriptionCommand}
|
|
826
411
|
*/
|
|
827
412
|
deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventSubscriptionCommandOutput>;
|
|
828
413
|
deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void): void;
|
|
829
414
|
deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void): void;
|
|
830
415
|
/**
|
|
831
|
-
* @
|
|
832
|
-
* <p>Deletes a global database cluster. The primary and secondary clusters must already be detached or
|
|
833
|
-
* destroyed first.</p>
|
|
834
|
-
* <note>
|
|
835
|
-
* <p>This action only applies to Aurora DB clusters.</p>
|
|
836
|
-
* </note>
|
|
416
|
+
* @see {@link DeleteGlobalClusterCommand}
|
|
837
417
|
*/
|
|
838
418
|
deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGlobalClusterCommandOutput>;
|
|
839
419
|
deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void): void;
|
|
840
420
|
deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void): void;
|
|
841
421
|
/**
|
|
842
|
-
* @
|
|
843
|
-
* <p>Deletes an existing option group.</p>
|
|
422
|
+
* @see {@link DeleteOptionGroupCommand}
|
|
844
423
|
*/
|
|
845
424
|
deleteOptionGroup(args: DeleteOptionGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOptionGroupCommandOutput>;
|
|
846
425
|
deleteOptionGroup(args: DeleteOptionGroupCommandInput, cb: (err: any, data?: DeleteOptionGroupCommandOutput) => void): void;
|
|
847
426
|
deleteOptionGroup(args: DeleteOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOptionGroupCommandOutput) => void): void;
|
|
848
427
|
/**
|
|
849
|
-
* @
|
|
850
|
-
* <p>Remove the association between one or more <code>DBProxyTarget</code> data structures and a <code>DBProxyTargetGroup</code>.</p>
|
|
428
|
+
* @see {@link DeregisterDBProxyTargetsCommand}
|
|
851
429
|
*/
|
|
852
430
|
deregisterDBProxyTargets(args: DeregisterDBProxyTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterDBProxyTargetsCommandOutput>;
|
|
853
431
|
deregisterDBProxyTargets(args: DeregisterDBProxyTargetsCommandInput, cb: (err: any, data?: DeregisterDBProxyTargetsCommandOutput) => void): void;
|
|
854
432
|
deregisterDBProxyTargets(args: DeregisterDBProxyTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterDBProxyTargetsCommandOutput) => void): void;
|
|
855
433
|
/**
|
|
856
|
-
* @
|
|
857
|
-
* <p>Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.</p>
|
|
858
|
-
* <p>This command doesn't take any parameters.</p>
|
|
434
|
+
* @see {@link DescribeAccountAttributesCommand}
|
|
859
435
|
*/
|
|
860
436
|
describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountAttributesCommandOutput>;
|
|
861
437
|
describeAccountAttributes(args: DescribeAccountAttributesCommandInput, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
|
|
862
438
|
describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
|
|
863
439
|
/**
|
|
864
|
-
* @
|
|
865
|
-
* <p>Returns information about blue/green deployments.</p>
|
|
866
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html">Using Amazon RDS Blue/Green Deployments
|
|
867
|
-
* for database updates</a> in the <i>Amazon RDS User Guide</i> and
|
|
868
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">
|
|
869
|
-
* Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
|
|
870
|
-
* User Guide</i>.</p>
|
|
440
|
+
* @see {@link DescribeBlueGreenDeploymentsCommand}
|
|
871
441
|
*/
|
|
872
442
|
describeBlueGreenDeployments(args: DescribeBlueGreenDeploymentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBlueGreenDeploymentsCommandOutput>;
|
|
873
443
|
describeBlueGreenDeployments(args: DescribeBlueGreenDeploymentsCommandInput, cb: (err: any, data?: DescribeBlueGreenDeploymentsCommandOutput) => void): void;
|
|
874
444
|
describeBlueGreenDeployments(args: DescribeBlueGreenDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBlueGreenDeploymentsCommandOutput) => void): void;
|
|
875
445
|
/**
|
|
876
|
-
* @
|
|
877
|
-
* <p>Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account.</p>
|
|
878
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
|
|
879
|
-
* instance</a> in the <i>Amazon RDS User Guide</i> and
|
|
880
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
|
|
881
|
-
* Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora
|
|
882
|
-
* User Guide</i>.</p>
|
|
446
|
+
* @see {@link DescribeCertificatesCommand}
|
|
883
447
|
*/
|
|
884
448
|
describeCertificates(args: DescribeCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCertificatesCommandOutput>;
|
|
885
449
|
describeCertificates(args: DescribeCertificatesCommandInput, cb: (err: any, data?: DescribeCertificatesCommandOutput) => void): void;
|
|
886
450
|
describeCertificates(args: DescribeCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCertificatesCommandOutput) => void): void;
|
|
887
451
|
/**
|
|
888
|
-
* @
|
|
889
|
-
* <p>Returns information about backtracks for a DB cluster.</p>
|
|
890
|
-
* <p>For more information on Amazon Aurora, see
|
|
891
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
892
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
893
|
-
* <note>
|
|
894
|
-
* <p>This action only applies to Aurora MySQL DB clusters.</p>
|
|
895
|
-
* </note>
|
|
452
|
+
* @see {@link DescribeDBClusterBacktracksCommand}
|
|
896
453
|
*/
|
|
897
454
|
describeDBClusterBacktracks(args: DescribeDBClusterBacktracksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterBacktracksCommandOutput>;
|
|
898
455
|
describeDBClusterBacktracks(args: DescribeDBClusterBacktracksCommandInput, cb: (err: any, data?: DescribeDBClusterBacktracksCommandOutput) => void): void;
|
|
899
456
|
describeDBClusterBacktracks(args: DescribeDBClusterBacktracksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterBacktracksCommandOutput) => void): void;
|
|
900
457
|
/**
|
|
901
|
-
* @
|
|
902
|
-
* <p>Returns information about endpoints for an Amazon Aurora DB cluster.</p>
|
|
903
|
-
* <note>
|
|
904
|
-
* <p>This action only applies to Aurora DB clusters.</p>
|
|
905
|
-
* </note>
|
|
458
|
+
* @see {@link DescribeDBClusterEndpointsCommand}
|
|
906
459
|
*/
|
|
907
460
|
describeDBClusterEndpoints(args: DescribeDBClusterEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterEndpointsCommandOutput>;
|
|
908
461
|
describeDBClusterEndpoints(args: DescribeDBClusterEndpointsCommandInput, cb: (err: any, data?: DescribeDBClusterEndpointsCommandOutput) => void): void;
|
|
909
462
|
describeDBClusterEndpoints(args: DescribeDBClusterEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterEndpointsCommandOutput) => void): void;
|
|
910
463
|
/**
|
|
911
|
-
* @
|
|
912
|
-
* <p>Returns a list of <code>DBClusterParameterGroup</code> descriptions. If a
|
|
913
|
-
* <code>DBClusterParameterGroupName</code> parameter is specified,
|
|
914
|
-
* the list will contain only the description of the specified DB cluster parameter group.</p>
|
|
915
|
-
* <p>For more information on Amazon Aurora, see
|
|
916
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
917
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
918
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
919
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
920
|
-
* Guide</i>.</p>
|
|
464
|
+
* @see {@link DescribeDBClusterParameterGroupsCommand}
|
|
921
465
|
*/
|
|
922
466
|
describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterParameterGroupsCommandOutput>;
|
|
923
467
|
describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void): void;
|
|
924
468
|
describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void): void;
|
|
925
469
|
/**
|
|
926
|
-
* @
|
|
927
|
-
* <p>Returns the detailed parameter list for a particular DB cluster parameter group.</p>
|
|
928
|
-
* <p>For more information on Amazon Aurora, see
|
|
929
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
930
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
931
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
932
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
933
|
-
* Guide</i>.</p>
|
|
470
|
+
* @see {@link DescribeDBClusterParametersCommand}
|
|
934
471
|
*/
|
|
935
472
|
describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterParametersCommandOutput>;
|
|
936
473
|
describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void): void;
|
|
937
474
|
describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void): void;
|
|
938
475
|
/**
|
|
939
|
-
* @
|
|
940
|
-
* <p>Returns information about Amazon Aurora DB clusters and Multi-AZ DB clusters. This API supports pagination.</p>
|
|
941
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
942
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
943
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
944
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
945
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
946
|
-
* Guide</i>.</p>
|
|
947
|
-
* <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
|
|
476
|
+
* @see {@link DescribeDBClustersCommand}
|
|
948
477
|
*/
|
|
949
478
|
describeDBClusters(args: DescribeDBClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClustersCommandOutput>;
|
|
950
479
|
describeDBClusters(args: DescribeDBClustersCommandInput, cb: (err: any, data?: DescribeDBClustersCommandOutput) => void): void;
|
|
951
480
|
describeDBClusters(args: DescribeDBClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClustersCommandOutput) => void): void;
|
|
952
481
|
/**
|
|
953
|
-
* @
|
|
954
|
-
* <p>Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.</p>
|
|
955
|
-
* <p>When sharing snapshots with other Amazon Web Services accounts, <code>DescribeDBClusterSnapshotAttributes</code>
|
|
956
|
-
* returns the <code>restore</code> attribute and a list of IDs for the Amazon Web Services accounts that are
|
|
957
|
-
* authorized to copy or restore the manual DB cluster snapshot. If <code>all</code> is included in the list of
|
|
958
|
-
* values for the <code>restore</code> attribute, then the manual DB cluster snapshot is public and
|
|
959
|
-
* can be copied or restored by all Amazon Web Services accounts.</p>
|
|
960
|
-
* <p>To add or remove access for an Amazon Web Services account to copy or restore a manual DB cluster snapshot, or to make the
|
|
961
|
-
* manual DB cluster snapshot public or private, use the <code>ModifyDBClusterSnapshotAttribute</code> API action.</p>
|
|
482
|
+
* @see {@link DescribeDBClusterSnapshotAttributesCommand}
|
|
962
483
|
*/
|
|
963
484
|
describeDBClusterSnapshotAttributes(args: DescribeDBClusterSnapshotAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterSnapshotAttributesCommandOutput>;
|
|
964
485
|
describeDBClusterSnapshotAttributes(args: DescribeDBClusterSnapshotAttributesCommandInput, cb: (err: any, data?: DescribeDBClusterSnapshotAttributesCommandOutput) => void): void;
|
|
965
486
|
describeDBClusterSnapshotAttributes(args: DescribeDBClusterSnapshotAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterSnapshotAttributesCommandOutput) => void): void;
|
|
966
487
|
/**
|
|
967
|
-
* @
|
|
968
|
-
* <p>Returns information about DB cluster snapshots. This API action supports pagination.</p>
|
|
969
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
970
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
971
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
972
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
973
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
974
|
-
* Guide</i>.</p>
|
|
488
|
+
* @see {@link DescribeDBClusterSnapshotsCommand}
|
|
975
489
|
*/
|
|
976
490
|
describeDBClusterSnapshots(args: DescribeDBClusterSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterSnapshotsCommandOutput>;
|
|
977
491
|
describeDBClusterSnapshots(args: DescribeDBClusterSnapshotsCommandInput, cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void): void;
|
|
978
492
|
describeDBClusterSnapshots(args: DescribeDBClusterSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void): void;
|
|
979
493
|
/**
|
|
980
|
-
* @
|
|
981
|
-
* <p>Returns a list of the available DB engines.</p>
|
|
494
|
+
* @see {@link DescribeDBEngineVersionsCommand}
|
|
982
495
|
*/
|
|
983
496
|
describeDBEngineVersions(args: DescribeDBEngineVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBEngineVersionsCommandOutput>;
|
|
984
497
|
describeDBEngineVersions(args: DescribeDBEngineVersionsCommandInput, cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void): void;
|
|
985
498
|
describeDBEngineVersions(args: DescribeDBEngineVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void): void;
|
|
986
499
|
/**
|
|
987
|
-
* @
|
|
988
|
-
* <p>Displays backups for both current and deleted
|
|
989
|
-
* instances. For example, use this operation to
|
|
990
|
-
* find details about automated backups for previously deleted instances. Current instances
|
|
991
|
-
* with retention periods greater than zero (0) are returned for both the
|
|
992
|
-
* <code>DescribeDBInstanceAutomatedBackups</code> and
|
|
993
|
-
* <code>DescribeDBInstances</code> operations.</p>
|
|
994
|
-
* <p>All parameters are optional.</p>
|
|
500
|
+
* @see {@link DescribeDBInstanceAutomatedBackupsCommand}
|
|
995
501
|
*/
|
|
996
502
|
describeDBInstanceAutomatedBackups(args: DescribeDBInstanceAutomatedBackupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBInstanceAutomatedBackupsCommandOutput>;
|
|
997
503
|
describeDBInstanceAutomatedBackups(args: DescribeDBInstanceAutomatedBackupsCommandInput, cb: (err: any, data?: DescribeDBInstanceAutomatedBackupsCommandOutput) => void): void;
|
|
998
504
|
describeDBInstanceAutomatedBackups(args: DescribeDBInstanceAutomatedBackupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBInstanceAutomatedBackupsCommandOutput) => void): void;
|
|
999
505
|
/**
|
|
1000
|
-
* @
|
|
1001
|
-
* <p>Returns information about provisioned RDS instances. This API supports pagination.</p>
|
|
1002
|
-
* <note>
|
|
1003
|
-
* <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
|
|
1004
|
-
* </note>
|
|
506
|
+
* @see {@link DescribeDBInstancesCommand}
|
|
1005
507
|
*/
|
|
1006
508
|
describeDBInstances(args: DescribeDBInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBInstancesCommandOutput>;
|
|
1007
509
|
describeDBInstances(args: DescribeDBInstancesCommandInput, cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void): void;
|
|
1008
510
|
describeDBInstances(args: DescribeDBInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void): void;
|
|
1009
511
|
/**
|
|
1010
|
-
* @
|
|
1011
|
-
* <p>Returns a list of DB log files for the DB instance.</p>
|
|
1012
|
-
* <p>This command doesn't apply to RDS Custom.</p>
|
|
512
|
+
* @see {@link DescribeDBLogFilesCommand}
|
|
1013
513
|
*/
|
|
1014
514
|
describeDBLogFiles(args: DescribeDBLogFilesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBLogFilesCommandOutput>;
|
|
1015
515
|
describeDBLogFiles(args: DescribeDBLogFilesCommandInput, cb: (err: any, data?: DescribeDBLogFilesCommandOutput) => void): void;
|
|
1016
516
|
describeDBLogFiles(args: DescribeDBLogFilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBLogFilesCommandOutput) => void): void;
|
|
1017
517
|
/**
|
|
1018
|
-
* @
|
|
1019
|
-
* <p>Returns a list of <code>DBParameterGroup</code> descriptions. If a <code>DBParameterGroupName</code> is specified,
|
|
1020
|
-
* the list will contain only the description of the specified DB parameter group.</p>
|
|
518
|
+
* @see {@link DescribeDBParameterGroupsCommand}
|
|
1021
519
|
*/
|
|
1022
520
|
describeDBParameterGroups(args: DescribeDBParameterGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBParameterGroupsCommandOutput>;
|
|
1023
521
|
describeDBParameterGroups(args: DescribeDBParameterGroupsCommandInput, cb: (err: any, data?: DescribeDBParameterGroupsCommandOutput) => void): void;
|
|
1024
522
|
describeDBParameterGroups(args: DescribeDBParameterGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBParameterGroupsCommandOutput) => void): void;
|
|
1025
523
|
/**
|
|
1026
|
-
* @
|
|
1027
|
-
* <p>Returns the detailed parameter list for a particular DB parameter group.</p>
|
|
524
|
+
* @see {@link DescribeDBParametersCommand}
|
|
1028
525
|
*/
|
|
1029
526
|
describeDBParameters(args: DescribeDBParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBParametersCommandOutput>;
|
|
1030
527
|
describeDBParameters(args: DescribeDBParametersCommandInput, cb: (err: any, data?: DescribeDBParametersCommandOutput) => void): void;
|
|
1031
528
|
describeDBParameters(args: DescribeDBParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBParametersCommandOutput) => void): void;
|
|
1032
529
|
/**
|
|
1033
|
-
* @
|
|
1034
|
-
* <p>Returns information about DB proxies.</p>
|
|
530
|
+
* @see {@link DescribeDBProxiesCommand}
|
|
1035
531
|
*/
|
|
1036
532
|
describeDBProxies(args: DescribeDBProxiesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBProxiesCommandOutput>;
|
|
1037
533
|
describeDBProxies(args: DescribeDBProxiesCommandInput, cb: (err: any, data?: DescribeDBProxiesCommandOutput) => void): void;
|
|
1038
534
|
describeDBProxies(args: DescribeDBProxiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBProxiesCommandOutput) => void): void;
|
|
1039
535
|
/**
|
|
1040
|
-
* @
|
|
1041
|
-
* <p>Returns information about DB proxy endpoints.</p>
|
|
536
|
+
* @see {@link DescribeDBProxyEndpointsCommand}
|
|
1042
537
|
*/
|
|
1043
538
|
describeDBProxyEndpoints(args: DescribeDBProxyEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBProxyEndpointsCommandOutput>;
|
|
1044
539
|
describeDBProxyEndpoints(args: DescribeDBProxyEndpointsCommandInput, cb: (err: any, data?: DescribeDBProxyEndpointsCommandOutput) => void): void;
|
|
1045
540
|
describeDBProxyEndpoints(args: DescribeDBProxyEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBProxyEndpointsCommandOutput) => void): void;
|
|
1046
541
|
/**
|
|
1047
|
-
* @
|
|
1048
|
-
* <p>Returns information about DB proxy target groups, represented by <code>DBProxyTargetGroup</code> data structures.</p>
|
|
542
|
+
* @see {@link DescribeDBProxyTargetGroupsCommand}
|
|
1049
543
|
*/
|
|
1050
544
|
describeDBProxyTargetGroups(args: DescribeDBProxyTargetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBProxyTargetGroupsCommandOutput>;
|
|
1051
545
|
describeDBProxyTargetGroups(args: DescribeDBProxyTargetGroupsCommandInput, cb: (err: any, data?: DescribeDBProxyTargetGroupsCommandOutput) => void): void;
|
|
1052
546
|
describeDBProxyTargetGroups(args: DescribeDBProxyTargetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBProxyTargetGroupsCommandOutput) => void): void;
|
|
1053
547
|
/**
|
|
1054
|
-
* @
|
|
1055
|
-
* <p>Returns information about <code>DBProxyTarget</code> objects. This API supports pagination.</p>
|
|
548
|
+
* @see {@link DescribeDBProxyTargetsCommand}
|
|
1056
549
|
*/
|
|
1057
550
|
describeDBProxyTargets(args: DescribeDBProxyTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBProxyTargetsCommandOutput>;
|
|
1058
551
|
describeDBProxyTargets(args: DescribeDBProxyTargetsCommandInput, cb: (err: any, data?: DescribeDBProxyTargetsCommandOutput) => void): void;
|
|
1059
552
|
describeDBProxyTargets(args: DescribeDBProxyTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBProxyTargetsCommandOutput) => void): void;
|
|
1060
553
|
/**
|
|
1061
|
-
* @
|
|
1062
|
-
* <p>Returns a list of <code>DBSecurityGroup</code> descriptions. If a <code>DBSecurityGroupName</code> is specified,
|
|
1063
|
-
* the list will contain only the descriptions of the specified DB security group.</p>
|
|
1064
|
-
* <note>
|
|
1065
|
-
* <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
|
|
1066
|
-
* you migrate as soon as possible. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the
|
|
1067
|
-
* <i>Amazon EC2 User Guide</i>, the blog <a href="http://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/">EC2-Classic Networking is Retiring –
|
|
1068
|
-
* Here’s How to Prepare</a>, and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.Non-VPC2VPC.html">Moving a DB instance not in a VPC
|
|
1069
|
-
* into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
1070
|
-
* </note>
|
|
554
|
+
* @see {@link DescribeDBSecurityGroupsCommand}
|
|
1071
555
|
*/
|
|
1072
556
|
describeDBSecurityGroups(args: DescribeDBSecurityGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSecurityGroupsCommandOutput>;
|
|
1073
557
|
describeDBSecurityGroups(args: DescribeDBSecurityGroupsCommandInput, cb: (err: any, data?: DescribeDBSecurityGroupsCommandOutput) => void): void;
|
|
1074
558
|
describeDBSecurityGroups(args: DescribeDBSecurityGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSecurityGroupsCommandOutput) => void): void;
|
|
1075
559
|
/**
|
|
1076
|
-
* @
|
|
1077
|
-
* <p>Returns a list of DB snapshot attribute names and values for a manual DB snapshot.</p>
|
|
1078
|
-
* <p>When sharing snapshots with other Amazon Web Services accounts, <code>DescribeDBSnapshotAttributes</code>
|
|
1079
|
-
* returns the <code>restore</code> attribute and a list of IDs for the Amazon Web Services accounts that are
|
|
1080
|
-
* authorized to copy or restore the manual DB snapshot. If <code>all</code> is included in the list of
|
|
1081
|
-
* values for the <code>restore</code> attribute, then the manual DB snapshot is public and
|
|
1082
|
-
* can be copied or restored by all Amazon Web Services accounts.</p>
|
|
1083
|
-
* <p>To add or remove access for an Amazon Web Services account to copy or restore a manual DB snapshot, or to make the
|
|
1084
|
-
* manual DB snapshot public or private, use the <code>ModifyDBSnapshotAttribute</code> API action.</p>
|
|
560
|
+
* @see {@link DescribeDBSnapshotAttributesCommand}
|
|
1085
561
|
*/
|
|
1086
562
|
describeDBSnapshotAttributes(args: DescribeDBSnapshotAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSnapshotAttributesCommandOutput>;
|
|
1087
563
|
describeDBSnapshotAttributes(args: DescribeDBSnapshotAttributesCommandInput, cb: (err: any, data?: DescribeDBSnapshotAttributesCommandOutput) => void): void;
|
|
1088
564
|
describeDBSnapshotAttributes(args: DescribeDBSnapshotAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSnapshotAttributesCommandOutput) => void): void;
|
|
1089
565
|
/**
|
|
1090
|
-
* @
|
|
1091
|
-
* <p>Returns information about DB snapshots. This API action supports pagination.</p>
|
|
566
|
+
* @see {@link DescribeDBSnapshotsCommand}
|
|
1092
567
|
*/
|
|
1093
568
|
describeDBSnapshots(args: DescribeDBSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSnapshotsCommandOutput>;
|
|
1094
569
|
describeDBSnapshots(args: DescribeDBSnapshotsCommandInput, cb: (err: any, data?: DescribeDBSnapshotsCommandOutput) => void): void;
|
|
1095
570
|
describeDBSnapshots(args: DescribeDBSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSnapshotsCommandOutput) => void): void;
|
|
1096
571
|
/**
|
|
1097
|
-
* @
|
|
1098
|
-
* <p>Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.</p>
|
|
1099
|
-
* <p>For an overview of CIDR ranges, go to the
|
|
1100
|
-
* <a href="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Wikipedia Tutorial</a>.</p>
|
|
572
|
+
* @see {@link DescribeDBSubnetGroupsCommand}
|
|
1101
573
|
*/
|
|
1102
574
|
describeDBSubnetGroups(args: DescribeDBSubnetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSubnetGroupsCommandOutput>;
|
|
1103
575
|
describeDBSubnetGroups(args: DescribeDBSubnetGroupsCommandInput, cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void): void;
|
|
1104
576
|
describeDBSubnetGroups(args: DescribeDBSubnetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void): void;
|
|
1105
577
|
/**
|
|
1106
|
-
* @
|
|
1107
|
-
* <p>Returns the default engine and system parameter information for the cluster database engine.</p>
|
|
1108
|
-
* <p>For more information on Amazon Aurora, see
|
|
1109
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
1110
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
578
|
+
* @see {@link DescribeEngineDefaultClusterParametersCommand}
|
|
1111
579
|
*/
|
|
1112
580
|
describeEngineDefaultClusterParameters(args: DescribeEngineDefaultClusterParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEngineDefaultClusterParametersCommandOutput>;
|
|
1113
581
|
describeEngineDefaultClusterParameters(args: DescribeEngineDefaultClusterParametersCommandInput, cb: (err: any, data?: DescribeEngineDefaultClusterParametersCommandOutput) => void): void;
|
|
1114
582
|
describeEngineDefaultClusterParameters(args: DescribeEngineDefaultClusterParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEngineDefaultClusterParametersCommandOutput) => void): void;
|
|
1115
583
|
/**
|
|
1116
|
-
* @
|
|
1117
|
-
* <p>Returns the default engine and system parameter information for the specified database engine.</p>
|
|
584
|
+
* @see {@link DescribeEngineDefaultParametersCommand}
|
|
1118
585
|
*/
|
|
1119
586
|
describeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEngineDefaultParametersCommandOutput>;
|
|
1120
587
|
describeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, cb: (err: any, data?: DescribeEngineDefaultParametersCommandOutput) => void): void;
|
|
1121
588
|
describeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEngineDefaultParametersCommandOutput) => void): void;
|
|
1122
589
|
/**
|
|
1123
|
-
* @
|
|
1124
|
-
* <p>Displays a list of categories for all event source types, or, if specified, for a specified source type.
|
|
1125
|
-
* You can also see this list in the "Amazon RDS event categories and event messages" section of the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.Messages.html">
|
|
1126
|
-
* <i>Amazon RDS User Guide</i>
|
|
1127
|
-
* </a> or the
|
|
1128
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Events.Messages.html">
|
|
1129
|
-
* <i>Amazon Aurora User Guide</i>
|
|
1130
|
-
* </a>.</p>
|
|
590
|
+
* @see {@link DescribeEventCategoriesCommand}
|
|
1131
591
|
*/
|
|
1132
592
|
describeEventCategories(args: DescribeEventCategoriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventCategoriesCommandOutput>;
|
|
1133
593
|
describeEventCategories(args: DescribeEventCategoriesCommandInput, cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void): void;
|
|
1134
594
|
describeEventCategories(args: DescribeEventCategoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void): void;
|
|
1135
595
|
/**
|
|
1136
|
-
* @
|
|
1137
|
-
* <p>Returns events related to DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, DB cluster snapshots, and RDS Proxies for the past 14 days.
|
|
1138
|
-
* Events specific to a particular DB instance, DB cluster, DB parameter group, DB security group, DB snapshot, DB cluster snapshot group, or RDS Proxy can be
|
|
1139
|
-
* obtained by providing the name as a parameter.</p>
|
|
1140
|
-
* <p>For more information on working with events, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/working-with-events.html">Monitoring Amazon RDS events</a> in the <i>Amazon RDS User Guide</i> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/working-with-events.html">Monitoring Amazon Aurora
|
|
1141
|
-
* events</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1142
|
-
* <note>
|
|
1143
|
-
* <p>By default, RDS returns events that were generated in the past hour.</p>
|
|
1144
|
-
* </note>
|
|
596
|
+
* @see {@link DescribeEventsCommand}
|
|
1145
597
|
*/
|
|
1146
598
|
describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
|
|
1147
599
|
describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
|
|
1148
600
|
describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
|
|
1149
601
|
/**
|
|
1150
|
-
* @
|
|
1151
|
-
* <p>Lists all the subscription descriptions for a customer account. The description for a subscription includes
|
|
1152
|
-
* <code>SubscriptionName</code>, <code>SNSTopicARN</code>, <code>CustomerID</code>, <code>SourceType</code>, <code>SourceID</code>, <code>CreationTime</code>, and <code>Status</code>.</p>
|
|
1153
|
-
* <p>If you specify a <code>SubscriptionName</code>, lists the description for that subscription.</p>
|
|
602
|
+
* @see {@link DescribeEventSubscriptionsCommand}
|
|
1154
603
|
*/
|
|
1155
604
|
describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventSubscriptionsCommandOutput>;
|
|
1156
605
|
describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
|
|
1157
606
|
describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
|
|
1158
607
|
/**
|
|
1159
|
-
* @
|
|
1160
|
-
* <p>Returns information about a snapshot or cluster export to Amazon S3. This API operation supports
|
|
1161
|
-
* pagination.</p>
|
|
608
|
+
* @see {@link DescribeExportTasksCommand}
|
|
1162
609
|
*/
|
|
1163
610
|
describeExportTasks(args: DescribeExportTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExportTasksCommandOutput>;
|
|
1164
611
|
describeExportTasks(args: DescribeExportTasksCommandInput, cb: (err: any, data?: DescribeExportTasksCommandOutput) => void): void;
|
|
1165
612
|
describeExportTasks(args: DescribeExportTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExportTasksCommandOutput) => void): void;
|
|
1166
613
|
/**
|
|
1167
|
-
* @
|
|
1168
|
-
* <p>Returns information about Aurora global database clusters. This API supports pagination.</p>
|
|
1169
|
-
* <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the
|
|
1170
|
-
* <i>Amazon Aurora User Guide</i>.</p>
|
|
1171
|
-
* <note>
|
|
1172
|
-
* <p>This action only applies to Aurora DB clusters.</p>
|
|
1173
|
-
* </note>
|
|
614
|
+
* @see {@link DescribeGlobalClustersCommand}
|
|
1174
615
|
*/
|
|
1175
616
|
describeGlobalClusters(args: DescribeGlobalClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGlobalClustersCommandOutput>;
|
|
1176
617
|
describeGlobalClusters(args: DescribeGlobalClustersCommandInput, cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void): void;
|
|
1177
618
|
describeGlobalClusters(args: DescribeGlobalClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void): void;
|
|
1178
619
|
/**
|
|
1179
|
-
* @
|
|
1180
|
-
* <p>Describes all available options.</p>
|
|
620
|
+
* @see {@link DescribeOptionGroupOptionsCommand}
|
|
1181
621
|
*/
|
|
1182
622
|
describeOptionGroupOptions(args: DescribeOptionGroupOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOptionGroupOptionsCommandOutput>;
|
|
1183
623
|
describeOptionGroupOptions(args: DescribeOptionGroupOptionsCommandInput, cb: (err: any, data?: DescribeOptionGroupOptionsCommandOutput) => void): void;
|
|
1184
624
|
describeOptionGroupOptions(args: DescribeOptionGroupOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOptionGroupOptionsCommandOutput) => void): void;
|
|
1185
625
|
/**
|
|
1186
|
-
* @
|
|
1187
|
-
* <p>Describes the available option groups.</p>
|
|
626
|
+
* @see {@link DescribeOptionGroupsCommand}
|
|
1188
627
|
*/
|
|
1189
628
|
describeOptionGroups(args: DescribeOptionGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOptionGroupsCommandOutput>;
|
|
1190
629
|
describeOptionGroups(args: DescribeOptionGroupsCommandInput, cb: (err: any, data?: DescribeOptionGroupsCommandOutput) => void): void;
|
|
1191
630
|
describeOptionGroups(args: DescribeOptionGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOptionGroupsCommandOutput) => void): void;
|
|
1192
631
|
/**
|
|
1193
|
-
* @
|
|
1194
|
-
* <p>Returns a list of orderable DB instance options for the specified DB engine, DB engine version, and DB instance class.</p>
|
|
632
|
+
* @see {@link DescribeOrderableDBInstanceOptionsCommand}
|
|
1195
633
|
*/
|
|
1196
634
|
describeOrderableDBInstanceOptions(args: DescribeOrderableDBInstanceOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrderableDBInstanceOptionsCommandOutput>;
|
|
1197
635
|
describeOrderableDBInstanceOptions(args: DescribeOrderableDBInstanceOptionsCommandInput, cb: (err: any, data?: DescribeOrderableDBInstanceOptionsCommandOutput) => void): void;
|
|
1198
636
|
describeOrderableDBInstanceOptions(args: DescribeOrderableDBInstanceOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrderableDBInstanceOptionsCommandOutput) => void): void;
|
|
1199
637
|
/**
|
|
1200
|
-
* @
|
|
1201
|
-
* <p>Returns a list of resources (for example, DB instances) that have at least one pending maintenance action.</p>
|
|
638
|
+
* @see {@link DescribePendingMaintenanceActionsCommand}
|
|
1202
639
|
*/
|
|
1203
640
|
describePendingMaintenanceActions(args: DescribePendingMaintenanceActionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribePendingMaintenanceActionsCommandOutput>;
|
|
1204
641
|
describePendingMaintenanceActions(args: DescribePendingMaintenanceActionsCommandInput, cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void): void;
|
|
1205
642
|
describePendingMaintenanceActions(args: DescribePendingMaintenanceActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void): void;
|
|
1206
643
|
/**
|
|
1207
|
-
* @
|
|
1208
|
-
* <p>Returns information about reserved DB instances for this account, or about a specified reserved DB instance.</p>
|
|
644
|
+
* @see {@link DescribeReservedDBInstancesCommand}
|
|
1209
645
|
*/
|
|
1210
646
|
describeReservedDBInstances(args: DescribeReservedDBInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedDBInstancesCommandOutput>;
|
|
1211
647
|
describeReservedDBInstances(args: DescribeReservedDBInstancesCommandInput, cb: (err: any, data?: DescribeReservedDBInstancesCommandOutput) => void): void;
|
|
1212
648
|
describeReservedDBInstances(args: DescribeReservedDBInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedDBInstancesCommandOutput) => void): void;
|
|
1213
649
|
/**
|
|
1214
|
-
* @
|
|
1215
|
-
* <p>Lists available reserved DB instance offerings.</p>
|
|
650
|
+
* @see {@link DescribeReservedDBInstancesOfferingsCommand}
|
|
1216
651
|
*/
|
|
1217
652
|
describeReservedDBInstancesOfferings(args: DescribeReservedDBInstancesOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedDBInstancesOfferingsCommandOutput>;
|
|
1218
653
|
describeReservedDBInstancesOfferings(args: DescribeReservedDBInstancesOfferingsCommandInput, cb: (err: any, data?: DescribeReservedDBInstancesOfferingsCommandOutput) => void): void;
|
|
1219
654
|
describeReservedDBInstancesOfferings(args: DescribeReservedDBInstancesOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedDBInstancesOfferingsCommandOutput) => void): void;
|
|
1220
655
|
/**
|
|
1221
|
-
* @
|
|
1222
|
-
* <p>Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica,
|
|
1223
|
-
* copy a DB snapshot from, or replicate automated backups from.</p>
|
|
1224
|
-
* <p>Use this operation to determine whether cross-Region features are supported between other Regions
|
|
1225
|
-
* and your current Region. This operation supports pagination.</p>
|
|
1226
|
-
* <p>To return information about the Regions that are enabled for your account, or all Regions,
|
|
1227
|
-
* use the EC2 operation <code>DescribeRegions</code>. For more information, see
|
|
1228
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRegions.html">
|
|
1229
|
-
* DescribeRegions</a> in the <i>Amazon EC2 API Reference</i>.</p>
|
|
656
|
+
* @see {@link DescribeSourceRegionsCommand}
|
|
1230
657
|
*/
|
|
1231
658
|
describeSourceRegions(args: DescribeSourceRegionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSourceRegionsCommandOutput>;
|
|
1232
659
|
describeSourceRegions(args: DescribeSourceRegionsCommandInput, cb: (err: any, data?: DescribeSourceRegionsCommandOutput) => void): void;
|
|
1233
660
|
describeSourceRegions(args: DescribeSourceRegionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSourceRegionsCommandOutput) => void): void;
|
|
1234
661
|
/**
|
|
1235
|
-
* @
|
|
1236
|
-
* <p>You can call <code>DescribeValidDBInstanceModifications</code> to learn what modifications you can make to
|
|
1237
|
-
* your DB instance. You can use this information when you call <code>ModifyDBInstance</code>.</p>
|
|
1238
|
-
* <p>This command doesn't apply to RDS Custom.</p>
|
|
662
|
+
* @see {@link DescribeValidDBInstanceModificationsCommand}
|
|
1239
663
|
*/
|
|
1240
664
|
describeValidDBInstanceModifications(args: DescribeValidDBInstanceModificationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeValidDBInstanceModificationsCommandOutput>;
|
|
1241
665
|
describeValidDBInstanceModifications(args: DescribeValidDBInstanceModificationsCommandInput, cb: (err: any, data?: DescribeValidDBInstanceModificationsCommandOutput) => void): void;
|
|
1242
666
|
describeValidDBInstanceModifications(args: DescribeValidDBInstanceModificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeValidDBInstanceModificationsCommandOutput) => void): void;
|
|
1243
667
|
/**
|
|
1244
|
-
* @
|
|
1245
|
-
* <p>Downloads all or a portion of the specified log file, up to 1 MB in size.</p>
|
|
1246
|
-
* <p>This command doesn't apply to RDS Custom.</p>
|
|
668
|
+
* @see {@link DownloadDBLogFilePortionCommand}
|
|
1247
669
|
*/
|
|
1248
670
|
downloadDBLogFilePortion(args: DownloadDBLogFilePortionCommandInput, options?: __HttpHandlerOptions): Promise<DownloadDBLogFilePortionCommandOutput>;
|
|
1249
671
|
downloadDBLogFilePortion(args: DownloadDBLogFilePortionCommandInput, cb: (err: any, data?: DownloadDBLogFilePortionCommandOutput) => void): void;
|
|
1250
672
|
downloadDBLogFilePortion(args: DownloadDBLogFilePortionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DownloadDBLogFilePortionCommandOutput) => void): void;
|
|
1251
673
|
/**
|
|
1252
|
-
* @
|
|
1253
|
-
* <p>Forces a failover for a DB cluster.</p>
|
|
1254
|
-
* <p>For an Aurora DB cluster, failover for a DB cluster promotes one of the Aurora Replicas (read-only instances)
|
|
1255
|
-
* in the DB cluster to be the primary DB instance (the cluster writer).</p>
|
|
1256
|
-
* <p>For a Multi-AZ DB cluster, failover for a DB cluster promotes one of the readable standby DB instances (read-only instances)
|
|
1257
|
-
* in the DB cluster to be the primary DB instance (the cluster writer).</p>
|
|
1258
|
-
* <p>An Amazon Aurora DB cluster automatically fails over to an Aurora Replica, if one exists,
|
|
1259
|
-
* when the primary DB instance fails. A Multi-AZ DB cluster automatically fails over to a readable standby
|
|
1260
|
-
* DB instance when the primary DB instance fails.</p>
|
|
1261
|
-
* <p>To simulate a failure of a primary instance for testing, you can force a failover.
|
|
1262
|
-
* Because each instance in a DB cluster has its own endpoint address, make sure to clean up and re-establish any existing
|
|
1263
|
-
* connections that use those endpoint addresses when the failover is complete.</p>
|
|
1264
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
1265
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
1266
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1267
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
1268
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
1269
|
-
* Guide</i>.</p>
|
|
674
|
+
* @see {@link FailoverDBClusterCommand}
|
|
1270
675
|
*/
|
|
1271
676
|
failoverDBCluster(args: FailoverDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<FailoverDBClusterCommandOutput>;
|
|
1272
677
|
failoverDBCluster(args: FailoverDBClusterCommandInput, cb: (err: any, data?: FailoverDBClusterCommandOutput) => void): void;
|
|
1273
678
|
failoverDBCluster(args: FailoverDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: FailoverDBClusterCommandOutput) => void): void;
|
|
1274
679
|
/**
|
|
1275
|
-
* @
|
|
1276
|
-
* <p>Initiates the failover process for an Aurora global database (<a>GlobalCluster</a>).</p>
|
|
1277
|
-
* <p>A failover for an Aurora global database promotes one of secondary read-only DB clusters to be
|
|
1278
|
-
* the primary DB cluster and demotes the primary DB cluster to being a secondary (read-only) DB cluster. In other words,
|
|
1279
|
-
* the role of the current primary DB cluster and the selected (target) DB cluster are switched. The selected
|
|
1280
|
-
* secondary DB cluster assumes full read/write capabilities for the Aurora global database.</p>
|
|
1281
|
-
* <p>For more information about failing over an Amazon Aurora global database, see
|
|
1282
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-disaster-recovery.html#aurora-global-database-disaster-recovery.managed-failover">Managed planned failover for Amazon Aurora global
|
|
1283
|
-
* databases</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1284
|
-
* <note>
|
|
1285
|
-
* <p>This action applies to <a>GlobalCluster</a> (Aurora global databases) only. Use this action only on
|
|
1286
|
-
* healthy Aurora global databases with running Aurora DB clusters and no Region-wide outages, to test disaster recovery scenarios or to
|
|
1287
|
-
* reconfigure your Aurora global database topology.</p>
|
|
1288
|
-
* </note>
|
|
680
|
+
* @see {@link FailoverGlobalClusterCommand}
|
|
1289
681
|
*/
|
|
1290
682
|
failoverGlobalCluster(args: FailoverGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<FailoverGlobalClusterCommandOutput>;
|
|
1291
683
|
failoverGlobalCluster(args: FailoverGlobalClusterCommandInput, cb: (err: any, data?: FailoverGlobalClusterCommandOutput) => void): void;
|
|
1292
684
|
failoverGlobalCluster(args: FailoverGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: FailoverGlobalClusterCommandOutput) => void): void;
|
|
1293
685
|
/**
|
|
1294
|
-
* @
|
|
1295
|
-
* <p>Lists all tags on an Amazon RDS resource.</p>
|
|
1296
|
-
* <p>For an overview on tagging an Amazon RDS resource,
|
|
1297
|
-
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging Amazon RDS Resources</a>
|
|
1298
|
-
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
686
|
+
* @see {@link ListTagsForResourceCommand}
|
|
1299
687
|
*/
|
|
1300
688
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
1301
689
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
1302
690
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
1303
691
|
/**
|
|
1304
|
-
* @
|
|
1305
|
-
* <p>Changes the audit policy state of a database activity stream to either locked (default) or unlocked. A locked policy is read-only,
|
|
1306
|
-
* whereas an unlocked policy is read/write. If your activity stream is started and locked, you can unlock it, customize your audit policy,
|
|
1307
|
-
* and then lock your activity stream. Restarting the activity stream isn't required. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/DBActivityStreams.Modifying.html"> Modifying a database activity stream</a> in the
|
|
1308
|
-
* <i>Amazon RDS User Guide</i>. </p>
|
|
1309
|
-
* <p>This operation is supported for RDS for Oracle and Microsoft SQL Server.</p>
|
|
692
|
+
* @see {@link ModifyActivityStreamCommand}
|
|
1310
693
|
*/
|
|
1311
694
|
modifyActivityStream(args: ModifyActivityStreamCommandInput, options?: __HttpHandlerOptions): Promise<ModifyActivityStreamCommandOutput>;
|
|
1312
695
|
modifyActivityStream(args: ModifyActivityStreamCommandInput, cb: (err: any, data?: ModifyActivityStreamCommandOutput) => void): void;
|
|
1313
696
|
modifyActivityStream(args: ModifyActivityStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyActivityStreamCommandOutput) => void): void;
|
|
1314
697
|
/**
|
|
1315
|
-
* @
|
|
1316
|
-
* <p>Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS)
|
|
1317
|
-
* certificate for Amazon RDS for new DB instances, or remove the override.</p>
|
|
1318
|
-
* <p>By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB
|
|
1319
|
-
* instances that is different from the default certificate provided by RDS. You can also
|
|
1320
|
-
* use this operation to remove the override, so that new DB instances use the default
|
|
1321
|
-
* certificate provided by RDS.</p>
|
|
1322
|
-
* <p>You might need to override the default certificate in the following situations:</p>
|
|
1323
|
-
* <ul>
|
|
1324
|
-
* <li>
|
|
1325
|
-
* <p>You already migrated your applications to support the latest certificate authority (CA) certificate, but the new CA certificate is not yet
|
|
1326
|
-
* the RDS default CA certificate for the specified Amazon Web Services Region.</p>
|
|
1327
|
-
* </li>
|
|
1328
|
-
* <li>
|
|
1329
|
-
* <p>RDS has already moved to a new default CA certificate for the specified Amazon Web Services
|
|
1330
|
-
* Region, but you are still in the process of supporting the new CA certificate.
|
|
1331
|
-
* In this case, you temporarily need additional time to finish your application
|
|
1332
|
-
* changes.</p>
|
|
1333
|
-
* </li>
|
|
1334
|
-
* </ul>
|
|
1335
|
-
* <p>For more information about rotating your SSL/TLS certificate for RDS DB engines, see
|
|
1336
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html">
|
|
1337
|
-
* Rotating Your SSL/TLS Certificate</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
1338
|
-
* <p>For more information about rotating your SSL/TLS certificate for Aurora DB engines, see
|
|
1339
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html">
|
|
1340
|
-
* Rotating Your SSL/TLS Certificate</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
698
|
+
* @see {@link ModifyCertificatesCommand}
|
|
1341
699
|
*/
|
|
1342
700
|
modifyCertificates(args: ModifyCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCertificatesCommandOutput>;
|
|
1343
701
|
modifyCertificates(args: ModifyCertificatesCommandInput, cb: (err: any, data?: ModifyCertificatesCommandOutput) => void): void;
|
|
1344
702
|
modifyCertificates(args: ModifyCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCertificatesCommandOutput) => void): void;
|
|
1345
703
|
/**
|
|
1346
|
-
* @
|
|
1347
|
-
* <p>Set the capacity of an Aurora Serverless v1 DB cluster to a specific value.</p>
|
|
1348
|
-
* <p>Aurora Serverless v1 scales seamlessly based on the workload on the DB cluster. In some cases, the capacity might not scale
|
|
1349
|
-
* fast enough to meet a sudden change in workload, such as a large number of new transactions. Call <code>ModifyCurrentDBClusterCapacity</code>
|
|
1350
|
-
* to set the capacity explicitly.</p>
|
|
1351
|
-
* <p>After this call sets the DB cluster capacity, Aurora Serverless v1 can automatically scale
|
|
1352
|
-
* the DB cluster based on the cooldown period for scaling up and the cooldown period
|
|
1353
|
-
* for scaling down.</p>
|
|
1354
|
-
* <p>For more information about Aurora Serverless v1, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html">Using Amazon Aurora Serverless v1</a> in the
|
|
1355
|
-
* <i>Amazon Aurora User Guide</i>.</p>
|
|
1356
|
-
* <important>
|
|
1357
|
-
* <p>If you call <code>ModifyCurrentDBClusterCapacity</code> with the default <code>TimeoutAction</code>, connections that
|
|
1358
|
-
* prevent Aurora Serverless v1 from finding a scaling point might be dropped. For more information about scaling points,
|
|
1359
|
-
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.how-it-works.html#aurora-serverless.how-it-works.auto-scaling">
|
|
1360
|
-
* Autoscaling for Aurora Serverless v1</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1361
|
-
* </important>
|
|
1362
|
-
* <note>
|
|
1363
|
-
* <p>This action only applies to Aurora Serverless v1 DB clusters.</p>
|
|
1364
|
-
* </note>
|
|
704
|
+
* @see {@link ModifyCurrentDBClusterCapacityCommand}
|
|
1365
705
|
*/
|
|
1366
706
|
modifyCurrentDBClusterCapacity(args: ModifyCurrentDBClusterCapacityCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCurrentDBClusterCapacityCommandOutput>;
|
|
1367
707
|
modifyCurrentDBClusterCapacity(args: ModifyCurrentDBClusterCapacityCommandInput, cb: (err: any, data?: ModifyCurrentDBClusterCapacityCommandOutput) => void): void;
|
|
1368
708
|
modifyCurrentDBClusterCapacity(args: ModifyCurrentDBClusterCapacityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCurrentDBClusterCapacityCommandOutput) => void): void;
|
|
1369
709
|
/**
|
|
1370
|
-
* @
|
|
1371
|
-
* <p>Modifies the status of a custom engine version (CEV). You can find CEVs to modify by calling
|
|
1372
|
-
* <code>DescribeDBEngineVersions</code>.</p>
|
|
1373
|
-
* <note>
|
|
1374
|
-
* <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
|
|
1375
|
-
* Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
|
|
1376
|
-
* <code>ModifyCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
|
|
1377
|
-
* API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
|
|
1378
|
-
* the <code>ModifyCustomDbEngineVersion</code> event.</p>
|
|
1379
|
-
* </note>
|
|
1380
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.modify">Modifying CEV status</a>
|
|
1381
|
-
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
710
|
+
* @see {@link ModifyCustomDBEngineVersionCommand}
|
|
1382
711
|
*/
|
|
1383
712
|
modifyCustomDBEngineVersion(args: ModifyCustomDBEngineVersionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCustomDBEngineVersionCommandOutput>;
|
|
1384
713
|
modifyCustomDBEngineVersion(args: ModifyCustomDBEngineVersionCommandInput, cb: (err: any, data?: ModifyCustomDBEngineVersionCommandOutput) => void): void;
|
|
1385
714
|
modifyCustomDBEngineVersion(args: ModifyCustomDBEngineVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCustomDBEngineVersionCommandOutput) => void): void;
|
|
1386
715
|
/**
|
|
1387
|
-
* @
|
|
1388
|
-
* <p>Modify the settings for an Amazon Aurora DB cluster or a Multi-AZ DB cluster.
|
|
1389
|
-
* You can change one or more settings by specifying these parameters and the new values in the
|
|
1390
|
-
* request.</p>
|
|
1391
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
1392
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
1393
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1394
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
1395
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
1396
|
-
* Guide</i>.</p>
|
|
716
|
+
* @see {@link ModifyDBClusterCommand}
|
|
1397
717
|
*/
|
|
1398
718
|
modifyDBCluster(args: ModifyDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterCommandOutput>;
|
|
1399
719
|
modifyDBCluster(args: ModifyDBClusterCommandInput, cb: (err: any, data?: ModifyDBClusterCommandOutput) => void): void;
|
|
1400
720
|
modifyDBCluster(args: ModifyDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterCommandOutput) => void): void;
|
|
1401
721
|
/**
|
|
1402
|
-
* @
|
|
1403
|
-
* <p>Modifies the properties of an endpoint in an Amazon Aurora DB cluster.</p>
|
|
1404
|
-
* <note>
|
|
1405
|
-
* <p>This action only applies to Aurora DB clusters.</p>
|
|
1406
|
-
* </note>
|
|
722
|
+
* @see {@link ModifyDBClusterEndpointCommand}
|
|
1407
723
|
*/
|
|
1408
724
|
modifyDBClusterEndpoint(args: ModifyDBClusterEndpointCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterEndpointCommandOutput>;
|
|
1409
725
|
modifyDBClusterEndpoint(args: ModifyDBClusterEndpointCommandInput, cb: (err: any, data?: ModifyDBClusterEndpointCommandOutput) => void): void;
|
|
1410
726
|
modifyDBClusterEndpoint(args: ModifyDBClusterEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterEndpointCommandOutput) => void): void;
|
|
1411
727
|
/**
|
|
1412
|
-
* @
|
|
1413
|
-
* <p>Modifies the parameters of a DB cluster parameter group. To modify more than one parameter,
|
|
1414
|
-
* submit a list of the following: <code>ParameterName</code>, <code>ParameterValue</code>,
|
|
1415
|
-
* and <code>ApplyMethod</code>. A maximum of 20
|
|
1416
|
-
* parameters can be modified in a single request.</p>
|
|
1417
|
-
* <important>
|
|
1418
|
-
* <p>After you create a DB cluster parameter group, you should wait at least 5 minutes
|
|
1419
|
-
* before creating your first DB cluster that uses that DB cluster parameter group as the default parameter
|
|
1420
|
-
* group. This allows Amazon RDS to fully complete the create action before the parameter
|
|
1421
|
-
* group is used as the default for a new DB cluster. This is especially important for parameters
|
|
1422
|
-
* that are critical when creating the default database for a DB cluster, such as the character set
|
|
1423
|
-
* for the default database defined by the <code>character_set_database</code> parameter. You can use the
|
|
1424
|
-
* <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the
|
|
1425
|
-
* <code>DescribeDBClusterParameters</code> operation to verify
|
|
1426
|
-
* that your DB cluster parameter group has been created or modified.</p>
|
|
1427
|
-
* <p>If the modified DB cluster parameter group is used by an Aurora Serverless v1 cluster, Aurora
|
|
1428
|
-
* applies the update immediately. The cluster restart might interrupt your workload. In that case,
|
|
1429
|
-
* your application must reopen any connections and retry any transactions that were active
|
|
1430
|
-
* when the parameter changes took effect.</p>
|
|
1431
|
-
* </important>
|
|
1432
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
1433
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
1434
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1435
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
1436
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
1437
|
-
* Guide.</i>
|
|
1438
|
-
* </p>
|
|
728
|
+
* @see {@link ModifyDBClusterParameterGroupCommand}
|
|
1439
729
|
*/
|
|
1440
730
|
modifyDBClusterParameterGroup(args: ModifyDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterParameterGroupCommandOutput>;
|
|
1441
731
|
modifyDBClusterParameterGroup(args: ModifyDBClusterParameterGroupCommandInput, cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void): void;
|
|
1442
732
|
modifyDBClusterParameterGroup(args: ModifyDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void): void;
|
|
1443
733
|
/**
|
|
1444
|
-
* @
|
|
1445
|
-
* <p>Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.</p>
|
|
1446
|
-
* <p>To share a manual DB cluster snapshot with other Amazon Web Services accounts, specify
|
|
1447
|
-
* <code>restore</code> as the <code>AttributeName</code> and use the
|
|
1448
|
-
* <code>ValuesToAdd</code> parameter to add a list of IDs of the Amazon Web Services accounts that are
|
|
1449
|
-
* authorized to restore the manual DB cluster snapshot. Use the value <code>all</code> to
|
|
1450
|
-
* make the manual DB cluster snapshot public, which means that it can be copied or
|
|
1451
|
-
* restored by all Amazon Web Services accounts.</p>
|
|
1452
|
-
* <note>
|
|
1453
|
-
* <p>Don't add the <code>all</code> value for any manual DB cluster snapshots
|
|
1454
|
-
* that contain private information that you don't want available to all Amazon Web Services
|
|
1455
|
-
* accounts.</p>
|
|
1456
|
-
* </note>
|
|
1457
|
-
* <p>If a manual DB cluster snapshot is encrypted, it can be shared, but only by
|
|
1458
|
-
* specifying a list of authorized Amazon Web Services account IDs for the <code>ValuesToAdd</code>
|
|
1459
|
-
* parameter. You can't use <code>all</code> as a value for that parameter in this
|
|
1460
|
-
* case.</p>
|
|
1461
|
-
* <p>To view which Amazon Web Services accounts have access to copy or restore a manual DB cluster
|
|
1462
|
-
* snapshot, or whether a manual DB cluster snapshot is public or private, use the <a>DescribeDBClusterSnapshotAttributes</a> API operation. The accounts are
|
|
1463
|
-
* returned as values for the <code>restore</code> attribute.</p>
|
|
734
|
+
* @see {@link ModifyDBClusterSnapshotAttributeCommand}
|
|
1464
735
|
*/
|
|
1465
736
|
modifyDBClusterSnapshotAttribute(args: ModifyDBClusterSnapshotAttributeCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterSnapshotAttributeCommandOutput>;
|
|
1466
737
|
modifyDBClusterSnapshotAttribute(args: ModifyDBClusterSnapshotAttributeCommandInput, cb: (err: any, data?: ModifyDBClusterSnapshotAttributeCommandOutput) => void): void;
|
|
1467
738
|
modifyDBClusterSnapshotAttribute(args: ModifyDBClusterSnapshotAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterSnapshotAttributeCommandOutput) => void): void;
|
|
1468
739
|
/**
|
|
1469
|
-
* @
|
|
1470
|
-
* <p>Modifies settings for a DB instance.
|
|
1471
|
-
* You can change one or more database configuration parameters by specifying these parameters and the new values in the request.
|
|
1472
|
-
* To learn what modifications you can make to your DB instance,
|
|
1473
|
-
* call <code>DescribeValidDBInstanceModifications</code>
|
|
1474
|
-
* before you call <code>ModifyDBInstance</code>.</p>
|
|
740
|
+
* @see {@link ModifyDBInstanceCommand}
|
|
1475
741
|
*/
|
|
1476
742
|
modifyDBInstance(args: ModifyDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBInstanceCommandOutput>;
|
|
1477
743
|
modifyDBInstance(args: ModifyDBInstanceCommandInput, cb: (err: any, data?: ModifyDBInstanceCommandOutput) => void): void;
|
|
1478
744
|
modifyDBInstance(args: ModifyDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBInstanceCommandOutput) => void): void;
|
|
1479
745
|
/**
|
|
1480
|
-
* @
|
|
1481
|
-
* <p>Modifies the parameters of a DB parameter group. To modify more than one parameter,
|
|
1482
|
-
* submit a list of the following: <code>ParameterName</code>, <code>ParameterValue</code>, and
|
|
1483
|
-
* <code>ApplyMethod</code>. A maximum of 20 parameters can be modified in a single request.</p>
|
|
1484
|
-
* <important>
|
|
1485
|
-
* <p>After you modify a DB parameter group, you should wait at least 5 minutes
|
|
1486
|
-
* before creating your first DB instance that uses that DB parameter group as the default parameter
|
|
1487
|
-
* group. This allows Amazon RDS to fully complete the modify action before the parameter
|
|
1488
|
-
* group is used as the default for a new DB instance. This is especially important for parameters
|
|
1489
|
-
* that are critical when creating the default database for a DB instance, such as the character set
|
|
1490
|
-
* for the default database defined by the <code>character_set_database</code> parameter. You can use the
|
|
1491
|
-
* <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the
|
|
1492
|
-
* <i>DescribeDBParameters</i> command to verify
|
|
1493
|
-
* that your DB parameter group has been created or modified.</p>
|
|
1494
|
-
* </important>
|
|
746
|
+
* @see {@link ModifyDBParameterGroupCommand}
|
|
1495
747
|
*/
|
|
1496
748
|
modifyDBParameterGroup(args: ModifyDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBParameterGroupCommandOutput>;
|
|
1497
749
|
modifyDBParameterGroup(args: ModifyDBParameterGroupCommandInput, cb: (err: any, data?: ModifyDBParameterGroupCommandOutput) => void): void;
|
|
1498
750
|
modifyDBParameterGroup(args: ModifyDBParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBParameterGroupCommandOutput) => void): void;
|
|
1499
751
|
/**
|
|
1500
|
-
* @
|
|
1501
|
-
* <p>Changes the settings for an existing DB proxy.</p>
|
|
752
|
+
* @see {@link ModifyDBProxyCommand}
|
|
1502
753
|
*/
|
|
1503
754
|
modifyDBProxy(args: ModifyDBProxyCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBProxyCommandOutput>;
|
|
1504
755
|
modifyDBProxy(args: ModifyDBProxyCommandInput, cb: (err: any, data?: ModifyDBProxyCommandOutput) => void): void;
|
|
1505
756
|
modifyDBProxy(args: ModifyDBProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBProxyCommandOutput) => void): void;
|
|
1506
757
|
/**
|
|
1507
|
-
* @
|
|
1508
|
-
* <p>Changes the settings for an existing DB proxy endpoint.</p>
|
|
758
|
+
* @see {@link ModifyDBProxyEndpointCommand}
|
|
1509
759
|
*/
|
|
1510
760
|
modifyDBProxyEndpoint(args: ModifyDBProxyEndpointCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBProxyEndpointCommandOutput>;
|
|
1511
761
|
modifyDBProxyEndpoint(args: ModifyDBProxyEndpointCommandInput, cb: (err: any, data?: ModifyDBProxyEndpointCommandOutput) => void): void;
|
|
1512
762
|
modifyDBProxyEndpoint(args: ModifyDBProxyEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBProxyEndpointCommandOutput) => void): void;
|
|
1513
763
|
/**
|
|
1514
|
-
* @
|
|
1515
|
-
* <p>Modifies the properties of a <code>DBProxyTargetGroup</code>.</p>
|
|
764
|
+
* @see {@link ModifyDBProxyTargetGroupCommand}
|
|
1516
765
|
*/
|
|
1517
766
|
modifyDBProxyTargetGroup(args: ModifyDBProxyTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBProxyTargetGroupCommandOutput>;
|
|
1518
767
|
modifyDBProxyTargetGroup(args: ModifyDBProxyTargetGroupCommandInput, cb: (err: any, data?: ModifyDBProxyTargetGroupCommandOutput) => void): void;
|
|
1519
768
|
modifyDBProxyTargetGroup(args: ModifyDBProxyTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBProxyTargetGroupCommandOutput) => void): void;
|
|
1520
769
|
/**
|
|
1521
|
-
* @
|
|
1522
|
-
* <p>Updates a manual DB snapshot with a new engine version. The snapshot can be encrypted
|
|
1523
|
-
* or unencrypted, but not shared or public.
|
|
1524
|
-
*
|
|
1525
|
-
* </p>
|
|
1526
|
-
* <p>Amazon RDS supports upgrading DB snapshots for MySQL, PostgreSQL, and Oracle. This command
|
|
1527
|
-
* doesn't apply to RDS Custom.</p>
|
|
770
|
+
* @see {@link ModifyDBSnapshotCommand}
|
|
1528
771
|
*/
|
|
1529
772
|
modifyDBSnapshot(args: ModifyDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBSnapshotCommandOutput>;
|
|
1530
773
|
modifyDBSnapshot(args: ModifyDBSnapshotCommandInput, cb: (err: any, data?: ModifyDBSnapshotCommandOutput) => void): void;
|
|
1531
774
|
modifyDBSnapshot(args: ModifyDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBSnapshotCommandOutput) => void): void;
|
|
1532
775
|
/**
|
|
1533
|
-
* @
|
|
1534
|
-
* <p>Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.</p>
|
|
1535
|
-
* <p>To share a manual DB snapshot with other Amazon Web Services accounts, specify <code>restore</code>
|
|
1536
|
-
* as the <code>AttributeName</code> and use the <code>ValuesToAdd</code> parameter to add
|
|
1537
|
-
* a list of IDs of the Amazon Web Services accounts that are authorized to restore the manual DB snapshot.
|
|
1538
|
-
* Uses the value <code>all</code> to make the manual DB snapshot public, which means it
|
|
1539
|
-
* can be copied or restored by all Amazon Web Services accounts.</p>
|
|
1540
|
-
* <note>
|
|
1541
|
-
* <p>Don't add the <code>all</code> value for any manual DB snapshots that
|
|
1542
|
-
* contain private information that you don't want available to all Amazon Web Services
|
|
1543
|
-
* accounts.</p>
|
|
1544
|
-
* </note>
|
|
1545
|
-
* <p>If the manual DB snapshot is encrypted, it can be shared, but only by specifying a
|
|
1546
|
-
* list of authorized Amazon Web Services account IDs for the <code>ValuesToAdd</code> parameter. You
|
|
1547
|
-
* can't use <code>all</code> as a value for that parameter in this case.</p>
|
|
1548
|
-
* <p>To view which Amazon Web Services accounts have access to copy or restore a manual DB snapshot, or
|
|
1549
|
-
* whether a manual DB snapshot public or private, use the <a>DescribeDBSnapshotAttributes</a> API operation. The accounts are returned as
|
|
1550
|
-
* values for the <code>restore</code> attribute.</p>
|
|
776
|
+
* @see {@link ModifyDBSnapshotAttributeCommand}
|
|
1551
777
|
*/
|
|
1552
778
|
modifyDBSnapshotAttribute(args: ModifyDBSnapshotAttributeCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBSnapshotAttributeCommandOutput>;
|
|
1553
779
|
modifyDBSnapshotAttribute(args: ModifyDBSnapshotAttributeCommandInput, cb: (err: any, data?: ModifyDBSnapshotAttributeCommandOutput) => void): void;
|
|
1554
780
|
modifyDBSnapshotAttribute(args: ModifyDBSnapshotAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBSnapshotAttributeCommandOutput) => void): void;
|
|
1555
781
|
/**
|
|
1556
|
-
* @
|
|
1557
|
-
* <p>Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Web Services Region.</p>
|
|
782
|
+
* @see {@link ModifyDBSubnetGroupCommand}
|
|
1558
783
|
*/
|
|
1559
784
|
modifyDBSubnetGroup(args: ModifyDBSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBSubnetGroupCommandOutput>;
|
|
1560
785
|
modifyDBSubnetGroup(args: ModifyDBSubnetGroupCommandInput, cb: (err: any, data?: ModifyDBSubnetGroupCommandOutput) => void): void;
|
|
1561
786
|
modifyDBSubnetGroup(args: ModifyDBSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBSubnetGroupCommandOutput) => void): void;
|
|
1562
787
|
/**
|
|
1563
|
-
* @
|
|
1564
|
-
* <p>Modifies an existing RDS event notification subscription. You can't modify the source identifiers using this call. To change
|
|
1565
|
-
* source identifiers for a subscription, use the <code>AddSourceIdentifierToSubscription</code> and <code>RemoveSourceIdentifierFromSubscription</code> calls.</p>
|
|
1566
|
-
* <p>You can see a list of the event categories for a given source type (<code>SourceType</code>)
|
|
1567
|
-
* in <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html">Events</a> in the <i>Amazon RDS User Guide</i>
|
|
1568
|
-
* or by using the <code>DescribeEventCategories</code> operation.</p>
|
|
788
|
+
* @see {@link ModifyEventSubscriptionCommand}
|
|
1569
789
|
*/
|
|
1570
790
|
modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyEventSubscriptionCommandOutput>;
|
|
1571
791
|
modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void): void;
|
|
1572
792
|
modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void): void;
|
|
1573
793
|
/**
|
|
1574
|
-
* @
|
|
1575
|
-
* <p>Modify a setting for an Amazon Aurora global cluster. You can change one or more database configuration
|
|
1576
|
-
* parameters by specifying these parameters and the new values in the request. For more information on
|
|
1577
|
-
* Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the
|
|
1578
|
-
* <i>Amazon Aurora User Guide</i>.</p>
|
|
1579
|
-
* <note>
|
|
1580
|
-
* <p>This action only applies to Aurora DB clusters.</p>
|
|
1581
|
-
* </note>
|
|
794
|
+
* @see {@link ModifyGlobalClusterCommand}
|
|
1582
795
|
*/
|
|
1583
796
|
modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<ModifyGlobalClusterCommandOutput>;
|
|
1584
797
|
modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void): void;
|
|
1585
798
|
modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void): void;
|
|
1586
799
|
/**
|
|
1587
|
-
* @
|
|
1588
|
-
* <p>Modifies an existing option group.</p>
|
|
800
|
+
* @see {@link ModifyOptionGroupCommand}
|
|
1589
801
|
*/
|
|
1590
802
|
modifyOptionGroup(args: ModifyOptionGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyOptionGroupCommandOutput>;
|
|
1591
803
|
modifyOptionGroup(args: ModifyOptionGroupCommandInput, cb: (err: any, data?: ModifyOptionGroupCommandOutput) => void): void;
|
|
1592
804
|
modifyOptionGroup(args: ModifyOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyOptionGroupCommandOutput) => void): void;
|
|
1593
805
|
/**
|
|
1594
|
-
* @
|
|
1595
|
-
* <p>Promotes a read replica DB instance to a standalone DB instance.</p>
|
|
1596
|
-
* <note>
|
|
1597
|
-
* <ul>
|
|
1598
|
-
* <li>
|
|
1599
|
-
* <p>Backup duration is a function of the amount of changes to the database since the previous
|
|
1600
|
-
* backup. If you plan to promote a read replica to a standalone instance, we
|
|
1601
|
-
* recommend that you enable backups and complete at least one backup prior to
|
|
1602
|
-
* promotion. In addition, a read replica cannot be promoted to a standalone
|
|
1603
|
-
* instance when it is in the <code>backing-up</code> status. If you have
|
|
1604
|
-
* enabled backups on your read replica, configure the automated backup window
|
|
1605
|
-
* so that daily backups do not interfere with read replica
|
|
1606
|
-
* promotion.</p>
|
|
1607
|
-
* </li>
|
|
1608
|
-
* <li>
|
|
1609
|
-
* <p>This command doesn't apply to Aurora MySQL, Aurora PostgreSQL, or RDS Custom.</p>
|
|
1610
|
-
* </li>
|
|
1611
|
-
* </ul>
|
|
1612
|
-
* </note>
|
|
806
|
+
* @see {@link PromoteReadReplicaCommand}
|
|
1613
807
|
*/
|
|
1614
808
|
promoteReadReplica(args: PromoteReadReplicaCommandInput, options?: __HttpHandlerOptions): Promise<PromoteReadReplicaCommandOutput>;
|
|
1615
809
|
promoteReadReplica(args: PromoteReadReplicaCommandInput, cb: (err: any, data?: PromoteReadReplicaCommandOutput) => void): void;
|
|
1616
810
|
promoteReadReplica(args: PromoteReadReplicaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PromoteReadReplicaCommandOutput) => void): void;
|
|
1617
811
|
/**
|
|
1618
|
-
* @
|
|
1619
|
-
* <p>Promotes a read replica DB cluster to a standalone DB cluster.</p>
|
|
812
|
+
* @see {@link PromoteReadReplicaDBClusterCommand}
|
|
1620
813
|
*/
|
|
1621
814
|
promoteReadReplicaDBCluster(args: PromoteReadReplicaDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<PromoteReadReplicaDBClusterCommandOutput>;
|
|
1622
815
|
promoteReadReplicaDBCluster(args: PromoteReadReplicaDBClusterCommandInput, cb: (err: any, data?: PromoteReadReplicaDBClusterCommandOutput) => void): void;
|
|
1623
816
|
promoteReadReplicaDBCluster(args: PromoteReadReplicaDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PromoteReadReplicaDBClusterCommandOutput) => void): void;
|
|
1624
817
|
/**
|
|
1625
|
-
* @
|
|
1626
|
-
* <p>Purchases a reserved DB instance offering.</p>
|
|
818
|
+
* @see {@link PurchaseReservedDBInstancesOfferingCommand}
|
|
1627
819
|
*/
|
|
1628
820
|
purchaseReservedDBInstancesOffering(args: PurchaseReservedDBInstancesOfferingCommandInput, options?: __HttpHandlerOptions): Promise<PurchaseReservedDBInstancesOfferingCommandOutput>;
|
|
1629
821
|
purchaseReservedDBInstancesOffering(args: PurchaseReservedDBInstancesOfferingCommandInput, cb: (err: any, data?: PurchaseReservedDBInstancesOfferingCommandOutput) => void): void;
|
|
1630
822
|
purchaseReservedDBInstancesOffering(args: PurchaseReservedDBInstancesOfferingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PurchaseReservedDBInstancesOfferingCommandOutput) => void): void;
|
|
1631
823
|
/**
|
|
1632
|
-
* @
|
|
1633
|
-
* <p>You might need to reboot your DB cluster, usually for maintenance reasons.
|
|
1634
|
-
* For example, if you make certain modifications,
|
|
1635
|
-
* or if you change the DB cluster parameter group associated with the DB cluster,
|
|
1636
|
-
* reboot the DB cluster for the changes to take effect.</p>
|
|
1637
|
-
* <p>Rebooting a DB cluster restarts the database engine service. Rebooting a DB
|
|
1638
|
-
* cluster results in a momentary outage, during which the DB cluster status is set to rebooting.</p>
|
|
1639
|
-
* <p>Use this operation only for a non-Aurora Multi-AZ DB cluster.</p>
|
|
1640
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
1641
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
1642
|
-
* Guide.</i>
|
|
1643
|
-
* </p>
|
|
824
|
+
* @see {@link RebootDBClusterCommand}
|
|
1644
825
|
*/
|
|
1645
826
|
rebootDBCluster(args: RebootDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<RebootDBClusterCommandOutput>;
|
|
1646
827
|
rebootDBCluster(args: RebootDBClusterCommandInput, cb: (err: any, data?: RebootDBClusterCommandOutput) => void): void;
|
|
1647
828
|
rebootDBCluster(args: RebootDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootDBClusterCommandOutput) => void): void;
|
|
1648
829
|
/**
|
|
1649
|
-
* @
|
|
1650
|
-
* <p>You might need to reboot your DB instance, usually for maintenance reasons.
|
|
1651
|
-
* For example, if you make certain modifications,
|
|
1652
|
-
* or if you change the DB parameter group associated with the DB instance,
|
|
1653
|
-
* you must reboot the instance for the changes to take effect.</p>
|
|
1654
|
-
* <p>Rebooting a DB instance restarts the database engine service.
|
|
1655
|
-
* Rebooting a DB instance results in a momentary outage, during which the DB instance status is set to rebooting.</p>
|
|
1656
|
-
* <p>For more information about rebooting, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_RebootInstance.html">Rebooting a DB Instance</a> in the <i>Amazon RDS User Guide.</i>
|
|
1657
|
-
* </p>
|
|
1658
|
-
* <p>This command doesn't apply to RDS Custom.</p>
|
|
1659
|
-
* <p>If your DB instance is part of a Multi-AZ DB cluster, you can reboot the DB cluster with the <code>RebootDBCluster</code> operation.</p>
|
|
830
|
+
* @see {@link RebootDBInstanceCommand}
|
|
1660
831
|
*/
|
|
1661
832
|
rebootDBInstance(args: RebootDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RebootDBInstanceCommandOutput>;
|
|
1662
833
|
rebootDBInstance(args: RebootDBInstanceCommandInput, cb: (err: any, data?: RebootDBInstanceCommandOutput) => void): void;
|
|
1663
834
|
rebootDBInstance(args: RebootDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootDBInstanceCommandOutput) => void): void;
|
|
1664
835
|
/**
|
|
1665
|
-
* @
|
|
1666
|
-
* <p>Associate one or more <code>DBProxyTarget</code> data structures with a <code>DBProxyTargetGroup</code>.</p>
|
|
836
|
+
* @see {@link RegisterDBProxyTargetsCommand}
|
|
1667
837
|
*/
|
|
1668
838
|
registerDBProxyTargets(args: RegisterDBProxyTargetsCommandInput, options?: __HttpHandlerOptions): Promise<RegisterDBProxyTargetsCommandOutput>;
|
|
1669
839
|
registerDBProxyTargets(args: RegisterDBProxyTargetsCommandInput, cb: (err: any, data?: RegisterDBProxyTargetsCommandOutput) => void): void;
|
|
1670
840
|
registerDBProxyTargets(args: RegisterDBProxyTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterDBProxyTargetsCommandOutput) => void): void;
|
|
1671
841
|
/**
|
|
1672
|
-
* @
|
|
1673
|
-
* <p>Detaches an Aurora secondary cluster from an Aurora global database cluster. The cluster becomes a
|
|
1674
|
-
* standalone cluster with read-write capability instead of being read-only and receiving data from a
|
|
1675
|
-
* primary cluster in a different Region.</p>
|
|
1676
|
-
* <note>
|
|
1677
|
-
* <p>This action only applies to Aurora DB clusters.</p>
|
|
1678
|
-
* </note>
|
|
842
|
+
* @see {@link RemoveFromGlobalClusterCommand}
|
|
1679
843
|
*/
|
|
1680
844
|
removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<RemoveFromGlobalClusterCommandOutput>;
|
|
1681
845
|
removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void): void;
|
|
1682
846
|
removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void): void;
|
|
1683
847
|
/**
|
|
1684
|
-
* @
|
|
1685
|
-
* <p>Removes the asssociation of an Amazon Web Services Identity and Access Management (IAM) role from a
|
|
1686
|
-
* DB cluster.</p>
|
|
1687
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
1688
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
1689
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1690
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
1691
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
1692
|
-
* Guide.</i>
|
|
1693
|
-
* </p>
|
|
848
|
+
* @see {@link RemoveRoleFromDBClusterCommand}
|
|
1694
849
|
*/
|
|
1695
850
|
removeRoleFromDBCluster(args: RemoveRoleFromDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<RemoveRoleFromDBClusterCommandOutput>;
|
|
1696
851
|
removeRoleFromDBCluster(args: RemoveRoleFromDBClusterCommandInput, cb: (err: any, data?: RemoveRoleFromDBClusterCommandOutput) => void): void;
|
|
1697
852
|
removeRoleFromDBCluster(args: RemoveRoleFromDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveRoleFromDBClusterCommandOutput) => void): void;
|
|
1698
853
|
/**
|
|
1699
|
-
* @
|
|
1700
|
-
* <p>Disassociates an Amazon Web Services Identity and Access Management (IAM) role from a DB instance.</p>
|
|
854
|
+
* @see {@link RemoveRoleFromDBInstanceCommand}
|
|
1701
855
|
*/
|
|
1702
856
|
removeRoleFromDBInstance(args: RemoveRoleFromDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RemoveRoleFromDBInstanceCommandOutput>;
|
|
1703
857
|
removeRoleFromDBInstance(args: RemoveRoleFromDBInstanceCommandInput, cb: (err: any, data?: RemoveRoleFromDBInstanceCommandOutput) => void): void;
|
|
1704
858
|
removeRoleFromDBInstance(args: RemoveRoleFromDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveRoleFromDBInstanceCommandOutput) => void): void;
|
|
1705
859
|
/**
|
|
1706
|
-
* @
|
|
1707
|
-
* <p>Removes a source identifier from an existing RDS event notification subscription.</p>
|
|
860
|
+
* @see {@link RemoveSourceIdentifierFromSubscriptionCommand}
|
|
1708
861
|
*/
|
|
1709
862
|
removeSourceIdentifierFromSubscription(args: RemoveSourceIdentifierFromSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<RemoveSourceIdentifierFromSubscriptionCommandOutput>;
|
|
1710
863
|
removeSourceIdentifierFromSubscription(args: RemoveSourceIdentifierFromSubscriptionCommandInput, cb: (err: any, data?: RemoveSourceIdentifierFromSubscriptionCommandOutput) => void): void;
|
|
1711
864
|
removeSourceIdentifierFromSubscription(args: RemoveSourceIdentifierFromSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveSourceIdentifierFromSubscriptionCommandOutput) => void): void;
|
|
1712
865
|
/**
|
|
1713
|
-
* @
|
|
1714
|
-
* <p>Removes metadata tags from an Amazon RDS resource.</p>
|
|
1715
|
-
* <p>For an overview on tagging an Amazon RDS resource,
|
|
1716
|
-
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging Amazon RDS Resources</a>
|
|
1717
|
-
* in the <i>Amazon RDS User Guide.</i>
|
|
1718
|
-
* </p>
|
|
866
|
+
* @see {@link RemoveTagsFromResourceCommand}
|
|
1719
867
|
*/
|
|
1720
868
|
removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsFromResourceCommandOutput>;
|
|
1721
869
|
removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
|
|
1722
870
|
removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
|
|
1723
871
|
/**
|
|
1724
|
-
* @
|
|
1725
|
-
* <p>Modifies the parameters of a DB cluster parameter group to the default value. To
|
|
1726
|
-
* reset specific parameters submit a list of the following: <code>ParameterName</code>
|
|
1727
|
-
* and <code>ApplyMethod</code>. To reset the
|
|
1728
|
-
* entire DB cluster parameter group, specify the <code>DBClusterParameterGroupName</code>
|
|
1729
|
-
* and <code>ResetAllParameters</code> parameters.</p>
|
|
1730
|
-
* <p>When resetting the entire group, dynamic parameters are updated immediately and static parameters
|
|
1731
|
-
* are set to <code>pending-reboot</code> to take effect on the next DB instance restart
|
|
1732
|
-
* or <code>RebootDBInstance</code> request. You must call <code>RebootDBInstance</code> for every
|
|
1733
|
-
* DB instance in your DB cluster that you want the updated static parameter to apply to.</p>
|
|
1734
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
1735
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
1736
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1737
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
1738
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
1739
|
-
* Guide.</i>
|
|
1740
|
-
* </p>
|
|
872
|
+
* @see {@link ResetDBClusterParameterGroupCommand}
|
|
1741
873
|
*/
|
|
1742
874
|
resetDBClusterParameterGroup(args: ResetDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ResetDBClusterParameterGroupCommandOutput>;
|
|
1743
875
|
resetDBClusterParameterGroup(args: ResetDBClusterParameterGroupCommandInput, cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void): void;
|
|
1744
876
|
resetDBClusterParameterGroup(args: ResetDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void): void;
|
|
1745
877
|
/**
|
|
1746
|
-
* @
|
|
1747
|
-
* <p>Modifies the parameters of a DB parameter group to the engine/system default value.
|
|
1748
|
-
* To reset specific parameters, provide a list of the following:
|
|
1749
|
-
* <code>ParameterName</code> and <code>ApplyMethod</code>. To reset the entire DB
|
|
1750
|
-
* parameter group, specify the <code>DBParameterGroup</code> name and
|
|
1751
|
-
* <code>ResetAllParameters</code> parameters. When resetting the entire group, dynamic
|
|
1752
|
-
* parameters are updated immediately and static parameters are set to
|
|
1753
|
-
* <code>pending-reboot</code> to take effect on the next DB instance restart or
|
|
1754
|
-
* <code>RebootDBInstance</code> request.</p>
|
|
878
|
+
* @see {@link ResetDBParameterGroupCommand}
|
|
1755
879
|
*/
|
|
1756
880
|
resetDBParameterGroup(args: ResetDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ResetDBParameterGroupCommandOutput>;
|
|
1757
881
|
resetDBParameterGroup(args: ResetDBParameterGroupCommandInput, cb: (err: any, data?: ResetDBParameterGroupCommandOutput) => void): void;
|
|
1758
882
|
resetDBParameterGroup(args: ResetDBParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetDBParameterGroupCommandOutput) => void): void;
|
|
1759
883
|
/**
|
|
1760
|
-
* @
|
|
1761
|
-
* <p>Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket.
|
|
1762
|
-
* Amazon RDS must be authorized to access the Amazon S3 bucket and the data must be
|
|
1763
|
-
* created using the Percona XtraBackup utility as described in <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Migrating.ExtMySQL.html#AuroraMySQL.Migrating.ExtMySQL.S3"> Migrating Data from MySQL by Using an Amazon S3 Bucket</a> in the
|
|
1764
|
-
* <i>Amazon Aurora User Guide</i>.</p>
|
|
1765
|
-
* <note>
|
|
1766
|
-
* <p>This action only restores the DB cluster, not the DB instances for that DB
|
|
1767
|
-
* cluster. You must invoke the <code>CreateDBInstance</code> action to create DB
|
|
1768
|
-
* instances for the restored DB cluster, specifying the identifier of the restored DB
|
|
1769
|
-
* cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after
|
|
1770
|
-
* the <code>RestoreDBClusterFromS3</code> action has completed and the DB
|
|
1771
|
-
* cluster is available.</p>
|
|
1772
|
-
* </note>
|
|
1773
|
-
* <p>For more information on Amazon Aurora, see
|
|
1774
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
1775
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1776
|
-
* <note>
|
|
1777
|
-
* <p>This action only applies to Aurora DB clusters. The source DB engine must be MySQL.</p>
|
|
1778
|
-
* </note>
|
|
884
|
+
* @see {@link RestoreDBClusterFromS3Command}
|
|
1779
885
|
*/
|
|
1780
886
|
restoreDBClusterFromS3(args: RestoreDBClusterFromS3CommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBClusterFromS3CommandOutput>;
|
|
1781
887
|
restoreDBClusterFromS3(args: RestoreDBClusterFromS3CommandInput, cb: (err: any, data?: RestoreDBClusterFromS3CommandOutput) => void): void;
|
|
1782
888
|
restoreDBClusterFromS3(args: RestoreDBClusterFromS3CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBClusterFromS3CommandOutput) => void): void;
|
|
1783
889
|
/**
|
|
1784
|
-
* @
|
|
1785
|
-
* <p>Creates a new DB cluster from a DB snapshot or DB cluster snapshot.</p>
|
|
1786
|
-
* <p>The target DB cluster is created from the source snapshot with a default
|
|
1787
|
-
* configuration. If you don't specify a security group, the new DB cluster is
|
|
1788
|
-
* associated with the default security group.</p>
|
|
1789
|
-
* <note>
|
|
1790
|
-
* <p>This action only restores the DB cluster, not the DB instances for that DB
|
|
1791
|
-
* cluster. You must invoke the <code>CreateDBInstance</code> action to create DB
|
|
1792
|
-
* instances for the restored DB cluster, specifying the identifier of the restored DB
|
|
1793
|
-
* cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after
|
|
1794
|
-
* the <code>RestoreDBClusterFromSnapshot</code> action has completed and the DB
|
|
1795
|
-
* cluster is available.</p>
|
|
1796
|
-
* </note>
|
|
1797
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
1798
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
1799
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1800
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
1801
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
1802
|
-
* Guide.</i>
|
|
1803
|
-
* </p>
|
|
890
|
+
* @see {@link RestoreDBClusterFromSnapshotCommand}
|
|
1804
891
|
*/
|
|
1805
892
|
restoreDBClusterFromSnapshot(args: RestoreDBClusterFromSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBClusterFromSnapshotCommandOutput>;
|
|
1806
893
|
restoreDBClusterFromSnapshot(args: RestoreDBClusterFromSnapshotCommandInput, cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void): void;
|
|
1807
894
|
restoreDBClusterFromSnapshot(args: RestoreDBClusterFromSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void): void;
|
|
1808
895
|
/**
|
|
1809
|
-
* @
|
|
1810
|
-
* <p>Restores a DB cluster to an arbitrary point in time. Users can restore to any point
|
|
1811
|
-
* in time before <code>LatestRestorableTime</code> for up to
|
|
1812
|
-
* <code>BackupRetentionPeriod</code> days. The target DB cluster is created from the
|
|
1813
|
-
* source DB cluster with the same configuration as the original DB cluster, except that
|
|
1814
|
-
* the new DB cluster is created with the default DB security group.</p>
|
|
1815
|
-
* <note>
|
|
1816
|
-
* <p>For Aurora, this action only restores the DB cluster, not the DB instances for that DB
|
|
1817
|
-
* cluster. You must invoke the <code>CreateDBInstance</code> action to create DB
|
|
1818
|
-
* instances for the restored DB cluster, specifying the identifier of the restored DB
|
|
1819
|
-
* cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after
|
|
1820
|
-
* the <code>RestoreDBClusterToPointInTime</code> action has completed and the DB
|
|
1821
|
-
* cluster is available.</p>
|
|
1822
|
-
* </note>
|
|
1823
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
1824
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
1825
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1826
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
1827
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
1828
|
-
* Guide.</i>
|
|
1829
|
-
* </p>
|
|
896
|
+
* @see {@link RestoreDBClusterToPointInTimeCommand}
|
|
1830
897
|
*/
|
|
1831
898
|
restoreDBClusterToPointInTime(args: RestoreDBClusterToPointInTimeCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBClusterToPointInTimeCommandOutput>;
|
|
1832
899
|
restoreDBClusterToPointInTime(args: RestoreDBClusterToPointInTimeCommandInput, cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void): void;
|
|
1833
900
|
restoreDBClusterToPointInTime(args: RestoreDBClusterToPointInTimeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void): void;
|
|
1834
901
|
/**
|
|
1835
|
-
* @
|
|
1836
|
-
* <p>Creates a new DB instance from a DB snapshot. The target database is created from the source database restore point with most
|
|
1837
|
-
* of the source's original configuration, including the default security group and DB parameter group. By default, the new DB
|
|
1838
|
-
* instance is created as a Single-AZ deployment, except when the instance is a SQL Server instance that has an option group
|
|
1839
|
-
* associated with mirroring. In this case, the instance becomes a Multi-AZ deployment, not a Single-AZ deployment.</p>
|
|
1840
|
-
* <p>If you want to replace your original DB instance with the new, restored DB instance, then rename your original DB instance
|
|
1841
|
-
* before you call the RestoreDBInstanceFromDBSnapshot action. RDS doesn't allow two DB instances with the same name. After you
|
|
1842
|
-
* have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as
|
|
1843
|
-
* the DBInstanceIdentifier in the call to the RestoreDBInstanceFromDBSnapshot action. The result is that you replace the original
|
|
1844
|
-
* DB instance with the DB instance created from the snapshot.</p>
|
|
1845
|
-
* <p>If you are restoring from a shared manual DB snapshot, the <code>DBSnapshotIdentifier</code>
|
|
1846
|
-
* must be the ARN of the shared DB snapshot.</p>
|
|
1847
|
-
* <note>
|
|
1848
|
-
* <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterFromSnapshot</code>.</p>
|
|
1849
|
-
* </note>
|
|
902
|
+
* @see {@link RestoreDBInstanceFromDBSnapshotCommand}
|
|
1850
903
|
*/
|
|
1851
904
|
restoreDBInstanceFromDBSnapshot(args: RestoreDBInstanceFromDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBInstanceFromDBSnapshotCommandOutput>;
|
|
1852
905
|
restoreDBInstanceFromDBSnapshot(args: RestoreDBInstanceFromDBSnapshotCommandInput, cb: (err: any, data?: RestoreDBInstanceFromDBSnapshotCommandOutput) => void): void;
|
|
1853
906
|
restoreDBInstanceFromDBSnapshot(args: RestoreDBInstanceFromDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBInstanceFromDBSnapshotCommandOutput) => void): void;
|
|
1854
907
|
/**
|
|
1855
|
-
* @
|
|
1856
|
-
* <p>Amazon Relational Database Service (Amazon RDS)
|
|
1857
|
-
* supports importing MySQL databases by using backup files.
|
|
1858
|
-
* You can create a backup of your on-premises database,
|
|
1859
|
-
* store it on Amazon Simple Storage Service (Amazon S3),
|
|
1860
|
-
* and then restore the backup file onto a new Amazon RDS DB instance running MySQL.
|
|
1861
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html">Importing Data into an Amazon RDS MySQL DB Instance</a>
|
|
1862
|
-
* in the <i>Amazon RDS User Guide.</i>
|
|
1863
|
-
* </p>
|
|
1864
|
-
* <p>This command doesn't apply to RDS Custom.</p>
|
|
908
|
+
* @see {@link RestoreDBInstanceFromS3Command}
|
|
1865
909
|
*/
|
|
1866
910
|
restoreDBInstanceFromS3(args: RestoreDBInstanceFromS3CommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBInstanceFromS3CommandOutput>;
|
|
1867
911
|
restoreDBInstanceFromS3(args: RestoreDBInstanceFromS3CommandInput, cb: (err: any, data?: RestoreDBInstanceFromS3CommandOutput) => void): void;
|
|
1868
912
|
restoreDBInstanceFromS3(args: RestoreDBInstanceFromS3CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBInstanceFromS3CommandOutput) => void): void;
|
|
1869
913
|
/**
|
|
1870
|
-
* @
|
|
1871
|
-
* <p>Restores a DB instance to an arbitrary point in time. You can restore to any point in time before the time identified by the LatestRestorableTime property. You can restore to a point up to the number of days specified by the BackupRetentionPeriod property.</p>
|
|
1872
|
-
* <p>The target database is created with most of the original configuration, but in a
|
|
1873
|
-
* system-selected Availability Zone, with the default security group, the default subnet
|
|
1874
|
-
* group, and the default DB parameter group. By default, the new DB instance is created as
|
|
1875
|
-
* a single-AZ deployment except when the instance is a SQL Server instance that has an
|
|
1876
|
-
* option group that is associated with mirroring; in this case, the instance becomes a
|
|
1877
|
-
* mirrored deployment and not a single-AZ deployment.</p>
|
|
1878
|
-
* <note>
|
|
1879
|
-
* <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterToPointInTime</code>.</p>
|
|
1880
|
-
* </note>
|
|
914
|
+
* @see {@link RestoreDBInstanceToPointInTimeCommand}
|
|
1881
915
|
*/
|
|
1882
916
|
restoreDBInstanceToPointInTime(args: RestoreDBInstanceToPointInTimeCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBInstanceToPointInTimeCommandOutput>;
|
|
1883
917
|
restoreDBInstanceToPointInTime(args: RestoreDBInstanceToPointInTimeCommandInput, cb: (err: any, data?: RestoreDBInstanceToPointInTimeCommandOutput) => void): void;
|
|
1884
918
|
restoreDBInstanceToPointInTime(args: RestoreDBInstanceToPointInTimeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBInstanceToPointInTimeCommandOutput) => void): void;
|
|
1885
919
|
/**
|
|
1886
|
-
* @
|
|
1887
|
-
* <p>Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC security groups. Required
|
|
1888
|
-
* parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either
|
|
1889
|
-
* EC2SecurityGroupName or EC2SecurityGroupId).</p>
|
|
1890
|
-
* <note>
|
|
1891
|
-
* <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
|
|
1892
|
-
* you migrate as soon as possible. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the
|
|
1893
|
-
* <i>Amazon EC2 User Guide</i>, the blog <a href="http://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/">EC2-Classic Networking is Retiring –
|
|
1894
|
-
* Here’s How to Prepare</a>, and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.Non-VPC2VPC.html">Moving a DB instance not in a VPC
|
|
1895
|
-
* into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
1896
|
-
* </note>
|
|
920
|
+
* @see {@link RevokeDBSecurityGroupIngressCommand}
|
|
1897
921
|
*/
|
|
1898
922
|
revokeDBSecurityGroupIngress(args: RevokeDBSecurityGroupIngressCommandInput, options?: __HttpHandlerOptions): Promise<RevokeDBSecurityGroupIngressCommandOutput>;
|
|
1899
923
|
revokeDBSecurityGroupIngress(args: RevokeDBSecurityGroupIngressCommandInput, cb: (err: any, data?: RevokeDBSecurityGroupIngressCommandOutput) => void): void;
|
|
1900
924
|
revokeDBSecurityGroupIngress(args: RevokeDBSecurityGroupIngressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeDBSecurityGroupIngressCommandOutput) => void): void;
|
|
1901
925
|
/**
|
|
1902
|
-
* @
|
|
1903
|
-
* <p>Starts a database activity stream to monitor activity on the database.
|
|
1904
|
-
* For more information, see
|
|
1905
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html">
|
|
1906
|
-
* Monitoring Amazon Aurora with Database Activity Streams</a>
|
|
1907
|
-
* in the <i>Amazon Aurora User Guide</i> or
|
|
1908
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/DBActivityStreams.html">
|
|
1909
|
-
* Monitoring Amazon RDS with Database Activity Streams</a>
|
|
1910
|
-
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
926
|
+
* @see {@link StartActivityStreamCommand}
|
|
1911
927
|
*/
|
|
1912
928
|
startActivityStream(args: StartActivityStreamCommandInput, options?: __HttpHandlerOptions): Promise<StartActivityStreamCommandOutput>;
|
|
1913
929
|
startActivityStream(args: StartActivityStreamCommandInput, cb: (err: any, data?: StartActivityStreamCommandOutput) => void): void;
|
|
1914
930
|
startActivityStream(args: StartActivityStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartActivityStreamCommandOutput) => void): void;
|
|
1915
931
|
/**
|
|
1916
|
-
* @
|
|
1917
|
-
* <p>Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster
|
|
1918
|
-
* CLI command, or the StopDBCluster action.</p>
|
|
1919
|
-
* <p>For more information, see
|
|
1920
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html">
|
|
1921
|
-
* Stopping and Starting an Aurora Cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1922
|
-
* <note>
|
|
1923
|
-
* <p>This action only applies to Aurora DB clusters.</p>
|
|
1924
|
-
* </note>
|
|
932
|
+
* @see {@link StartDBClusterCommand}
|
|
1925
933
|
*/
|
|
1926
934
|
startDBCluster(args: StartDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<StartDBClusterCommandOutput>;
|
|
1927
935
|
startDBCluster(args: StartDBClusterCommandInput, cb: (err: any, data?: StartDBClusterCommandOutput) => void): void;
|
|
1928
936
|
startDBCluster(args: StartDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDBClusterCommandOutput) => void): void;
|
|
1929
937
|
/**
|
|
1930
|
-
* @
|
|
1931
|
-
* <p>Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the StopDBInstance action.</p>
|
|
1932
|
-
* <p>For more information, see
|
|
1933
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StartInstance.html">
|
|
1934
|
-
* Starting an Amazon RDS DB instance That Was Previously Stopped</a> in the
|
|
1935
|
-
* <i>Amazon RDS User Guide.</i>
|
|
1936
|
-
* </p>
|
|
1937
|
-
* <note>
|
|
1938
|
-
* <p>This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.
|
|
1939
|
-
* For Aurora DB clusters, use <code>StartDBCluster</code> instead.</p>
|
|
1940
|
-
* </note>
|
|
938
|
+
* @see {@link StartDBInstanceCommand}
|
|
1941
939
|
*/
|
|
1942
940
|
startDBInstance(args: StartDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<StartDBInstanceCommandOutput>;
|
|
1943
941
|
startDBInstance(args: StartDBInstanceCommandInput, cb: (err: any, data?: StartDBInstanceCommandOutput) => void): void;
|
|
1944
942
|
startDBInstance(args: StartDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDBInstanceCommandOutput) => void): void;
|
|
1945
943
|
/**
|
|
1946
|
-
* @
|
|
1947
|
-
* <p>Enables replication of automated backups to a different Amazon Web Services Region.</p>
|
|
1948
|
-
* <p>This command doesn't apply to RDS Custom.</p>
|
|
1949
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html">
|
|
1950
|
-
* Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i>
|
|
1951
|
-
* </p>
|
|
944
|
+
* @see {@link StartDBInstanceAutomatedBackupsReplicationCommand}
|
|
1952
945
|
*/
|
|
1953
946
|
startDBInstanceAutomatedBackupsReplication(args: StartDBInstanceAutomatedBackupsReplicationCommandInput, options?: __HttpHandlerOptions): Promise<StartDBInstanceAutomatedBackupsReplicationCommandOutput>;
|
|
1954
947
|
startDBInstanceAutomatedBackupsReplication(args: StartDBInstanceAutomatedBackupsReplicationCommandInput, cb: (err: any, data?: StartDBInstanceAutomatedBackupsReplicationCommandOutput) => void): void;
|
|
1955
948
|
startDBInstanceAutomatedBackupsReplication(args: StartDBInstanceAutomatedBackupsReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDBInstanceAutomatedBackupsReplicationCommandOutput) => void): void;
|
|
1956
949
|
/**
|
|
1957
|
-
* @
|
|
1958
|
-
* <p>Starts an export of DB snapshot or DB cluster data to Amazon S3.
|
|
1959
|
-
* The provided IAM role must have access to the S3 bucket.</p>
|
|
1960
|
-
* <p>You can't export snapshot data from RDS Custom DB instances.</p>
|
|
1961
|
-
* <p>You can't export cluster data from Multi-AZ DB clusters.</p>
|
|
1962
|
-
* <p>For more information on exporting DB snapshot data, see
|
|
1963
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html">Exporting DB snapshot
|
|
1964
|
-
* data to Amazon S3</a> in the <i>Amazon RDS User Guide</i>
|
|
1965
|
-
* or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-export-snapshot.html">Exporting DB
|
|
1966
|
-
* cluster snapshot data to Amazon S3</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1967
|
-
* <p>For more information on exporting DB cluster data, see
|
|
1968
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/export-cluster-data.html">Exporting DB
|
|
1969
|
-
* cluster data to Amazon S3</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
950
|
+
* @see {@link StartExportTaskCommand}
|
|
1970
951
|
*/
|
|
1971
952
|
startExportTask(args: StartExportTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartExportTaskCommandOutput>;
|
|
1972
953
|
startExportTask(args: StartExportTaskCommandInput, cb: (err: any, data?: StartExportTaskCommandOutput) => void): void;
|
|
1973
954
|
startExportTask(args: StartExportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartExportTaskCommandOutput) => void): void;
|
|
1974
955
|
/**
|
|
1975
|
-
* @
|
|
1976
|
-
* <p>Stops a database activity stream that was started using the Amazon Web Services console,
|
|
1977
|
-
* the <code>start-activity-stream</code> CLI command, or the <code>StartActivityStream</code> action.</p>
|
|
1978
|
-
* <p>For more information, see
|
|
1979
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html">
|
|
1980
|
-
* Monitoring Amazon Aurora with Database Activity Streams</a>
|
|
1981
|
-
* in the <i>Amazon Aurora User Guide</i>
|
|
1982
|
-
* or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/DBActivityStreams.html">
|
|
1983
|
-
* Monitoring Amazon RDS with Database Activity Streams</a>
|
|
1984
|
-
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
956
|
+
* @see {@link StopActivityStreamCommand}
|
|
1985
957
|
*/
|
|
1986
958
|
stopActivityStream(args: StopActivityStreamCommandInput, options?: __HttpHandlerOptions): Promise<StopActivityStreamCommandOutput>;
|
|
1987
959
|
stopActivityStream(args: StopActivityStreamCommandInput, cb: (err: any, data?: StopActivityStreamCommandOutput) => void): void;
|
|
1988
960
|
stopActivityStream(args: StopActivityStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopActivityStreamCommandOutput) => void): void;
|
|
1989
961
|
/**
|
|
1990
|
-
* @
|
|
1991
|
-
* <p>Stops an Amazon Aurora DB cluster. When you stop a DB cluster, Aurora retains the DB cluster's
|
|
1992
|
-
* metadata, including its endpoints and DB parameter groups. Aurora also
|
|
1993
|
-
* retains the transaction logs so you can do a point-in-time restore if necessary.</p>
|
|
1994
|
-
* <p>For more information, see
|
|
1995
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html">
|
|
1996
|
-
* Stopping and Starting an Aurora Cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1997
|
-
* <note>
|
|
1998
|
-
* <p>This action only applies to Aurora DB clusters.</p>
|
|
1999
|
-
* </note>
|
|
962
|
+
* @see {@link StopDBClusterCommand}
|
|
2000
963
|
*/
|
|
2001
964
|
stopDBCluster(args: StopDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<StopDBClusterCommandOutput>;
|
|
2002
965
|
stopDBCluster(args: StopDBClusterCommandInput, cb: (err: any, data?: StopDBClusterCommandOutput) => void): void;
|
|
2003
966
|
stopDBCluster(args: StopDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDBClusterCommandOutput) => void): void;
|
|
2004
967
|
/**
|
|
2005
|
-
* @
|
|
2006
|
-
* <p>Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the DB instance's metadata, including its endpoint,
|
|
2007
|
-
* DB parameter group, and option group membership. Amazon RDS also retains the transaction logs so you can do a point-in-time restore if
|
|
2008
|
-
* necessary.</p>
|
|
2009
|
-
* <p>For more information, see
|
|
2010
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StopInstance.html">
|
|
2011
|
-
* Stopping an Amazon RDS DB Instance Temporarily</a> in the
|
|
2012
|
-
* <i>Amazon RDS User Guide.</i>
|
|
2013
|
-
* </p>
|
|
2014
|
-
* <note>
|
|
2015
|
-
* <p>This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.
|
|
2016
|
-
* For Aurora clusters, use <code>StopDBCluster</code> instead.</p>
|
|
2017
|
-
* </note>
|
|
968
|
+
* @see {@link StopDBInstanceCommand}
|
|
2018
969
|
*/
|
|
2019
970
|
stopDBInstance(args: StopDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<StopDBInstanceCommandOutput>;
|
|
2020
971
|
stopDBInstance(args: StopDBInstanceCommandInput, cb: (err: any, data?: StopDBInstanceCommandOutput) => void): void;
|
|
2021
972
|
stopDBInstance(args: StopDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDBInstanceCommandOutput) => void): void;
|
|
2022
973
|
/**
|
|
2023
|
-
* @
|
|
2024
|
-
* <p>Stops automated backup replication for a DB instance.</p>
|
|
2025
|
-
* <p>This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.</p>
|
|
2026
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html">
|
|
2027
|
-
* Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i>
|
|
2028
|
-
* </p>
|
|
974
|
+
* @see {@link StopDBInstanceAutomatedBackupsReplicationCommand}
|
|
2029
975
|
*/
|
|
2030
976
|
stopDBInstanceAutomatedBackupsReplication(args: StopDBInstanceAutomatedBackupsReplicationCommandInput, options?: __HttpHandlerOptions): Promise<StopDBInstanceAutomatedBackupsReplicationCommandOutput>;
|
|
2031
977
|
stopDBInstanceAutomatedBackupsReplication(args: StopDBInstanceAutomatedBackupsReplicationCommandInput, cb: (err: any, data?: StopDBInstanceAutomatedBackupsReplicationCommandOutput) => void): void;
|
|
2032
978
|
stopDBInstanceAutomatedBackupsReplication(args: StopDBInstanceAutomatedBackupsReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDBInstanceAutomatedBackupsReplicationCommandOutput) => void): void;
|
|
2033
979
|
/**
|
|
2034
|
-
* @
|
|
2035
|
-
* <p>Switches over a blue/green deployment.</p>
|
|
2036
|
-
* <p>Before you switch over, production traffic is routed to the databases in the blue environment.
|
|
2037
|
-
* After you switch over, production traffic is routed to the databases in the green environment.</p>
|
|
2038
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html">Using Amazon RDS Blue/Green Deployments
|
|
2039
|
-
* for database updates</a> in the <i>Amazon RDS User Guide</i> and
|
|
2040
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">
|
|
2041
|
-
* Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
|
|
2042
|
-
* User Guide</i>.</p>
|
|
980
|
+
* @see {@link SwitchoverBlueGreenDeploymentCommand}
|
|
2043
981
|
*/
|
|
2044
982
|
switchoverBlueGreenDeployment(args: SwitchoverBlueGreenDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<SwitchoverBlueGreenDeploymentCommandOutput>;
|
|
2045
983
|
switchoverBlueGreenDeployment(args: SwitchoverBlueGreenDeploymentCommandInput, cb: (err: any, data?: SwitchoverBlueGreenDeploymentCommandOutput) => void): void;
|
|
2046
984
|
switchoverBlueGreenDeployment(args: SwitchoverBlueGreenDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SwitchoverBlueGreenDeploymentCommandOutput) => void): void;
|
|
2047
985
|
/**
|
|
2048
|
-
* @
|
|
2049
|
-
* <p>Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new
|
|
2050
|
-
* primary database. Issue this command in the Region that hosts the current standby database.</p>
|
|
986
|
+
* @see {@link SwitchoverReadReplicaCommand}
|
|
2051
987
|
*/
|
|
2052
988
|
switchoverReadReplica(args: SwitchoverReadReplicaCommandInput, options?: __HttpHandlerOptions): Promise<SwitchoverReadReplicaCommandOutput>;
|
|
2053
989
|
switchoverReadReplica(args: SwitchoverReadReplicaCommandInput, cb: (err: any, data?: SwitchoverReadReplicaCommandOutput) => void): void;
|
|
2054
990
|
switchoverReadReplica(args: SwitchoverReadReplicaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SwitchoverReadReplicaCommandOutput) => void): void;
|
|
2055
991
|
}
|
|
992
|
+
/**
|
|
993
|
+
* @public
|
|
994
|
+
* <fullname>Amazon Relational Database Service</fullname>
|
|
995
|
+
* <p></p>
|
|
996
|
+
* <p>Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and
|
|
997
|
+
* scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational
|
|
998
|
+
* database and manages common database administration tasks, freeing up developers to focus on what makes their applications
|
|
999
|
+
* and businesses unique.</p>
|
|
1000
|
+
* <p>Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server,
|
|
1001
|
+
* Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools
|
|
1002
|
+
* you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS
|
|
1003
|
+
* automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS
|
|
1004
|
+
* is flexible: you can scale your DB instance's compute resources and storage capacity to meet your
|
|
1005
|
+
* application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for
|
|
1006
|
+
* the resources you use.</p>
|
|
1007
|
+
* <p>This interface reference for Amazon RDS contains documentation for a programming or command line interface
|
|
1008
|
+
* you can use to manage Amazon RDS. Amazon RDS is asynchronous, which means that some interfaces might
|
|
1009
|
+
* require techniques such as polling or callback functions to determine when a command has been applied. In this
|
|
1010
|
+
* reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot,
|
|
1011
|
+
* or during the maintenance window. The reference structure is as follows, and we list following some related topics
|
|
1012
|
+
* from the user guide.</p>
|
|
1013
|
+
* <p>
|
|
1014
|
+
* <b>Amazon RDS API Reference</b>
|
|
1015
|
+
* </p>
|
|
1016
|
+
* <ul>
|
|
1017
|
+
* <li>
|
|
1018
|
+
* <p>For the alphabetical list of API actions, see
|
|
1019
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Operations.html">API Actions</a>.</p>
|
|
1020
|
+
* </li>
|
|
1021
|
+
* <li>
|
|
1022
|
+
* <p>For the alphabetical list of data types, see
|
|
1023
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Types.html">Data Types</a>.</p>
|
|
1024
|
+
* </li>
|
|
1025
|
+
* <li>
|
|
1026
|
+
* <p>For a list of common query parameters, see
|
|
1027
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonParameters.html">Common Parameters</a>.</p>
|
|
1028
|
+
* </li>
|
|
1029
|
+
* <li>
|
|
1030
|
+
* <p>For descriptions of the error codes, see
|
|
1031
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonErrors.html">Common Errors</a>.</p>
|
|
1032
|
+
* </li>
|
|
1033
|
+
* </ul>
|
|
1034
|
+
* <p>
|
|
1035
|
+
* <b>Amazon RDS User Guide</b>
|
|
1036
|
+
* </p>
|
|
1037
|
+
* <ul>
|
|
1038
|
+
* <li>
|
|
1039
|
+
* <p>For a summary of the Amazon RDS interfaces, see
|
|
1040
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html#Welcome.Interfaces">Available RDS Interfaces</a>.</p>
|
|
1041
|
+
* </li>
|
|
1042
|
+
* <li>
|
|
1043
|
+
* <p>For more information about how to use the Query API, see
|
|
1044
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Using_the_Query_API.html">Using the Query API</a>.</p>
|
|
1045
|
+
* </li>
|
|
1046
|
+
* </ul>
|
|
1047
|
+
*/
|
|
1048
|
+
export declare class RDS extends RDSClient implements RDS {
|
|
1049
|
+
}
|