@aws-sdk/client-rds 3.968.0 → 3.970.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 +1 -53
- package/dist-cjs/index.js +184 -178
- package/dist-es/pagination/DescribeEngineDefaultClusterParametersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +161 -158
- package/dist-es/waiters/waitForDBClusterAvailable.js +2 -2
- package/dist-es/waiters/waitForDBClusterDeleted.js +2 -2
- package/dist-es/waiters/waitForDBClusterSnapshotAvailable.js +2 -2
- package/dist-es/waiters/waitForDBClusterSnapshotDeleted.js +2 -2
- package/dist-es/waiters/waitForDBInstanceAvailable.js +2 -2
- package/dist-es/waiters/waitForDBInstanceDeleted.js +2 -2
- package/dist-es/waiters/waitForDBSnapshotAvailable.js +2 -2
- package/dist-es/waiters/waitForDBSnapshotDeleted.js +2 -2
- package/dist-es/waiters/waitForTenantDatabaseAvailable.js +2 -2
- package/dist-es/waiters/waitForTenantDatabaseDeleted.js +2 -2
- package/dist-types/RDS.d.ts +1 -53
- package/dist-types/RDSClient.d.ts +1 -53
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -2
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +2 -7
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +5 -13
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +3 -20
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +2 -10
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -2
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +3 -10
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +3 -41
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +3 -10
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +6 -17
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +133 -31
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +7 -7
- package/dist-types/commands/CreateDBClusterCommand.d.ts +13 -41
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +3 -8
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +2 -32
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +3 -10
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +25 -50
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +26 -57
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +2 -11
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -3
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +3 -13
- package/dist-types/commands/CreateDBShardGroupCommand.d.ts +3 -6
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +5 -9
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +3 -6
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -24
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +3 -17
- package/dist-types/commands/CreateIntegrationCommand.d.ts +3 -7
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -2
- package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +4 -8
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +141 -10
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +5 -25
- package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +2 -4
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +4 -17
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -4
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -13
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -13
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +5 -32
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +2 -6
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -3
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +2 -11
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +2 -6
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -5
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -3
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +214 -8
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +53 -9
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -4
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +3 -11
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +2 -6
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -12
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -10
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -10
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -9
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +2 -10
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -7
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -6
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +2 -4
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +2 -5
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -3
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +2 -11
- package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -10
- package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +2 -8
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +2 -5
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -4
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -7
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -8
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -6
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -6
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -8
- package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +2 -4
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -5
- package/dist-types/commands/DisableHttpEndpointCommand.d.ts +1 -7
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +3 -11
- package/dist-types/commands/EnableHttpEndpointCommand.d.ts +1 -11
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +2 -21
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +2 -38
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -12
- package/dist-types/commands/ModifyActivityStreamCommand.d.ts +2 -7
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +2 -28
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +3 -24
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +5 -15
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +10 -30
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +2 -6
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +3 -24
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +2 -21
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +25 -45
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +3 -20
- package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +1 -2
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +2 -19
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +3 -9
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +2 -4
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -5
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -9
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +1 -3
- package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +3 -7
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -20
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -2
- package/dist-types/commands/RebootDBClusterCommand.d.ts +2 -13
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -12
- package/dist-types/commands/RebootDBShardGroupCommand.d.ts +1 -3
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +3 -7
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -8
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +2 -11
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +2 -4
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +5 -12
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -22
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +3 -14
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +10 -38
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -44
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -48
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +26 -60
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +23 -46
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +26 -55
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +3 -16
- package/dist-types/commands/StartActivityStreamCommand.d.ts +3 -12
- package/dist-types/commands/StartDBClusterCommand.d.ts +3 -13
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +4 -12
- package/dist-types/commands/StartDBInstanceCommand.d.ts +8 -27
- package/dist-types/commands/StartExportTaskCommand.d.ts +5 -21
- package/dist-types/commands/StopActivityStreamCommand.d.ts +3 -13
- package/dist-types/commands/StopDBClusterCommand.d.ts +2 -11
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -7
- package/dist-types/commands/StopDBInstanceCommand.d.ts +4 -19
- package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +139 -12
- package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +2 -13
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +2 -4
- package/dist-types/index.d.ts +1 -53
- package/dist-types/models/errors.d.ts +53 -116
- package/dist-types/models/models_0.d.ts +982 -8429
- package/dist-types/models/models_1.d.ts +557 -4868
- package/dist-types/pagination/DescribeEngineDefaultClusterParametersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +7 -7
- package/dist-types/ts3.4/models/models_1.d.ts +4 -4
- package/dist-types/ts3.4/pagination/DescribeEngineDefaultClusterParametersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/package.json +35 -35
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.