@aws-sdk/client-rds 3.534.0 → 3.536.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/README.md +8 -0
- package/dist-cjs/index.js +90 -17
- package/dist-es/RDS.js +2 -0
- package/dist-es/commands/ModifyIntegrationCommand.js +24 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/protocols/Aws_query.js +70 -17
- package/dist-types/RDS.d.ts +46 -1
- package/dist-types/RDSClient.d.ts +4 -3
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -1
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +2 -1
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +2 -1
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +2 -1
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBProxyCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBShardGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateIntegrationCommand.d.ts +6 -1
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBShardGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +4 -1
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -1
- package/dist-types/commands/DisableHttpEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +2 -1
- package/dist-types/commands/EnableHttpEndpointCommand.d.ts +2 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ModifyActivityStreamCommand.d.ts +2 -1
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +2 -1
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBRecommendationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +100 -0
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -1
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +2 -1
- package/dist-types/commands/RebootDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/RebootDBShardGroupCommand.d.ts +2 -1
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -1
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -1
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +2 -1
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +2 -1
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +2 -1
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +2 -1
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +2 -1
- package/dist-types/commands/StartActivityStreamCommand.d.ts +2 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -1
- package/dist-types/commands/StartDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/StartExportTaskCommand.d.ts +2 -1
- package/dist-types/commands/StopActivityStreamCommand.d.ts +2 -1
- package/dist-types/commands/StopDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -1
- package/dist-types/commands/StopDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +2 -1
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1284 -1259
- package/dist-types/models/models_1.d.ts +1320 -1294
- package/dist-types/protocols/Aws_query.d.ts +9 -0
- package/dist-types/ts3.4/RDS.d.ts +55 -0
- package/dist-types/ts3.4/RDSClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyOptionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBlueGreenDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBProxyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBShardGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateOptionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTenantDatabaseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBlueGreenDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBProxyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBShardGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableHttpEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableHttpEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyActivityStreamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBProxyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBRecommendationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBShardGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTenantDatabaseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RebootDBShardGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartActivityStreamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopActivityStreamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SwitchoverReadReplicaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/dist-types/ts3.4/models/models_1.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/package.json +42 -42
|
@@ -22,10 +22,10 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDBClusterSnapshotCommand_base: {
|
|
24
24
|
new (input: DeleteDBClusterSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDBClusterSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>The DB cluster snapshot must be in the <code>available</code> state to be
|
|
@@ -104,6 +104,7 @@ declare const DeleteDBClusterSnapshotCommand_base: {
|
|
|
104
104
|
* @throws {@link RDSServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
106
106
|
*
|
|
107
|
+
* @public
|
|
107
108
|
* @example To delete a DB cluster snapshot
|
|
108
109
|
* ```javascript
|
|
109
110
|
* //
|
|
@@ -22,10 +22,10 @@ export interface DeleteDBInstanceAutomatedBackupCommandOutput extends DeleteDBIn
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDBInstanceAutomatedBackupCommand_base: {
|
|
24
24
|
new (input: DeleteDBInstanceAutomatedBackupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBInstanceAutomatedBackupCommandInput, DeleteDBInstanceAutomatedBackupCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DeleteDBInstanceAutomatedBackupCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteDBInstanceAutomatedBackupCommandInput, DeleteDBInstanceAutomatedBackupCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -100,6 +100,7 @@ declare const DeleteDBInstanceAutomatedBackupCommand_base: {
|
|
|
100
100
|
* @throws {@link RDSServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
* @example To delete a replicated automated backup from a Region
|
|
104
105
|
* ```javascript
|
|
105
106
|
* // The following example deletes the automated backup with the specified Amazon Resource Name (ARN).
|
|
@@ -22,10 +22,10 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDBInstanceCommand_base: {
|
|
24
24
|
new (input: DeleteDBInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBInstanceCommandInput, DeleteDBInstanceCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDBInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBInstanceCommandInput, DeleteDBInstanceCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a previously provisioned DB instance.
|
|
30
30
|
* When you delete a DB instance, all automated backups for that instance are deleted and can't be recovered.
|
|
31
31
|
* However, manual DB snapshots of the DB instance aren't deleted.</p>
|
|
@@ -323,6 +323,7 @@ declare const DeleteDBInstanceCommand_base: {
|
|
|
323
323
|
* @throws {@link RDSServiceException}
|
|
324
324
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
325
325
|
*
|
|
326
|
+
* @public
|
|
326
327
|
* @example To delete a DB instance
|
|
327
328
|
* ```javascript
|
|
328
329
|
* // The following example deletes the specified DB instance after creating a final DB snapshot named test-instance-final-snap.
|
|
@@ -22,10 +22,10 @@ export interface DeleteDBParameterGroupCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDBParameterGroupCommand_base: {
|
|
24
24
|
new (input: DeleteDBParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBParameterGroupCommandInput, DeleteDBParameterGroupCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDBParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBParameterGroupCommandInput, DeleteDBParameterGroupCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a specified DB parameter group. The DB parameter group to be deleted can't be associated with any DB instances.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -61,6 +61,7 @@ declare const DeleteDBParameterGroupCommand_base: {
|
|
|
61
61
|
* @throws {@link RDSServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
* @example To delete a DB parameter group
|
|
65
66
|
* ```javascript
|
|
66
67
|
* // The following example deletes a DB parameter group.
|
|
@@ -22,10 +22,10 @@ export interface DeleteDBProxyCommandOutput extends DeleteDBProxyResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDBProxyCommand_base: {
|
|
24
24
|
new (input: DeleteDBProxyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBProxyCommandInput, DeleteDBProxyCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDBProxyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBProxyCommandInput, DeleteDBProxyCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an existing DB proxy.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -88,6 +88,7 @@ declare const DeleteDBProxyCommand_base: {
|
|
|
88
88
|
* @throws {@link RDSServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DeleteDBProxyCommand extends DeleteDBProxyCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDBProxyEndpointCommandOutput extends DeleteDBProxyEndpoin
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDBProxyEndpointCommand_base: {
|
|
24
24
|
new (input: DeleteDBProxyEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBProxyEndpointCommandInput, DeleteDBProxyEndpointCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDBProxyEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBProxyEndpointCommandInput, DeleteDBProxyEndpointCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a <code>DBProxyEndpoint</code>. Doing so removes the ability to access the DB proxy using the
|
|
30
30
|
* endpoint that you defined. The endpoint that you delete might have provided capabilities such as read/write
|
|
31
31
|
* or read-only operations, or using a different VPC than the DB proxy's default VPC.</p>
|
|
@@ -77,6 +77,7 @@ declare const DeleteDBProxyEndpointCommand_base: {
|
|
|
77
77
|
* @throws {@link RDSServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeleteDBProxyEndpointCommand extends DeleteDBProxyEndpointCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDBSecurityGroupCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDBSecurityGroupCommand_base: {
|
|
24
24
|
new (input: DeleteDBSecurityGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBSecurityGroupCommandInput, DeleteDBSecurityGroupCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDBSecurityGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBSecurityGroupCommandInput, DeleteDBSecurityGroupCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a DB security group.</p>
|
|
30
30
|
* <p>The specified DB security group must not be associated with any DB instances.</p>
|
|
31
31
|
* <note>
|
|
@@ -66,6 +66,7 @@ declare const DeleteDBSecurityGroupCommand_base: {
|
|
|
66
66
|
* @throws {@link RDSServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
* @example To delete a DB security group
|
|
70
71
|
* ```javascript
|
|
71
72
|
* // The following example deletes a DB security group.
|
|
@@ -22,10 +22,10 @@ export interface DeleteDBShardGroupCommandOutput extends DBShardGroup, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDBShardGroupCommand_base: {
|
|
24
24
|
new (input: DeleteDBShardGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBShardGroupCommandInput, DeleteDBShardGroupCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDBShardGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBShardGroupCommandInput, DeleteDBShardGroupCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an Aurora Limitless Database DB shard group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const DeleteDBShardGroupCommand_base: {
|
|
|
69
69
|
* @throws {@link RDSServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteDBShardGroupCommand extends DeleteDBShardGroupCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDBSnapshotCommandOutput extends DeleteDBSnapshotResult, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDBSnapshotCommand_base: {
|
|
24
24
|
new (input: DeleteDBSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBSnapshotCommandInput, DeleteDBSnapshotCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDBSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBSnapshotCommandInput, DeleteDBSnapshotCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a DB snapshot. If the snapshot is being copied, the copy operation is
|
|
30
30
|
* terminated.</p>
|
|
31
31
|
* <note>
|
|
@@ -111,6 +111,7 @@ declare const DeleteDBSnapshotCommand_base: {
|
|
|
111
111
|
* @throws {@link RDSServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
113
113
|
*
|
|
114
|
+
* @public
|
|
114
115
|
* @example To delete a DB snapshot
|
|
115
116
|
* ```javascript
|
|
116
117
|
* // The following example deletes the specified DB snapshot.
|
|
@@ -22,10 +22,10 @@ export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDBSubnetGroupCommand_base: {
|
|
24
24
|
new (input: DeleteDBSubnetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDBSubnetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a DB subnet group.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>The specified database subnet group must not be associated with any DB instances.</p>
|
|
@@ -64,6 +64,7 @@ declare const DeleteDBSubnetGroupCommand_base: {
|
|
|
64
64
|
* @throws {@link RDSServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
* @example To delete a DB subnet group
|
|
68
69
|
* ```javascript
|
|
69
70
|
* // The following example deletes the DB subnet group called mysubnetgroup.
|
|
@@ -22,10 +22,10 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteEventSubscriptionCommand_base: {
|
|
24
24
|
new (input: DeleteEventSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteEventSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an RDS event notification subscription.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const DeleteEventSubscriptionCommand_base: {
|
|
|
74
74
|
* @throws {@link RDSServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
* @example To delete an event subscription
|
|
78
79
|
* ```javascript
|
|
79
80
|
* // The following example deletes the specified event subscription.
|
|
@@ -22,10 +22,10 @@ export interface DeleteGlobalClusterCommandOutput extends DeleteGlobalClusterRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteGlobalClusterCommand_base: {
|
|
24
24
|
new (input: DeleteGlobalClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteGlobalClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a global database cluster. The primary and secondary clusters must already be detached or
|
|
30
30
|
* destroyed first.</p>
|
|
31
31
|
* <note>
|
|
@@ -90,6 +90,7 @@ declare const DeleteGlobalClusterCommand_base: {
|
|
|
90
90
|
* @throws {@link RDSServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
* @example To delete a global DB cluster
|
|
94
95
|
* ```javascript
|
|
95
96
|
* // The following example deletes an Aurora MySQL-compatible global DB cluster.
|
|
@@ -22,10 +22,10 @@ export interface DeleteIntegrationCommandOutput extends Integration, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteIntegrationCommand_base: {
|
|
24
24
|
new (input: DeleteIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a zero-ETL integration with Amazon Redshift.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -61,6 +61,8 @@ declare const DeleteIntegrationCommand_base: {
|
|
|
61
61
|
* // ErrorMessage: "STRING_VALUE",
|
|
62
62
|
* // },
|
|
63
63
|
* // ],
|
|
64
|
+
* // DataFilter: "STRING_VALUE",
|
|
65
|
+
* // Description: "STRING_VALUE",
|
|
64
66
|
* // };
|
|
65
67
|
*
|
|
66
68
|
* ```
|
|
@@ -85,6 +87,7 @@ declare const DeleteIntegrationCommand_base: {
|
|
|
85
87
|
* @throws {@link RDSServiceException}
|
|
86
88
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
87
89
|
*
|
|
90
|
+
* @public
|
|
88
91
|
* @example To delete a zero-ETL integration
|
|
89
92
|
* ```javascript
|
|
90
93
|
* // The following example deletes a zero-ETL integration with Amazon Redshift.
|
|
@@ -22,10 +22,10 @@ export interface DeleteOptionGroupCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteOptionGroupCommand_base: {
|
|
24
24
|
new (input: DeleteOptionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOptionGroupCommandInput, DeleteOptionGroupCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteOptionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOptionGroupCommandInput, DeleteOptionGroupCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an existing option group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -57,6 +57,7 @@ declare const DeleteOptionGroupCommand_base: {
|
|
|
57
57
|
* @throws {@link RDSServiceException}
|
|
58
58
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
59
59
|
*
|
|
60
|
+
* @public
|
|
60
61
|
* @example To delete an option group
|
|
61
62
|
* ```javascript
|
|
62
63
|
* // The following example deletes the specified option group.
|
|
@@ -23,10 +23,10 @@ export interface DeleteTenantDatabaseCommandOutput extends DeleteTenantDatabaseR
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteTenantDatabaseCommand_base: {
|
|
25
25
|
new (input: DeleteTenantDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTenantDatabaseCommandInput, DeleteTenantDatabaseCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DeleteTenantDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTenantDatabaseCommandInput, DeleteTenantDatabaseCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
28
|
};
|
|
28
29
|
/**
|
|
29
|
-
* @public
|
|
30
30
|
* <p>Deletes a tenant database from your DB instance. This command only applies to RDS for
|
|
31
31
|
* Oracle container database (CDB) instances.</p>
|
|
32
32
|
* <p>You can't delete a tenant database when it is the only tenant in the DB
|
|
@@ -92,6 +92,7 @@ declare const DeleteTenantDatabaseCommand_base: {
|
|
|
92
92
|
* @throws {@link RDSServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DeleteTenantDatabaseCommand extends DeleteTenantDatabaseCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeregisterDBProxyTargetsCommandOutput extends DeregisterDBProxy
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeregisterDBProxyTargetsCommand_base: {
|
|
24
24
|
new (input: DeregisterDBProxyTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeregisterDBProxyTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Remove the association between one or more <code>DBProxyTarget</code> data structures and a <code>DBProxyTargetGroup</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const DeregisterDBProxyTargetsCommand_base: {
|
|
|
70
70
|
* @throws {@link RDSServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeregisterDBProxyTargetsCommand extends DeregisterDBProxyTargetsCommand_base {
|
|
75
76
|
}
|
|
@@ -23,10 +23,10 @@ export interface DescribeAccountAttributesCommandOutput extends AccountAttribute
|
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAccountAttributesCommand_base: {
|
|
25
25
|
new (input: DescribeAccountAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeAccountAttributesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
28
|
};
|
|
28
29
|
/**
|
|
29
|
-
* @public
|
|
30
30
|
* <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>
|
|
31
31
|
* <p>This command doesn't take any parameters.</p>
|
|
32
32
|
* @example
|
|
@@ -59,6 +59,7 @@ declare const DescribeAccountAttributesCommand_base: {
|
|
|
59
59
|
* @throws {@link RDSServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @public
|
|
62
63
|
* @example To describe account attributes
|
|
63
64
|
* ```javascript
|
|
64
65
|
* // The following example retrieves the attributes for the current AWS account.
|
|
@@ -22,10 +22,10 @@ export interface DescribeBlueGreenDeploymentsCommandOutput extends DescribeBlueG
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeBlueGreenDeploymentsCommand_base: {
|
|
24
24
|
new (input: DescribeBlueGreenDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBlueGreenDeploymentsCommandInput, DescribeBlueGreenDeploymentsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeBlueGreenDeploymentsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeBlueGreenDeploymentsCommandInput, DescribeBlueGreenDeploymentsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes one or more blue/green deployments.</p>
|
|
30
30
|
* <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
|
|
31
31
|
* for database updates</a> in the <i>Amazon RDS User Guide</i> and
|
|
@@ -103,6 +103,7 @@ declare const DescribeBlueGreenDeploymentsCommand_base: {
|
|
|
103
103
|
* @throws {@link RDSServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
* @example To describe a blue/green deployment of an RDS DB instance after creation completes
|
|
107
108
|
* ```javascript
|
|
108
109
|
* // The following example retrieves the details of a blue/green deployment after creation completes.
|
|
@@ -22,10 +22,10 @@ export interface DescribeCertificatesCommandOutput extends CertificateMessage, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeCertificatesCommand_base: {
|
|
24
24
|
new (input: DescribeCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeCertificatesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the set of certificate authority (CA) certificates provided by Amazon RDS for this Amazon Web Services account.</p>
|
|
30
30
|
* <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
|
|
31
31
|
* instance</a> in the <i>Amazon RDS User Guide</i> and
|
|
@@ -86,6 +86,7 @@ declare const DescribeCertificatesCommand_base: {
|
|
|
86
86
|
* @throws {@link RDSServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
* @example To describe certificates
|
|
90
91
|
* ```javascript
|
|
91
92
|
* // The following example retrieves the details of the certificate associated with the user's default region.
|
|
@@ -22,10 +22,10 @@ export interface DescribeDBClusterAutomatedBackupsCommandOutput extends DBCluste
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDBClusterAutomatedBackupsCommand_base: {
|
|
24
24
|
new (input: DescribeDBClusterAutomatedBackupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterAutomatedBackupsCommandInput, DescribeDBClusterAutomatedBackupsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeDBClusterAutomatedBackupsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterAutomatedBackupsCommandInput, DescribeDBClusterAutomatedBackupsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Displays backups for both current and deleted DB clusters. For example, use this operation to find details
|
|
30
30
|
* about automated backups for previously deleted clusters. Current clusters are returned for both the
|
|
31
31
|
* <code>DescribeDBClusterAutomatedBackups</code> and <code>DescribeDBClusters</code> operations.</p>
|
|
@@ -104,6 +104,7 @@ declare const DescribeDBClusterAutomatedBackupsCommand_base: {
|
|
|
104
104
|
* @throws {@link RDSServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
106
106
|
*
|
|
107
|
+
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class DescribeDBClusterAutomatedBackupsCommand extends DescribeDBClusterAutomatedBackupsCommand_base {
|
|
109
110
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeDBClusterBacktracksCommandOutput extends DBClusterBackt
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDBClusterBacktracksCommand_base: {
|
|
24
24
|
new (input: DescribeDBClusterBacktracksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterBacktracksCommandInput, DescribeDBClusterBacktracksCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDBClusterBacktracksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterBacktracksCommandInput, DescribeDBClusterBacktracksCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about backtracks for a DB cluster.</p>
|
|
30
30
|
* <p>For more information on Amazon Aurora, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
@@ -88,6 +88,7 @@ declare const DescribeDBClusterBacktracksCommand_base: {
|
|
|
88
88
|
* @throws {@link RDSServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
* @example To describe backtracks for a DB cluster
|
|
92
93
|
* ```javascript
|
|
93
94
|
* // The following example retrieves details about the specified DB cluster.
|
|
@@ -22,10 +22,10 @@ export interface DescribeDBClusterEndpointsCommandOutput extends DBClusterEndpoi
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDBClusterEndpointsCommand_base: {
|
|
24
24
|
new (input: DescribeDBClusterEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeDBClusterEndpointsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about endpoints for an Amazon Aurora DB cluster.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>This action only applies to Aurora DB clusters.</p>
|
|
@@ -89,6 +89,7 @@ declare const DescribeDBClusterEndpointsCommand_base: {
|
|
|
89
89
|
* @throws {@link RDSServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
* @example To describe DB cluster endpoints
|
|
93
94
|
* ```javascript
|
|
94
95
|
* // The following example retrieves details for your DB cluster endpoints. The most common kinds of Aurora clusters have two endpoints. One endpoint has type WRITER. You can use this endpoint for all SQL statements. The other endpoint has type READER. You can use this endpoint only for SELECT and other read-only SQL statements.
|
|
@@ -22,10 +22,10 @@ export interface DescribeDBClusterParameterGroupsCommandOutput extends DBCluster
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDBClusterParameterGroupsCommand_base: {
|
|
24
24
|
new (input: DescribeDBClusterParameterGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeDBClusterParameterGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of <code>DBClusterParameterGroup</code> descriptions. If a
|
|
30
30
|
* <code>DBClusterParameterGroupName</code> parameter is specified,
|
|
31
31
|
* the list will contain only the description of the specified DB cluster parameter group.</p>
|
|
@@ -84,6 +84,7 @@ declare const DescribeDBClusterParameterGroupsCommand_base: {
|
|
|
84
84
|
* @throws {@link RDSServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
* @example To describe DB cluster parameter groups
|
|
88
89
|
* ```javascript
|
|
89
90
|
* // The following example retrieves details for your DB cluster parameter groups.
|
|
@@ -22,10 +22,10 @@ export interface DescribeDBClusterParametersCommandOutput extends DBClusterParam
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDBClusterParametersCommand_base: {
|
|
24
24
|
new (input: DescribeDBClusterParametersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDBClusterParametersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the detailed parameter list for a particular DB cluster parameter group.</p>
|
|
30
30
|
* <p>For more information on Amazon Aurora, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
@@ -92,6 +92,7 @@ declare const DescribeDBClusterParametersCommand_base: {
|
|
|
92
92
|
* @throws {@link RDSServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
* @example To describe the parameters in a DB cluster parameter group
|
|
96
97
|
* ```javascript
|
|
97
98
|
* // The following example retrieves details about the parameters in a DB cluster parameter group.
|
|
@@ -22,10 +22,10 @@ export interface DescribeDBClusterSnapshotAttributesCommandOutput extends Descri
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDBClusterSnapshotAttributesCommand_base: {
|
|
24
24
|
new (input: DescribeDBClusterSnapshotAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDBClusterSnapshotAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.</p>
|
|
30
30
|
* <p>When sharing snapshots with other Amazon Web Services accounts, <code>DescribeDBClusterSnapshotAttributes</code>
|
|
31
31
|
* returns the <code>restore</code> attribute and a list of IDs for the Amazon Web Services accounts that are
|
|
@@ -74,6 +74,7 @@ declare const DescribeDBClusterSnapshotAttributesCommand_base: {
|
|
|
74
74
|
* @throws {@link RDSServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
* @example To describe the attribute names and values for a DB cluster snapshot
|
|
78
79
|
* ```javascript
|
|
79
80
|
* // The following example retrieves details of the attribute names and values for the specified DB cluster snapshot.
|
|
@@ -22,10 +22,10 @@ export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapsh
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDBClusterSnapshotsCommand_base: {
|
|
24
24
|
new (input: DescribeDBClusterSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeDBClusterSnapshotsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about DB cluster snapshots. This API action supports pagination.</p>
|
|
30
30
|
* <p>For more information on Amazon Aurora DB clusters, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
@@ -115,6 +115,7 @@ declare const DescribeDBClusterSnapshotsCommand_base: {
|
|
|
115
115
|
* @throws {@link RDSServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
117
117
|
*
|
|
118
|
+
* @public
|
|
118
119
|
* @example To describe a DB cluster snapshot for a DB cluster
|
|
119
120
|
* ```javascript
|
|
120
121
|
* // The following example retrieves the details for the DB cluster snapshots for the specified DB cluster.
|
|
@@ -22,10 +22,10 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDBClustersCommand_base: {
|
|
24
24
|
new (input: DescribeDBClustersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeDBClustersCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes existing Amazon Aurora DB clusters and Multi-AZ DB clusters. This API supports pagination.</p>
|
|
30
30
|
* <p>For more information on Amazon Aurora DB clusters, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
@@ -263,6 +263,7 @@ declare const DescribeDBClustersCommand_base: {
|
|
|
263
263
|
* @throws {@link RDSServiceException}
|
|
264
264
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
265
265
|
*
|
|
266
|
+
* @public
|
|
266
267
|
* @example To describe a DB cluster
|
|
267
268
|
* ```javascript
|
|
268
269
|
* // The following example retrieves the details of the specified DB cluster.
|
|
@@ -22,10 +22,10 @@ export interface DescribeDBEngineVersionsCommandOutput extends DBEngineVersionMe
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDBEngineVersionsCommand_base: {
|
|
24
24
|
new (input: DescribeDBEngineVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeDBEngineVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the properties of specific versions of DB engines.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -155,6 +155,7 @@ declare const DescribeDBEngineVersionsCommand_base: {
|
|
|
155
155
|
* @throws {@link RDSServiceException}
|
|
156
156
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
157
157
|
*
|
|
158
|
+
* @public
|
|
158
159
|
* @example To describe the DB engine versions for the MySQL DB engine
|
|
159
160
|
* ```javascript
|
|
160
161
|
* // The following example displays details about each of the DB engine versions for the specified DB engine.
|
|
@@ -22,10 +22,10 @@ export interface DescribeDBInstanceAutomatedBackupsCommandOutput extends DBInsta
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDBInstanceAutomatedBackupsCommand_base: {
|
|
24
24
|
new (input: DescribeDBInstanceAutomatedBackupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBInstanceAutomatedBackupsCommandInput, DescribeDBInstanceAutomatedBackupsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeDBInstanceAutomatedBackupsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeDBInstanceAutomatedBackupsCommandInput, DescribeDBInstanceAutomatedBackupsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Displays backups for both current and deleted
|
|
30
30
|
* instances. For example, use this operation to
|
|
31
31
|
* find details about automated backups for previously deleted instances. Current instances
|
|
@@ -116,6 +116,7 @@ declare const DescribeDBInstanceAutomatedBackupsCommand_base: {
|
|
|
116
116
|
* @throws {@link RDSServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
118
118
|
*
|
|
119
|
+
* @public
|
|
119
120
|
* @example To describe the automated backups for a DB instance
|
|
120
121
|
* ```javascript
|
|
121
122
|
* // The following example displays details about the automated backups for the specified DB instance. The details include replicated automated backups in other AWS Regions.
|