@aws-sdk/client-rds 3.975.0 → 3.980.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/index.js +228 -173
- package/dist-es/RDS.js +107 -1
- package/dist-types/RDS.d.ts +349 -1
- package/dist-types/ts3.4/RDS.d.ts +384 -1
- package/package.json +19 -19
package/dist-cjs/index.js
CHANGED
|
@@ -9309,175 +9309,6 @@ class SwitchoverReadReplicaCommand extends smithyClient.Command
|
|
|
9309
9309
|
.build() {
|
|
9310
9310
|
}
|
|
9311
9311
|
|
|
9312
|
-
const commands = {
|
|
9313
|
-
AddRoleToDBClusterCommand,
|
|
9314
|
-
AddRoleToDBInstanceCommand,
|
|
9315
|
-
AddSourceIdentifierToSubscriptionCommand,
|
|
9316
|
-
AddTagsToResourceCommand,
|
|
9317
|
-
ApplyPendingMaintenanceActionCommand,
|
|
9318
|
-
AuthorizeDBSecurityGroupIngressCommand,
|
|
9319
|
-
BacktrackDBClusterCommand,
|
|
9320
|
-
CancelExportTaskCommand,
|
|
9321
|
-
CopyDBClusterParameterGroupCommand,
|
|
9322
|
-
CopyDBClusterSnapshotCommand,
|
|
9323
|
-
CopyDBParameterGroupCommand,
|
|
9324
|
-
CopyDBSnapshotCommand,
|
|
9325
|
-
CopyOptionGroupCommand,
|
|
9326
|
-
CreateBlueGreenDeploymentCommand,
|
|
9327
|
-
CreateCustomDBEngineVersionCommand,
|
|
9328
|
-
CreateDBClusterCommand,
|
|
9329
|
-
CreateDBClusterEndpointCommand,
|
|
9330
|
-
CreateDBClusterParameterGroupCommand,
|
|
9331
|
-
CreateDBClusterSnapshotCommand,
|
|
9332
|
-
CreateDBInstanceCommand,
|
|
9333
|
-
CreateDBInstanceReadReplicaCommand,
|
|
9334
|
-
CreateDBParameterGroupCommand,
|
|
9335
|
-
CreateDBProxyCommand,
|
|
9336
|
-
CreateDBProxyEndpointCommand,
|
|
9337
|
-
CreateDBSecurityGroupCommand,
|
|
9338
|
-
CreateDBShardGroupCommand,
|
|
9339
|
-
CreateDBSnapshotCommand,
|
|
9340
|
-
CreateDBSubnetGroupCommand,
|
|
9341
|
-
CreateEventSubscriptionCommand,
|
|
9342
|
-
CreateGlobalClusterCommand,
|
|
9343
|
-
CreateIntegrationCommand,
|
|
9344
|
-
CreateOptionGroupCommand,
|
|
9345
|
-
CreateTenantDatabaseCommand,
|
|
9346
|
-
DeleteBlueGreenDeploymentCommand,
|
|
9347
|
-
DeleteCustomDBEngineVersionCommand,
|
|
9348
|
-
DeleteDBClusterCommand,
|
|
9349
|
-
DeleteDBClusterAutomatedBackupCommand,
|
|
9350
|
-
DeleteDBClusterEndpointCommand,
|
|
9351
|
-
DeleteDBClusterParameterGroupCommand,
|
|
9352
|
-
DeleteDBClusterSnapshotCommand,
|
|
9353
|
-
DeleteDBInstanceCommand,
|
|
9354
|
-
DeleteDBInstanceAutomatedBackupCommand,
|
|
9355
|
-
DeleteDBParameterGroupCommand,
|
|
9356
|
-
DeleteDBProxyCommand,
|
|
9357
|
-
DeleteDBProxyEndpointCommand,
|
|
9358
|
-
DeleteDBSecurityGroupCommand,
|
|
9359
|
-
DeleteDBShardGroupCommand,
|
|
9360
|
-
DeleteDBSnapshotCommand,
|
|
9361
|
-
DeleteDBSubnetGroupCommand,
|
|
9362
|
-
DeleteEventSubscriptionCommand,
|
|
9363
|
-
DeleteGlobalClusterCommand,
|
|
9364
|
-
DeleteIntegrationCommand,
|
|
9365
|
-
DeleteOptionGroupCommand,
|
|
9366
|
-
DeleteTenantDatabaseCommand,
|
|
9367
|
-
DeregisterDBProxyTargetsCommand,
|
|
9368
|
-
DescribeAccountAttributesCommand,
|
|
9369
|
-
DescribeBlueGreenDeploymentsCommand,
|
|
9370
|
-
DescribeCertificatesCommand,
|
|
9371
|
-
DescribeDBClusterAutomatedBackupsCommand,
|
|
9372
|
-
DescribeDBClusterBacktracksCommand,
|
|
9373
|
-
DescribeDBClusterEndpointsCommand,
|
|
9374
|
-
DescribeDBClusterParameterGroupsCommand,
|
|
9375
|
-
DescribeDBClusterParametersCommand,
|
|
9376
|
-
DescribeDBClustersCommand,
|
|
9377
|
-
DescribeDBClusterSnapshotAttributesCommand,
|
|
9378
|
-
DescribeDBClusterSnapshotsCommand,
|
|
9379
|
-
DescribeDBEngineVersionsCommand,
|
|
9380
|
-
DescribeDBInstanceAutomatedBackupsCommand,
|
|
9381
|
-
DescribeDBInstancesCommand,
|
|
9382
|
-
DescribeDBLogFilesCommand,
|
|
9383
|
-
DescribeDBMajorEngineVersionsCommand,
|
|
9384
|
-
DescribeDBParameterGroupsCommand,
|
|
9385
|
-
DescribeDBParametersCommand,
|
|
9386
|
-
DescribeDBProxiesCommand,
|
|
9387
|
-
DescribeDBProxyEndpointsCommand,
|
|
9388
|
-
DescribeDBProxyTargetGroupsCommand,
|
|
9389
|
-
DescribeDBProxyTargetsCommand,
|
|
9390
|
-
DescribeDBRecommendationsCommand,
|
|
9391
|
-
DescribeDBSecurityGroupsCommand,
|
|
9392
|
-
DescribeDBShardGroupsCommand,
|
|
9393
|
-
DescribeDBSnapshotAttributesCommand,
|
|
9394
|
-
DescribeDBSnapshotsCommand,
|
|
9395
|
-
DescribeDBSnapshotTenantDatabasesCommand,
|
|
9396
|
-
DescribeDBSubnetGroupsCommand,
|
|
9397
|
-
DescribeEngineDefaultClusterParametersCommand,
|
|
9398
|
-
DescribeEngineDefaultParametersCommand,
|
|
9399
|
-
DescribeEventCategoriesCommand,
|
|
9400
|
-
DescribeEventsCommand,
|
|
9401
|
-
DescribeEventSubscriptionsCommand,
|
|
9402
|
-
DescribeExportTasksCommand,
|
|
9403
|
-
DescribeGlobalClustersCommand,
|
|
9404
|
-
DescribeIntegrationsCommand,
|
|
9405
|
-
DescribeOptionGroupOptionsCommand,
|
|
9406
|
-
DescribeOptionGroupsCommand,
|
|
9407
|
-
DescribeOrderableDBInstanceOptionsCommand,
|
|
9408
|
-
DescribePendingMaintenanceActionsCommand,
|
|
9409
|
-
DescribeReservedDBInstancesCommand,
|
|
9410
|
-
DescribeReservedDBInstancesOfferingsCommand,
|
|
9411
|
-
DescribeSourceRegionsCommand,
|
|
9412
|
-
DescribeTenantDatabasesCommand,
|
|
9413
|
-
DescribeValidDBInstanceModificationsCommand,
|
|
9414
|
-
DisableHttpEndpointCommand,
|
|
9415
|
-
DownloadDBLogFilePortionCommand,
|
|
9416
|
-
EnableHttpEndpointCommand,
|
|
9417
|
-
FailoverDBClusterCommand,
|
|
9418
|
-
FailoverGlobalClusterCommand,
|
|
9419
|
-
ListTagsForResourceCommand,
|
|
9420
|
-
ModifyActivityStreamCommand,
|
|
9421
|
-
ModifyCertificatesCommand,
|
|
9422
|
-
ModifyCurrentDBClusterCapacityCommand,
|
|
9423
|
-
ModifyCustomDBEngineVersionCommand,
|
|
9424
|
-
ModifyDBClusterCommand,
|
|
9425
|
-
ModifyDBClusterEndpointCommand,
|
|
9426
|
-
ModifyDBClusterParameterGroupCommand,
|
|
9427
|
-
ModifyDBClusterSnapshotAttributeCommand,
|
|
9428
|
-
ModifyDBInstanceCommand,
|
|
9429
|
-
ModifyDBParameterGroupCommand,
|
|
9430
|
-
ModifyDBProxyCommand,
|
|
9431
|
-
ModifyDBProxyEndpointCommand,
|
|
9432
|
-
ModifyDBProxyTargetGroupCommand,
|
|
9433
|
-
ModifyDBRecommendationCommand,
|
|
9434
|
-
ModifyDBShardGroupCommand,
|
|
9435
|
-
ModifyDBSnapshotCommand,
|
|
9436
|
-
ModifyDBSnapshotAttributeCommand,
|
|
9437
|
-
ModifyDBSubnetGroupCommand,
|
|
9438
|
-
ModifyEventSubscriptionCommand,
|
|
9439
|
-
ModifyGlobalClusterCommand,
|
|
9440
|
-
ModifyIntegrationCommand,
|
|
9441
|
-
ModifyOptionGroupCommand,
|
|
9442
|
-
ModifyTenantDatabaseCommand,
|
|
9443
|
-
PromoteReadReplicaCommand,
|
|
9444
|
-
PromoteReadReplicaDBClusterCommand,
|
|
9445
|
-
PurchaseReservedDBInstancesOfferingCommand,
|
|
9446
|
-
RebootDBClusterCommand,
|
|
9447
|
-
RebootDBInstanceCommand,
|
|
9448
|
-
RebootDBShardGroupCommand,
|
|
9449
|
-
RegisterDBProxyTargetsCommand,
|
|
9450
|
-
RemoveFromGlobalClusterCommand,
|
|
9451
|
-
RemoveRoleFromDBClusterCommand,
|
|
9452
|
-
RemoveRoleFromDBInstanceCommand,
|
|
9453
|
-
RemoveSourceIdentifierFromSubscriptionCommand,
|
|
9454
|
-
RemoveTagsFromResourceCommand,
|
|
9455
|
-
ResetDBClusterParameterGroupCommand,
|
|
9456
|
-
ResetDBParameterGroupCommand,
|
|
9457
|
-
RestoreDBClusterFromS3Command,
|
|
9458
|
-
RestoreDBClusterFromSnapshotCommand,
|
|
9459
|
-
RestoreDBClusterToPointInTimeCommand,
|
|
9460
|
-
RestoreDBInstanceFromDBSnapshotCommand,
|
|
9461
|
-
RestoreDBInstanceFromS3Command,
|
|
9462
|
-
RestoreDBInstanceToPointInTimeCommand,
|
|
9463
|
-
RevokeDBSecurityGroupIngressCommand,
|
|
9464
|
-
StartActivityStreamCommand,
|
|
9465
|
-
StartDBClusterCommand,
|
|
9466
|
-
StartDBInstanceCommand,
|
|
9467
|
-
StartDBInstanceAutomatedBackupsReplicationCommand,
|
|
9468
|
-
StartExportTaskCommand,
|
|
9469
|
-
StopActivityStreamCommand,
|
|
9470
|
-
StopDBClusterCommand,
|
|
9471
|
-
StopDBInstanceCommand,
|
|
9472
|
-
StopDBInstanceAutomatedBackupsReplicationCommand,
|
|
9473
|
-
SwitchoverBlueGreenDeploymentCommand,
|
|
9474
|
-
SwitchoverGlobalClusterCommand,
|
|
9475
|
-
SwitchoverReadReplicaCommand,
|
|
9476
|
-
};
|
|
9477
|
-
class RDS extends RDSClient {
|
|
9478
|
-
}
|
|
9479
|
-
smithyClient.createAggregatedClient(commands, RDS);
|
|
9480
|
-
|
|
9481
9312
|
const paginateDescribeBlueGreenDeployments = core.createPaginator(RDSClient, DescribeBlueGreenDeploymentsCommand, "Marker", "Marker", "MaxRecords");
|
|
9482
9313
|
|
|
9483
9314
|
const paginateDescribeCertificates = core.createPaginator(RDSClient, DescribeCertificatesCommand, "Marker", "Marker", "MaxRecords");
|
|
@@ -9492,10 +9323,10 @@ const paginateDescribeDBClusterParameterGroups = core.createPaginator(RDSClient,
|
|
|
9492
9323
|
|
|
9493
9324
|
const paginateDescribeDBClusterParameters = core.createPaginator(RDSClient, DescribeDBClusterParametersCommand, "Marker", "Marker", "MaxRecords");
|
|
9494
9325
|
|
|
9495
|
-
const paginateDescribeDBClusters = core.createPaginator(RDSClient, DescribeDBClustersCommand, "Marker", "Marker", "MaxRecords");
|
|
9496
|
-
|
|
9497
9326
|
const paginateDescribeDBClusterSnapshots = core.createPaginator(RDSClient, DescribeDBClusterSnapshotsCommand, "Marker", "Marker", "MaxRecords");
|
|
9498
9327
|
|
|
9328
|
+
const paginateDescribeDBClusters = core.createPaginator(RDSClient, DescribeDBClustersCommand, "Marker", "Marker", "MaxRecords");
|
|
9329
|
+
|
|
9499
9330
|
const paginateDescribeDBEngineVersions = core.createPaginator(RDSClient, DescribeDBEngineVersionsCommand, "Marker", "Marker", "MaxRecords");
|
|
9500
9331
|
|
|
9501
9332
|
const paginateDescribeDBInstanceAutomatedBackups = core.createPaginator(RDSClient, DescribeDBInstanceAutomatedBackupsCommand, "Marker", "Marker", "MaxRecords");
|
|
@@ -9550,10 +9381,10 @@ const paginateDescribeOrderableDBInstanceOptions = core.createPaginator(RDSClien
|
|
|
9550
9381
|
|
|
9551
9382
|
const paginateDescribePendingMaintenanceActions = core.createPaginator(RDSClient, DescribePendingMaintenanceActionsCommand, "Marker", "Marker", "MaxRecords");
|
|
9552
9383
|
|
|
9553
|
-
const paginateDescribeReservedDBInstances = core.createPaginator(RDSClient, DescribeReservedDBInstancesCommand, "Marker", "Marker", "MaxRecords");
|
|
9554
|
-
|
|
9555
9384
|
const paginateDescribeReservedDBInstancesOfferings = core.createPaginator(RDSClient, DescribeReservedDBInstancesOfferingsCommand, "Marker", "Marker", "MaxRecords");
|
|
9556
9385
|
|
|
9386
|
+
const paginateDescribeReservedDBInstances = core.createPaginator(RDSClient, DescribeReservedDBInstancesCommand, "Marker", "Marker", "MaxRecords");
|
|
9387
|
+
|
|
9557
9388
|
const paginateDescribeSourceRegions = core.createPaginator(RDSClient, DescribeSourceRegionsCommand, "Marker", "Marker", "MaxRecords");
|
|
9558
9389
|
|
|
9559
9390
|
const paginateDescribeTenantDatabases = core.createPaginator(RDSClient, DescribeTenantDatabasesCommand, "Marker", "Marker", "MaxRecords");
|
|
@@ -10500,6 +10331,230 @@ const waitUntilTenantDatabaseDeleted = async (params, input) => {
|
|
|
10500
10331
|
return utilWaiter.checkExceptions(result);
|
|
10501
10332
|
};
|
|
10502
10333
|
|
|
10334
|
+
const commands = {
|
|
10335
|
+
AddRoleToDBClusterCommand,
|
|
10336
|
+
AddRoleToDBInstanceCommand,
|
|
10337
|
+
AddSourceIdentifierToSubscriptionCommand,
|
|
10338
|
+
AddTagsToResourceCommand,
|
|
10339
|
+
ApplyPendingMaintenanceActionCommand,
|
|
10340
|
+
AuthorizeDBSecurityGroupIngressCommand,
|
|
10341
|
+
BacktrackDBClusterCommand,
|
|
10342
|
+
CancelExportTaskCommand,
|
|
10343
|
+
CopyDBClusterParameterGroupCommand,
|
|
10344
|
+
CopyDBClusterSnapshotCommand,
|
|
10345
|
+
CopyDBParameterGroupCommand,
|
|
10346
|
+
CopyDBSnapshotCommand,
|
|
10347
|
+
CopyOptionGroupCommand,
|
|
10348
|
+
CreateBlueGreenDeploymentCommand,
|
|
10349
|
+
CreateCustomDBEngineVersionCommand,
|
|
10350
|
+
CreateDBClusterCommand,
|
|
10351
|
+
CreateDBClusterEndpointCommand,
|
|
10352
|
+
CreateDBClusterParameterGroupCommand,
|
|
10353
|
+
CreateDBClusterSnapshotCommand,
|
|
10354
|
+
CreateDBInstanceCommand,
|
|
10355
|
+
CreateDBInstanceReadReplicaCommand,
|
|
10356
|
+
CreateDBParameterGroupCommand,
|
|
10357
|
+
CreateDBProxyCommand,
|
|
10358
|
+
CreateDBProxyEndpointCommand,
|
|
10359
|
+
CreateDBSecurityGroupCommand,
|
|
10360
|
+
CreateDBShardGroupCommand,
|
|
10361
|
+
CreateDBSnapshotCommand,
|
|
10362
|
+
CreateDBSubnetGroupCommand,
|
|
10363
|
+
CreateEventSubscriptionCommand,
|
|
10364
|
+
CreateGlobalClusterCommand,
|
|
10365
|
+
CreateIntegrationCommand,
|
|
10366
|
+
CreateOptionGroupCommand,
|
|
10367
|
+
CreateTenantDatabaseCommand,
|
|
10368
|
+
DeleteBlueGreenDeploymentCommand,
|
|
10369
|
+
DeleteCustomDBEngineVersionCommand,
|
|
10370
|
+
DeleteDBClusterCommand,
|
|
10371
|
+
DeleteDBClusterAutomatedBackupCommand,
|
|
10372
|
+
DeleteDBClusterEndpointCommand,
|
|
10373
|
+
DeleteDBClusterParameterGroupCommand,
|
|
10374
|
+
DeleteDBClusterSnapshotCommand,
|
|
10375
|
+
DeleteDBInstanceCommand,
|
|
10376
|
+
DeleteDBInstanceAutomatedBackupCommand,
|
|
10377
|
+
DeleteDBParameterGroupCommand,
|
|
10378
|
+
DeleteDBProxyCommand,
|
|
10379
|
+
DeleteDBProxyEndpointCommand,
|
|
10380
|
+
DeleteDBSecurityGroupCommand,
|
|
10381
|
+
DeleteDBShardGroupCommand,
|
|
10382
|
+
DeleteDBSnapshotCommand,
|
|
10383
|
+
DeleteDBSubnetGroupCommand,
|
|
10384
|
+
DeleteEventSubscriptionCommand,
|
|
10385
|
+
DeleteGlobalClusterCommand,
|
|
10386
|
+
DeleteIntegrationCommand,
|
|
10387
|
+
DeleteOptionGroupCommand,
|
|
10388
|
+
DeleteTenantDatabaseCommand,
|
|
10389
|
+
DeregisterDBProxyTargetsCommand,
|
|
10390
|
+
DescribeAccountAttributesCommand,
|
|
10391
|
+
DescribeBlueGreenDeploymentsCommand,
|
|
10392
|
+
DescribeCertificatesCommand,
|
|
10393
|
+
DescribeDBClusterAutomatedBackupsCommand,
|
|
10394
|
+
DescribeDBClusterBacktracksCommand,
|
|
10395
|
+
DescribeDBClusterEndpointsCommand,
|
|
10396
|
+
DescribeDBClusterParameterGroupsCommand,
|
|
10397
|
+
DescribeDBClusterParametersCommand,
|
|
10398
|
+
DescribeDBClustersCommand,
|
|
10399
|
+
DescribeDBClusterSnapshotAttributesCommand,
|
|
10400
|
+
DescribeDBClusterSnapshotsCommand,
|
|
10401
|
+
DescribeDBEngineVersionsCommand,
|
|
10402
|
+
DescribeDBInstanceAutomatedBackupsCommand,
|
|
10403
|
+
DescribeDBInstancesCommand,
|
|
10404
|
+
DescribeDBLogFilesCommand,
|
|
10405
|
+
DescribeDBMajorEngineVersionsCommand,
|
|
10406
|
+
DescribeDBParameterGroupsCommand,
|
|
10407
|
+
DescribeDBParametersCommand,
|
|
10408
|
+
DescribeDBProxiesCommand,
|
|
10409
|
+
DescribeDBProxyEndpointsCommand,
|
|
10410
|
+
DescribeDBProxyTargetGroupsCommand,
|
|
10411
|
+
DescribeDBProxyTargetsCommand,
|
|
10412
|
+
DescribeDBRecommendationsCommand,
|
|
10413
|
+
DescribeDBSecurityGroupsCommand,
|
|
10414
|
+
DescribeDBShardGroupsCommand,
|
|
10415
|
+
DescribeDBSnapshotAttributesCommand,
|
|
10416
|
+
DescribeDBSnapshotsCommand,
|
|
10417
|
+
DescribeDBSnapshotTenantDatabasesCommand,
|
|
10418
|
+
DescribeDBSubnetGroupsCommand,
|
|
10419
|
+
DescribeEngineDefaultClusterParametersCommand,
|
|
10420
|
+
DescribeEngineDefaultParametersCommand,
|
|
10421
|
+
DescribeEventCategoriesCommand,
|
|
10422
|
+
DescribeEventsCommand,
|
|
10423
|
+
DescribeEventSubscriptionsCommand,
|
|
10424
|
+
DescribeExportTasksCommand,
|
|
10425
|
+
DescribeGlobalClustersCommand,
|
|
10426
|
+
DescribeIntegrationsCommand,
|
|
10427
|
+
DescribeOptionGroupOptionsCommand,
|
|
10428
|
+
DescribeOptionGroupsCommand,
|
|
10429
|
+
DescribeOrderableDBInstanceOptionsCommand,
|
|
10430
|
+
DescribePendingMaintenanceActionsCommand,
|
|
10431
|
+
DescribeReservedDBInstancesCommand,
|
|
10432
|
+
DescribeReservedDBInstancesOfferingsCommand,
|
|
10433
|
+
DescribeSourceRegionsCommand,
|
|
10434
|
+
DescribeTenantDatabasesCommand,
|
|
10435
|
+
DescribeValidDBInstanceModificationsCommand,
|
|
10436
|
+
DisableHttpEndpointCommand,
|
|
10437
|
+
DownloadDBLogFilePortionCommand,
|
|
10438
|
+
EnableHttpEndpointCommand,
|
|
10439
|
+
FailoverDBClusterCommand,
|
|
10440
|
+
FailoverGlobalClusterCommand,
|
|
10441
|
+
ListTagsForResourceCommand,
|
|
10442
|
+
ModifyActivityStreamCommand,
|
|
10443
|
+
ModifyCertificatesCommand,
|
|
10444
|
+
ModifyCurrentDBClusterCapacityCommand,
|
|
10445
|
+
ModifyCustomDBEngineVersionCommand,
|
|
10446
|
+
ModifyDBClusterCommand,
|
|
10447
|
+
ModifyDBClusterEndpointCommand,
|
|
10448
|
+
ModifyDBClusterParameterGroupCommand,
|
|
10449
|
+
ModifyDBClusterSnapshotAttributeCommand,
|
|
10450
|
+
ModifyDBInstanceCommand,
|
|
10451
|
+
ModifyDBParameterGroupCommand,
|
|
10452
|
+
ModifyDBProxyCommand,
|
|
10453
|
+
ModifyDBProxyEndpointCommand,
|
|
10454
|
+
ModifyDBProxyTargetGroupCommand,
|
|
10455
|
+
ModifyDBRecommendationCommand,
|
|
10456
|
+
ModifyDBShardGroupCommand,
|
|
10457
|
+
ModifyDBSnapshotCommand,
|
|
10458
|
+
ModifyDBSnapshotAttributeCommand,
|
|
10459
|
+
ModifyDBSubnetGroupCommand,
|
|
10460
|
+
ModifyEventSubscriptionCommand,
|
|
10461
|
+
ModifyGlobalClusterCommand,
|
|
10462
|
+
ModifyIntegrationCommand,
|
|
10463
|
+
ModifyOptionGroupCommand,
|
|
10464
|
+
ModifyTenantDatabaseCommand,
|
|
10465
|
+
PromoteReadReplicaCommand,
|
|
10466
|
+
PromoteReadReplicaDBClusterCommand,
|
|
10467
|
+
PurchaseReservedDBInstancesOfferingCommand,
|
|
10468
|
+
RebootDBClusterCommand,
|
|
10469
|
+
RebootDBInstanceCommand,
|
|
10470
|
+
RebootDBShardGroupCommand,
|
|
10471
|
+
RegisterDBProxyTargetsCommand,
|
|
10472
|
+
RemoveFromGlobalClusterCommand,
|
|
10473
|
+
RemoveRoleFromDBClusterCommand,
|
|
10474
|
+
RemoveRoleFromDBInstanceCommand,
|
|
10475
|
+
RemoveSourceIdentifierFromSubscriptionCommand,
|
|
10476
|
+
RemoveTagsFromResourceCommand,
|
|
10477
|
+
ResetDBClusterParameterGroupCommand,
|
|
10478
|
+
ResetDBParameterGroupCommand,
|
|
10479
|
+
RestoreDBClusterFromS3Command,
|
|
10480
|
+
RestoreDBClusterFromSnapshotCommand,
|
|
10481
|
+
RestoreDBClusterToPointInTimeCommand,
|
|
10482
|
+
RestoreDBInstanceFromDBSnapshotCommand,
|
|
10483
|
+
RestoreDBInstanceFromS3Command,
|
|
10484
|
+
RestoreDBInstanceToPointInTimeCommand,
|
|
10485
|
+
RevokeDBSecurityGroupIngressCommand,
|
|
10486
|
+
StartActivityStreamCommand,
|
|
10487
|
+
StartDBClusterCommand,
|
|
10488
|
+
StartDBInstanceCommand,
|
|
10489
|
+
StartDBInstanceAutomatedBackupsReplicationCommand,
|
|
10490
|
+
StartExportTaskCommand,
|
|
10491
|
+
StopActivityStreamCommand,
|
|
10492
|
+
StopDBClusterCommand,
|
|
10493
|
+
StopDBInstanceCommand,
|
|
10494
|
+
StopDBInstanceAutomatedBackupsReplicationCommand,
|
|
10495
|
+
SwitchoverBlueGreenDeploymentCommand,
|
|
10496
|
+
SwitchoverGlobalClusterCommand,
|
|
10497
|
+
SwitchoverReadReplicaCommand,
|
|
10498
|
+
};
|
|
10499
|
+
const paginators = {
|
|
10500
|
+
paginateDescribeBlueGreenDeployments,
|
|
10501
|
+
paginateDescribeCertificates,
|
|
10502
|
+
paginateDescribeDBClusterAutomatedBackups,
|
|
10503
|
+
paginateDescribeDBClusterBacktracks,
|
|
10504
|
+
paginateDescribeDBClusterEndpoints,
|
|
10505
|
+
paginateDescribeDBClusterParameterGroups,
|
|
10506
|
+
paginateDescribeDBClusterParameters,
|
|
10507
|
+
paginateDescribeDBClusters,
|
|
10508
|
+
paginateDescribeDBClusterSnapshots,
|
|
10509
|
+
paginateDescribeDBEngineVersions,
|
|
10510
|
+
paginateDescribeDBInstanceAutomatedBackups,
|
|
10511
|
+
paginateDescribeDBInstances,
|
|
10512
|
+
paginateDescribeDBLogFiles,
|
|
10513
|
+
paginateDescribeDBMajorEngineVersions,
|
|
10514
|
+
paginateDescribeDBParameterGroups,
|
|
10515
|
+
paginateDescribeDBParameters,
|
|
10516
|
+
paginateDescribeDBProxies,
|
|
10517
|
+
paginateDescribeDBProxyEndpoints,
|
|
10518
|
+
paginateDescribeDBProxyTargetGroups,
|
|
10519
|
+
paginateDescribeDBProxyTargets,
|
|
10520
|
+
paginateDescribeDBRecommendations,
|
|
10521
|
+
paginateDescribeDBSecurityGroups,
|
|
10522
|
+
paginateDescribeDBSnapshots,
|
|
10523
|
+
paginateDescribeDBSnapshotTenantDatabases,
|
|
10524
|
+
paginateDescribeDBSubnetGroups,
|
|
10525
|
+
paginateDescribeEngineDefaultClusterParameters,
|
|
10526
|
+
paginateDescribeEngineDefaultParameters,
|
|
10527
|
+
paginateDescribeEvents,
|
|
10528
|
+
paginateDescribeEventSubscriptions,
|
|
10529
|
+
paginateDescribeExportTasks,
|
|
10530
|
+
paginateDescribeGlobalClusters,
|
|
10531
|
+
paginateDescribeIntegrations,
|
|
10532
|
+
paginateDescribeOptionGroupOptions,
|
|
10533
|
+
paginateDescribeOptionGroups,
|
|
10534
|
+
paginateDescribeOrderableDBInstanceOptions,
|
|
10535
|
+
paginateDescribePendingMaintenanceActions,
|
|
10536
|
+
paginateDescribeReservedDBInstances,
|
|
10537
|
+
paginateDescribeReservedDBInstancesOfferings,
|
|
10538
|
+
paginateDescribeSourceRegions,
|
|
10539
|
+
paginateDescribeTenantDatabases,
|
|
10540
|
+
paginateDownloadDBLogFilePortion,
|
|
10541
|
+
};
|
|
10542
|
+
const waiters = {
|
|
10543
|
+
waitUntilDBClusterAvailable,
|
|
10544
|
+
waitUntilDBClusterDeleted,
|
|
10545
|
+
waitUntilDBClusterSnapshotAvailable,
|
|
10546
|
+
waitUntilDBClusterSnapshotDeleted,
|
|
10547
|
+
waitUntilDBInstanceAvailable,
|
|
10548
|
+
waitUntilDBInstanceDeleted,
|
|
10549
|
+
waitUntilDBSnapshotAvailable,
|
|
10550
|
+
waitUntilDBSnapshotDeleted,
|
|
10551
|
+
waitUntilTenantDatabaseAvailable,
|
|
10552
|
+
waitUntilTenantDatabaseDeleted,
|
|
10553
|
+
};
|
|
10554
|
+
class RDS extends RDSClient {
|
|
10555
|
+
}
|
|
10556
|
+
smithyClient.createAggregatedClient(commands, RDS, { paginators, waiters });
|
|
10557
|
+
|
|
10503
10558
|
const ActivityStreamMode = {
|
|
10504
10559
|
async: "async",
|
|
10505
10560
|
sync: "sync",
|
package/dist-es/RDS.js
CHANGED
|
@@ -162,7 +162,58 @@ import { StopDBInstanceCommand, } from "./commands/StopDBInstanceCommand";
|
|
|
162
162
|
import { SwitchoverBlueGreenDeploymentCommand, } from "./commands/SwitchoverBlueGreenDeploymentCommand";
|
|
163
163
|
import { SwitchoverGlobalClusterCommand, } from "./commands/SwitchoverGlobalClusterCommand";
|
|
164
164
|
import { SwitchoverReadReplicaCommand, } from "./commands/SwitchoverReadReplicaCommand";
|
|
165
|
+
import { paginateDescribeBlueGreenDeployments } from "./pagination/DescribeBlueGreenDeploymentsPaginator";
|
|
166
|
+
import { paginateDescribeCertificates } from "./pagination/DescribeCertificatesPaginator";
|
|
167
|
+
import { paginateDescribeDBClusterAutomatedBackups } from "./pagination/DescribeDBClusterAutomatedBackupsPaginator";
|
|
168
|
+
import { paginateDescribeDBClusterBacktracks } from "./pagination/DescribeDBClusterBacktracksPaginator";
|
|
169
|
+
import { paginateDescribeDBClusterEndpoints } from "./pagination/DescribeDBClusterEndpointsPaginator";
|
|
170
|
+
import { paginateDescribeDBClusterParameterGroups } from "./pagination/DescribeDBClusterParameterGroupsPaginator";
|
|
171
|
+
import { paginateDescribeDBClusterParameters } from "./pagination/DescribeDBClusterParametersPaginator";
|
|
172
|
+
import { paginateDescribeDBClusterSnapshots } from "./pagination/DescribeDBClusterSnapshotsPaginator";
|
|
173
|
+
import { paginateDescribeDBClusters } from "./pagination/DescribeDBClustersPaginator";
|
|
174
|
+
import { paginateDescribeDBEngineVersions } from "./pagination/DescribeDBEngineVersionsPaginator";
|
|
175
|
+
import { paginateDescribeDBInstanceAutomatedBackups } from "./pagination/DescribeDBInstanceAutomatedBackupsPaginator";
|
|
176
|
+
import { paginateDescribeDBInstances } from "./pagination/DescribeDBInstancesPaginator";
|
|
177
|
+
import { paginateDescribeDBLogFiles } from "./pagination/DescribeDBLogFilesPaginator";
|
|
178
|
+
import { paginateDescribeDBMajorEngineVersions } from "./pagination/DescribeDBMajorEngineVersionsPaginator";
|
|
179
|
+
import { paginateDescribeDBParameterGroups } from "./pagination/DescribeDBParameterGroupsPaginator";
|
|
180
|
+
import { paginateDescribeDBParameters } from "./pagination/DescribeDBParametersPaginator";
|
|
181
|
+
import { paginateDescribeDBProxies } from "./pagination/DescribeDBProxiesPaginator";
|
|
182
|
+
import { paginateDescribeDBProxyEndpoints } from "./pagination/DescribeDBProxyEndpointsPaginator";
|
|
183
|
+
import { paginateDescribeDBProxyTargetGroups } from "./pagination/DescribeDBProxyTargetGroupsPaginator";
|
|
184
|
+
import { paginateDescribeDBProxyTargets } from "./pagination/DescribeDBProxyTargetsPaginator";
|
|
185
|
+
import { paginateDescribeDBRecommendations } from "./pagination/DescribeDBRecommendationsPaginator";
|
|
186
|
+
import { paginateDescribeDBSecurityGroups } from "./pagination/DescribeDBSecurityGroupsPaginator";
|
|
187
|
+
import { paginateDescribeDBSnapshots } from "./pagination/DescribeDBSnapshotsPaginator";
|
|
188
|
+
import { paginateDescribeDBSnapshotTenantDatabases } from "./pagination/DescribeDBSnapshotTenantDatabasesPaginator";
|
|
189
|
+
import { paginateDescribeDBSubnetGroups } from "./pagination/DescribeDBSubnetGroupsPaginator";
|
|
190
|
+
import { paginateDescribeEngineDefaultClusterParameters, } from "./pagination/DescribeEngineDefaultClusterParametersPaginator";
|
|
191
|
+
import { paginateDescribeEngineDefaultParameters } from "./pagination/DescribeEngineDefaultParametersPaginator";
|
|
192
|
+
import { paginateDescribeEvents } from "./pagination/DescribeEventsPaginator";
|
|
193
|
+
import { paginateDescribeEventSubscriptions } from "./pagination/DescribeEventSubscriptionsPaginator";
|
|
194
|
+
import { paginateDescribeExportTasks } from "./pagination/DescribeExportTasksPaginator";
|
|
195
|
+
import { paginateDescribeGlobalClusters } from "./pagination/DescribeGlobalClustersPaginator";
|
|
196
|
+
import { paginateDescribeIntegrations } from "./pagination/DescribeIntegrationsPaginator";
|
|
197
|
+
import { paginateDescribeOptionGroupOptions } from "./pagination/DescribeOptionGroupOptionsPaginator";
|
|
198
|
+
import { paginateDescribeOptionGroups } from "./pagination/DescribeOptionGroupsPaginator";
|
|
199
|
+
import { paginateDescribeOrderableDBInstanceOptions } from "./pagination/DescribeOrderableDBInstanceOptionsPaginator";
|
|
200
|
+
import { paginateDescribePendingMaintenanceActions } from "./pagination/DescribePendingMaintenanceActionsPaginator";
|
|
201
|
+
import { paginateDescribeReservedDBInstancesOfferings, } from "./pagination/DescribeReservedDBInstancesOfferingsPaginator";
|
|
202
|
+
import { paginateDescribeReservedDBInstances } from "./pagination/DescribeReservedDBInstancesPaginator";
|
|
203
|
+
import { paginateDescribeSourceRegions } from "./pagination/DescribeSourceRegionsPaginator";
|
|
204
|
+
import { paginateDescribeTenantDatabases } from "./pagination/DescribeTenantDatabasesPaginator";
|
|
205
|
+
import { paginateDownloadDBLogFilePortion } from "./pagination/DownloadDBLogFilePortionPaginator";
|
|
165
206
|
import { RDSClient } from "./RDSClient";
|
|
207
|
+
import { waitUntilDBClusterAvailable } from "./waiters/waitForDBClusterAvailable";
|
|
208
|
+
import { waitUntilDBClusterDeleted } from "./waiters/waitForDBClusterDeleted";
|
|
209
|
+
import { waitUntilDBClusterSnapshotAvailable } from "./waiters/waitForDBClusterSnapshotAvailable";
|
|
210
|
+
import { waitUntilDBClusterSnapshotDeleted } from "./waiters/waitForDBClusterSnapshotDeleted";
|
|
211
|
+
import { waitUntilDBInstanceAvailable } from "./waiters/waitForDBInstanceAvailable";
|
|
212
|
+
import { waitUntilDBInstanceDeleted } from "./waiters/waitForDBInstanceDeleted";
|
|
213
|
+
import { waitUntilDBSnapshotAvailable } from "./waiters/waitForDBSnapshotAvailable";
|
|
214
|
+
import { waitUntilDBSnapshotDeleted } from "./waiters/waitForDBSnapshotDeleted";
|
|
215
|
+
import { waitUntilTenantDatabaseAvailable } from "./waiters/waitForTenantDatabaseAvailable";
|
|
216
|
+
import { waitUntilTenantDatabaseDeleted } from "./waiters/waitForTenantDatabaseDeleted";
|
|
166
217
|
const commands = {
|
|
167
218
|
AddRoleToDBClusterCommand,
|
|
168
219
|
AddRoleToDBInstanceCommand,
|
|
@@ -328,6 +379,61 @@ const commands = {
|
|
|
328
379
|
SwitchoverGlobalClusterCommand,
|
|
329
380
|
SwitchoverReadReplicaCommand,
|
|
330
381
|
};
|
|
382
|
+
const paginators = {
|
|
383
|
+
paginateDescribeBlueGreenDeployments,
|
|
384
|
+
paginateDescribeCertificates,
|
|
385
|
+
paginateDescribeDBClusterAutomatedBackups,
|
|
386
|
+
paginateDescribeDBClusterBacktracks,
|
|
387
|
+
paginateDescribeDBClusterEndpoints,
|
|
388
|
+
paginateDescribeDBClusterParameterGroups,
|
|
389
|
+
paginateDescribeDBClusterParameters,
|
|
390
|
+
paginateDescribeDBClusters,
|
|
391
|
+
paginateDescribeDBClusterSnapshots,
|
|
392
|
+
paginateDescribeDBEngineVersions,
|
|
393
|
+
paginateDescribeDBInstanceAutomatedBackups,
|
|
394
|
+
paginateDescribeDBInstances,
|
|
395
|
+
paginateDescribeDBLogFiles,
|
|
396
|
+
paginateDescribeDBMajorEngineVersions,
|
|
397
|
+
paginateDescribeDBParameterGroups,
|
|
398
|
+
paginateDescribeDBParameters,
|
|
399
|
+
paginateDescribeDBProxies,
|
|
400
|
+
paginateDescribeDBProxyEndpoints,
|
|
401
|
+
paginateDescribeDBProxyTargetGroups,
|
|
402
|
+
paginateDescribeDBProxyTargets,
|
|
403
|
+
paginateDescribeDBRecommendations,
|
|
404
|
+
paginateDescribeDBSecurityGroups,
|
|
405
|
+
paginateDescribeDBSnapshots,
|
|
406
|
+
paginateDescribeDBSnapshotTenantDatabases,
|
|
407
|
+
paginateDescribeDBSubnetGroups,
|
|
408
|
+
paginateDescribeEngineDefaultClusterParameters,
|
|
409
|
+
paginateDescribeEngineDefaultParameters,
|
|
410
|
+
paginateDescribeEvents,
|
|
411
|
+
paginateDescribeEventSubscriptions,
|
|
412
|
+
paginateDescribeExportTasks,
|
|
413
|
+
paginateDescribeGlobalClusters,
|
|
414
|
+
paginateDescribeIntegrations,
|
|
415
|
+
paginateDescribeOptionGroupOptions,
|
|
416
|
+
paginateDescribeOptionGroups,
|
|
417
|
+
paginateDescribeOrderableDBInstanceOptions,
|
|
418
|
+
paginateDescribePendingMaintenanceActions,
|
|
419
|
+
paginateDescribeReservedDBInstances,
|
|
420
|
+
paginateDescribeReservedDBInstancesOfferings,
|
|
421
|
+
paginateDescribeSourceRegions,
|
|
422
|
+
paginateDescribeTenantDatabases,
|
|
423
|
+
paginateDownloadDBLogFilePortion,
|
|
424
|
+
};
|
|
425
|
+
const waiters = {
|
|
426
|
+
waitUntilDBClusterAvailable,
|
|
427
|
+
waitUntilDBClusterDeleted,
|
|
428
|
+
waitUntilDBClusterSnapshotAvailable,
|
|
429
|
+
waitUntilDBClusterSnapshotDeleted,
|
|
430
|
+
waitUntilDBInstanceAvailable,
|
|
431
|
+
waitUntilDBInstanceDeleted,
|
|
432
|
+
waitUntilDBSnapshotAvailable,
|
|
433
|
+
waitUntilDBSnapshotDeleted,
|
|
434
|
+
waitUntilTenantDatabaseAvailable,
|
|
435
|
+
waitUntilTenantDatabaseDeleted,
|
|
436
|
+
};
|
|
331
437
|
export class RDS extends RDSClient {
|
|
332
438
|
}
|
|
333
|
-
createAggregatedClient(commands, RDS);
|
|
439
|
+
createAggregatedClient(commands, RDS, { paginators, waiters });
|