@aws-sdk/client-rds 3.34.0 → 3.37.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/CHANGELOG.md +47 -0
- package/dist-cjs/RDS.js +2062 -0
- package/dist-cjs/RDSClient.js +35 -0
- package/dist-cjs/commands/AddRoleToDBClusterCommand.js +36 -0
- package/dist-cjs/commands/AddRoleToDBInstanceCommand.js +36 -0
- package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +36 -0
- package/dist-cjs/commands/AddTagsToResourceCommand.js +36 -0
- package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +36 -0
- package/dist-cjs/commands/AuthorizeDBSecurityGroupIngressCommand.js +36 -0
- package/dist-cjs/commands/BacktrackDBClusterCommand.js +36 -0
- package/dist-cjs/commands/CancelExportTaskCommand.js +36 -0
- package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js +36 -0
- package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js +38 -0
- package/dist-cjs/commands/CopyDBParameterGroupCommand.js +36 -0
- package/dist-cjs/commands/CopyDBSnapshotCommand.js +38 -0
- package/dist-cjs/commands/CopyOptionGroupCommand.js +36 -0
- package/dist-cjs/commands/CreateCustomAvailabilityZoneCommand.js +36 -0
- package/dist-cjs/commands/CreateDBClusterCommand.js +38 -0
- package/dist-cjs/commands/CreateDBClusterEndpointCommand.js +36 -0
- package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js +36 -0
- package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js +36 -0
- package/dist-cjs/commands/CreateDBInstanceCommand.js +36 -0
- package/dist-cjs/commands/CreateDBInstanceReadReplicaCommand.js +38 -0
- package/dist-cjs/commands/CreateDBParameterGroupCommand.js +36 -0
- package/dist-cjs/commands/CreateDBProxyCommand.js +36 -0
- package/dist-cjs/commands/CreateDBProxyEndpointCommand.js +36 -0
- package/dist-cjs/commands/CreateDBSecurityGroupCommand.js +36 -0
- package/dist-cjs/commands/CreateDBSnapshotCommand.js +36 -0
- package/dist-cjs/commands/CreateDBSubnetGroupCommand.js +36 -0
- package/dist-cjs/commands/CreateEventSubscriptionCommand.js +36 -0
- package/dist-cjs/commands/CreateGlobalClusterCommand.js +36 -0
- package/dist-cjs/commands/CreateOptionGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteCustomAvailabilityZoneCommand.js +36 -0
- package/dist-cjs/commands/DeleteDBClusterCommand.js +36 -0
- package/dist-cjs/commands/DeleteDBClusterEndpointCommand.js +36 -0
- package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js +36 -0
- package/dist-cjs/commands/DeleteDBInstanceAutomatedBackupCommand.js +36 -0
- package/dist-cjs/commands/DeleteDBInstanceCommand.js +36 -0
- package/dist-cjs/commands/DeleteDBParameterGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteDBProxyCommand.js +36 -0
- package/dist-cjs/commands/DeleteDBProxyEndpointCommand.js +36 -0
- package/dist-cjs/commands/DeleteDBSecurityGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteDBSnapshotCommand.js +36 -0
- package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +36 -0
- package/dist-cjs/commands/DeleteGlobalClusterCommand.js +36 -0
- package/dist-cjs/commands/DeleteInstallationMediaCommand.js +36 -0
- package/dist-cjs/commands/DeleteOptionGroupCommand.js +36 -0
- package/dist-cjs/commands/DeregisterDBProxyTargetsCommand.js +36 -0
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +36 -0
- package/dist-cjs/commands/DescribeCertificatesCommand.js +36 -0
- package/dist-cjs/commands/DescribeCustomAvailabilityZonesCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBClusterBacktracksCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBClusterEndpointsCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBClusterParametersCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBClustersCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBInstanceAutomatedBackupsCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBInstancesCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBLogFilesCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBParameterGroupsCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBParametersCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBProxiesCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBProxyEndpointsCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBProxyTargetGroupsCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBSecurityGroupsCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBSnapshotAttributesCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBSnapshotsCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js +36 -0
- package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +36 -0
- package/dist-cjs/commands/DescribeEngineDefaultParametersCommand.js +36 -0
- package/dist-cjs/commands/DescribeEventCategoriesCommand.js +36 -0
- package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +36 -0
- package/dist-cjs/commands/DescribeEventsCommand.js +36 -0
- package/dist-cjs/commands/DescribeExportTasksCommand.js +36 -0
- package/dist-cjs/commands/DescribeGlobalClustersCommand.js +36 -0
- package/dist-cjs/commands/DescribeInstallationMediaCommand.js +36 -0
- package/dist-cjs/commands/DescribeOptionGroupOptionsCommand.js +36 -0
- package/dist-cjs/commands/DescribeOptionGroupsCommand.js +36 -0
- package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +36 -0
- package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +36 -0
- package/dist-cjs/commands/DescribeReservedDBInstancesCommand.js +36 -0
- package/dist-cjs/commands/DescribeReservedDBInstancesOfferingsCommand.js +36 -0
- package/dist-cjs/commands/DescribeSourceRegionsCommand.js +36 -0
- package/dist-cjs/commands/DescribeValidDBInstanceModificationsCommand.js +36 -0
- package/dist-cjs/commands/DownloadDBLogFilePortionCommand.js +36 -0
- package/dist-cjs/commands/FailoverDBClusterCommand.js +36 -0
- package/dist-cjs/commands/FailoverGlobalClusterCommand.js +36 -0
- package/dist-cjs/commands/ImportInstallationMediaCommand.js +37 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ModifyCertificatesCommand.js +36 -0
- package/dist-cjs/commands/ModifyCurrentDBClusterCapacityCommand.js +36 -0
- package/dist-cjs/commands/ModifyDBClusterCommand.js +36 -0
- package/dist-cjs/commands/ModifyDBClusterEndpointCommand.js +37 -0
- package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js +36 -0
- package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +36 -0
- package/dist-cjs/commands/ModifyDBInstanceCommand.js +36 -0
- package/dist-cjs/commands/ModifyDBParameterGroupCommand.js +36 -0
- package/dist-cjs/commands/ModifyDBProxyCommand.js +36 -0
- package/dist-cjs/commands/ModifyDBProxyEndpointCommand.js +36 -0
- package/dist-cjs/commands/ModifyDBProxyTargetGroupCommand.js +36 -0
- package/dist-cjs/commands/ModifyDBSnapshotAttributeCommand.js +36 -0
- package/dist-cjs/commands/ModifyDBSnapshotCommand.js +36 -0
- package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js +36 -0
- package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +36 -0
- package/dist-cjs/commands/ModifyGlobalClusterCommand.js +36 -0
- package/dist-cjs/commands/ModifyOptionGroupCommand.js +36 -0
- package/dist-cjs/commands/PromoteReadReplicaCommand.js +36 -0
- package/dist-cjs/commands/PromoteReadReplicaDBClusterCommand.js +36 -0
- package/dist-cjs/commands/PurchaseReservedDBInstancesOfferingCommand.js +36 -0
- package/dist-cjs/commands/RebootDBInstanceCommand.js +36 -0
- package/dist-cjs/commands/RegisterDBProxyTargetsCommand.js +36 -0
- package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js +36 -0
- package/dist-cjs/commands/RemoveRoleFromDBClusterCommand.js +36 -0
- package/dist-cjs/commands/RemoveRoleFromDBInstanceCommand.js +36 -0
- package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +36 -0
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +36 -0
- package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js +36 -0
- package/dist-cjs/commands/ResetDBParameterGroupCommand.js +36 -0
- package/dist-cjs/commands/RestoreDBClusterFromS3Command.js +36 -0
- package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js +36 -0
- package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js +36 -0
- package/dist-cjs/commands/RestoreDBInstanceFromDBSnapshotCommand.js +36 -0
- package/dist-cjs/commands/RestoreDBInstanceFromS3Command.js +36 -0
- package/dist-cjs/commands/RestoreDBInstanceToPointInTimeCommand.js +36 -0
- package/dist-cjs/commands/RevokeDBSecurityGroupIngressCommand.js +36 -0
- package/dist-cjs/commands/StartActivityStreamCommand.js +36 -0
- package/dist-cjs/commands/StartDBClusterCommand.js +36 -0
- package/dist-cjs/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +38 -0
- package/dist-cjs/commands/StartDBInstanceCommand.js +36 -0
- package/dist-cjs/commands/StartExportTaskCommand.js +37 -0
- package/dist-cjs/commands/StopActivityStreamCommand.js +36 -0
- package/dist-cjs/commands/StopDBClusterCommand.js +36 -0
- package/dist-cjs/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js +36 -0
- package/dist-cjs/commands/StopDBInstanceCommand.js +36 -0
- package/dist-cjs/endpoints.js +90 -0
- package/dist-cjs/index.js +185 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/models_0.js +1809 -0
- package/dist-cjs/models/models_1.js +1068 -0
- package/dist-cjs/pagination/DescribeCertificatesPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeCustomAvailabilityZonesPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBClusterBacktracksPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBClusterEndpointsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBClusterParameterGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBClusterParametersPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBClusterSnapshotsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBClustersPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBEngineVersionsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBInstancesPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBLogFilesPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBParameterGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBParametersPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBProxiesPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBProxyEndpointsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBProxyTargetGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBProxyTargetsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBSecurityGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBSnapshotsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDBSubnetGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeEngineDefaultParametersPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeEventsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeExportTasksPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeGlobalClustersPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeInstallationMediaPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeOptionGroupOptionsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeOptionGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeReservedDBInstancesPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeSourceRegionsPaginator.js +35 -0
- package/dist-cjs/pagination/DownloadDBLogFilePortionPaginator.js +35 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/protocols/Aws_query.js +23332 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-cjs/waiters/waitForDBClusterSnapshotAvailable.js +119 -0
- package/dist-cjs/waiters/waitForDBClusterSnapshotDeleted.js +99 -0
- package/dist-cjs/waiters/waitForDBInstanceAvailable.js +119 -0
- package/dist-cjs/waiters/waitForDBInstanceDeleted.js +99 -0
- package/dist-cjs/waiters/waitForDBSnapshotAvailable.js +119 -0
- package/dist-cjs/waiters/waitForDBSnapshotDeleted.js +99 -0
- package/dist-es/RDS.js +2065 -0
- package/dist-es/RDSClient.js +37 -0
- package/dist-es/commands/AddRoleToDBClusterCommand.js +39 -0
- package/dist-es/commands/AddRoleToDBInstanceCommand.js +39 -0
- package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +39 -0
- package/dist-es/commands/AddTagsToResourceCommand.js +39 -0
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +39 -0
- package/dist-es/commands/AuthorizeDBSecurityGroupIngressCommand.js +39 -0
- package/dist-es/commands/BacktrackDBClusterCommand.js +39 -0
- package/dist-es/commands/CancelExportTaskCommand.js +39 -0
- package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +39 -0
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js +41 -0
- package/dist-es/commands/CopyDBParameterGroupCommand.js +39 -0
- package/dist-es/commands/CopyDBSnapshotCommand.js +41 -0
- package/dist-es/commands/CopyOptionGroupCommand.js +39 -0
- package/dist-es/commands/CreateCustomAvailabilityZoneCommand.js +39 -0
- package/dist-es/commands/CreateDBClusterCommand.js +41 -0
- package/dist-es/commands/CreateDBClusterEndpointCommand.js +39 -0
- package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +39 -0
- package/dist-es/commands/CreateDBClusterSnapshotCommand.js +39 -0
- package/dist-es/commands/CreateDBInstanceCommand.js +39 -0
- package/dist-es/commands/CreateDBInstanceReadReplicaCommand.js +41 -0
- package/dist-es/commands/CreateDBParameterGroupCommand.js +39 -0
- package/dist-es/commands/CreateDBProxyCommand.js +39 -0
- package/dist-es/commands/CreateDBProxyEndpointCommand.js +39 -0
- package/dist-es/commands/CreateDBSecurityGroupCommand.js +39 -0
- package/dist-es/commands/CreateDBSnapshotCommand.js +39 -0
- package/dist-es/commands/CreateDBSubnetGroupCommand.js +39 -0
- package/dist-es/commands/CreateEventSubscriptionCommand.js +39 -0
- package/dist-es/commands/CreateGlobalClusterCommand.js +39 -0
- package/dist-es/commands/CreateOptionGroupCommand.js +39 -0
- package/dist-es/commands/DeleteCustomAvailabilityZoneCommand.js +39 -0
- package/dist-es/commands/DeleteDBClusterCommand.js +39 -0
- package/dist-es/commands/DeleteDBClusterEndpointCommand.js +39 -0
- package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +39 -0
- package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +39 -0
- package/dist-es/commands/DeleteDBInstanceAutomatedBackupCommand.js +39 -0
- package/dist-es/commands/DeleteDBInstanceCommand.js +39 -0
- package/dist-es/commands/DeleteDBParameterGroupCommand.js +39 -0
- package/dist-es/commands/DeleteDBProxyCommand.js +39 -0
- package/dist-es/commands/DeleteDBProxyEndpointCommand.js +39 -0
- package/dist-es/commands/DeleteDBSecurityGroupCommand.js +39 -0
- package/dist-es/commands/DeleteDBSnapshotCommand.js +39 -0
- package/dist-es/commands/DeleteDBSubnetGroupCommand.js +39 -0
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +39 -0
- package/dist-es/commands/DeleteGlobalClusterCommand.js +39 -0
- package/dist-es/commands/DeleteInstallationMediaCommand.js +39 -0
- package/dist-es/commands/DeleteOptionGroupCommand.js +39 -0
- package/dist-es/commands/DeregisterDBProxyTargetsCommand.js +39 -0
- package/dist-es/commands/DescribeAccountAttributesCommand.js +39 -0
- package/dist-es/commands/DescribeCertificatesCommand.js +39 -0
- package/dist-es/commands/DescribeCustomAvailabilityZonesCommand.js +39 -0
- package/dist-es/commands/DescribeDBClusterBacktracksCommand.js +39 -0
- package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +39 -0
- package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +39 -0
- package/dist-es/commands/DescribeDBClusterParametersCommand.js +39 -0
- package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +39 -0
- package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +39 -0
- package/dist-es/commands/DescribeDBClustersCommand.js +39 -0
- package/dist-es/commands/DescribeDBEngineVersionsCommand.js +39 -0
- package/dist-es/commands/DescribeDBInstanceAutomatedBackupsCommand.js +39 -0
- package/dist-es/commands/DescribeDBInstancesCommand.js +39 -0
- package/dist-es/commands/DescribeDBLogFilesCommand.js +39 -0
- package/dist-es/commands/DescribeDBParameterGroupsCommand.js +39 -0
- package/dist-es/commands/DescribeDBParametersCommand.js +39 -0
- package/dist-es/commands/DescribeDBProxiesCommand.js +39 -0
- package/dist-es/commands/DescribeDBProxyEndpointsCommand.js +39 -0
- package/dist-es/commands/DescribeDBProxyTargetGroupsCommand.js +39 -0
- package/dist-es/commands/DescribeDBProxyTargetsCommand.js +39 -0
- package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +39 -0
- package/dist-es/commands/DescribeDBSnapshotAttributesCommand.js +39 -0
- package/dist-es/commands/DescribeDBSnapshotsCommand.js +39 -0
- package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +39 -0
- package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +39 -0
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +39 -0
- package/dist-es/commands/DescribeEventCategoriesCommand.js +39 -0
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +39 -0
- package/dist-es/commands/DescribeEventsCommand.js +39 -0
- package/dist-es/commands/DescribeExportTasksCommand.js +39 -0
- package/dist-es/commands/DescribeGlobalClustersCommand.js +39 -0
- package/dist-es/commands/DescribeInstallationMediaCommand.js +39 -0
- package/dist-es/commands/DescribeOptionGroupOptionsCommand.js +39 -0
- package/dist-es/commands/DescribeOptionGroupsCommand.js +39 -0
- package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +39 -0
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +39 -0
- package/dist-es/commands/DescribeReservedDBInstancesCommand.js +39 -0
- package/dist-es/commands/DescribeReservedDBInstancesOfferingsCommand.js +39 -0
- package/dist-es/commands/DescribeSourceRegionsCommand.js +39 -0
- package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +39 -0
- package/dist-es/commands/DownloadDBLogFilePortionCommand.js +39 -0
- package/dist-es/commands/FailoverDBClusterCommand.js +39 -0
- package/dist-es/commands/FailoverGlobalClusterCommand.js +39 -0
- package/dist-es/commands/ImportInstallationMediaCommand.js +40 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ModifyCertificatesCommand.js +39 -0
- package/dist-es/commands/ModifyCurrentDBClusterCapacityCommand.js +39 -0
- package/dist-es/commands/ModifyDBClusterCommand.js +39 -0
- package/dist-es/commands/ModifyDBClusterEndpointCommand.js +40 -0
- package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +39 -0
- package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +39 -0
- package/dist-es/commands/ModifyDBInstanceCommand.js +39 -0
- package/dist-es/commands/ModifyDBParameterGroupCommand.js +39 -0
- package/dist-es/commands/ModifyDBProxyCommand.js +39 -0
- package/dist-es/commands/ModifyDBProxyEndpointCommand.js +39 -0
- package/dist-es/commands/ModifyDBProxyTargetGroupCommand.js +39 -0
- package/dist-es/commands/ModifyDBSnapshotAttributeCommand.js +39 -0
- package/dist-es/commands/ModifyDBSnapshotCommand.js +39 -0
- package/dist-es/commands/ModifyDBSubnetGroupCommand.js +39 -0
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +39 -0
- package/dist-es/commands/ModifyGlobalClusterCommand.js +39 -0
- package/dist-es/commands/ModifyOptionGroupCommand.js +39 -0
- package/dist-es/commands/PromoteReadReplicaCommand.js +39 -0
- package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +39 -0
- package/dist-es/commands/PurchaseReservedDBInstancesOfferingCommand.js +39 -0
- package/dist-es/commands/RebootDBInstanceCommand.js +39 -0
- package/dist-es/commands/RegisterDBProxyTargetsCommand.js +39 -0
- package/dist-es/commands/RemoveFromGlobalClusterCommand.js +39 -0
- package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +39 -0
- package/dist-es/commands/RemoveRoleFromDBInstanceCommand.js +39 -0
- package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +39 -0
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +39 -0
- package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +39 -0
- package/dist-es/commands/ResetDBParameterGroupCommand.js +39 -0
- package/dist-es/commands/RestoreDBClusterFromS3Command.js +39 -0
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +39 -0
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +39 -0
- package/dist-es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +39 -0
- package/dist-es/commands/RestoreDBInstanceFromS3Command.js +39 -0
- package/dist-es/commands/RestoreDBInstanceToPointInTimeCommand.js +39 -0
- package/dist-es/commands/RevokeDBSecurityGroupIngressCommand.js +39 -0
- package/dist-es/commands/StartActivityStreamCommand.js +39 -0
- package/dist-es/commands/StartDBClusterCommand.js +39 -0
- package/dist-es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +41 -0
- package/dist-es/commands/StartDBInstanceCommand.js +39 -0
- package/dist-es/commands/StartExportTaskCommand.js +40 -0
- package/dist-es/commands/StopActivityStreamCommand.js +39 -0
- package/dist-es/commands/StopDBClusterCommand.js +39 -0
- package/dist-es/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js +39 -0
- package/dist-es/commands/StopDBInstanceCommand.js +39 -0
- package/dist-es/endpoints.js +86 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1231 -0
- package/dist-es/models/models_1.js +709 -0
- package/dist-es/pagination/DescribeCertificatesPaginator.js +74 -0
- package/dist-es/pagination/DescribeCustomAvailabilityZonesPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBClusterBacktracksPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBClusterEndpointsPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBClustersPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBInstancesPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBLogFilesPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBParameterGroupsPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBParametersPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBProxiesPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBProxyEndpointsPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBProxyTargetGroupsPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBProxyTargetsPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBSecurityGroupsPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBSnapshotsPaginator.js +74 -0
- package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +74 -0
- package/dist-es/pagination/DescribeEngineDefaultParametersPaginator.js +74 -0
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +74 -0
- package/dist-es/pagination/DescribeEventsPaginator.js +74 -0
- package/dist-es/pagination/DescribeExportTasksPaginator.js +74 -0
- package/dist-es/pagination/DescribeGlobalClustersPaginator.js +74 -0
- package/dist-es/pagination/DescribeInstallationMediaPaginator.js +74 -0
- package/dist-es/pagination/DescribeOptionGroupOptionsPaginator.js +74 -0
- package/dist-es/pagination/DescribeOptionGroupsPaginator.js +74 -0
- package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +74 -0
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +74 -0
- package/dist-es/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +74 -0
- package/dist-es/pagination/DescribeReservedDBInstancesPaginator.js +74 -0
- package/dist-es/pagination/DescribeSourceRegionsPaginator.js +74 -0
- package/dist-es/pagination/DownloadDBLogFilePortionPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/protocols/Aws_query.js +24299 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForDBClusterSnapshotAvailable.js +195 -0
- package/dist-es/waiters/waitForDBClusterSnapshotDeleted.js +155 -0
- package/dist-es/waiters/waitForDBInstanceAvailable.js +195 -0
- package/dist-es/waiters/waitForDBInstanceDeleted.js +155 -0
- package/dist-es/waiters/waitForDBSnapshotAvailable.js +195 -0
- package/dist-es/waiters/waitForDBSnapshotDeleted.js +155 -0
- package/dist-types/RDS.d.ts +1884 -0
- package/dist-types/RDSClient.d.ts +325 -0
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +40 -0
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +38 -0
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +35 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +37 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +35 -0
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +46 -0
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +43 -0
- package/dist-types/commands/CancelExportTaskCommand.d.ts +37 -0
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +38 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +109 -0
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +35 -0
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +43 -0
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +35 -0
- package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +40 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +48 -0
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +38 -0
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +66 -0
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +41 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +35 -0
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +50 -0
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +55 -0
- package/dist-types/commands/CreateDBProxyCommand.d.ts +35 -0
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +39 -0
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +38 -0
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +36 -0
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +35 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +57 -0
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +51 -0
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +40 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +45 -0
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +38 -0
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +42 -0
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +46 -0
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +60 -0
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +37 -0
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +38 -0
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +39 -0
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +38 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +41 -0
- package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +36 -0
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +40 -0
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +42 -0
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +38 -0
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +46 -0
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +42 -0
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +45 -0
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +42 -0
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +42 -0
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +41 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +38 -0
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +38 -0
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +38 -0
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +42 -0
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +38 -0
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +39 -0
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +35 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +39 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +40 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +36 -0
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +44 -0
- package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +36 -0
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +35 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +39 -0
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +35 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +48 -0
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +49 -0
- package/dist-types/commands/ImportInstallationMediaCommand.d.ts +37 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -0
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +59 -0
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +52 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +44 -0
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +39 -0
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +62 -0
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +56 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +40 -0
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +50 -0
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +35 -0
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +35 -0
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +35 -0
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +51 -0
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +41 -0
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +35 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +39 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +43 -0
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +35 -0
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +53 -0
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +38 -0
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +35 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +46 -0
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +35 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +42 -0
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +40 -0
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +35 -0
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +35 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +39 -0
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +54 -0
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +42 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +54 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +54 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +54 -0
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +48 -0
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +42 -0
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +44 -0
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +35 -0
- package/dist-types/commands/StartActivityStreamCommand.d.ts +37 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +44 -0
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +38 -0
- package/dist-types/commands/StartDBInstanceCommand.d.ts +50 -0
- package/dist-types/commands/StartExportTaskCommand.d.ts +38 -0
- package/dist-types/commands/StopActivityStreamCommand.d.ts +39 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +47 -0
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +38 -0
- package/dist-types/commands/StopDBInstanceCommand.d.ts +52 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/models/models_1.d.ts +7735 -0
- package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBClusterBacktracksPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBClusterEndpointsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBClusterParametersPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBClustersPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBEngineVersionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBLogFilesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBParameterGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBParametersPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBProxiesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBProxyEndpointsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBProxyTargetsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBSecurityGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBSnapshotsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDBSubnetGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeEngineDefaultParametersPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeExportTasksPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeGlobalClustersPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeInstallationMediaPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeOptionGroupOptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeOptionGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReservedDBInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeSourceRegionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DownloadDBLogFilePortionPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/protocols/Aws_query.d.ts +413 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/RDS.d.ts +690 -0
- package/dist-types/ts3.4/RDSClient.d.ts +204 -0
- package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopyOptionGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCustomAvailabilityZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBProxyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateOptionGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomAvailabilityZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBProxyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInstallationMediaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCustomAvailabilityZonesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstallationMediaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportInstallationMediaCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDBProxyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartActivityStreamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartDBInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/StopActivityStreamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopDBInstanceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4210 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2652 -0
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBClusterBacktracksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBClusterEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBLogFilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBParameterGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBParametersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBProxiesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBProxyEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBProxyTargetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBSecurityGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBSnapshotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeExportTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstallationMediaPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeOptionGroupOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeOptionGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSourceRegionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DownloadDBLogFilePortionPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +413 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForDBSnapshotAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForDBSnapshotDeleted.d.ts +7 -0
- package/dist-types/waiters/waitForDBClusterSnapshotAvailable.d.ts +14 -0
- package/dist-types/waiters/waitForDBClusterSnapshotDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForDBInstanceAvailable.d.ts +14 -0
- package/dist-types/waiters/waitForDBInstanceDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForDBSnapshotAvailable.d.ts +14 -0
- package/dist-types/waiters/waitForDBSnapshotDeleted.d.ts +14 -0
- package/package.json +47 -44
- package/RDS.ts +0 -6002
- package/RDSClient.ts +0 -1008
- package/commands/AddRoleToDBClusterCommand.ts +0 -99
- package/commands/AddRoleToDBInstanceCommand.ts +0 -97
- package/commands/AddSourceIdentifierToSubscriptionCommand.ts +0 -102
- package/commands/AddTagsToResourceCommand.ts +0 -96
- package/commands/ApplyPendingMaintenanceActionCommand.ts +0 -99
- package/commands/AuthorizeDBSecurityGroupIngressCommand.ts +0 -113
- package/commands/BacktrackDBClusterCommand.ts +0 -102
- package/commands/CancelExportTaskCommand.ts +0 -96
- package/commands/CopyDBClusterParameterGroupCommand.ts +0 -100
- package/commands/CopyDBClusterSnapshotCommand.ts +0 -170
- package/commands/CopyDBParameterGroupCommand.ts +0 -94
- package/commands/CopyDBSnapshotCommand.ts +0 -104
- package/commands/CopyOptionGroupCommand.ts +0 -94
- package/commands/CreateCustomAvailabilityZoneCommand.ts +0 -104
- package/commands/CreateDBClusterCommand.ts +0 -109
- package/commands/CreateDBClusterEndpointCommand.ts +0 -97
- package/commands/CreateDBClusterParameterGroupCommand.ts +0 -130
- package/commands/CreateDBClusterSnapshotCommand.ts +0 -100
- package/commands/CreateDBInstanceCommand.ts +0 -94
- package/commands/CreateDBInstanceReadReplicaCommand.ts +0 -114
- package/commands/CreateDBParameterGroupCommand.ts +0 -114
- package/commands/CreateDBProxyCommand.ts +0 -94
- package/commands/CreateDBProxyEndpointCommand.ts +0 -98
- package/commands/CreateDBSecurityGroupCommand.ts +0 -97
- package/commands/CreateDBSnapshotCommand.ts +0 -95
- package/commands/CreateDBSubnetGroupCommand.ts +0 -94
- package/commands/CreateEventSubscriptionCommand.ts +0 -116
- package/commands/CreateGlobalClusterCommand.ts +0 -110
- package/commands/CreateOptionGroupCommand.ts +0 -94
- package/commands/DeleteCustomAvailabilityZoneCommand.ts +0 -104
- package/commands/DeleteDBClusterCommand.ts +0 -104
- package/commands/DeleteDBClusterEndpointCommand.ts +0 -97
- package/commands/DeleteDBClusterParameterGroupCommand.ts +0 -104
- package/commands/DeleteDBClusterSnapshotCommand.ts +0 -105
- package/commands/DeleteDBInstanceAutomatedBackupCommand.ts +0 -102
- package/commands/DeleteDBInstanceCommand.ts +0 -119
- package/commands/DeleteDBParameterGroupCommand.ts +0 -94
- package/commands/DeleteDBProxyCommand.ts +0 -94
- package/commands/DeleteDBProxyEndpointCommand.ts +0 -96
- package/commands/DeleteDBSecurityGroupCommand.ts +0 -97
- package/commands/DeleteDBSnapshotCommand.ts +0 -98
- package/commands/DeleteDBSubnetGroupCommand.ts +0 -97
- package/commands/DeleteEventSubscriptionCommand.ts +0 -94
- package/commands/DeleteGlobalClusterCommand.ts +0 -100
- package/commands/DeleteInstallationMediaCommand.ts +0 -95
- package/commands/DeleteOptionGroupCommand.ts +0 -94
- package/commands/DeregisterDBProxyTargetsCommand.ts +0 -94
- package/commands/DescribeAccountAttributesCommand.ts +0 -98
- package/commands/DescribeCertificatesCommand.ts +0 -94
- package/commands/DescribeCustomAvailabilityZonesCommand.ts +0 -105
- package/commands/DescribeDBClusterBacktracksCommand.ts +0 -104
- package/commands/DescribeDBClusterEndpointsCommand.ts +0 -100
- package/commands/DescribeDBClusterParameterGroupsCommand.ts +0 -113
- package/commands/DescribeDBClusterParametersCommand.ts +0 -104
- package/commands/DescribeDBClusterSnapshotAttributesCommand.ts +0 -115
- package/commands/DescribeDBClusterSnapshotsCommand.ts +0 -104
- package/commands/DescribeDBClustersCommand.ts +0 -101
- package/commands/DescribeDBEngineVersionsCommand.ts +0 -94
- package/commands/DescribeDBInstanceAutomatedBackupsCommand.ts +0 -108
- package/commands/DescribeDBInstancesCommand.ts +0 -97
- package/commands/DescribeDBLogFilesCommand.ts +0 -94
- package/commands/DescribeDBParameterGroupsCommand.ts +0 -100
- package/commands/DescribeDBParametersCommand.ts +0 -94
- package/commands/DescribeDBProxiesCommand.ts +0 -94
- package/commands/DescribeDBProxyEndpointsCommand.ts +0 -94
- package/commands/DescribeDBProxyTargetGroupsCommand.ts +0 -99
- package/commands/DescribeDBProxyTargetsCommand.ts +0 -94
- package/commands/DescribeDBSecurityGroupsCommand.ts +0 -97
- package/commands/DescribeDBSnapshotAttributesCommand.ts +0 -106
- package/commands/DescribeDBSnapshotsCommand.ts +0 -94
- package/commands/DescribeDBSubnetGroupsCommand.ts +0 -97
- package/commands/DescribeEngineDefaultClusterParametersCommand.ts +0 -110
- package/commands/DescribeEngineDefaultParametersCommand.ts +0 -102
- package/commands/DescribeEventCategoriesCommand.ts +0 -98
- package/commands/DescribeEventSubscriptionsCommand.ts +0 -99
- package/commands/DescribeEventsCommand.ts +0 -99
- package/commands/DescribeExportTasksCommand.ts +0 -95
- package/commands/DescribeGlobalClustersCommand.ts +0 -103
- package/commands/DescribeInstallationMediaCommand.ts +0 -98
- package/commands/DescribeOptionGroupOptionsCommand.ts +0 -97
- package/commands/DescribeOptionGroupsCommand.ts +0 -94
- package/commands/DescribeOrderableDBInstanceOptionsCommand.ts +0 -102
- package/commands/DescribePendingMaintenanceActionsCommand.ts +0 -102
- package/commands/DescribeReservedDBInstancesCommand.ts +0 -97
- package/commands/DescribeReservedDBInstancesOfferingsCommand.ts +0 -102
- package/commands/DescribeSourceRegionsCommand.ts +0 -95
- package/commands/DescribeValidDBInstanceModificationsCommand.ts +0 -109
- package/commands/DownloadDBLogFilePortionCommand.ts +0 -94
- package/commands/FailoverDBClusterCommand.ts +0 -107
- package/commands/FailoverGlobalClusterCommand.ts +0 -108
- package/commands/ImportInstallationMediaCommand.ts +0 -96
- package/commands/ListTagsForResourceCommand.ts +0 -97
- package/commands/ModifyCertificatesCommand.ts +0 -118
- package/commands/ModifyCurrentDBClusterCapacityCommand.ts +0 -117
- package/commands/ModifyDBClusterCommand.ts +0 -103
- package/commands/ModifyDBClusterEndpointCommand.ts +0 -98
- package/commands/ModifyDBClusterParameterGroupCommand.ts +0 -126
- package/commands/ModifyDBClusterSnapshotAttributeCommand.ts +0 -123
- package/commands/ModifyDBInstanceCommand.ts +0 -99
- package/commands/ModifyDBParameterGroupCommand.ts +0 -109
- package/commands/ModifyDBProxyCommand.ts +0 -94
- package/commands/ModifyDBProxyEndpointCommand.ts +0 -94
- package/commands/ModifyDBProxyTargetGroupCommand.ts +0 -94
- package/commands/ModifyDBSnapshotAttributeCommand.ts +0 -113
- package/commands/ModifyDBSnapshotCommand.ts +0 -100
- package/commands/ModifyDBSubnetGroupCommand.ts +0 -94
- package/commands/ModifyEventSubscriptionCommand.ts +0 -98
- package/commands/ModifyGlobalClusterCommand.ts +0 -102
- package/commands/ModifyOptionGroupCommand.ts +0 -94
- package/commands/PromoteReadReplicaCommand.ts +0 -112
- package/commands/PromoteReadReplicaDBClusterCommand.ts +0 -100
- package/commands/PurchaseReservedDBInstancesOfferingCommand.ts +0 -105
- package/commands/RebootDBInstanceCommand.ts +0 -105
- package/commands/RegisterDBProxyTargetsCommand.ts +0 -94
- package/commands/RemoveFromGlobalClusterCommand.ts +0 -101
- package/commands/RemoveRoleFromDBClusterCommand.ts +0 -99
- package/commands/RemoveRoleFromDBInstanceCommand.ts +0 -94
- package/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +0 -106
- package/commands/RemoveTagsFromResourceCommand.ts +0 -98
- package/commands/ResetDBClusterParameterGroupCommand.ts +0 -118
- package/commands/ResetDBParameterGroupCommand.ts +0 -101
- package/commands/RestoreDBClusterFromS3Command.ts +0 -113
- package/commands/RestoreDBClusterFromSnapshotCommand.ts +0 -118
- package/commands/RestoreDBClusterToPointInTimeCommand.ts +0 -118
- package/commands/RestoreDBInstanceFromDBSnapshotCommand.ts +0 -115
- package/commands/RestoreDBInstanceFromS3Command.ts +0 -101
- package/commands/RestoreDBInstanceToPointInTimeCommand.ts +0 -111
- package/commands/RevokeDBSecurityGroupIngressCommand.ts +0 -99
- package/commands/StartActivityStreamCommand.ts +0 -96
- package/commands/StartDBClusterCommand.ts +0 -103
- package/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts +0 -114
- package/commands/StartDBInstanceCommand.ts +0 -109
- package/commands/StartExportTaskCommand.ts +0 -97
- package/commands/StopActivityStreamCommand.ts +0 -98
- package/commands/StopDBClusterCommand.ts +0 -106
- package/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts +0 -112
- package/commands/StopDBInstanceCommand.ts +0 -111
- package/dist/cjs/RDS.js +0 -2122
- package/dist/cjs/RDS.js.map +0 -1
- package/dist/cjs/RDSClient.js +0 -100
- package/dist/cjs/RDSClient.js.map +0 -1
- package/dist/cjs/commands/AddRoleToDBClusterCommand.js +0 -66
- package/dist/cjs/commands/AddRoleToDBClusterCommand.js.map +0 -1
- package/dist/cjs/commands/AddRoleToDBInstanceCommand.js +0 -64
- package/dist/cjs/commands/AddRoleToDBInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +0 -61
- package/dist/cjs/commands/AddSourceIdentifierToSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/AddTagsToResourceCommand.js +0 -63
- package/dist/cjs/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ApplyPendingMaintenanceActionCommand.js +0 -61
- package/dist/cjs/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
- package/dist/cjs/commands/AuthorizeDBSecurityGroupIngressCommand.js +0 -72
- package/dist/cjs/commands/AuthorizeDBSecurityGroupIngressCommand.js.map +0 -1
- package/dist/cjs/commands/BacktrackDBClusterCommand.js +0 -69
- package/dist/cjs/commands/BacktrackDBClusterCommand.js.map +0 -1
- package/dist/cjs/commands/CancelExportTaskCommand.js +0 -63
- package/dist/cjs/commands/CancelExportTaskCommand.js.map +0 -1
- package/dist/cjs/commands/CopyDBClusterParameterGroupCommand.js +0 -64
- package/dist/cjs/commands/CopyDBClusterParameterGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CopyDBClusterSnapshotCommand.js +0 -137
- package/dist/cjs/commands/CopyDBClusterSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/CopyDBParameterGroupCommand.js +0 -61
- package/dist/cjs/commands/CopyDBParameterGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CopyDBSnapshotCommand.js +0 -71
- package/dist/cjs/commands/CopyDBSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/CopyOptionGroupCommand.js +0 -61
- package/dist/cjs/commands/CopyOptionGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCustomAvailabilityZoneCommand.js +0 -66
- package/dist/cjs/commands/CreateCustomAvailabilityZoneCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDBClusterCommand.js +0 -76
- package/dist/cjs/commands/CreateDBClusterCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDBClusterEndpointCommand.js +0 -64
- package/dist/cjs/commands/CreateDBClusterEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDBClusterParameterGroupCommand.js +0 -92
- package/dist/cjs/commands/CreateDBClusterParameterGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDBClusterSnapshotCommand.js +0 -67
- package/dist/cjs/commands/CreateDBClusterSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDBInstanceCommand.js +0 -61
- package/dist/cjs/commands/CreateDBInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDBInstanceReadReplicaCommand.js +0 -78
- package/dist/cjs/commands/CreateDBInstanceReadReplicaCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDBParameterGroupCommand.js +0 -81
- package/dist/cjs/commands/CreateDBParameterGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDBProxyCommand.js +0 -61
- package/dist/cjs/commands/CreateDBProxyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDBProxyEndpointCommand.js +0 -65
- package/dist/cjs/commands/CreateDBProxyEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDBSecurityGroupCommand.js +0 -64
- package/dist/cjs/commands/CreateDBSecurityGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDBSnapshotCommand.js +0 -62
- package/dist/cjs/commands/CreateDBSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDBSubnetGroupCommand.js +0 -61
- package/dist/cjs/commands/CreateDBSubnetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEventSubscriptionCommand.js +0 -83
- package/dist/cjs/commands/CreateEventSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGlobalClusterCommand.js +0 -77
- package/dist/cjs/commands/CreateGlobalClusterCommand.js.map +0 -1
- package/dist/cjs/commands/CreateOptionGroupCommand.js +0 -61
- package/dist/cjs/commands/CreateOptionGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCustomAvailabilityZoneCommand.js +0 -66
- package/dist/cjs/commands/DeleteCustomAvailabilityZoneCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDBClusterCommand.js +0 -71
- package/dist/cjs/commands/DeleteDBClusterCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDBClusterEndpointCommand.js +0 -64
- package/dist/cjs/commands/DeleteDBClusterEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDBClusterParameterGroupCommand.js +0 -68
- package/dist/cjs/commands/DeleteDBClusterParameterGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDBClusterSnapshotCommand.js +0 -72
- package/dist/cjs/commands/DeleteDBClusterSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDBInstanceAutomatedBackupCommand.js +0 -61
- package/dist/cjs/commands/DeleteDBInstanceAutomatedBackupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDBInstanceCommand.js +0 -86
- package/dist/cjs/commands/DeleteDBInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDBParameterGroupCommand.js +0 -61
- package/dist/cjs/commands/DeleteDBParameterGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDBProxyCommand.js +0 -61
- package/dist/cjs/commands/DeleteDBProxyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDBProxyEndpointCommand.js +0 -63
- package/dist/cjs/commands/DeleteDBProxyEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDBSecurityGroupCommand.js +0 -64
- package/dist/cjs/commands/DeleteDBSecurityGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDBSnapshotCommand.js +0 -65
- package/dist/cjs/commands/DeleteDBSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDBSubnetGroupCommand.js +0 -64
- package/dist/cjs/commands/DeleteDBSubnetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEventSubscriptionCommand.js +0 -61
- package/dist/cjs/commands/DeleteEventSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGlobalClusterCommand.js +0 -67
- package/dist/cjs/commands/DeleteGlobalClusterCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInstallationMediaCommand.js +0 -62
- package/dist/cjs/commands/DeleteInstallationMediaCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteOptionGroupCommand.js +0 -61
- package/dist/cjs/commands/DeleteOptionGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterDBProxyTargetsCommand.js +0 -61
- package/dist/cjs/commands/DeregisterDBProxyTargetsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountAttributesCommand.js +0 -62
- package/dist/cjs/commands/DescribeAccountAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCertificatesCommand.js +0 -61
- package/dist/cjs/commands/DescribeCertificatesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCustomAvailabilityZonesCommand.js +0 -66
- package/dist/cjs/commands/DescribeCustomAvailabilityZonesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBClusterBacktracksCommand.js +0 -68
- package/dist/cjs/commands/DescribeDBClusterBacktracksCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBClusterEndpointsCommand.js +0 -64
- package/dist/cjs/commands/DescribeDBClusterEndpointsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBClusterParameterGroupsCommand.js +0 -72
- package/dist/cjs/commands/DescribeDBClusterParameterGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBClusterParametersCommand.js +0 -68
- package/dist/cjs/commands/DescribeDBClusterParametersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +0 -71
- package/dist/cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBClusterSnapshotsCommand.js +0 -68
- package/dist/cjs/commands/DescribeDBClusterSnapshotsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBClustersCommand.js +0 -68
- package/dist/cjs/commands/DescribeDBClustersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBEngineVersionsCommand.js +0 -61
- package/dist/cjs/commands/DescribeDBEngineVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBInstanceAutomatedBackupsCommand.js +0 -67
- package/dist/cjs/commands/DescribeDBInstanceAutomatedBackupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBInstancesCommand.js +0 -64
- package/dist/cjs/commands/DescribeDBInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBLogFilesCommand.js +0 -61
- package/dist/cjs/commands/DescribeDBLogFilesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBParameterGroupsCommand.js +0 -64
- package/dist/cjs/commands/DescribeDBParameterGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBParametersCommand.js +0 -61
- package/dist/cjs/commands/DescribeDBParametersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBProxiesCommand.js +0 -61
- package/dist/cjs/commands/DescribeDBProxiesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBProxyEndpointsCommand.js +0 -61
- package/dist/cjs/commands/DescribeDBProxyEndpointsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBProxyTargetGroupsCommand.js +0 -61
- package/dist/cjs/commands/DescribeDBProxyTargetGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBProxyTargetsCommand.js +0 -61
- package/dist/cjs/commands/DescribeDBProxyTargetsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBSecurityGroupsCommand.js +0 -64
- package/dist/cjs/commands/DescribeDBSecurityGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBSnapshotAttributesCommand.js +0 -68
- package/dist/cjs/commands/DescribeDBSnapshotAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBSnapshotsCommand.js +0 -61
- package/dist/cjs/commands/DescribeDBSnapshotsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDBSubnetGroupsCommand.js +0 -64
- package/dist/cjs/commands/DescribeDBSubnetGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +0 -65
- package/dist/cjs/commands/DescribeEngineDefaultClusterParametersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEngineDefaultParametersCommand.js +0 -61
- package/dist/cjs/commands/DescribeEngineDefaultParametersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventCategoriesCommand.js +0 -65
- package/dist/cjs/commands/DescribeEventCategoriesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventSubscriptionsCommand.js +0 -63
- package/dist/cjs/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventsCommand.js +0 -66
- package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeExportTasksCommand.js +0 -62
- package/dist/cjs/commands/DescribeExportTasksCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGlobalClustersCommand.js +0 -70
- package/dist/cjs/commands/DescribeGlobalClustersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstallationMediaCommand.js +0 -62
- package/dist/cjs/commands/DescribeInstallationMediaCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeOptionGroupOptionsCommand.js +0 -61
- package/dist/cjs/commands/DescribeOptionGroupOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeOptionGroupsCommand.js +0 -61
- package/dist/cjs/commands/DescribeOptionGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +0 -61
- package/dist/cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePendingMaintenanceActionsCommand.js +0 -61
- package/dist/cjs/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReservedDBInstancesCommand.js +0 -61
- package/dist/cjs/commands/DescribeReservedDBInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReservedDBInstancesOfferingsCommand.js +0 -61
- package/dist/cjs/commands/DescribeReservedDBInstancesOfferingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSourceRegionsCommand.js +0 -62
- package/dist/cjs/commands/DescribeSourceRegionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeValidDBInstanceModificationsCommand.js +0 -65
- package/dist/cjs/commands/DescribeValidDBInstanceModificationsCommand.js.map +0 -1
- package/dist/cjs/commands/DownloadDBLogFilePortionCommand.js +0 -61
- package/dist/cjs/commands/DownloadDBLogFilePortionCommand.js.map +0 -1
- package/dist/cjs/commands/FailoverDBClusterCommand.js +0 -74
- package/dist/cjs/commands/FailoverDBClusterCommand.js.map +0 -1
- package/dist/cjs/commands/FailoverGlobalClusterCommand.js +0 -75
- package/dist/cjs/commands/FailoverGlobalClusterCommand.js.map +0 -1
- package/dist/cjs/commands/ImportInstallationMediaCommand.js +0 -63
- package/dist/cjs/commands/ImportInstallationMediaCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -64
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyCertificatesCommand.js +0 -85
- package/dist/cjs/commands/ModifyCertificatesCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyCurrentDBClusterCapacityCommand.js +0 -78
- package/dist/cjs/commands/ModifyCurrentDBClusterCapacityCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyDBClusterCommand.js +0 -70
- package/dist/cjs/commands/ModifyDBClusterCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyDBClusterEndpointCommand.js +0 -65
- package/dist/cjs/commands/ModifyDBClusterEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyDBClusterParameterGroupCommand.js +0 -88
- package/dist/cjs/commands/ModifyDBClusterParameterGroupCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +0 -82
- package/dist/cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyDBInstanceCommand.js +0 -66
- package/dist/cjs/commands/ModifyDBInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyDBParameterGroupCommand.js +0 -76
- package/dist/cjs/commands/ModifyDBParameterGroupCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyDBProxyCommand.js +0 -61
- package/dist/cjs/commands/ModifyDBProxyCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyDBProxyEndpointCommand.js +0 -61
- package/dist/cjs/commands/ModifyDBProxyEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyDBProxyTargetGroupCommand.js +0 -61
- package/dist/cjs/commands/ModifyDBProxyTargetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyDBSnapshotAttributeCommand.js +0 -77
- package/dist/cjs/commands/ModifyDBSnapshotAttributeCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyDBSnapshotCommand.js +0 -67
- package/dist/cjs/commands/ModifyDBSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyDBSubnetGroupCommand.js +0 -61
- package/dist/cjs/commands/ModifyDBSubnetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyEventSubscriptionCommand.js +0 -65
- package/dist/cjs/commands/ModifyEventSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyGlobalClusterCommand.js +0 -69
- package/dist/cjs/commands/ModifyGlobalClusterCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyOptionGroupCommand.js +0 -61
- package/dist/cjs/commands/ModifyOptionGroupCommand.js.map +0 -1
- package/dist/cjs/commands/PromoteReadReplicaCommand.js +0 -79
- package/dist/cjs/commands/PromoteReadReplicaCommand.js.map +0 -1
- package/dist/cjs/commands/PromoteReadReplicaDBClusterCommand.js +0 -64
- package/dist/cjs/commands/PromoteReadReplicaDBClusterCommand.js.map +0 -1
- package/dist/cjs/commands/PurchaseReservedDBInstancesOfferingCommand.js +0 -61
- package/dist/cjs/commands/PurchaseReservedDBInstancesOfferingCommand.js.map +0 -1
- package/dist/cjs/commands/RebootDBInstanceCommand.js +0 -72
- package/dist/cjs/commands/RebootDBInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterDBProxyTargetsCommand.js +0 -61
- package/dist/cjs/commands/RegisterDBProxyTargetsCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveFromGlobalClusterCommand.js +0 -68
- package/dist/cjs/commands/RemoveFromGlobalClusterCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveRoleFromDBClusterCommand.js +0 -66
- package/dist/cjs/commands/RemoveRoleFromDBClusterCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveRoleFromDBInstanceCommand.js +0 -61
- package/dist/cjs/commands/RemoveRoleFromDBInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +0 -61
- package/dist/cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsFromResourceCommand.js +0 -65
- package/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ResetDBClusterParameterGroupCommand.js +0 -80
- package/dist/cjs/commands/ResetDBClusterParameterGroupCommand.js.map +0 -1
- package/dist/cjs/commands/ResetDBParameterGroupCommand.js +0 -68
- package/dist/cjs/commands/ResetDBParameterGroupCommand.js.map +0 -1
- package/dist/cjs/commands/RestoreDBClusterFromS3Command.js +0 -80
- package/dist/cjs/commands/RestoreDBClusterFromS3Command.js.map +0 -1
- package/dist/cjs/commands/RestoreDBClusterFromSnapshotCommand.js +0 -80
- package/dist/cjs/commands/RestoreDBClusterFromSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/RestoreDBClusterToPointInTimeCommand.js +0 -80
- package/dist/cjs/commands/RestoreDBClusterToPointInTimeCommand.js.map +0 -1
- package/dist/cjs/commands/RestoreDBInstanceFromDBSnapshotCommand.js +0 -74
- package/dist/cjs/commands/RestoreDBInstanceFromDBSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/RestoreDBInstanceFromS3Command.js +0 -68
- package/dist/cjs/commands/RestoreDBInstanceFromS3Command.js.map +0 -1
- package/dist/cjs/commands/RestoreDBInstanceToPointInTimeCommand.js +0 -70
- package/dist/cjs/commands/RestoreDBInstanceToPointInTimeCommand.js.map +0 -1
- package/dist/cjs/commands/RevokeDBSecurityGroupIngressCommand.js +0 -61
- package/dist/cjs/commands/RevokeDBSecurityGroupIngressCommand.js.map +0 -1
- package/dist/cjs/commands/StartActivityStreamCommand.js +0 -63
- package/dist/cjs/commands/StartActivityStreamCommand.js.map +0 -1
- package/dist/cjs/commands/StartDBClusterCommand.js +0 -70
- package/dist/cjs/commands/StartDBClusterCommand.js.map +0 -1
- package/dist/cjs/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +0 -66
- package/dist/cjs/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js.map +0 -1
- package/dist/cjs/commands/StartDBInstanceCommand.js +0 -76
- package/dist/cjs/commands/StartDBInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/StartExportTaskCommand.js +0 -64
- package/dist/cjs/commands/StartExportTaskCommand.js.map +0 -1
- package/dist/cjs/commands/StopActivityStreamCommand.js +0 -65
- package/dist/cjs/commands/StopActivityStreamCommand.js.map +0 -1
- package/dist/cjs/commands/StopDBClusterCommand.js +0 -73
- package/dist/cjs/commands/StopDBClusterCommand.js.map +0 -1
- package/dist/cjs/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js +0 -64
- package/dist/cjs/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js.map +0 -1
- package/dist/cjs/commands/StopDBInstanceCommand.js +0 -78
- package/dist/cjs/commands/StopDBInstanceCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -91
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -186
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -6
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2662
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/models/models_1.js +0 -1600
- package/dist/cjs/models/models_1.js.map +0 -1
- package/dist/cjs/package.json +0 -95
- package/dist/cjs/pagination/DescribeCertificatesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeCertificatesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeCustomAvailabilityZonesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBClusterBacktracksPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBClusterBacktracksPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBClusterEndpointsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBClusterEndpointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBClusterParameterGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBClusterParameterGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBClusterParametersPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBClusterParametersPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBClusterSnapshotsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBClusterSnapshotsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBClustersPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBClustersPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBEngineVersionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBEngineVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBLogFilesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBLogFilesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBParameterGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBParameterGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBParametersPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBParametersPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBProxiesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBProxiesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBProxyEndpointsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBProxyEndpointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBProxyTargetGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBProxyTargetGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBProxyTargetsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBProxyTargetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBSecurityGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBSecurityGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBSnapshotsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBSnapshotsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDBSubnetGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeDBSubnetGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEngineDefaultParametersPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeEngineDefaultParametersPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeExportTasksPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeExportTasksPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeGlobalClustersPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeGlobalClustersPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeInstallationMediaPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeInstallationMediaPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeOptionGroupOptionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeOptionGroupOptionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeOptionGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeOptionGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeOrderableDBInstanceOptionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeReservedDBInstancesOfferingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeReservedDBInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeReservedDBInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeSourceRegionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeSourceRegionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DownloadDBLogFilePortionPaginator.js +0 -46
- package/dist/cjs/pagination/DownloadDBLogFilePortionPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_query.js +0 -23335
- package/dist/cjs/protocols/Aws_query.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForDBClusterSnapshotAvailable.js +0 -129
- package/dist/cjs/waiters/waitForDBClusterSnapshotAvailable.js.map +0 -1
- package/dist/cjs/waiters/waitForDBClusterSnapshotDeleted.js +0 -109
- package/dist/cjs/waiters/waitForDBClusterSnapshotDeleted.js.map +0 -1
- package/dist/cjs/waiters/waitForDBInstanceAvailable.js +0 -129
- package/dist/cjs/waiters/waitForDBInstanceAvailable.js.map +0 -1
- package/dist/cjs/waiters/waitForDBInstanceDeleted.js +0 -109
- package/dist/cjs/waiters/waitForDBInstanceDeleted.js.map +0 -1
- package/dist/cjs/waiters/waitForDBSnapshotAvailable.js +0 -129
- package/dist/cjs/waiters/waitForDBSnapshotAvailable.js.map +0 -1
- package/dist/cjs/waiters/waitForDBSnapshotDeleted.js +0 -109
- package/dist/cjs/waiters/waitForDBSnapshotDeleted.js.map +0 -1
- package/dist/es/RDS.js +0 -2066
- package/dist/es/RDS.js.map +0 -1
- package/dist/es/RDSClient.js +0 -38
- package/dist/es/RDSClient.js.map +0 -1
- package/dist/es/commands/AddRoleToDBClusterCommand.js +0 -40
- package/dist/es/commands/AddRoleToDBClusterCommand.js.map +0 -1
- package/dist/es/commands/AddRoleToDBInstanceCommand.js +0 -40
- package/dist/es/commands/AddRoleToDBInstanceCommand.js.map +0 -1
- package/dist/es/commands/AddSourceIdentifierToSubscriptionCommand.js +0 -40
- package/dist/es/commands/AddSourceIdentifierToSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/AddTagsToResourceCommand.js +0 -40
- package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/es/commands/ApplyPendingMaintenanceActionCommand.js +0 -40
- package/dist/es/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
- package/dist/es/commands/AuthorizeDBSecurityGroupIngressCommand.js +0 -40
- package/dist/es/commands/AuthorizeDBSecurityGroupIngressCommand.js.map +0 -1
- package/dist/es/commands/BacktrackDBClusterCommand.js +0 -40
- package/dist/es/commands/BacktrackDBClusterCommand.js.map +0 -1
- package/dist/es/commands/CancelExportTaskCommand.js +0 -40
- package/dist/es/commands/CancelExportTaskCommand.js.map +0 -1
- package/dist/es/commands/CopyDBClusterParameterGroupCommand.js +0 -40
- package/dist/es/commands/CopyDBClusterParameterGroupCommand.js.map +0 -1
- package/dist/es/commands/CopyDBClusterSnapshotCommand.js +0 -42
- package/dist/es/commands/CopyDBClusterSnapshotCommand.js.map +0 -1
- package/dist/es/commands/CopyDBParameterGroupCommand.js +0 -40
- package/dist/es/commands/CopyDBParameterGroupCommand.js.map +0 -1
- package/dist/es/commands/CopyDBSnapshotCommand.js +0 -42
- package/dist/es/commands/CopyDBSnapshotCommand.js.map +0 -1
- package/dist/es/commands/CopyOptionGroupCommand.js +0 -40
- package/dist/es/commands/CopyOptionGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomAvailabilityZoneCommand.js +0 -40
- package/dist/es/commands/CreateCustomAvailabilityZoneCommand.js.map +0 -1
- package/dist/es/commands/CreateDBClusterCommand.js +0 -42
- package/dist/es/commands/CreateDBClusterCommand.js.map +0 -1
- package/dist/es/commands/CreateDBClusterEndpointCommand.js +0 -40
- package/dist/es/commands/CreateDBClusterEndpointCommand.js.map +0 -1
- package/dist/es/commands/CreateDBClusterParameterGroupCommand.js +0 -40
- package/dist/es/commands/CreateDBClusterParameterGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateDBClusterSnapshotCommand.js +0 -40
- package/dist/es/commands/CreateDBClusterSnapshotCommand.js.map +0 -1
- package/dist/es/commands/CreateDBInstanceCommand.js +0 -40
- package/dist/es/commands/CreateDBInstanceCommand.js.map +0 -1
- package/dist/es/commands/CreateDBInstanceReadReplicaCommand.js +0 -42
- package/dist/es/commands/CreateDBInstanceReadReplicaCommand.js.map +0 -1
- package/dist/es/commands/CreateDBParameterGroupCommand.js +0 -40
- package/dist/es/commands/CreateDBParameterGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateDBProxyCommand.js +0 -40
- package/dist/es/commands/CreateDBProxyCommand.js.map +0 -1
- package/dist/es/commands/CreateDBProxyEndpointCommand.js +0 -40
- package/dist/es/commands/CreateDBProxyEndpointCommand.js.map +0 -1
- package/dist/es/commands/CreateDBSecurityGroupCommand.js +0 -40
- package/dist/es/commands/CreateDBSecurityGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateDBSnapshotCommand.js +0 -40
- package/dist/es/commands/CreateDBSnapshotCommand.js.map +0 -1
- package/dist/es/commands/CreateDBSubnetGroupCommand.js +0 -40
- package/dist/es/commands/CreateDBSubnetGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateEventSubscriptionCommand.js +0 -40
- package/dist/es/commands/CreateEventSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/CreateGlobalClusterCommand.js +0 -40
- package/dist/es/commands/CreateGlobalClusterCommand.js.map +0 -1
- package/dist/es/commands/CreateOptionGroupCommand.js +0 -40
- package/dist/es/commands/CreateOptionGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteCustomAvailabilityZoneCommand.js +0 -40
- package/dist/es/commands/DeleteCustomAvailabilityZoneCommand.js.map +0 -1
- package/dist/es/commands/DeleteDBClusterCommand.js +0 -40
- package/dist/es/commands/DeleteDBClusterCommand.js.map +0 -1
- package/dist/es/commands/DeleteDBClusterEndpointCommand.js +0 -40
- package/dist/es/commands/DeleteDBClusterEndpointCommand.js.map +0 -1
- package/dist/es/commands/DeleteDBClusterParameterGroupCommand.js +0 -40
- package/dist/es/commands/DeleteDBClusterParameterGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteDBClusterSnapshotCommand.js +0 -40
- package/dist/es/commands/DeleteDBClusterSnapshotCommand.js.map +0 -1
- package/dist/es/commands/DeleteDBInstanceAutomatedBackupCommand.js +0 -40
- package/dist/es/commands/DeleteDBInstanceAutomatedBackupCommand.js.map +0 -1
- package/dist/es/commands/DeleteDBInstanceCommand.js +0 -40
- package/dist/es/commands/DeleteDBInstanceCommand.js.map +0 -1
- package/dist/es/commands/DeleteDBParameterGroupCommand.js +0 -40
- package/dist/es/commands/DeleteDBParameterGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteDBProxyCommand.js +0 -40
- package/dist/es/commands/DeleteDBProxyCommand.js.map +0 -1
- package/dist/es/commands/DeleteDBProxyEndpointCommand.js +0 -40
- package/dist/es/commands/DeleteDBProxyEndpointCommand.js.map +0 -1
- package/dist/es/commands/DeleteDBSecurityGroupCommand.js +0 -40
- package/dist/es/commands/DeleteDBSecurityGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteDBSnapshotCommand.js +0 -40
- package/dist/es/commands/DeleteDBSnapshotCommand.js.map +0 -1
- package/dist/es/commands/DeleteDBSubnetGroupCommand.js +0 -40
- package/dist/es/commands/DeleteDBSubnetGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteEventSubscriptionCommand.js +0 -40
- package/dist/es/commands/DeleteEventSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/DeleteGlobalClusterCommand.js +0 -40
- package/dist/es/commands/DeleteGlobalClusterCommand.js.map +0 -1
- package/dist/es/commands/DeleteInstallationMediaCommand.js +0 -40
- package/dist/es/commands/DeleteInstallationMediaCommand.js.map +0 -1
- package/dist/es/commands/DeleteOptionGroupCommand.js +0 -40
- package/dist/es/commands/DeleteOptionGroupCommand.js.map +0 -1
- package/dist/es/commands/DeregisterDBProxyTargetsCommand.js +0 -40
- package/dist/es/commands/DeregisterDBProxyTargetsCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountAttributesCommand.js +0 -40
- package/dist/es/commands/DescribeAccountAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeCertificatesCommand.js +0 -40
- package/dist/es/commands/DescribeCertificatesCommand.js.map +0 -1
- package/dist/es/commands/DescribeCustomAvailabilityZonesCommand.js +0 -40
- package/dist/es/commands/DescribeCustomAvailabilityZonesCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBClusterBacktracksCommand.js +0 -40
- package/dist/es/commands/DescribeDBClusterBacktracksCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBClusterEndpointsCommand.js +0 -40
- package/dist/es/commands/DescribeDBClusterEndpointsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBClusterParameterGroupsCommand.js +0 -40
- package/dist/es/commands/DescribeDBClusterParameterGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBClusterParametersCommand.js +0 -40
- package/dist/es/commands/DescribeDBClusterParametersCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBClusterSnapshotAttributesCommand.js +0 -40
- package/dist/es/commands/DescribeDBClusterSnapshotAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBClusterSnapshotsCommand.js +0 -40
- package/dist/es/commands/DescribeDBClusterSnapshotsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBClustersCommand.js +0 -40
- package/dist/es/commands/DescribeDBClustersCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBEngineVersionsCommand.js +0 -40
- package/dist/es/commands/DescribeDBEngineVersionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBInstanceAutomatedBackupsCommand.js +0 -40
- package/dist/es/commands/DescribeDBInstanceAutomatedBackupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBInstancesCommand.js +0 -40
- package/dist/es/commands/DescribeDBInstancesCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBLogFilesCommand.js +0 -40
- package/dist/es/commands/DescribeDBLogFilesCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBParameterGroupsCommand.js +0 -40
- package/dist/es/commands/DescribeDBParameterGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBParametersCommand.js +0 -40
- package/dist/es/commands/DescribeDBParametersCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBProxiesCommand.js +0 -40
- package/dist/es/commands/DescribeDBProxiesCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBProxyEndpointsCommand.js +0 -40
- package/dist/es/commands/DescribeDBProxyEndpointsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBProxyTargetGroupsCommand.js +0 -40
- package/dist/es/commands/DescribeDBProxyTargetGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBProxyTargetsCommand.js +0 -40
- package/dist/es/commands/DescribeDBProxyTargetsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBSecurityGroupsCommand.js +0 -40
- package/dist/es/commands/DescribeDBSecurityGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBSnapshotAttributesCommand.js +0 -40
- package/dist/es/commands/DescribeDBSnapshotAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBSnapshotsCommand.js +0 -40
- package/dist/es/commands/DescribeDBSnapshotsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDBSubnetGroupsCommand.js +0 -40
- package/dist/es/commands/DescribeDBSubnetGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEngineDefaultClusterParametersCommand.js +0 -40
- package/dist/es/commands/DescribeEngineDefaultClusterParametersCommand.js.map +0 -1
- package/dist/es/commands/DescribeEngineDefaultParametersCommand.js +0 -40
- package/dist/es/commands/DescribeEngineDefaultParametersCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventCategoriesCommand.js +0 -40
- package/dist/es/commands/DescribeEventCategoriesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventSubscriptionsCommand.js +0 -40
- package/dist/es/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventsCommand.js +0 -40
- package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeExportTasksCommand.js +0 -40
- package/dist/es/commands/DescribeExportTasksCommand.js.map +0 -1
- package/dist/es/commands/DescribeGlobalClustersCommand.js +0 -40
- package/dist/es/commands/DescribeGlobalClustersCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstallationMediaCommand.js +0 -40
- package/dist/es/commands/DescribeInstallationMediaCommand.js.map +0 -1
- package/dist/es/commands/DescribeOptionGroupOptionsCommand.js +0 -40
- package/dist/es/commands/DescribeOptionGroupOptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeOptionGroupsCommand.js +0 -40
- package/dist/es/commands/DescribeOptionGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeOrderableDBInstanceOptionsCommand.js +0 -40
- package/dist/es/commands/DescribeOrderableDBInstanceOptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribePendingMaintenanceActionsCommand.js +0 -40
- package/dist/es/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReservedDBInstancesCommand.js +0 -40
- package/dist/es/commands/DescribeReservedDBInstancesCommand.js.map +0 -1
- package/dist/es/commands/DescribeReservedDBInstancesOfferingsCommand.js +0 -40
- package/dist/es/commands/DescribeReservedDBInstancesOfferingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeSourceRegionsCommand.js +0 -40
- package/dist/es/commands/DescribeSourceRegionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeValidDBInstanceModificationsCommand.js +0 -40
- package/dist/es/commands/DescribeValidDBInstanceModificationsCommand.js.map +0 -1
- package/dist/es/commands/DownloadDBLogFilePortionCommand.js +0 -40
- package/dist/es/commands/DownloadDBLogFilePortionCommand.js.map +0 -1
- package/dist/es/commands/FailoverDBClusterCommand.js +0 -40
- package/dist/es/commands/FailoverDBClusterCommand.js.map +0 -1
- package/dist/es/commands/FailoverGlobalClusterCommand.js +0 -40
- package/dist/es/commands/FailoverGlobalClusterCommand.js.map +0 -1
- package/dist/es/commands/ImportInstallationMediaCommand.js +0 -41
- package/dist/es/commands/ImportInstallationMediaCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ModifyCertificatesCommand.js +0 -40
- package/dist/es/commands/ModifyCertificatesCommand.js.map +0 -1
- package/dist/es/commands/ModifyCurrentDBClusterCapacityCommand.js +0 -40
- package/dist/es/commands/ModifyCurrentDBClusterCapacityCommand.js.map +0 -1
- package/dist/es/commands/ModifyDBClusterCommand.js +0 -40
- package/dist/es/commands/ModifyDBClusterCommand.js.map +0 -1
- package/dist/es/commands/ModifyDBClusterEndpointCommand.js +0 -41
- package/dist/es/commands/ModifyDBClusterEndpointCommand.js.map +0 -1
- package/dist/es/commands/ModifyDBClusterParameterGroupCommand.js +0 -40
- package/dist/es/commands/ModifyDBClusterParameterGroupCommand.js.map +0 -1
- package/dist/es/commands/ModifyDBClusterSnapshotAttributeCommand.js +0 -40
- package/dist/es/commands/ModifyDBClusterSnapshotAttributeCommand.js.map +0 -1
- package/dist/es/commands/ModifyDBInstanceCommand.js +0 -40
- package/dist/es/commands/ModifyDBInstanceCommand.js.map +0 -1
- package/dist/es/commands/ModifyDBParameterGroupCommand.js +0 -40
- package/dist/es/commands/ModifyDBParameterGroupCommand.js.map +0 -1
- package/dist/es/commands/ModifyDBProxyCommand.js +0 -40
- package/dist/es/commands/ModifyDBProxyCommand.js.map +0 -1
- package/dist/es/commands/ModifyDBProxyEndpointCommand.js +0 -40
- package/dist/es/commands/ModifyDBProxyEndpointCommand.js.map +0 -1
- package/dist/es/commands/ModifyDBProxyTargetGroupCommand.js +0 -40
- package/dist/es/commands/ModifyDBProxyTargetGroupCommand.js.map +0 -1
- package/dist/es/commands/ModifyDBSnapshotAttributeCommand.js +0 -40
- package/dist/es/commands/ModifyDBSnapshotAttributeCommand.js.map +0 -1
- package/dist/es/commands/ModifyDBSnapshotCommand.js +0 -40
- package/dist/es/commands/ModifyDBSnapshotCommand.js.map +0 -1
- package/dist/es/commands/ModifyDBSubnetGroupCommand.js +0 -40
- package/dist/es/commands/ModifyDBSubnetGroupCommand.js.map +0 -1
- package/dist/es/commands/ModifyEventSubscriptionCommand.js +0 -40
- package/dist/es/commands/ModifyEventSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/ModifyGlobalClusterCommand.js +0 -40
- package/dist/es/commands/ModifyGlobalClusterCommand.js.map +0 -1
- package/dist/es/commands/ModifyOptionGroupCommand.js +0 -40
- package/dist/es/commands/ModifyOptionGroupCommand.js.map +0 -1
- package/dist/es/commands/PromoteReadReplicaCommand.js +0 -40
- package/dist/es/commands/PromoteReadReplicaCommand.js.map +0 -1
- package/dist/es/commands/PromoteReadReplicaDBClusterCommand.js +0 -40
- package/dist/es/commands/PromoteReadReplicaDBClusterCommand.js.map +0 -1
- package/dist/es/commands/PurchaseReservedDBInstancesOfferingCommand.js +0 -40
- package/dist/es/commands/PurchaseReservedDBInstancesOfferingCommand.js.map +0 -1
- package/dist/es/commands/RebootDBInstanceCommand.js +0 -40
- package/dist/es/commands/RebootDBInstanceCommand.js.map +0 -1
- package/dist/es/commands/RegisterDBProxyTargetsCommand.js +0 -40
- package/dist/es/commands/RegisterDBProxyTargetsCommand.js.map +0 -1
- package/dist/es/commands/RemoveFromGlobalClusterCommand.js +0 -40
- package/dist/es/commands/RemoveFromGlobalClusterCommand.js.map +0 -1
- package/dist/es/commands/RemoveRoleFromDBClusterCommand.js +0 -40
- package/dist/es/commands/RemoveRoleFromDBClusterCommand.js.map +0 -1
- package/dist/es/commands/RemoveRoleFromDBInstanceCommand.js +0 -40
- package/dist/es/commands/RemoveRoleFromDBInstanceCommand.js.map +0 -1
- package/dist/es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +0 -40
- package/dist/es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsFromResourceCommand.js +0 -40
- package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/es/commands/ResetDBClusterParameterGroupCommand.js +0 -40
- package/dist/es/commands/ResetDBClusterParameterGroupCommand.js.map +0 -1
- package/dist/es/commands/ResetDBParameterGroupCommand.js +0 -40
- package/dist/es/commands/ResetDBParameterGroupCommand.js.map +0 -1
- package/dist/es/commands/RestoreDBClusterFromS3Command.js +0 -40
- package/dist/es/commands/RestoreDBClusterFromS3Command.js.map +0 -1
- package/dist/es/commands/RestoreDBClusterFromSnapshotCommand.js +0 -40
- package/dist/es/commands/RestoreDBClusterFromSnapshotCommand.js.map +0 -1
- package/dist/es/commands/RestoreDBClusterToPointInTimeCommand.js +0 -40
- package/dist/es/commands/RestoreDBClusterToPointInTimeCommand.js.map +0 -1
- package/dist/es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +0 -40
- package/dist/es/commands/RestoreDBInstanceFromDBSnapshotCommand.js.map +0 -1
- package/dist/es/commands/RestoreDBInstanceFromS3Command.js +0 -40
- package/dist/es/commands/RestoreDBInstanceFromS3Command.js.map +0 -1
- package/dist/es/commands/RestoreDBInstanceToPointInTimeCommand.js +0 -40
- package/dist/es/commands/RestoreDBInstanceToPointInTimeCommand.js.map +0 -1
- package/dist/es/commands/RevokeDBSecurityGroupIngressCommand.js +0 -40
- package/dist/es/commands/RevokeDBSecurityGroupIngressCommand.js.map +0 -1
- package/dist/es/commands/StartActivityStreamCommand.js +0 -40
- package/dist/es/commands/StartActivityStreamCommand.js.map +0 -1
- package/dist/es/commands/StartDBClusterCommand.js +0 -40
- package/dist/es/commands/StartDBClusterCommand.js.map +0 -1
- package/dist/es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +0 -42
- package/dist/es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js.map +0 -1
- package/dist/es/commands/StartDBInstanceCommand.js +0 -40
- package/dist/es/commands/StartDBInstanceCommand.js.map +0 -1
- package/dist/es/commands/StartExportTaskCommand.js +0 -41
- package/dist/es/commands/StartExportTaskCommand.js.map +0 -1
- package/dist/es/commands/StopActivityStreamCommand.js +0 -40
- package/dist/es/commands/StopActivityStreamCommand.js.map +0 -1
- package/dist/es/commands/StopDBClusterCommand.js +0 -40
- package/dist/es/commands/StopDBClusterCommand.js.map +0 -1
- package/dist/es/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js +0 -40
- package/dist/es/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js.map +0 -1
- package/dist/es/commands/StopDBInstanceCommand.js +0 -40
- package/dist/es/commands/StopDBInstanceCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -87
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -183
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -3
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1232
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/models/models_1.js +0 -710
- package/dist/es/models/models_1.js.map +0 -1
- package/dist/es/package.json +0 -95
- package/dist/es/pagination/DescribeCertificatesPaginator.js +0 -75
- package/dist/es/pagination/DescribeCertificatesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -75
- package/dist/es/pagination/DescribeCustomAvailabilityZonesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBClusterBacktracksPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBClusterBacktracksPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBClusterEndpointsPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBClusterEndpointsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBClusterParameterGroupsPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBClusterParameterGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBClusterParametersPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBClusterParametersPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBClusterSnapshotsPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBClusterSnapshotsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBClustersPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBClustersPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBEngineVersionsPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBEngineVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBInstancesPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBLogFilesPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBLogFilesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBParameterGroupsPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBParameterGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBParametersPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBParametersPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBProxiesPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBProxiesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBProxyEndpointsPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBProxyEndpointsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBProxyTargetGroupsPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBProxyTargetGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBProxyTargetsPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBProxyTargetsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBSecurityGroupsPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBSecurityGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBSnapshotsPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBSnapshotsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDBSubnetGroupsPaginator.js +0 -75
- package/dist/es/pagination/DescribeDBSubnetGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEngineDefaultParametersPaginator.js +0 -75
- package/dist/es/pagination/DescribeEngineDefaultParametersPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js +0 -75
- package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventsPaginator.js +0 -75
- package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeExportTasksPaginator.js +0 -75
- package/dist/es/pagination/DescribeExportTasksPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeGlobalClustersPaginator.js +0 -75
- package/dist/es/pagination/DescribeGlobalClustersPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeInstallationMediaPaginator.js +0 -75
- package/dist/es/pagination/DescribeInstallationMediaPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeOptionGroupOptionsPaginator.js +0 -75
- package/dist/es/pagination/DescribeOptionGroupOptionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeOptionGroupsPaginator.js +0 -75
- package/dist/es/pagination/DescribeOptionGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +0 -75
- package/dist/es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -75
- package/dist/es/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +0 -75
- package/dist/es/pagination/DescribeReservedDBInstancesOfferingsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReservedDBInstancesPaginator.js +0 -75
- package/dist/es/pagination/DescribeReservedDBInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeSourceRegionsPaginator.js +0 -75
- package/dist/es/pagination/DescribeSourceRegionsPaginator.js.map +0 -1
- package/dist/es/pagination/DownloadDBLogFilePortionPaginator.js +0 -75
- package/dist/es/pagination/DownloadDBLogFilePortionPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_query.js +0 -24300
- package/dist/es/protocols/Aws_query.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForDBClusterSnapshotAvailable.js +0 -196
- package/dist/es/waiters/waitForDBClusterSnapshotAvailable.js.map +0 -1
- package/dist/es/waiters/waitForDBClusterSnapshotDeleted.js +0 -156
- package/dist/es/waiters/waitForDBClusterSnapshotDeleted.js.map +0 -1
- package/dist/es/waiters/waitForDBInstanceAvailable.js +0 -196
- package/dist/es/waiters/waitForDBInstanceAvailable.js.map +0 -1
- package/dist/es/waiters/waitForDBInstanceDeleted.js +0 -156
- package/dist/es/waiters/waitForDBInstanceDeleted.js.map +0 -1
- package/dist/es/waiters/waitForDBSnapshotAvailable.js +0 -196
- package/dist/es/waiters/waitForDBSnapshotAvailable.js.map +0 -1
- package/dist/es/waiters/waitForDBSnapshotDeleted.js +0 -156
- package/dist/es/waiters/waitForDBSnapshotDeleted.js.map +0 -1
- package/dist/types/RDS.d.ts +0 -1884
- package/dist/types/RDSClient.d.ts +0 -325
- package/dist/types/commands/AddRoleToDBClusterCommand.d.ts +0 -40
- package/dist/types/commands/AddRoleToDBInstanceCommand.d.ts +0 -38
- package/dist/types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +0 -35
- package/dist/types/commands/AddTagsToResourceCommand.d.ts +0 -37
- package/dist/types/commands/ApplyPendingMaintenanceActionCommand.d.ts +0 -35
- package/dist/types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +0 -46
- package/dist/types/commands/BacktrackDBClusterCommand.d.ts +0 -43
- package/dist/types/commands/CancelExportTaskCommand.d.ts +0 -37
- package/dist/types/commands/CopyDBClusterParameterGroupCommand.d.ts +0 -38
- package/dist/types/commands/CopyDBClusterSnapshotCommand.d.ts +0 -109
- package/dist/types/commands/CopyDBParameterGroupCommand.d.ts +0 -35
- package/dist/types/commands/CopyDBSnapshotCommand.d.ts +0 -43
- package/dist/types/commands/CopyOptionGroupCommand.d.ts +0 -35
- package/dist/types/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -40
- package/dist/types/commands/CreateDBClusterCommand.d.ts +0 -48
- package/dist/types/commands/CreateDBClusterEndpointCommand.d.ts +0 -38
- package/dist/types/commands/CreateDBClusterParameterGroupCommand.d.ts +0 -66
- package/dist/types/commands/CreateDBClusterSnapshotCommand.d.ts +0 -41
- package/dist/types/commands/CreateDBInstanceCommand.d.ts +0 -35
- package/dist/types/commands/CreateDBInstanceReadReplicaCommand.d.ts +0 -50
- package/dist/types/commands/CreateDBParameterGroupCommand.d.ts +0 -55
- package/dist/types/commands/CreateDBProxyCommand.d.ts +0 -35
- package/dist/types/commands/CreateDBProxyEndpointCommand.d.ts +0 -39
- package/dist/types/commands/CreateDBSecurityGroupCommand.d.ts +0 -38
- package/dist/types/commands/CreateDBSnapshotCommand.d.ts +0 -36
- package/dist/types/commands/CreateDBSubnetGroupCommand.d.ts +0 -35
- package/dist/types/commands/CreateEventSubscriptionCommand.d.ts +0 -57
- package/dist/types/commands/CreateGlobalClusterCommand.d.ts +0 -51
- package/dist/types/commands/CreateOptionGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -40
- package/dist/types/commands/DeleteDBClusterCommand.d.ts +0 -45
- package/dist/types/commands/DeleteDBClusterEndpointCommand.d.ts +0 -38
- package/dist/types/commands/DeleteDBClusterParameterGroupCommand.d.ts +0 -42
- package/dist/types/commands/DeleteDBClusterSnapshotCommand.d.ts +0 -46
- package/dist/types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteDBInstanceCommand.d.ts +0 -60
- package/dist/types/commands/DeleteDBParameterGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteDBProxyCommand.d.ts +0 -35
- package/dist/types/commands/DeleteDBProxyEndpointCommand.d.ts +0 -37
- package/dist/types/commands/DeleteDBSecurityGroupCommand.d.ts +0 -38
- package/dist/types/commands/DeleteDBSnapshotCommand.d.ts +0 -39
- package/dist/types/commands/DeleteDBSubnetGroupCommand.d.ts +0 -38
- package/dist/types/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteGlobalClusterCommand.d.ts +0 -41
- package/dist/types/commands/DeleteInstallationMediaCommand.d.ts +0 -36
- package/dist/types/commands/DeleteOptionGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeregisterDBProxyTargetsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeAccountAttributesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeCertificatesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -40
- package/dist/types/commands/DescribeDBClusterBacktracksCommand.d.ts +0 -42
- package/dist/types/commands/DescribeDBClusterEndpointsCommand.d.ts +0 -38
- package/dist/types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +0 -46
- package/dist/types/commands/DescribeDBClusterParametersCommand.d.ts +0 -42
- package/dist/types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +0 -45
- package/dist/types/commands/DescribeDBClusterSnapshotsCommand.d.ts +0 -42
- package/dist/types/commands/DescribeDBClustersCommand.d.ts +0 -42
- package/dist/types/commands/DescribeDBEngineVersionsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +0 -41
- package/dist/types/commands/DescribeDBInstancesCommand.d.ts +0 -38
- package/dist/types/commands/DescribeDBLogFilesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeDBParameterGroupsCommand.d.ts +0 -38
- package/dist/types/commands/DescribeDBParametersCommand.d.ts +0 -35
- package/dist/types/commands/DescribeDBProxiesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeDBProxyEndpointsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeDBProxyTargetsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeDBSecurityGroupsCommand.d.ts +0 -38
- package/dist/types/commands/DescribeDBSnapshotAttributesCommand.d.ts +0 -42
- package/dist/types/commands/DescribeDBSnapshotsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeDBSubnetGroupsCommand.d.ts +0 -38
- package/dist/types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +0 -39
- package/dist/types/commands/DescribeEngineDefaultParametersCommand.d.ts +0 -35
- package/dist/types/commands/DescribeEventCategoriesCommand.d.ts +0 -39
- package/dist/types/commands/DescribeEventSubscriptionsCommand.d.ts +0 -37
- package/dist/types/commands/DescribeEventsCommand.d.ts +0 -40
- package/dist/types/commands/DescribeExportTasksCommand.d.ts +0 -36
- package/dist/types/commands/DescribeGlobalClustersCommand.d.ts +0 -44
- package/dist/types/commands/DescribeInstallationMediaCommand.d.ts +0 -36
- package/dist/types/commands/DescribeOptionGroupOptionsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeOptionGroupsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +0 -35
- package/dist/types/commands/DescribePendingMaintenanceActionsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeReservedDBInstancesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeSourceRegionsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +0 -39
- package/dist/types/commands/DownloadDBLogFilePortionCommand.d.ts +0 -35
- package/dist/types/commands/FailoverDBClusterCommand.d.ts +0 -48
- package/dist/types/commands/FailoverGlobalClusterCommand.d.ts +0 -49
- package/dist/types/commands/ImportInstallationMediaCommand.d.ts +0 -37
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -38
- package/dist/types/commands/ModifyCertificatesCommand.d.ts +0 -59
- package/dist/types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +0 -52
- package/dist/types/commands/ModifyDBClusterCommand.d.ts +0 -44
- package/dist/types/commands/ModifyDBClusterEndpointCommand.d.ts +0 -39
- package/dist/types/commands/ModifyDBClusterParameterGroupCommand.d.ts +0 -62
- package/dist/types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +0 -56
- package/dist/types/commands/ModifyDBInstanceCommand.d.ts +0 -40
- package/dist/types/commands/ModifyDBParameterGroupCommand.d.ts +0 -50
- package/dist/types/commands/ModifyDBProxyCommand.d.ts +0 -35
- package/dist/types/commands/ModifyDBProxyEndpointCommand.d.ts +0 -35
- package/dist/types/commands/ModifyDBProxyTargetGroupCommand.d.ts +0 -35
- package/dist/types/commands/ModifyDBSnapshotAttributeCommand.d.ts +0 -51
- package/dist/types/commands/ModifyDBSnapshotCommand.d.ts +0 -41
- package/dist/types/commands/ModifyDBSubnetGroupCommand.d.ts +0 -35
- package/dist/types/commands/ModifyEventSubscriptionCommand.d.ts +0 -39
- package/dist/types/commands/ModifyGlobalClusterCommand.d.ts +0 -43
- package/dist/types/commands/ModifyOptionGroupCommand.d.ts +0 -35
- package/dist/types/commands/PromoteReadReplicaCommand.d.ts +0 -53
- package/dist/types/commands/PromoteReadReplicaDBClusterCommand.d.ts +0 -38
- package/dist/types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +0 -35
- package/dist/types/commands/RebootDBInstanceCommand.d.ts +0 -46
- package/dist/types/commands/RegisterDBProxyTargetsCommand.d.ts +0 -35
- package/dist/types/commands/RemoveFromGlobalClusterCommand.d.ts +0 -42
- package/dist/types/commands/RemoveRoleFromDBClusterCommand.d.ts +0 -40
- package/dist/types/commands/RemoveRoleFromDBInstanceCommand.d.ts +0 -35
- package/dist/types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +0 -35
- package/dist/types/commands/RemoveTagsFromResourceCommand.d.ts +0 -39
- package/dist/types/commands/ResetDBClusterParameterGroupCommand.d.ts +0 -54
- package/dist/types/commands/ResetDBParameterGroupCommand.d.ts +0 -42
- package/dist/types/commands/RestoreDBClusterFromS3Command.d.ts +0 -54
- package/dist/types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +0 -54
- package/dist/types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +0 -54
- package/dist/types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +0 -48
- package/dist/types/commands/RestoreDBInstanceFromS3Command.d.ts +0 -42
- package/dist/types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +0 -44
- package/dist/types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +0 -35
- package/dist/types/commands/StartActivityStreamCommand.d.ts +0 -37
- package/dist/types/commands/StartDBClusterCommand.d.ts +0 -44
- package/dist/types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +0 -38
- package/dist/types/commands/StartDBInstanceCommand.d.ts +0 -50
- package/dist/types/commands/StartExportTaskCommand.d.ts +0 -38
- package/dist/types/commands/StopActivityStreamCommand.d.ts +0 -39
- package/dist/types/commands/StopDBClusterCommand.d.ts +0 -47
- package/dist/types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +0 -38
- package/dist/types/commands/StopDBInstanceCommand.d.ts +0 -52
- package/dist/types/models/models_1.d.ts +0 -7735
- package/dist/types/pagination/DescribeCertificatesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBClusterBacktracksPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBClusterEndpointsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBClusterParametersPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBClustersPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBEngineVersionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBLogFilesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBParameterGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBParametersPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBProxiesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBProxyEndpointsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBProxyTargetsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBSecurityGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBSnapshotsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeDBSubnetGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeEngineDefaultParametersPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeEventsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeExportTasksPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeGlobalClustersPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeOptionGroupOptionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeOptionGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeReservedDBInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeSourceRegionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DownloadDBLogFilePortionPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/protocols/Aws_query.d.ts +0 -413
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/RDS.d.ts +0 -1884
- package/dist/types/ts3.4/RDSClient.d.ts +0 -325
- package/dist/types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/CancelExportTaskCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +0 -109
- package/dist/types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/CopyOptionGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateDBClusterCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +0 -66
- package/dist/types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateDBInstanceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/CreateDBProxyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/CreateOptionGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteDBClusterCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDBProxyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteInstallationMediaCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeCertificatesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeDBClustersCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeDBParametersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeExportTasksCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DescribeInstallationMediaCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/FailoverDBClusterCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/ImportInstallationMediaCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ModifyCertificatesCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/ModifyDBClusterCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/ModifyDBProxyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RebootDBInstanceCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +0 -54
- package/dist/types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +0 -42
- package/dist/types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartActivityStreamCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/StartDBClusterCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/StartDBInstanceCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/StartExportTaskCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/StopActivityStreamCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/StopDBClusterCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/StopDBInstanceCommand.d.ts +0 -52
- package/dist/types/ts3.4/models/models_0.d.ts +0 -11116
- package/dist/types/ts3.4/models/models_1.d.ts +0 -7735
- package/dist/types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBClusterBacktracksPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBClusterEndpointsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBLogFilesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBParameterGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBParametersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBProxiesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBProxyEndpointsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBProxyTargetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBSecurityGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBSnapshotsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeEventsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeExportTasksPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeOptionGroupOptionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeOptionGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeReservedDBInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeSourceRegionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DownloadDBLogFilePortionPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/protocols/Aws_query.d.ts +0 -413
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/dist/types/ts3.4/waiters/waitForDBClusterSnapshotAvailable.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForDBClusterSnapshotDeleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForDBSnapshotAvailable.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForDBSnapshotDeleted.d.ts +0 -14
- package/dist/types/waiters/waitForDBClusterSnapshotAvailable.d.ts +0 -14
- package/dist/types/waiters/waitForDBClusterSnapshotDeleted.d.ts +0 -14
- package/dist/types/waiters/waitForDBInstanceAvailable.d.ts +0 -14
- package/dist/types/waiters/waitForDBInstanceDeleted.d.ts +0 -14
- package/dist/types/waiters/waitForDBSnapshotAvailable.d.ts +0 -14
- package/dist/types/waiters/waitForDBSnapshotDeleted.d.ts +0 -14
- package/endpoints.ts +0 -91
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -13057
- package/models/models_1.ts +0 -9033
- package/pagination/DescribeCertificatesPaginator.ts +0 -58
- package/pagination/DescribeCustomAvailabilityZonesPaginator.ts +0 -58
- package/pagination/DescribeDBClusterBacktracksPaginator.ts +0 -58
- package/pagination/DescribeDBClusterEndpointsPaginator.ts +0 -58
- package/pagination/DescribeDBClusterParameterGroupsPaginator.ts +0 -58
- package/pagination/DescribeDBClusterParametersPaginator.ts +0 -58
- package/pagination/DescribeDBClusterSnapshotsPaginator.ts +0 -58
- package/pagination/DescribeDBClustersPaginator.ts +0 -58
- package/pagination/DescribeDBEngineVersionsPaginator.ts +0 -58
- package/pagination/DescribeDBInstanceAutomatedBackupsPaginator.ts +0 -58
- package/pagination/DescribeDBInstancesPaginator.ts +0 -58
- package/pagination/DescribeDBLogFilesPaginator.ts +0 -58
- package/pagination/DescribeDBParameterGroupsPaginator.ts +0 -58
- package/pagination/DescribeDBParametersPaginator.ts +0 -58
- package/pagination/DescribeDBProxiesPaginator.ts +0 -58
- package/pagination/DescribeDBProxyEndpointsPaginator.ts +0 -58
- package/pagination/DescribeDBProxyTargetGroupsPaginator.ts +0 -58
- package/pagination/DescribeDBProxyTargetsPaginator.ts +0 -58
- package/pagination/DescribeDBSecurityGroupsPaginator.ts +0 -58
- package/pagination/DescribeDBSnapshotsPaginator.ts +0 -58
- package/pagination/DescribeDBSubnetGroupsPaginator.ts +0 -58
- package/pagination/DescribeEngineDefaultParametersPaginator.ts +0 -58
- package/pagination/DescribeEventSubscriptionsPaginator.ts +0 -58
- package/pagination/DescribeEventsPaginator.ts +0 -58
- package/pagination/DescribeExportTasksPaginator.ts +0 -58
- package/pagination/DescribeGlobalClustersPaginator.ts +0 -58
- package/pagination/DescribeInstallationMediaPaginator.ts +0 -58
- package/pagination/DescribeOptionGroupOptionsPaginator.ts +0 -58
- package/pagination/DescribeOptionGroupsPaginator.ts +0 -58
- package/pagination/DescribeOrderableDBInstanceOptionsPaginator.ts +0 -58
- package/pagination/DescribePendingMaintenanceActionsPaginator.ts +0 -58
- package/pagination/DescribeReservedDBInstancesOfferingsPaginator.ts +0 -58
- package/pagination/DescribeReservedDBInstancesPaginator.ts +0 -58
- package/pagination/DescribeSourceRegionsPaginator.ts +0 -58
- package/pagination/DownloadDBLogFilePortionPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_query.ts +0 -28199
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
- package/waiters/waitForDBClusterSnapshotAvailable.ts +0 -127
- package/waiters/waitForDBClusterSnapshotDeleted.ts +0 -108
- package/waiters/waitForDBInstanceAvailable.ts +0 -124
- package/waiters/waitForDBInstanceDeleted.ts +0 -105
- package/waiters/waitForDBSnapshotAvailable.ts +0 -124
- package/waiters/waitForDBSnapshotDeleted.ts +0 -105
package/dist-es/RDS.js
ADDED
|
@@ -0,0 +1,2065 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { AddRoleToDBClusterCommand, } from "./commands/AddRoleToDBClusterCommand";
|
|
3
|
+
import { AddRoleToDBInstanceCommand, } from "./commands/AddRoleToDBInstanceCommand";
|
|
4
|
+
import { AddSourceIdentifierToSubscriptionCommand, } from "./commands/AddSourceIdentifierToSubscriptionCommand";
|
|
5
|
+
import { AddTagsToResourceCommand, } from "./commands/AddTagsToResourceCommand";
|
|
6
|
+
import { ApplyPendingMaintenanceActionCommand, } from "./commands/ApplyPendingMaintenanceActionCommand";
|
|
7
|
+
import { AuthorizeDBSecurityGroupIngressCommand, } from "./commands/AuthorizeDBSecurityGroupIngressCommand";
|
|
8
|
+
import { BacktrackDBClusterCommand, } from "./commands/BacktrackDBClusterCommand";
|
|
9
|
+
import { CancelExportTaskCommand, } from "./commands/CancelExportTaskCommand";
|
|
10
|
+
import { CopyDBClusterParameterGroupCommand, } from "./commands/CopyDBClusterParameterGroupCommand";
|
|
11
|
+
import { CopyDBClusterSnapshotCommand, } from "./commands/CopyDBClusterSnapshotCommand";
|
|
12
|
+
import { CopyDBParameterGroupCommand, } from "./commands/CopyDBParameterGroupCommand";
|
|
13
|
+
import { CopyDBSnapshotCommand, } from "./commands/CopyDBSnapshotCommand";
|
|
14
|
+
import { CopyOptionGroupCommand, } from "./commands/CopyOptionGroupCommand";
|
|
15
|
+
import { CreateCustomAvailabilityZoneCommand, } from "./commands/CreateCustomAvailabilityZoneCommand";
|
|
16
|
+
import { CreateDBClusterCommand, } from "./commands/CreateDBClusterCommand";
|
|
17
|
+
import { CreateDBClusterEndpointCommand, } from "./commands/CreateDBClusterEndpointCommand";
|
|
18
|
+
import { CreateDBClusterParameterGroupCommand, } from "./commands/CreateDBClusterParameterGroupCommand";
|
|
19
|
+
import { CreateDBClusterSnapshotCommand, } from "./commands/CreateDBClusterSnapshotCommand";
|
|
20
|
+
import { CreateDBInstanceCommand, } from "./commands/CreateDBInstanceCommand";
|
|
21
|
+
import { CreateDBInstanceReadReplicaCommand, } from "./commands/CreateDBInstanceReadReplicaCommand";
|
|
22
|
+
import { CreateDBParameterGroupCommand, } from "./commands/CreateDBParameterGroupCommand";
|
|
23
|
+
import { CreateDBProxyCommand, } from "./commands/CreateDBProxyCommand";
|
|
24
|
+
import { CreateDBProxyEndpointCommand, } from "./commands/CreateDBProxyEndpointCommand";
|
|
25
|
+
import { CreateDBSecurityGroupCommand, } from "./commands/CreateDBSecurityGroupCommand";
|
|
26
|
+
import { CreateDBSnapshotCommand, } from "./commands/CreateDBSnapshotCommand";
|
|
27
|
+
import { CreateDBSubnetGroupCommand, } from "./commands/CreateDBSubnetGroupCommand";
|
|
28
|
+
import { CreateEventSubscriptionCommand, } from "./commands/CreateEventSubscriptionCommand";
|
|
29
|
+
import { CreateGlobalClusterCommand, } from "./commands/CreateGlobalClusterCommand";
|
|
30
|
+
import { CreateOptionGroupCommand, } from "./commands/CreateOptionGroupCommand";
|
|
31
|
+
import { DeleteCustomAvailabilityZoneCommand, } from "./commands/DeleteCustomAvailabilityZoneCommand";
|
|
32
|
+
import { DeleteDBClusterCommand, } from "./commands/DeleteDBClusterCommand";
|
|
33
|
+
import { DeleteDBClusterEndpointCommand, } from "./commands/DeleteDBClusterEndpointCommand";
|
|
34
|
+
import { DeleteDBClusterParameterGroupCommand, } from "./commands/DeleteDBClusterParameterGroupCommand";
|
|
35
|
+
import { DeleteDBClusterSnapshotCommand, } from "./commands/DeleteDBClusterSnapshotCommand";
|
|
36
|
+
import { DeleteDBInstanceAutomatedBackupCommand, } from "./commands/DeleteDBInstanceAutomatedBackupCommand";
|
|
37
|
+
import { DeleteDBInstanceCommand, } from "./commands/DeleteDBInstanceCommand";
|
|
38
|
+
import { DeleteDBParameterGroupCommand, } from "./commands/DeleteDBParameterGroupCommand";
|
|
39
|
+
import { DeleteDBProxyCommand, } from "./commands/DeleteDBProxyCommand";
|
|
40
|
+
import { DeleteDBProxyEndpointCommand, } from "./commands/DeleteDBProxyEndpointCommand";
|
|
41
|
+
import { DeleteDBSecurityGroupCommand, } from "./commands/DeleteDBSecurityGroupCommand";
|
|
42
|
+
import { DeleteDBSnapshotCommand, } from "./commands/DeleteDBSnapshotCommand";
|
|
43
|
+
import { DeleteDBSubnetGroupCommand, } from "./commands/DeleteDBSubnetGroupCommand";
|
|
44
|
+
import { DeleteEventSubscriptionCommand, } from "./commands/DeleteEventSubscriptionCommand";
|
|
45
|
+
import { DeleteGlobalClusterCommand, } from "./commands/DeleteGlobalClusterCommand";
|
|
46
|
+
import { DeleteInstallationMediaCommand, } from "./commands/DeleteInstallationMediaCommand";
|
|
47
|
+
import { DeleteOptionGroupCommand, } from "./commands/DeleteOptionGroupCommand";
|
|
48
|
+
import { DeregisterDBProxyTargetsCommand, } from "./commands/DeregisterDBProxyTargetsCommand";
|
|
49
|
+
import { DescribeAccountAttributesCommand, } from "./commands/DescribeAccountAttributesCommand";
|
|
50
|
+
import { DescribeCertificatesCommand, } from "./commands/DescribeCertificatesCommand";
|
|
51
|
+
import { DescribeCustomAvailabilityZonesCommand, } from "./commands/DescribeCustomAvailabilityZonesCommand";
|
|
52
|
+
import { DescribeDBClusterBacktracksCommand, } from "./commands/DescribeDBClusterBacktracksCommand";
|
|
53
|
+
import { DescribeDBClusterEndpointsCommand, } from "./commands/DescribeDBClusterEndpointsCommand";
|
|
54
|
+
import { DescribeDBClusterParameterGroupsCommand, } from "./commands/DescribeDBClusterParameterGroupsCommand";
|
|
55
|
+
import { DescribeDBClusterParametersCommand, } from "./commands/DescribeDBClusterParametersCommand";
|
|
56
|
+
import { DescribeDBClustersCommand, } from "./commands/DescribeDBClustersCommand";
|
|
57
|
+
import { DescribeDBClusterSnapshotAttributesCommand, } from "./commands/DescribeDBClusterSnapshotAttributesCommand";
|
|
58
|
+
import { DescribeDBClusterSnapshotsCommand, } from "./commands/DescribeDBClusterSnapshotsCommand";
|
|
59
|
+
import { DescribeDBEngineVersionsCommand, } from "./commands/DescribeDBEngineVersionsCommand";
|
|
60
|
+
import { DescribeDBInstanceAutomatedBackupsCommand, } from "./commands/DescribeDBInstanceAutomatedBackupsCommand";
|
|
61
|
+
import { DescribeDBInstancesCommand, } from "./commands/DescribeDBInstancesCommand";
|
|
62
|
+
import { DescribeDBLogFilesCommand, } from "./commands/DescribeDBLogFilesCommand";
|
|
63
|
+
import { DescribeDBParameterGroupsCommand, } from "./commands/DescribeDBParameterGroupsCommand";
|
|
64
|
+
import { DescribeDBParametersCommand, } from "./commands/DescribeDBParametersCommand";
|
|
65
|
+
import { DescribeDBProxiesCommand, } from "./commands/DescribeDBProxiesCommand";
|
|
66
|
+
import { DescribeDBProxyEndpointsCommand, } from "./commands/DescribeDBProxyEndpointsCommand";
|
|
67
|
+
import { DescribeDBProxyTargetGroupsCommand, } from "./commands/DescribeDBProxyTargetGroupsCommand";
|
|
68
|
+
import { DescribeDBProxyTargetsCommand, } from "./commands/DescribeDBProxyTargetsCommand";
|
|
69
|
+
import { DescribeDBSecurityGroupsCommand, } from "./commands/DescribeDBSecurityGroupsCommand";
|
|
70
|
+
import { DescribeDBSnapshotAttributesCommand, } from "./commands/DescribeDBSnapshotAttributesCommand";
|
|
71
|
+
import { DescribeDBSnapshotsCommand, } from "./commands/DescribeDBSnapshotsCommand";
|
|
72
|
+
import { DescribeDBSubnetGroupsCommand, } from "./commands/DescribeDBSubnetGroupsCommand";
|
|
73
|
+
import { DescribeEngineDefaultClusterParametersCommand, } from "./commands/DescribeEngineDefaultClusterParametersCommand";
|
|
74
|
+
import { DescribeEngineDefaultParametersCommand, } from "./commands/DescribeEngineDefaultParametersCommand";
|
|
75
|
+
import { DescribeEventCategoriesCommand, } from "./commands/DescribeEventCategoriesCommand";
|
|
76
|
+
import { DescribeEventsCommand, } from "./commands/DescribeEventsCommand";
|
|
77
|
+
import { DescribeEventSubscriptionsCommand, } from "./commands/DescribeEventSubscriptionsCommand";
|
|
78
|
+
import { DescribeExportTasksCommand, } from "./commands/DescribeExportTasksCommand";
|
|
79
|
+
import { DescribeGlobalClustersCommand, } from "./commands/DescribeGlobalClustersCommand";
|
|
80
|
+
import { DescribeInstallationMediaCommand, } from "./commands/DescribeInstallationMediaCommand";
|
|
81
|
+
import { DescribeOptionGroupOptionsCommand, } from "./commands/DescribeOptionGroupOptionsCommand";
|
|
82
|
+
import { DescribeOptionGroupsCommand, } from "./commands/DescribeOptionGroupsCommand";
|
|
83
|
+
import { DescribeOrderableDBInstanceOptionsCommand, } from "./commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
84
|
+
import { DescribePendingMaintenanceActionsCommand, } from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
85
|
+
import { DescribeReservedDBInstancesCommand, } from "./commands/DescribeReservedDBInstancesCommand";
|
|
86
|
+
import { DescribeReservedDBInstancesOfferingsCommand, } from "./commands/DescribeReservedDBInstancesOfferingsCommand";
|
|
87
|
+
import { DescribeSourceRegionsCommand, } from "./commands/DescribeSourceRegionsCommand";
|
|
88
|
+
import { DescribeValidDBInstanceModificationsCommand, } from "./commands/DescribeValidDBInstanceModificationsCommand";
|
|
89
|
+
import { DownloadDBLogFilePortionCommand, } from "./commands/DownloadDBLogFilePortionCommand";
|
|
90
|
+
import { FailoverDBClusterCommand, } from "./commands/FailoverDBClusterCommand";
|
|
91
|
+
import { FailoverGlobalClusterCommand, } from "./commands/FailoverGlobalClusterCommand";
|
|
92
|
+
import { ImportInstallationMediaCommand, } from "./commands/ImportInstallationMediaCommand";
|
|
93
|
+
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
94
|
+
import { ModifyCertificatesCommand, } from "./commands/ModifyCertificatesCommand";
|
|
95
|
+
import { ModifyCurrentDBClusterCapacityCommand, } from "./commands/ModifyCurrentDBClusterCapacityCommand";
|
|
96
|
+
import { ModifyDBClusterCommand, } from "./commands/ModifyDBClusterCommand";
|
|
97
|
+
import { ModifyDBClusterEndpointCommand, } from "./commands/ModifyDBClusterEndpointCommand";
|
|
98
|
+
import { ModifyDBClusterParameterGroupCommand, } from "./commands/ModifyDBClusterParameterGroupCommand";
|
|
99
|
+
import { ModifyDBClusterSnapshotAttributeCommand, } from "./commands/ModifyDBClusterSnapshotAttributeCommand";
|
|
100
|
+
import { ModifyDBInstanceCommand, } from "./commands/ModifyDBInstanceCommand";
|
|
101
|
+
import { ModifyDBParameterGroupCommand, } from "./commands/ModifyDBParameterGroupCommand";
|
|
102
|
+
import { ModifyDBProxyCommand, } from "./commands/ModifyDBProxyCommand";
|
|
103
|
+
import { ModifyDBProxyEndpointCommand, } from "./commands/ModifyDBProxyEndpointCommand";
|
|
104
|
+
import { ModifyDBProxyTargetGroupCommand, } from "./commands/ModifyDBProxyTargetGroupCommand";
|
|
105
|
+
import { ModifyDBSnapshotAttributeCommand, } from "./commands/ModifyDBSnapshotAttributeCommand";
|
|
106
|
+
import { ModifyDBSnapshotCommand, } from "./commands/ModifyDBSnapshotCommand";
|
|
107
|
+
import { ModifyDBSubnetGroupCommand, } from "./commands/ModifyDBSubnetGroupCommand";
|
|
108
|
+
import { ModifyEventSubscriptionCommand, } from "./commands/ModifyEventSubscriptionCommand";
|
|
109
|
+
import { ModifyGlobalClusterCommand, } from "./commands/ModifyGlobalClusterCommand";
|
|
110
|
+
import { ModifyOptionGroupCommand, } from "./commands/ModifyOptionGroupCommand";
|
|
111
|
+
import { PromoteReadReplicaCommand, } from "./commands/PromoteReadReplicaCommand";
|
|
112
|
+
import { PromoteReadReplicaDBClusterCommand, } from "./commands/PromoteReadReplicaDBClusterCommand";
|
|
113
|
+
import { PurchaseReservedDBInstancesOfferingCommand, } from "./commands/PurchaseReservedDBInstancesOfferingCommand";
|
|
114
|
+
import { RebootDBInstanceCommand, } from "./commands/RebootDBInstanceCommand";
|
|
115
|
+
import { RegisterDBProxyTargetsCommand, } from "./commands/RegisterDBProxyTargetsCommand";
|
|
116
|
+
import { RemoveFromGlobalClusterCommand, } from "./commands/RemoveFromGlobalClusterCommand";
|
|
117
|
+
import { RemoveRoleFromDBClusterCommand, } from "./commands/RemoveRoleFromDBClusterCommand";
|
|
118
|
+
import { RemoveRoleFromDBInstanceCommand, } from "./commands/RemoveRoleFromDBInstanceCommand";
|
|
119
|
+
import { RemoveSourceIdentifierFromSubscriptionCommand, } from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
|
|
120
|
+
import { RemoveTagsFromResourceCommand, } from "./commands/RemoveTagsFromResourceCommand";
|
|
121
|
+
import { ResetDBClusterParameterGroupCommand, } from "./commands/ResetDBClusterParameterGroupCommand";
|
|
122
|
+
import { ResetDBParameterGroupCommand, } from "./commands/ResetDBParameterGroupCommand";
|
|
123
|
+
import { RestoreDBClusterFromS3Command, } from "./commands/RestoreDBClusterFromS3Command";
|
|
124
|
+
import { RestoreDBClusterFromSnapshotCommand, } from "./commands/RestoreDBClusterFromSnapshotCommand";
|
|
125
|
+
import { RestoreDBClusterToPointInTimeCommand, } from "./commands/RestoreDBClusterToPointInTimeCommand";
|
|
126
|
+
import { RestoreDBInstanceFromDBSnapshotCommand, } from "./commands/RestoreDBInstanceFromDBSnapshotCommand";
|
|
127
|
+
import { RestoreDBInstanceFromS3Command, } from "./commands/RestoreDBInstanceFromS3Command";
|
|
128
|
+
import { RestoreDBInstanceToPointInTimeCommand, } from "./commands/RestoreDBInstanceToPointInTimeCommand";
|
|
129
|
+
import { RevokeDBSecurityGroupIngressCommand, } from "./commands/RevokeDBSecurityGroupIngressCommand";
|
|
130
|
+
import { StartActivityStreamCommand, } from "./commands/StartActivityStreamCommand";
|
|
131
|
+
import { StartDBClusterCommand, } from "./commands/StartDBClusterCommand";
|
|
132
|
+
import { StartDBInstanceAutomatedBackupsReplicationCommand, } from "./commands/StartDBInstanceAutomatedBackupsReplicationCommand";
|
|
133
|
+
import { StartDBInstanceCommand, } from "./commands/StartDBInstanceCommand";
|
|
134
|
+
import { StartExportTaskCommand, } from "./commands/StartExportTaskCommand";
|
|
135
|
+
import { StopActivityStreamCommand, } from "./commands/StopActivityStreamCommand";
|
|
136
|
+
import { StopDBClusterCommand, } from "./commands/StopDBClusterCommand";
|
|
137
|
+
import { StopDBInstanceAutomatedBackupsReplicationCommand, } from "./commands/StopDBInstanceAutomatedBackupsReplicationCommand";
|
|
138
|
+
import { StopDBInstanceCommand, } from "./commands/StopDBInstanceCommand";
|
|
139
|
+
import { RDSClient } from "./RDSClient";
|
|
140
|
+
var RDS = (function (_super) {
|
|
141
|
+
__extends(RDS, _super);
|
|
142
|
+
function RDS() {
|
|
143
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
144
|
+
}
|
|
145
|
+
RDS.prototype.addRoleToDBCluster = function (args, optionsOrCb, cb) {
|
|
146
|
+
var command = new AddRoleToDBClusterCommand(args);
|
|
147
|
+
if (typeof optionsOrCb === "function") {
|
|
148
|
+
this.send(command, optionsOrCb);
|
|
149
|
+
}
|
|
150
|
+
else if (typeof cb === "function") {
|
|
151
|
+
if (typeof optionsOrCb !== "object")
|
|
152
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
153
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
154
|
+
}
|
|
155
|
+
else {
|
|
156
|
+
return this.send(command, optionsOrCb);
|
|
157
|
+
}
|
|
158
|
+
};
|
|
159
|
+
RDS.prototype.addRoleToDBInstance = function (args, optionsOrCb, cb) {
|
|
160
|
+
var command = new AddRoleToDBInstanceCommand(args);
|
|
161
|
+
if (typeof optionsOrCb === "function") {
|
|
162
|
+
this.send(command, optionsOrCb);
|
|
163
|
+
}
|
|
164
|
+
else if (typeof cb === "function") {
|
|
165
|
+
if (typeof optionsOrCb !== "object")
|
|
166
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
167
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
168
|
+
}
|
|
169
|
+
else {
|
|
170
|
+
return this.send(command, optionsOrCb);
|
|
171
|
+
}
|
|
172
|
+
};
|
|
173
|
+
RDS.prototype.addSourceIdentifierToSubscription = function (args, optionsOrCb, cb) {
|
|
174
|
+
var command = new AddSourceIdentifierToSubscriptionCommand(args);
|
|
175
|
+
if (typeof optionsOrCb === "function") {
|
|
176
|
+
this.send(command, optionsOrCb);
|
|
177
|
+
}
|
|
178
|
+
else if (typeof cb === "function") {
|
|
179
|
+
if (typeof optionsOrCb !== "object")
|
|
180
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
181
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
182
|
+
}
|
|
183
|
+
else {
|
|
184
|
+
return this.send(command, optionsOrCb);
|
|
185
|
+
}
|
|
186
|
+
};
|
|
187
|
+
RDS.prototype.addTagsToResource = function (args, optionsOrCb, cb) {
|
|
188
|
+
var command = new AddTagsToResourceCommand(args);
|
|
189
|
+
if (typeof optionsOrCb === "function") {
|
|
190
|
+
this.send(command, optionsOrCb);
|
|
191
|
+
}
|
|
192
|
+
else if (typeof cb === "function") {
|
|
193
|
+
if (typeof optionsOrCb !== "object")
|
|
194
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
195
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
196
|
+
}
|
|
197
|
+
else {
|
|
198
|
+
return this.send(command, optionsOrCb);
|
|
199
|
+
}
|
|
200
|
+
};
|
|
201
|
+
RDS.prototype.applyPendingMaintenanceAction = function (args, optionsOrCb, cb) {
|
|
202
|
+
var command = new ApplyPendingMaintenanceActionCommand(args);
|
|
203
|
+
if (typeof optionsOrCb === "function") {
|
|
204
|
+
this.send(command, optionsOrCb);
|
|
205
|
+
}
|
|
206
|
+
else if (typeof cb === "function") {
|
|
207
|
+
if (typeof optionsOrCb !== "object")
|
|
208
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
209
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
210
|
+
}
|
|
211
|
+
else {
|
|
212
|
+
return this.send(command, optionsOrCb);
|
|
213
|
+
}
|
|
214
|
+
};
|
|
215
|
+
RDS.prototype.authorizeDBSecurityGroupIngress = function (args, optionsOrCb, cb) {
|
|
216
|
+
var command = new AuthorizeDBSecurityGroupIngressCommand(args);
|
|
217
|
+
if (typeof optionsOrCb === "function") {
|
|
218
|
+
this.send(command, optionsOrCb);
|
|
219
|
+
}
|
|
220
|
+
else if (typeof cb === "function") {
|
|
221
|
+
if (typeof optionsOrCb !== "object")
|
|
222
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
223
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
224
|
+
}
|
|
225
|
+
else {
|
|
226
|
+
return this.send(command, optionsOrCb);
|
|
227
|
+
}
|
|
228
|
+
};
|
|
229
|
+
RDS.prototype.backtrackDBCluster = function (args, optionsOrCb, cb) {
|
|
230
|
+
var command = new BacktrackDBClusterCommand(args);
|
|
231
|
+
if (typeof optionsOrCb === "function") {
|
|
232
|
+
this.send(command, optionsOrCb);
|
|
233
|
+
}
|
|
234
|
+
else if (typeof cb === "function") {
|
|
235
|
+
if (typeof optionsOrCb !== "object")
|
|
236
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
237
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
238
|
+
}
|
|
239
|
+
else {
|
|
240
|
+
return this.send(command, optionsOrCb);
|
|
241
|
+
}
|
|
242
|
+
};
|
|
243
|
+
RDS.prototype.cancelExportTask = function (args, optionsOrCb, cb) {
|
|
244
|
+
var command = new CancelExportTaskCommand(args);
|
|
245
|
+
if (typeof optionsOrCb === "function") {
|
|
246
|
+
this.send(command, optionsOrCb);
|
|
247
|
+
}
|
|
248
|
+
else if (typeof cb === "function") {
|
|
249
|
+
if (typeof optionsOrCb !== "object")
|
|
250
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
251
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
252
|
+
}
|
|
253
|
+
else {
|
|
254
|
+
return this.send(command, optionsOrCb);
|
|
255
|
+
}
|
|
256
|
+
};
|
|
257
|
+
RDS.prototype.copyDBClusterParameterGroup = function (args, optionsOrCb, cb) {
|
|
258
|
+
var command = new CopyDBClusterParameterGroupCommand(args);
|
|
259
|
+
if (typeof optionsOrCb === "function") {
|
|
260
|
+
this.send(command, optionsOrCb);
|
|
261
|
+
}
|
|
262
|
+
else if (typeof cb === "function") {
|
|
263
|
+
if (typeof optionsOrCb !== "object")
|
|
264
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
265
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
266
|
+
}
|
|
267
|
+
else {
|
|
268
|
+
return this.send(command, optionsOrCb);
|
|
269
|
+
}
|
|
270
|
+
};
|
|
271
|
+
RDS.prototype.copyDBClusterSnapshot = function (args, optionsOrCb, cb) {
|
|
272
|
+
var command = new CopyDBClusterSnapshotCommand(args);
|
|
273
|
+
if (typeof optionsOrCb === "function") {
|
|
274
|
+
this.send(command, optionsOrCb);
|
|
275
|
+
}
|
|
276
|
+
else if (typeof cb === "function") {
|
|
277
|
+
if (typeof optionsOrCb !== "object")
|
|
278
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
279
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
280
|
+
}
|
|
281
|
+
else {
|
|
282
|
+
return this.send(command, optionsOrCb);
|
|
283
|
+
}
|
|
284
|
+
};
|
|
285
|
+
RDS.prototype.copyDBParameterGroup = function (args, optionsOrCb, cb) {
|
|
286
|
+
var command = new CopyDBParameterGroupCommand(args);
|
|
287
|
+
if (typeof optionsOrCb === "function") {
|
|
288
|
+
this.send(command, optionsOrCb);
|
|
289
|
+
}
|
|
290
|
+
else if (typeof cb === "function") {
|
|
291
|
+
if (typeof optionsOrCb !== "object")
|
|
292
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
293
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
294
|
+
}
|
|
295
|
+
else {
|
|
296
|
+
return this.send(command, optionsOrCb);
|
|
297
|
+
}
|
|
298
|
+
};
|
|
299
|
+
RDS.prototype.copyDBSnapshot = function (args, optionsOrCb, cb) {
|
|
300
|
+
var command = new CopyDBSnapshotCommand(args);
|
|
301
|
+
if (typeof optionsOrCb === "function") {
|
|
302
|
+
this.send(command, optionsOrCb);
|
|
303
|
+
}
|
|
304
|
+
else if (typeof cb === "function") {
|
|
305
|
+
if (typeof optionsOrCb !== "object")
|
|
306
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
307
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
308
|
+
}
|
|
309
|
+
else {
|
|
310
|
+
return this.send(command, optionsOrCb);
|
|
311
|
+
}
|
|
312
|
+
};
|
|
313
|
+
RDS.prototype.copyOptionGroup = function (args, optionsOrCb, cb) {
|
|
314
|
+
var command = new CopyOptionGroupCommand(args);
|
|
315
|
+
if (typeof optionsOrCb === "function") {
|
|
316
|
+
this.send(command, optionsOrCb);
|
|
317
|
+
}
|
|
318
|
+
else if (typeof cb === "function") {
|
|
319
|
+
if (typeof optionsOrCb !== "object")
|
|
320
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
321
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
322
|
+
}
|
|
323
|
+
else {
|
|
324
|
+
return this.send(command, optionsOrCb);
|
|
325
|
+
}
|
|
326
|
+
};
|
|
327
|
+
RDS.prototype.createCustomAvailabilityZone = function (args, optionsOrCb, cb) {
|
|
328
|
+
var command = new CreateCustomAvailabilityZoneCommand(args);
|
|
329
|
+
if (typeof optionsOrCb === "function") {
|
|
330
|
+
this.send(command, optionsOrCb);
|
|
331
|
+
}
|
|
332
|
+
else if (typeof cb === "function") {
|
|
333
|
+
if (typeof optionsOrCb !== "object")
|
|
334
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
335
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
336
|
+
}
|
|
337
|
+
else {
|
|
338
|
+
return this.send(command, optionsOrCb);
|
|
339
|
+
}
|
|
340
|
+
};
|
|
341
|
+
RDS.prototype.createDBCluster = function (args, optionsOrCb, cb) {
|
|
342
|
+
var command = new CreateDBClusterCommand(args);
|
|
343
|
+
if (typeof optionsOrCb === "function") {
|
|
344
|
+
this.send(command, optionsOrCb);
|
|
345
|
+
}
|
|
346
|
+
else if (typeof cb === "function") {
|
|
347
|
+
if (typeof optionsOrCb !== "object")
|
|
348
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
349
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
350
|
+
}
|
|
351
|
+
else {
|
|
352
|
+
return this.send(command, optionsOrCb);
|
|
353
|
+
}
|
|
354
|
+
};
|
|
355
|
+
RDS.prototype.createDBClusterEndpoint = function (args, optionsOrCb, cb) {
|
|
356
|
+
var command = new CreateDBClusterEndpointCommand(args);
|
|
357
|
+
if (typeof optionsOrCb === "function") {
|
|
358
|
+
this.send(command, optionsOrCb);
|
|
359
|
+
}
|
|
360
|
+
else if (typeof cb === "function") {
|
|
361
|
+
if (typeof optionsOrCb !== "object")
|
|
362
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
363
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
364
|
+
}
|
|
365
|
+
else {
|
|
366
|
+
return this.send(command, optionsOrCb);
|
|
367
|
+
}
|
|
368
|
+
};
|
|
369
|
+
RDS.prototype.createDBClusterParameterGroup = function (args, optionsOrCb, cb) {
|
|
370
|
+
var command = new CreateDBClusterParameterGroupCommand(args);
|
|
371
|
+
if (typeof optionsOrCb === "function") {
|
|
372
|
+
this.send(command, optionsOrCb);
|
|
373
|
+
}
|
|
374
|
+
else if (typeof cb === "function") {
|
|
375
|
+
if (typeof optionsOrCb !== "object")
|
|
376
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
377
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
378
|
+
}
|
|
379
|
+
else {
|
|
380
|
+
return this.send(command, optionsOrCb);
|
|
381
|
+
}
|
|
382
|
+
};
|
|
383
|
+
RDS.prototype.createDBClusterSnapshot = function (args, optionsOrCb, cb) {
|
|
384
|
+
var command = new CreateDBClusterSnapshotCommand(args);
|
|
385
|
+
if (typeof optionsOrCb === "function") {
|
|
386
|
+
this.send(command, optionsOrCb);
|
|
387
|
+
}
|
|
388
|
+
else if (typeof cb === "function") {
|
|
389
|
+
if (typeof optionsOrCb !== "object")
|
|
390
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
391
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
392
|
+
}
|
|
393
|
+
else {
|
|
394
|
+
return this.send(command, optionsOrCb);
|
|
395
|
+
}
|
|
396
|
+
};
|
|
397
|
+
RDS.prototype.createDBInstance = function (args, optionsOrCb, cb) {
|
|
398
|
+
var command = new CreateDBInstanceCommand(args);
|
|
399
|
+
if (typeof optionsOrCb === "function") {
|
|
400
|
+
this.send(command, optionsOrCb);
|
|
401
|
+
}
|
|
402
|
+
else if (typeof cb === "function") {
|
|
403
|
+
if (typeof optionsOrCb !== "object")
|
|
404
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
405
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
406
|
+
}
|
|
407
|
+
else {
|
|
408
|
+
return this.send(command, optionsOrCb);
|
|
409
|
+
}
|
|
410
|
+
};
|
|
411
|
+
RDS.prototype.createDBInstanceReadReplica = function (args, optionsOrCb, cb) {
|
|
412
|
+
var command = new CreateDBInstanceReadReplicaCommand(args);
|
|
413
|
+
if (typeof optionsOrCb === "function") {
|
|
414
|
+
this.send(command, optionsOrCb);
|
|
415
|
+
}
|
|
416
|
+
else if (typeof cb === "function") {
|
|
417
|
+
if (typeof optionsOrCb !== "object")
|
|
418
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
419
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
420
|
+
}
|
|
421
|
+
else {
|
|
422
|
+
return this.send(command, optionsOrCb);
|
|
423
|
+
}
|
|
424
|
+
};
|
|
425
|
+
RDS.prototype.createDBParameterGroup = function (args, optionsOrCb, cb) {
|
|
426
|
+
var command = new CreateDBParameterGroupCommand(args);
|
|
427
|
+
if (typeof optionsOrCb === "function") {
|
|
428
|
+
this.send(command, optionsOrCb);
|
|
429
|
+
}
|
|
430
|
+
else if (typeof cb === "function") {
|
|
431
|
+
if (typeof optionsOrCb !== "object")
|
|
432
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
433
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
434
|
+
}
|
|
435
|
+
else {
|
|
436
|
+
return this.send(command, optionsOrCb);
|
|
437
|
+
}
|
|
438
|
+
};
|
|
439
|
+
RDS.prototype.createDBProxy = function (args, optionsOrCb, cb) {
|
|
440
|
+
var command = new CreateDBProxyCommand(args);
|
|
441
|
+
if (typeof optionsOrCb === "function") {
|
|
442
|
+
this.send(command, optionsOrCb);
|
|
443
|
+
}
|
|
444
|
+
else if (typeof cb === "function") {
|
|
445
|
+
if (typeof optionsOrCb !== "object")
|
|
446
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
447
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
448
|
+
}
|
|
449
|
+
else {
|
|
450
|
+
return this.send(command, optionsOrCb);
|
|
451
|
+
}
|
|
452
|
+
};
|
|
453
|
+
RDS.prototype.createDBProxyEndpoint = function (args, optionsOrCb, cb) {
|
|
454
|
+
var command = new CreateDBProxyEndpointCommand(args);
|
|
455
|
+
if (typeof optionsOrCb === "function") {
|
|
456
|
+
this.send(command, optionsOrCb);
|
|
457
|
+
}
|
|
458
|
+
else if (typeof cb === "function") {
|
|
459
|
+
if (typeof optionsOrCb !== "object")
|
|
460
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
461
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
462
|
+
}
|
|
463
|
+
else {
|
|
464
|
+
return this.send(command, optionsOrCb);
|
|
465
|
+
}
|
|
466
|
+
};
|
|
467
|
+
RDS.prototype.createDBSecurityGroup = function (args, optionsOrCb, cb) {
|
|
468
|
+
var command = new CreateDBSecurityGroupCommand(args);
|
|
469
|
+
if (typeof optionsOrCb === "function") {
|
|
470
|
+
this.send(command, optionsOrCb);
|
|
471
|
+
}
|
|
472
|
+
else if (typeof cb === "function") {
|
|
473
|
+
if (typeof optionsOrCb !== "object")
|
|
474
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
475
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
476
|
+
}
|
|
477
|
+
else {
|
|
478
|
+
return this.send(command, optionsOrCb);
|
|
479
|
+
}
|
|
480
|
+
};
|
|
481
|
+
RDS.prototype.createDBSnapshot = function (args, optionsOrCb, cb) {
|
|
482
|
+
var command = new CreateDBSnapshotCommand(args);
|
|
483
|
+
if (typeof optionsOrCb === "function") {
|
|
484
|
+
this.send(command, optionsOrCb);
|
|
485
|
+
}
|
|
486
|
+
else if (typeof cb === "function") {
|
|
487
|
+
if (typeof optionsOrCb !== "object")
|
|
488
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
489
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
490
|
+
}
|
|
491
|
+
else {
|
|
492
|
+
return this.send(command, optionsOrCb);
|
|
493
|
+
}
|
|
494
|
+
};
|
|
495
|
+
RDS.prototype.createDBSubnetGroup = function (args, optionsOrCb, cb) {
|
|
496
|
+
var command = new CreateDBSubnetGroupCommand(args);
|
|
497
|
+
if (typeof optionsOrCb === "function") {
|
|
498
|
+
this.send(command, optionsOrCb);
|
|
499
|
+
}
|
|
500
|
+
else if (typeof cb === "function") {
|
|
501
|
+
if (typeof optionsOrCb !== "object")
|
|
502
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
503
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
504
|
+
}
|
|
505
|
+
else {
|
|
506
|
+
return this.send(command, optionsOrCb);
|
|
507
|
+
}
|
|
508
|
+
};
|
|
509
|
+
RDS.prototype.createEventSubscription = function (args, optionsOrCb, cb) {
|
|
510
|
+
var command = new CreateEventSubscriptionCommand(args);
|
|
511
|
+
if (typeof optionsOrCb === "function") {
|
|
512
|
+
this.send(command, optionsOrCb);
|
|
513
|
+
}
|
|
514
|
+
else if (typeof cb === "function") {
|
|
515
|
+
if (typeof optionsOrCb !== "object")
|
|
516
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
517
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
518
|
+
}
|
|
519
|
+
else {
|
|
520
|
+
return this.send(command, optionsOrCb);
|
|
521
|
+
}
|
|
522
|
+
};
|
|
523
|
+
RDS.prototype.createGlobalCluster = function (args, optionsOrCb, cb) {
|
|
524
|
+
var command = new CreateGlobalClusterCommand(args);
|
|
525
|
+
if (typeof optionsOrCb === "function") {
|
|
526
|
+
this.send(command, optionsOrCb);
|
|
527
|
+
}
|
|
528
|
+
else if (typeof cb === "function") {
|
|
529
|
+
if (typeof optionsOrCb !== "object")
|
|
530
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
531
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
532
|
+
}
|
|
533
|
+
else {
|
|
534
|
+
return this.send(command, optionsOrCb);
|
|
535
|
+
}
|
|
536
|
+
};
|
|
537
|
+
RDS.prototype.createOptionGroup = function (args, optionsOrCb, cb) {
|
|
538
|
+
var command = new CreateOptionGroupCommand(args);
|
|
539
|
+
if (typeof optionsOrCb === "function") {
|
|
540
|
+
this.send(command, optionsOrCb);
|
|
541
|
+
}
|
|
542
|
+
else if (typeof cb === "function") {
|
|
543
|
+
if (typeof optionsOrCb !== "object")
|
|
544
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
545
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
546
|
+
}
|
|
547
|
+
else {
|
|
548
|
+
return this.send(command, optionsOrCb);
|
|
549
|
+
}
|
|
550
|
+
};
|
|
551
|
+
RDS.prototype.deleteCustomAvailabilityZone = function (args, optionsOrCb, cb) {
|
|
552
|
+
var command = new DeleteCustomAvailabilityZoneCommand(args);
|
|
553
|
+
if (typeof optionsOrCb === "function") {
|
|
554
|
+
this.send(command, optionsOrCb);
|
|
555
|
+
}
|
|
556
|
+
else if (typeof cb === "function") {
|
|
557
|
+
if (typeof optionsOrCb !== "object")
|
|
558
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
559
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
560
|
+
}
|
|
561
|
+
else {
|
|
562
|
+
return this.send(command, optionsOrCb);
|
|
563
|
+
}
|
|
564
|
+
};
|
|
565
|
+
RDS.prototype.deleteDBCluster = function (args, optionsOrCb, cb) {
|
|
566
|
+
var command = new DeleteDBClusterCommand(args);
|
|
567
|
+
if (typeof optionsOrCb === "function") {
|
|
568
|
+
this.send(command, optionsOrCb);
|
|
569
|
+
}
|
|
570
|
+
else if (typeof cb === "function") {
|
|
571
|
+
if (typeof optionsOrCb !== "object")
|
|
572
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
573
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
574
|
+
}
|
|
575
|
+
else {
|
|
576
|
+
return this.send(command, optionsOrCb);
|
|
577
|
+
}
|
|
578
|
+
};
|
|
579
|
+
RDS.prototype.deleteDBClusterEndpoint = function (args, optionsOrCb, cb) {
|
|
580
|
+
var command = new DeleteDBClusterEndpointCommand(args);
|
|
581
|
+
if (typeof optionsOrCb === "function") {
|
|
582
|
+
this.send(command, optionsOrCb);
|
|
583
|
+
}
|
|
584
|
+
else if (typeof cb === "function") {
|
|
585
|
+
if (typeof optionsOrCb !== "object")
|
|
586
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
587
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
588
|
+
}
|
|
589
|
+
else {
|
|
590
|
+
return this.send(command, optionsOrCb);
|
|
591
|
+
}
|
|
592
|
+
};
|
|
593
|
+
RDS.prototype.deleteDBClusterParameterGroup = function (args, optionsOrCb, cb) {
|
|
594
|
+
var command = new DeleteDBClusterParameterGroupCommand(args);
|
|
595
|
+
if (typeof optionsOrCb === "function") {
|
|
596
|
+
this.send(command, optionsOrCb);
|
|
597
|
+
}
|
|
598
|
+
else if (typeof cb === "function") {
|
|
599
|
+
if (typeof optionsOrCb !== "object")
|
|
600
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
601
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
602
|
+
}
|
|
603
|
+
else {
|
|
604
|
+
return this.send(command, optionsOrCb);
|
|
605
|
+
}
|
|
606
|
+
};
|
|
607
|
+
RDS.prototype.deleteDBClusterSnapshot = function (args, optionsOrCb, cb) {
|
|
608
|
+
var command = new DeleteDBClusterSnapshotCommand(args);
|
|
609
|
+
if (typeof optionsOrCb === "function") {
|
|
610
|
+
this.send(command, optionsOrCb);
|
|
611
|
+
}
|
|
612
|
+
else if (typeof cb === "function") {
|
|
613
|
+
if (typeof optionsOrCb !== "object")
|
|
614
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
615
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
616
|
+
}
|
|
617
|
+
else {
|
|
618
|
+
return this.send(command, optionsOrCb);
|
|
619
|
+
}
|
|
620
|
+
};
|
|
621
|
+
RDS.prototype.deleteDBInstance = function (args, optionsOrCb, cb) {
|
|
622
|
+
var command = new DeleteDBInstanceCommand(args);
|
|
623
|
+
if (typeof optionsOrCb === "function") {
|
|
624
|
+
this.send(command, optionsOrCb);
|
|
625
|
+
}
|
|
626
|
+
else if (typeof cb === "function") {
|
|
627
|
+
if (typeof optionsOrCb !== "object")
|
|
628
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
629
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
630
|
+
}
|
|
631
|
+
else {
|
|
632
|
+
return this.send(command, optionsOrCb);
|
|
633
|
+
}
|
|
634
|
+
};
|
|
635
|
+
RDS.prototype.deleteDBInstanceAutomatedBackup = function (args, optionsOrCb, cb) {
|
|
636
|
+
var command = new DeleteDBInstanceAutomatedBackupCommand(args);
|
|
637
|
+
if (typeof optionsOrCb === "function") {
|
|
638
|
+
this.send(command, optionsOrCb);
|
|
639
|
+
}
|
|
640
|
+
else if (typeof cb === "function") {
|
|
641
|
+
if (typeof optionsOrCb !== "object")
|
|
642
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
643
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
644
|
+
}
|
|
645
|
+
else {
|
|
646
|
+
return this.send(command, optionsOrCb);
|
|
647
|
+
}
|
|
648
|
+
};
|
|
649
|
+
RDS.prototype.deleteDBParameterGroup = function (args, optionsOrCb, cb) {
|
|
650
|
+
var command = new DeleteDBParameterGroupCommand(args);
|
|
651
|
+
if (typeof optionsOrCb === "function") {
|
|
652
|
+
this.send(command, optionsOrCb);
|
|
653
|
+
}
|
|
654
|
+
else if (typeof cb === "function") {
|
|
655
|
+
if (typeof optionsOrCb !== "object")
|
|
656
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
657
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
658
|
+
}
|
|
659
|
+
else {
|
|
660
|
+
return this.send(command, optionsOrCb);
|
|
661
|
+
}
|
|
662
|
+
};
|
|
663
|
+
RDS.prototype.deleteDBProxy = function (args, optionsOrCb, cb) {
|
|
664
|
+
var command = new DeleteDBProxyCommand(args);
|
|
665
|
+
if (typeof optionsOrCb === "function") {
|
|
666
|
+
this.send(command, optionsOrCb);
|
|
667
|
+
}
|
|
668
|
+
else if (typeof cb === "function") {
|
|
669
|
+
if (typeof optionsOrCb !== "object")
|
|
670
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
671
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
672
|
+
}
|
|
673
|
+
else {
|
|
674
|
+
return this.send(command, optionsOrCb);
|
|
675
|
+
}
|
|
676
|
+
};
|
|
677
|
+
RDS.prototype.deleteDBProxyEndpoint = function (args, optionsOrCb, cb) {
|
|
678
|
+
var command = new DeleteDBProxyEndpointCommand(args);
|
|
679
|
+
if (typeof optionsOrCb === "function") {
|
|
680
|
+
this.send(command, optionsOrCb);
|
|
681
|
+
}
|
|
682
|
+
else if (typeof cb === "function") {
|
|
683
|
+
if (typeof optionsOrCb !== "object")
|
|
684
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
685
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
686
|
+
}
|
|
687
|
+
else {
|
|
688
|
+
return this.send(command, optionsOrCb);
|
|
689
|
+
}
|
|
690
|
+
};
|
|
691
|
+
RDS.prototype.deleteDBSecurityGroup = function (args, optionsOrCb, cb) {
|
|
692
|
+
var command = new DeleteDBSecurityGroupCommand(args);
|
|
693
|
+
if (typeof optionsOrCb === "function") {
|
|
694
|
+
this.send(command, optionsOrCb);
|
|
695
|
+
}
|
|
696
|
+
else if (typeof cb === "function") {
|
|
697
|
+
if (typeof optionsOrCb !== "object")
|
|
698
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
699
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
700
|
+
}
|
|
701
|
+
else {
|
|
702
|
+
return this.send(command, optionsOrCb);
|
|
703
|
+
}
|
|
704
|
+
};
|
|
705
|
+
RDS.prototype.deleteDBSnapshot = function (args, optionsOrCb, cb) {
|
|
706
|
+
var command = new DeleteDBSnapshotCommand(args);
|
|
707
|
+
if (typeof optionsOrCb === "function") {
|
|
708
|
+
this.send(command, optionsOrCb);
|
|
709
|
+
}
|
|
710
|
+
else if (typeof cb === "function") {
|
|
711
|
+
if (typeof optionsOrCb !== "object")
|
|
712
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
713
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
714
|
+
}
|
|
715
|
+
else {
|
|
716
|
+
return this.send(command, optionsOrCb);
|
|
717
|
+
}
|
|
718
|
+
};
|
|
719
|
+
RDS.prototype.deleteDBSubnetGroup = function (args, optionsOrCb, cb) {
|
|
720
|
+
var command = new DeleteDBSubnetGroupCommand(args);
|
|
721
|
+
if (typeof optionsOrCb === "function") {
|
|
722
|
+
this.send(command, optionsOrCb);
|
|
723
|
+
}
|
|
724
|
+
else if (typeof cb === "function") {
|
|
725
|
+
if (typeof optionsOrCb !== "object")
|
|
726
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
727
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
728
|
+
}
|
|
729
|
+
else {
|
|
730
|
+
return this.send(command, optionsOrCb);
|
|
731
|
+
}
|
|
732
|
+
};
|
|
733
|
+
RDS.prototype.deleteEventSubscription = function (args, optionsOrCb, cb) {
|
|
734
|
+
var command = new DeleteEventSubscriptionCommand(args);
|
|
735
|
+
if (typeof optionsOrCb === "function") {
|
|
736
|
+
this.send(command, optionsOrCb);
|
|
737
|
+
}
|
|
738
|
+
else if (typeof cb === "function") {
|
|
739
|
+
if (typeof optionsOrCb !== "object")
|
|
740
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
741
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
742
|
+
}
|
|
743
|
+
else {
|
|
744
|
+
return this.send(command, optionsOrCb);
|
|
745
|
+
}
|
|
746
|
+
};
|
|
747
|
+
RDS.prototype.deleteGlobalCluster = function (args, optionsOrCb, cb) {
|
|
748
|
+
var command = new DeleteGlobalClusterCommand(args);
|
|
749
|
+
if (typeof optionsOrCb === "function") {
|
|
750
|
+
this.send(command, optionsOrCb);
|
|
751
|
+
}
|
|
752
|
+
else if (typeof cb === "function") {
|
|
753
|
+
if (typeof optionsOrCb !== "object")
|
|
754
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
755
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
756
|
+
}
|
|
757
|
+
else {
|
|
758
|
+
return this.send(command, optionsOrCb);
|
|
759
|
+
}
|
|
760
|
+
};
|
|
761
|
+
RDS.prototype.deleteInstallationMedia = function (args, optionsOrCb, cb) {
|
|
762
|
+
var command = new DeleteInstallationMediaCommand(args);
|
|
763
|
+
if (typeof optionsOrCb === "function") {
|
|
764
|
+
this.send(command, optionsOrCb);
|
|
765
|
+
}
|
|
766
|
+
else if (typeof cb === "function") {
|
|
767
|
+
if (typeof optionsOrCb !== "object")
|
|
768
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
769
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
770
|
+
}
|
|
771
|
+
else {
|
|
772
|
+
return this.send(command, optionsOrCb);
|
|
773
|
+
}
|
|
774
|
+
};
|
|
775
|
+
RDS.prototype.deleteOptionGroup = function (args, optionsOrCb, cb) {
|
|
776
|
+
var command = new DeleteOptionGroupCommand(args);
|
|
777
|
+
if (typeof optionsOrCb === "function") {
|
|
778
|
+
this.send(command, optionsOrCb);
|
|
779
|
+
}
|
|
780
|
+
else if (typeof cb === "function") {
|
|
781
|
+
if (typeof optionsOrCb !== "object")
|
|
782
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
783
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
784
|
+
}
|
|
785
|
+
else {
|
|
786
|
+
return this.send(command, optionsOrCb);
|
|
787
|
+
}
|
|
788
|
+
};
|
|
789
|
+
RDS.prototype.deregisterDBProxyTargets = function (args, optionsOrCb, cb) {
|
|
790
|
+
var command = new DeregisterDBProxyTargetsCommand(args);
|
|
791
|
+
if (typeof optionsOrCb === "function") {
|
|
792
|
+
this.send(command, optionsOrCb);
|
|
793
|
+
}
|
|
794
|
+
else if (typeof cb === "function") {
|
|
795
|
+
if (typeof optionsOrCb !== "object")
|
|
796
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
797
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
798
|
+
}
|
|
799
|
+
else {
|
|
800
|
+
return this.send(command, optionsOrCb);
|
|
801
|
+
}
|
|
802
|
+
};
|
|
803
|
+
RDS.prototype.describeAccountAttributes = function (args, optionsOrCb, cb) {
|
|
804
|
+
var command = new DescribeAccountAttributesCommand(args);
|
|
805
|
+
if (typeof optionsOrCb === "function") {
|
|
806
|
+
this.send(command, optionsOrCb);
|
|
807
|
+
}
|
|
808
|
+
else if (typeof cb === "function") {
|
|
809
|
+
if (typeof optionsOrCb !== "object")
|
|
810
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
811
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
812
|
+
}
|
|
813
|
+
else {
|
|
814
|
+
return this.send(command, optionsOrCb);
|
|
815
|
+
}
|
|
816
|
+
};
|
|
817
|
+
RDS.prototype.describeCertificates = function (args, optionsOrCb, cb) {
|
|
818
|
+
var command = new DescribeCertificatesCommand(args);
|
|
819
|
+
if (typeof optionsOrCb === "function") {
|
|
820
|
+
this.send(command, optionsOrCb);
|
|
821
|
+
}
|
|
822
|
+
else if (typeof cb === "function") {
|
|
823
|
+
if (typeof optionsOrCb !== "object")
|
|
824
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
825
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
826
|
+
}
|
|
827
|
+
else {
|
|
828
|
+
return this.send(command, optionsOrCb);
|
|
829
|
+
}
|
|
830
|
+
};
|
|
831
|
+
RDS.prototype.describeCustomAvailabilityZones = function (args, optionsOrCb, cb) {
|
|
832
|
+
var command = new DescribeCustomAvailabilityZonesCommand(args);
|
|
833
|
+
if (typeof optionsOrCb === "function") {
|
|
834
|
+
this.send(command, optionsOrCb);
|
|
835
|
+
}
|
|
836
|
+
else if (typeof cb === "function") {
|
|
837
|
+
if (typeof optionsOrCb !== "object")
|
|
838
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
839
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
840
|
+
}
|
|
841
|
+
else {
|
|
842
|
+
return this.send(command, optionsOrCb);
|
|
843
|
+
}
|
|
844
|
+
};
|
|
845
|
+
RDS.prototype.describeDBClusterBacktracks = function (args, optionsOrCb, cb) {
|
|
846
|
+
var command = new DescribeDBClusterBacktracksCommand(args);
|
|
847
|
+
if (typeof optionsOrCb === "function") {
|
|
848
|
+
this.send(command, optionsOrCb);
|
|
849
|
+
}
|
|
850
|
+
else if (typeof cb === "function") {
|
|
851
|
+
if (typeof optionsOrCb !== "object")
|
|
852
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
853
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
854
|
+
}
|
|
855
|
+
else {
|
|
856
|
+
return this.send(command, optionsOrCb);
|
|
857
|
+
}
|
|
858
|
+
};
|
|
859
|
+
RDS.prototype.describeDBClusterEndpoints = function (args, optionsOrCb, cb) {
|
|
860
|
+
var command = new DescribeDBClusterEndpointsCommand(args);
|
|
861
|
+
if (typeof optionsOrCb === "function") {
|
|
862
|
+
this.send(command, optionsOrCb);
|
|
863
|
+
}
|
|
864
|
+
else if (typeof cb === "function") {
|
|
865
|
+
if (typeof optionsOrCb !== "object")
|
|
866
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
867
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
868
|
+
}
|
|
869
|
+
else {
|
|
870
|
+
return this.send(command, optionsOrCb);
|
|
871
|
+
}
|
|
872
|
+
};
|
|
873
|
+
RDS.prototype.describeDBClusterParameterGroups = function (args, optionsOrCb, cb) {
|
|
874
|
+
var command = new DescribeDBClusterParameterGroupsCommand(args);
|
|
875
|
+
if (typeof optionsOrCb === "function") {
|
|
876
|
+
this.send(command, optionsOrCb);
|
|
877
|
+
}
|
|
878
|
+
else if (typeof cb === "function") {
|
|
879
|
+
if (typeof optionsOrCb !== "object")
|
|
880
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
881
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
882
|
+
}
|
|
883
|
+
else {
|
|
884
|
+
return this.send(command, optionsOrCb);
|
|
885
|
+
}
|
|
886
|
+
};
|
|
887
|
+
RDS.prototype.describeDBClusterParameters = function (args, optionsOrCb, cb) {
|
|
888
|
+
var command = new DescribeDBClusterParametersCommand(args);
|
|
889
|
+
if (typeof optionsOrCb === "function") {
|
|
890
|
+
this.send(command, optionsOrCb);
|
|
891
|
+
}
|
|
892
|
+
else if (typeof cb === "function") {
|
|
893
|
+
if (typeof optionsOrCb !== "object")
|
|
894
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
895
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
896
|
+
}
|
|
897
|
+
else {
|
|
898
|
+
return this.send(command, optionsOrCb);
|
|
899
|
+
}
|
|
900
|
+
};
|
|
901
|
+
RDS.prototype.describeDBClusters = function (args, optionsOrCb, cb) {
|
|
902
|
+
var command = new DescribeDBClustersCommand(args);
|
|
903
|
+
if (typeof optionsOrCb === "function") {
|
|
904
|
+
this.send(command, optionsOrCb);
|
|
905
|
+
}
|
|
906
|
+
else if (typeof cb === "function") {
|
|
907
|
+
if (typeof optionsOrCb !== "object")
|
|
908
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
909
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
910
|
+
}
|
|
911
|
+
else {
|
|
912
|
+
return this.send(command, optionsOrCb);
|
|
913
|
+
}
|
|
914
|
+
};
|
|
915
|
+
RDS.prototype.describeDBClusterSnapshotAttributes = function (args, optionsOrCb, cb) {
|
|
916
|
+
var command = new DescribeDBClusterSnapshotAttributesCommand(args);
|
|
917
|
+
if (typeof optionsOrCb === "function") {
|
|
918
|
+
this.send(command, optionsOrCb);
|
|
919
|
+
}
|
|
920
|
+
else if (typeof cb === "function") {
|
|
921
|
+
if (typeof optionsOrCb !== "object")
|
|
922
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
923
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
924
|
+
}
|
|
925
|
+
else {
|
|
926
|
+
return this.send(command, optionsOrCb);
|
|
927
|
+
}
|
|
928
|
+
};
|
|
929
|
+
RDS.prototype.describeDBClusterSnapshots = function (args, optionsOrCb, cb) {
|
|
930
|
+
var command = new DescribeDBClusterSnapshotsCommand(args);
|
|
931
|
+
if (typeof optionsOrCb === "function") {
|
|
932
|
+
this.send(command, optionsOrCb);
|
|
933
|
+
}
|
|
934
|
+
else if (typeof cb === "function") {
|
|
935
|
+
if (typeof optionsOrCb !== "object")
|
|
936
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
937
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
938
|
+
}
|
|
939
|
+
else {
|
|
940
|
+
return this.send(command, optionsOrCb);
|
|
941
|
+
}
|
|
942
|
+
};
|
|
943
|
+
RDS.prototype.describeDBEngineVersions = function (args, optionsOrCb, cb) {
|
|
944
|
+
var command = new DescribeDBEngineVersionsCommand(args);
|
|
945
|
+
if (typeof optionsOrCb === "function") {
|
|
946
|
+
this.send(command, optionsOrCb);
|
|
947
|
+
}
|
|
948
|
+
else if (typeof cb === "function") {
|
|
949
|
+
if (typeof optionsOrCb !== "object")
|
|
950
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
951
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
952
|
+
}
|
|
953
|
+
else {
|
|
954
|
+
return this.send(command, optionsOrCb);
|
|
955
|
+
}
|
|
956
|
+
};
|
|
957
|
+
RDS.prototype.describeDBInstanceAutomatedBackups = function (args, optionsOrCb, cb) {
|
|
958
|
+
var command = new DescribeDBInstanceAutomatedBackupsCommand(args);
|
|
959
|
+
if (typeof optionsOrCb === "function") {
|
|
960
|
+
this.send(command, optionsOrCb);
|
|
961
|
+
}
|
|
962
|
+
else if (typeof cb === "function") {
|
|
963
|
+
if (typeof optionsOrCb !== "object")
|
|
964
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
965
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
966
|
+
}
|
|
967
|
+
else {
|
|
968
|
+
return this.send(command, optionsOrCb);
|
|
969
|
+
}
|
|
970
|
+
};
|
|
971
|
+
RDS.prototype.describeDBInstances = function (args, optionsOrCb, cb) {
|
|
972
|
+
var command = new DescribeDBInstancesCommand(args);
|
|
973
|
+
if (typeof optionsOrCb === "function") {
|
|
974
|
+
this.send(command, optionsOrCb);
|
|
975
|
+
}
|
|
976
|
+
else if (typeof cb === "function") {
|
|
977
|
+
if (typeof optionsOrCb !== "object")
|
|
978
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
979
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
980
|
+
}
|
|
981
|
+
else {
|
|
982
|
+
return this.send(command, optionsOrCb);
|
|
983
|
+
}
|
|
984
|
+
};
|
|
985
|
+
RDS.prototype.describeDBLogFiles = function (args, optionsOrCb, cb) {
|
|
986
|
+
var command = new DescribeDBLogFilesCommand(args);
|
|
987
|
+
if (typeof optionsOrCb === "function") {
|
|
988
|
+
this.send(command, optionsOrCb);
|
|
989
|
+
}
|
|
990
|
+
else if (typeof cb === "function") {
|
|
991
|
+
if (typeof optionsOrCb !== "object")
|
|
992
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
993
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
994
|
+
}
|
|
995
|
+
else {
|
|
996
|
+
return this.send(command, optionsOrCb);
|
|
997
|
+
}
|
|
998
|
+
};
|
|
999
|
+
RDS.prototype.describeDBParameterGroups = function (args, optionsOrCb, cb) {
|
|
1000
|
+
var command = new DescribeDBParameterGroupsCommand(args);
|
|
1001
|
+
if (typeof optionsOrCb === "function") {
|
|
1002
|
+
this.send(command, optionsOrCb);
|
|
1003
|
+
}
|
|
1004
|
+
else if (typeof cb === "function") {
|
|
1005
|
+
if (typeof optionsOrCb !== "object")
|
|
1006
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1007
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1008
|
+
}
|
|
1009
|
+
else {
|
|
1010
|
+
return this.send(command, optionsOrCb);
|
|
1011
|
+
}
|
|
1012
|
+
};
|
|
1013
|
+
RDS.prototype.describeDBParameters = function (args, optionsOrCb, cb) {
|
|
1014
|
+
var command = new DescribeDBParametersCommand(args);
|
|
1015
|
+
if (typeof optionsOrCb === "function") {
|
|
1016
|
+
this.send(command, optionsOrCb);
|
|
1017
|
+
}
|
|
1018
|
+
else if (typeof cb === "function") {
|
|
1019
|
+
if (typeof optionsOrCb !== "object")
|
|
1020
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1021
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1022
|
+
}
|
|
1023
|
+
else {
|
|
1024
|
+
return this.send(command, optionsOrCb);
|
|
1025
|
+
}
|
|
1026
|
+
};
|
|
1027
|
+
RDS.prototype.describeDBProxies = function (args, optionsOrCb, cb) {
|
|
1028
|
+
var command = new DescribeDBProxiesCommand(args);
|
|
1029
|
+
if (typeof optionsOrCb === "function") {
|
|
1030
|
+
this.send(command, optionsOrCb);
|
|
1031
|
+
}
|
|
1032
|
+
else if (typeof cb === "function") {
|
|
1033
|
+
if (typeof optionsOrCb !== "object")
|
|
1034
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1035
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1036
|
+
}
|
|
1037
|
+
else {
|
|
1038
|
+
return this.send(command, optionsOrCb);
|
|
1039
|
+
}
|
|
1040
|
+
};
|
|
1041
|
+
RDS.prototype.describeDBProxyEndpoints = function (args, optionsOrCb, cb) {
|
|
1042
|
+
var command = new DescribeDBProxyEndpointsCommand(args);
|
|
1043
|
+
if (typeof optionsOrCb === "function") {
|
|
1044
|
+
this.send(command, optionsOrCb);
|
|
1045
|
+
}
|
|
1046
|
+
else if (typeof cb === "function") {
|
|
1047
|
+
if (typeof optionsOrCb !== "object")
|
|
1048
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1049
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1050
|
+
}
|
|
1051
|
+
else {
|
|
1052
|
+
return this.send(command, optionsOrCb);
|
|
1053
|
+
}
|
|
1054
|
+
};
|
|
1055
|
+
RDS.prototype.describeDBProxyTargetGroups = function (args, optionsOrCb, cb) {
|
|
1056
|
+
var command = new DescribeDBProxyTargetGroupsCommand(args);
|
|
1057
|
+
if (typeof optionsOrCb === "function") {
|
|
1058
|
+
this.send(command, optionsOrCb);
|
|
1059
|
+
}
|
|
1060
|
+
else if (typeof cb === "function") {
|
|
1061
|
+
if (typeof optionsOrCb !== "object")
|
|
1062
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1063
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1064
|
+
}
|
|
1065
|
+
else {
|
|
1066
|
+
return this.send(command, optionsOrCb);
|
|
1067
|
+
}
|
|
1068
|
+
};
|
|
1069
|
+
RDS.prototype.describeDBProxyTargets = function (args, optionsOrCb, cb) {
|
|
1070
|
+
var command = new DescribeDBProxyTargetsCommand(args);
|
|
1071
|
+
if (typeof optionsOrCb === "function") {
|
|
1072
|
+
this.send(command, optionsOrCb);
|
|
1073
|
+
}
|
|
1074
|
+
else if (typeof cb === "function") {
|
|
1075
|
+
if (typeof optionsOrCb !== "object")
|
|
1076
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1077
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1078
|
+
}
|
|
1079
|
+
else {
|
|
1080
|
+
return this.send(command, optionsOrCb);
|
|
1081
|
+
}
|
|
1082
|
+
};
|
|
1083
|
+
RDS.prototype.describeDBSecurityGroups = function (args, optionsOrCb, cb) {
|
|
1084
|
+
var command = new DescribeDBSecurityGroupsCommand(args);
|
|
1085
|
+
if (typeof optionsOrCb === "function") {
|
|
1086
|
+
this.send(command, optionsOrCb);
|
|
1087
|
+
}
|
|
1088
|
+
else if (typeof cb === "function") {
|
|
1089
|
+
if (typeof optionsOrCb !== "object")
|
|
1090
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1091
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1092
|
+
}
|
|
1093
|
+
else {
|
|
1094
|
+
return this.send(command, optionsOrCb);
|
|
1095
|
+
}
|
|
1096
|
+
};
|
|
1097
|
+
RDS.prototype.describeDBSnapshotAttributes = function (args, optionsOrCb, cb) {
|
|
1098
|
+
var command = new DescribeDBSnapshotAttributesCommand(args);
|
|
1099
|
+
if (typeof optionsOrCb === "function") {
|
|
1100
|
+
this.send(command, optionsOrCb);
|
|
1101
|
+
}
|
|
1102
|
+
else if (typeof cb === "function") {
|
|
1103
|
+
if (typeof optionsOrCb !== "object")
|
|
1104
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1105
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1106
|
+
}
|
|
1107
|
+
else {
|
|
1108
|
+
return this.send(command, optionsOrCb);
|
|
1109
|
+
}
|
|
1110
|
+
};
|
|
1111
|
+
RDS.prototype.describeDBSnapshots = function (args, optionsOrCb, cb) {
|
|
1112
|
+
var command = new DescribeDBSnapshotsCommand(args);
|
|
1113
|
+
if (typeof optionsOrCb === "function") {
|
|
1114
|
+
this.send(command, optionsOrCb);
|
|
1115
|
+
}
|
|
1116
|
+
else if (typeof cb === "function") {
|
|
1117
|
+
if (typeof optionsOrCb !== "object")
|
|
1118
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1119
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1120
|
+
}
|
|
1121
|
+
else {
|
|
1122
|
+
return this.send(command, optionsOrCb);
|
|
1123
|
+
}
|
|
1124
|
+
};
|
|
1125
|
+
RDS.prototype.describeDBSubnetGroups = function (args, optionsOrCb, cb) {
|
|
1126
|
+
var command = new DescribeDBSubnetGroupsCommand(args);
|
|
1127
|
+
if (typeof optionsOrCb === "function") {
|
|
1128
|
+
this.send(command, optionsOrCb);
|
|
1129
|
+
}
|
|
1130
|
+
else if (typeof cb === "function") {
|
|
1131
|
+
if (typeof optionsOrCb !== "object")
|
|
1132
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1133
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1134
|
+
}
|
|
1135
|
+
else {
|
|
1136
|
+
return this.send(command, optionsOrCb);
|
|
1137
|
+
}
|
|
1138
|
+
};
|
|
1139
|
+
RDS.prototype.describeEngineDefaultClusterParameters = function (args, optionsOrCb, cb) {
|
|
1140
|
+
var command = new DescribeEngineDefaultClusterParametersCommand(args);
|
|
1141
|
+
if (typeof optionsOrCb === "function") {
|
|
1142
|
+
this.send(command, optionsOrCb);
|
|
1143
|
+
}
|
|
1144
|
+
else if (typeof cb === "function") {
|
|
1145
|
+
if (typeof optionsOrCb !== "object")
|
|
1146
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1147
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1148
|
+
}
|
|
1149
|
+
else {
|
|
1150
|
+
return this.send(command, optionsOrCb);
|
|
1151
|
+
}
|
|
1152
|
+
};
|
|
1153
|
+
RDS.prototype.describeEngineDefaultParameters = function (args, optionsOrCb, cb) {
|
|
1154
|
+
var command = new DescribeEngineDefaultParametersCommand(args);
|
|
1155
|
+
if (typeof optionsOrCb === "function") {
|
|
1156
|
+
this.send(command, optionsOrCb);
|
|
1157
|
+
}
|
|
1158
|
+
else if (typeof cb === "function") {
|
|
1159
|
+
if (typeof optionsOrCb !== "object")
|
|
1160
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1161
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1162
|
+
}
|
|
1163
|
+
else {
|
|
1164
|
+
return this.send(command, optionsOrCb);
|
|
1165
|
+
}
|
|
1166
|
+
};
|
|
1167
|
+
RDS.prototype.describeEventCategories = function (args, optionsOrCb, cb) {
|
|
1168
|
+
var command = new DescribeEventCategoriesCommand(args);
|
|
1169
|
+
if (typeof optionsOrCb === "function") {
|
|
1170
|
+
this.send(command, optionsOrCb);
|
|
1171
|
+
}
|
|
1172
|
+
else if (typeof cb === "function") {
|
|
1173
|
+
if (typeof optionsOrCb !== "object")
|
|
1174
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1175
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1176
|
+
}
|
|
1177
|
+
else {
|
|
1178
|
+
return this.send(command, optionsOrCb);
|
|
1179
|
+
}
|
|
1180
|
+
};
|
|
1181
|
+
RDS.prototype.describeEvents = function (args, optionsOrCb, cb) {
|
|
1182
|
+
var command = new DescribeEventsCommand(args);
|
|
1183
|
+
if (typeof optionsOrCb === "function") {
|
|
1184
|
+
this.send(command, optionsOrCb);
|
|
1185
|
+
}
|
|
1186
|
+
else if (typeof cb === "function") {
|
|
1187
|
+
if (typeof optionsOrCb !== "object")
|
|
1188
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1189
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1190
|
+
}
|
|
1191
|
+
else {
|
|
1192
|
+
return this.send(command, optionsOrCb);
|
|
1193
|
+
}
|
|
1194
|
+
};
|
|
1195
|
+
RDS.prototype.describeEventSubscriptions = function (args, optionsOrCb, cb) {
|
|
1196
|
+
var command = new DescribeEventSubscriptionsCommand(args);
|
|
1197
|
+
if (typeof optionsOrCb === "function") {
|
|
1198
|
+
this.send(command, optionsOrCb);
|
|
1199
|
+
}
|
|
1200
|
+
else if (typeof cb === "function") {
|
|
1201
|
+
if (typeof optionsOrCb !== "object")
|
|
1202
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1203
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1204
|
+
}
|
|
1205
|
+
else {
|
|
1206
|
+
return this.send(command, optionsOrCb);
|
|
1207
|
+
}
|
|
1208
|
+
};
|
|
1209
|
+
RDS.prototype.describeExportTasks = function (args, optionsOrCb, cb) {
|
|
1210
|
+
var command = new DescribeExportTasksCommand(args);
|
|
1211
|
+
if (typeof optionsOrCb === "function") {
|
|
1212
|
+
this.send(command, optionsOrCb);
|
|
1213
|
+
}
|
|
1214
|
+
else if (typeof cb === "function") {
|
|
1215
|
+
if (typeof optionsOrCb !== "object")
|
|
1216
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1217
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1218
|
+
}
|
|
1219
|
+
else {
|
|
1220
|
+
return this.send(command, optionsOrCb);
|
|
1221
|
+
}
|
|
1222
|
+
};
|
|
1223
|
+
RDS.prototype.describeGlobalClusters = function (args, optionsOrCb, cb) {
|
|
1224
|
+
var command = new DescribeGlobalClustersCommand(args);
|
|
1225
|
+
if (typeof optionsOrCb === "function") {
|
|
1226
|
+
this.send(command, optionsOrCb);
|
|
1227
|
+
}
|
|
1228
|
+
else if (typeof cb === "function") {
|
|
1229
|
+
if (typeof optionsOrCb !== "object")
|
|
1230
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1231
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1232
|
+
}
|
|
1233
|
+
else {
|
|
1234
|
+
return this.send(command, optionsOrCb);
|
|
1235
|
+
}
|
|
1236
|
+
};
|
|
1237
|
+
RDS.prototype.describeInstallationMedia = function (args, optionsOrCb, cb) {
|
|
1238
|
+
var command = new DescribeInstallationMediaCommand(args);
|
|
1239
|
+
if (typeof optionsOrCb === "function") {
|
|
1240
|
+
this.send(command, optionsOrCb);
|
|
1241
|
+
}
|
|
1242
|
+
else if (typeof cb === "function") {
|
|
1243
|
+
if (typeof optionsOrCb !== "object")
|
|
1244
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1245
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1246
|
+
}
|
|
1247
|
+
else {
|
|
1248
|
+
return this.send(command, optionsOrCb);
|
|
1249
|
+
}
|
|
1250
|
+
};
|
|
1251
|
+
RDS.prototype.describeOptionGroupOptions = function (args, optionsOrCb, cb) {
|
|
1252
|
+
var command = new DescribeOptionGroupOptionsCommand(args);
|
|
1253
|
+
if (typeof optionsOrCb === "function") {
|
|
1254
|
+
this.send(command, optionsOrCb);
|
|
1255
|
+
}
|
|
1256
|
+
else if (typeof cb === "function") {
|
|
1257
|
+
if (typeof optionsOrCb !== "object")
|
|
1258
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1259
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1260
|
+
}
|
|
1261
|
+
else {
|
|
1262
|
+
return this.send(command, optionsOrCb);
|
|
1263
|
+
}
|
|
1264
|
+
};
|
|
1265
|
+
RDS.prototype.describeOptionGroups = function (args, optionsOrCb, cb) {
|
|
1266
|
+
var command = new DescribeOptionGroupsCommand(args);
|
|
1267
|
+
if (typeof optionsOrCb === "function") {
|
|
1268
|
+
this.send(command, optionsOrCb);
|
|
1269
|
+
}
|
|
1270
|
+
else if (typeof cb === "function") {
|
|
1271
|
+
if (typeof optionsOrCb !== "object")
|
|
1272
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1273
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1274
|
+
}
|
|
1275
|
+
else {
|
|
1276
|
+
return this.send(command, optionsOrCb);
|
|
1277
|
+
}
|
|
1278
|
+
};
|
|
1279
|
+
RDS.prototype.describeOrderableDBInstanceOptions = function (args, optionsOrCb, cb) {
|
|
1280
|
+
var command = new DescribeOrderableDBInstanceOptionsCommand(args);
|
|
1281
|
+
if (typeof optionsOrCb === "function") {
|
|
1282
|
+
this.send(command, optionsOrCb);
|
|
1283
|
+
}
|
|
1284
|
+
else if (typeof cb === "function") {
|
|
1285
|
+
if (typeof optionsOrCb !== "object")
|
|
1286
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1287
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1288
|
+
}
|
|
1289
|
+
else {
|
|
1290
|
+
return this.send(command, optionsOrCb);
|
|
1291
|
+
}
|
|
1292
|
+
};
|
|
1293
|
+
RDS.prototype.describePendingMaintenanceActions = function (args, optionsOrCb, cb) {
|
|
1294
|
+
var command = new DescribePendingMaintenanceActionsCommand(args);
|
|
1295
|
+
if (typeof optionsOrCb === "function") {
|
|
1296
|
+
this.send(command, optionsOrCb);
|
|
1297
|
+
}
|
|
1298
|
+
else if (typeof cb === "function") {
|
|
1299
|
+
if (typeof optionsOrCb !== "object")
|
|
1300
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1301
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1302
|
+
}
|
|
1303
|
+
else {
|
|
1304
|
+
return this.send(command, optionsOrCb);
|
|
1305
|
+
}
|
|
1306
|
+
};
|
|
1307
|
+
RDS.prototype.describeReservedDBInstances = function (args, optionsOrCb, cb) {
|
|
1308
|
+
var command = new DescribeReservedDBInstancesCommand(args);
|
|
1309
|
+
if (typeof optionsOrCb === "function") {
|
|
1310
|
+
this.send(command, optionsOrCb);
|
|
1311
|
+
}
|
|
1312
|
+
else if (typeof cb === "function") {
|
|
1313
|
+
if (typeof optionsOrCb !== "object")
|
|
1314
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1315
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1316
|
+
}
|
|
1317
|
+
else {
|
|
1318
|
+
return this.send(command, optionsOrCb);
|
|
1319
|
+
}
|
|
1320
|
+
};
|
|
1321
|
+
RDS.prototype.describeReservedDBInstancesOfferings = function (args, optionsOrCb, cb) {
|
|
1322
|
+
var command = new DescribeReservedDBInstancesOfferingsCommand(args);
|
|
1323
|
+
if (typeof optionsOrCb === "function") {
|
|
1324
|
+
this.send(command, optionsOrCb);
|
|
1325
|
+
}
|
|
1326
|
+
else if (typeof cb === "function") {
|
|
1327
|
+
if (typeof optionsOrCb !== "object")
|
|
1328
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1329
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1330
|
+
}
|
|
1331
|
+
else {
|
|
1332
|
+
return this.send(command, optionsOrCb);
|
|
1333
|
+
}
|
|
1334
|
+
};
|
|
1335
|
+
RDS.prototype.describeSourceRegions = function (args, optionsOrCb, cb) {
|
|
1336
|
+
var command = new DescribeSourceRegionsCommand(args);
|
|
1337
|
+
if (typeof optionsOrCb === "function") {
|
|
1338
|
+
this.send(command, optionsOrCb);
|
|
1339
|
+
}
|
|
1340
|
+
else if (typeof cb === "function") {
|
|
1341
|
+
if (typeof optionsOrCb !== "object")
|
|
1342
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1343
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1344
|
+
}
|
|
1345
|
+
else {
|
|
1346
|
+
return this.send(command, optionsOrCb);
|
|
1347
|
+
}
|
|
1348
|
+
};
|
|
1349
|
+
RDS.prototype.describeValidDBInstanceModifications = function (args, optionsOrCb, cb) {
|
|
1350
|
+
var command = new DescribeValidDBInstanceModificationsCommand(args);
|
|
1351
|
+
if (typeof optionsOrCb === "function") {
|
|
1352
|
+
this.send(command, optionsOrCb);
|
|
1353
|
+
}
|
|
1354
|
+
else if (typeof cb === "function") {
|
|
1355
|
+
if (typeof optionsOrCb !== "object")
|
|
1356
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1357
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1358
|
+
}
|
|
1359
|
+
else {
|
|
1360
|
+
return this.send(command, optionsOrCb);
|
|
1361
|
+
}
|
|
1362
|
+
};
|
|
1363
|
+
RDS.prototype.downloadDBLogFilePortion = function (args, optionsOrCb, cb) {
|
|
1364
|
+
var command = new DownloadDBLogFilePortionCommand(args);
|
|
1365
|
+
if (typeof optionsOrCb === "function") {
|
|
1366
|
+
this.send(command, optionsOrCb);
|
|
1367
|
+
}
|
|
1368
|
+
else if (typeof cb === "function") {
|
|
1369
|
+
if (typeof optionsOrCb !== "object")
|
|
1370
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1371
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1372
|
+
}
|
|
1373
|
+
else {
|
|
1374
|
+
return this.send(command, optionsOrCb);
|
|
1375
|
+
}
|
|
1376
|
+
};
|
|
1377
|
+
RDS.prototype.failoverDBCluster = function (args, optionsOrCb, cb) {
|
|
1378
|
+
var command = new FailoverDBClusterCommand(args);
|
|
1379
|
+
if (typeof optionsOrCb === "function") {
|
|
1380
|
+
this.send(command, optionsOrCb);
|
|
1381
|
+
}
|
|
1382
|
+
else if (typeof cb === "function") {
|
|
1383
|
+
if (typeof optionsOrCb !== "object")
|
|
1384
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1385
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1386
|
+
}
|
|
1387
|
+
else {
|
|
1388
|
+
return this.send(command, optionsOrCb);
|
|
1389
|
+
}
|
|
1390
|
+
};
|
|
1391
|
+
RDS.prototype.failoverGlobalCluster = function (args, optionsOrCb, cb) {
|
|
1392
|
+
var command = new FailoverGlobalClusterCommand(args);
|
|
1393
|
+
if (typeof optionsOrCb === "function") {
|
|
1394
|
+
this.send(command, optionsOrCb);
|
|
1395
|
+
}
|
|
1396
|
+
else if (typeof cb === "function") {
|
|
1397
|
+
if (typeof optionsOrCb !== "object")
|
|
1398
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1399
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1400
|
+
}
|
|
1401
|
+
else {
|
|
1402
|
+
return this.send(command, optionsOrCb);
|
|
1403
|
+
}
|
|
1404
|
+
};
|
|
1405
|
+
RDS.prototype.importInstallationMedia = function (args, optionsOrCb, cb) {
|
|
1406
|
+
var command = new ImportInstallationMediaCommand(args);
|
|
1407
|
+
if (typeof optionsOrCb === "function") {
|
|
1408
|
+
this.send(command, optionsOrCb);
|
|
1409
|
+
}
|
|
1410
|
+
else if (typeof cb === "function") {
|
|
1411
|
+
if (typeof optionsOrCb !== "object")
|
|
1412
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1413
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1414
|
+
}
|
|
1415
|
+
else {
|
|
1416
|
+
return this.send(command, optionsOrCb);
|
|
1417
|
+
}
|
|
1418
|
+
};
|
|
1419
|
+
RDS.prototype.listTagsForResource = function (args, optionsOrCb, cb) {
|
|
1420
|
+
var command = new ListTagsForResourceCommand(args);
|
|
1421
|
+
if (typeof optionsOrCb === "function") {
|
|
1422
|
+
this.send(command, optionsOrCb);
|
|
1423
|
+
}
|
|
1424
|
+
else if (typeof cb === "function") {
|
|
1425
|
+
if (typeof optionsOrCb !== "object")
|
|
1426
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1427
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1428
|
+
}
|
|
1429
|
+
else {
|
|
1430
|
+
return this.send(command, optionsOrCb);
|
|
1431
|
+
}
|
|
1432
|
+
};
|
|
1433
|
+
RDS.prototype.modifyCertificates = function (args, optionsOrCb, cb) {
|
|
1434
|
+
var command = new ModifyCertificatesCommand(args);
|
|
1435
|
+
if (typeof optionsOrCb === "function") {
|
|
1436
|
+
this.send(command, optionsOrCb);
|
|
1437
|
+
}
|
|
1438
|
+
else if (typeof cb === "function") {
|
|
1439
|
+
if (typeof optionsOrCb !== "object")
|
|
1440
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1441
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1442
|
+
}
|
|
1443
|
+
else {
|
|
1444
|
+
return this.send(command, optionsOrCb);
|
|
1445
|
+
}
|
|
1446
|
+
};
|
|
1447
|
+
RDS.prototype.modifyCurrentDBClusterCapacity = function (args, optionsOrCb, cb) {
|
|
1448
|
+
var command = new ModifyCurrentDBClusterCapacityCommand(args);
|
|
1449
|
+
if (typeof optionsOrCb === "function") {
|
|
1450
|
+
this.send(command, optionsOrCb);
|
|
1451
|
+
}
|
|
1452
|
+
else if (typeof cb === "function") {
|
|
1453
|
+
if (typeof optionsOrCb !== "object")
|
|
1454
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1455
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1456
|
+
}
|
|
1457
|
+
else {
|
|
1458
|
+
return this.send(command, optionsOrCb);
|
|
1459
|
+
}
|
|
1460
|
+
};
|
|
1461
|
+
RDS.prototype.modifyDBCluster = function (args, optionsOrCb, cb) {
|
|
1462
|
+
var command = new ModifyDBClusterCommand(args);
|
|
1463
|
+
if (typeof optionsOrCb === "function") {
|
|
1464
|
+
this.send(command, optionsOrCb);
|
|
1465
|
+
}
|
|
1466
|
+
else if (typeof cb === "function") {
|
|
1467
|
+
if (typeof optionsOrCb !== "object")
|
|
1468
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1469
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1470
|
+
}
|
|
1471
|
+
else {
|
|
1472
|
+
return this.send(command, optionsOrCb);
|
|
1473
|
+
}
|
|
1474
|
+
};
|
|
1475
|
+
RDS.prototype.modifyDBClusterEndpoint = function (args, optionsOrCb, cb) {
|
|
1476
|
+
var command = new ModifyDBClusterEndpointCommand(args);
|
|
1477
|
+
if (typeof optionsOrCb === "function") {
|
|
1478
|
+
this.send(command, optionsOrCb);
|
|
1479
|
+
}
|
|
1480
|
+
else if (typeof cb === "function") {
|
|
1481
|
+
if (typeof optionsOrCb !== "object")
|
|
1482
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1483
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1484
|
+
}
|
|
1485
|
+
else {
|
|
1486
|
+
return this.send(command, optionsOrCb);
|
|
1487
|
+
}
|
|
1488
|
+
};
|
|
1489
|
+
RDS.prototype.modifyDBClusterParameterGroup = function (args, optionsOrCb, cb) {
|
|
1490
|
+
var command = new ModifyDBClusterParameterGroupCommand(args);
|
|
1491
|
+
if (typeof optionsOrCb === "function") {
|
|
1492
|
+
this.send(command, optionsOrCb);
|
|
1493
|
+
}
|
|
1494
|
+
else if (typeof cb === "function") {
|
|
1495
|
+
if (typeof optionsOrCb !== "object")
|
|
1496
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1497
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1498
|
+
}
|
|
1499
|
+
else {
|
|
1500
|
+
return this.send(command, optionsOrCb);
|
|
1501
|
+
}
|
|
1502
|
+
};
|
|
1503
|
+
RDS.prototype.modifyDBClusterSnapshotAttribute = function (args, optionsOrCb, cb) {
|
|
1504
|
+
var command = new ModifyDBClusterSnapshotAttributeCommand(args);
|
|
1505
|
+
if (typeof optionsOrCb === "function") {
|
|
1506
|
+
this.send(command, optionsOrCb);
|
|
1507
|
+
}
|
|
1508
|
+
else if (typeof cb === "function") {
|
|
1509
|
+
if (typeof optionsOrCb !== "object")
|
|
1510
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1511
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1512
|
+
}
|
|
1513
|
+
else {
|
|
1514
|
+
return this.send(command, optionsOrCb);
|
|
1515
|
+
}
|
|
1516
|
+
};
|
|
1517
|
+
RDS.prototype.modifyDBInstance = function (args, optionsOrCb, cb) {
|
|
1518
|
+
var command = new ModifyDBInstanceCommand(args);
|
|
1519
|
+
if (typeof optionsOrCb === "function") {
|
|
1520
|
+
this.send(command, optionsOrCb);
|
|
1521
|
+
}
|
|
1522
|
+
else if (typeof cb === "function") {
|
|
1523
|
+
if (typeof optionsOrCb !== "object")
|
|
1524
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1525
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1526
|
+
}
|
|
1527
|
+
else {
|
|
1528
|
+
return this.send(command, optionsOrCb);
|
|
1529
|
+
}
|
|
1530
|
+
};
|
|
1531
|
+
RDS.prototype.modifyDBParameterGroup = function (args, optionsOrCb, cb) {
|
|
1532
|
+
var command = new ModifyDBParameterGroupCommand(args);
|
|
1533
|
+
if (typeof optionsOrCb === "function") {
|
|
1534
|
+
this.send(command, optionsOrCb);
|
|
1535
|
+
}
|
|
1536
|
+
else if (typeof cb === "function") {
|
|
1537
|
+
if (typeof optionsOrCb !== "object")
|
|
1538
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1539
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1540
|
+
}
|
|
1541
|
+
else {
|
|
1542
|
+
return this.send(command, optionsOrCb);
|
|
1543
|
+
}
|
|
1544
|
+
};
|
|
1545
|
+
RDS.prototype.modifyDBProxy = function (args, optionsOrCb, cb) {
|
|
1546
|
+
var command = new ModifyDBProxyCommand(args);
|
|
1547
|
+
if (typeof optionsOrCb === "function") {
|
|
1548
|
+
this.send(command, optionsOrCb);
|
|
1549
|
+
}
|
|
1550
|
+
else if (typeof cb === "function") {
|
|
1551
|
+
if (typeof optionsOrCb !== "object")
|
|
1552
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1553
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1554
|
+
}
|
|
1555
|
+
else {
|
|
1556
|
+
return this.send(command, optionsOrCb);
|
|
1557
|
+
}
|
|
1558
|
+
};
|
|
1559
|
+
RDS.prototype.modifyDBProxyEndpoint = function (args, optionsOrCb, cb) {
|
|
1560
|
+
var command = new ModifyDBProxyEndpointCommand(args);
|
|
1561
|
+
if (typeof optionsOrCb === "function") {
|
|
1562
|
+
this.send(command, optionsOrCb);
|
|
1563
|
+
}
|
|
1564
|
+
else if (typeof cb === "function") {
|
|
1565
|
+
if (typeof optionsOrCb !== "object")
|
|
1566
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1567
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1568
|
+
}
|
|
1569
|
+
else {
|
|
1570
|
+
return this.send(command, optionsOrCb);
|
|
1571
|
+
}
|
|
1572
|
+
};
|
|
1573
|
+
RDS.prototype.modifyDBProxyTargetGroup = function (args, optionsOrCb, cb) {
|
|
1574
|
+
var command = new ModifyDBProxyTargetGroupCommand(args);
|
|
1575
|
+
if (typeof optionsOrCb === "function") {
|
|
1576
|
+
this.send(command, optionsOrCb);
|
|
1577
|
+
}
|
|
1578
|
+
else if (typeof cb === "function") {
|
|
1579
|
+
if (typeof optionsOrCb !== "object")
|
|
1580
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1581
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1582
|
+
}
|
|
1583
|
+
else {
|
|
1584
|
+
return this.send(command, optionsOrCb);
|
|
1585
|
+
}
|
|
1586
|
+
};
|
|
1587
|
+
RDS.prototype.modifyDBSnapshot = function (args, optionsOrCb, cb) {
|
|
1588
|
+
var command = new ModifyDBSnapshotCommand(args);
|
|
1589
|
+
if (typeof optionsOrCb === "function") {
|
|
1590
|
+
this.send(command, optionsOrCb);
|
|
1591
|
+
}
|
|
1592
|
+
else if (typeof cb === "function") {
|
|
1593
|
+
if (typeof optionsOrCb !== "object")
|
|
1594
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1595
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1596
|
+
}
|
|
1597
|
+
else {
|
|
1598
|
+
return this.send(command, optionsOrCb);
|
|
1599
|
+
}
|
|
1600
|
+
};
|
|
1601
|
+
RDS.prototype.modifyDBSnapshotAttribute = function (args, optionsOrCb, cb) {
|
|
1602
|
+
var command = new ModifyDBSnapshotAttributeCommand(args);
|
|
1603
|
+
if (typeof optionsOrCb === "function") {
|
|
1604
|
+
this.send(command, optionsOrCb);
|
|
1605
|
+
}
|
|
1606
|
+
else if (typeof cb === "function") {
|
|
1607
|
+
if (typeof optionsOrCb !== "object")
|
|
1608
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1609
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1610
|
+
}
|
|
1611
|
+
else {
|
|
1612
|
+
return this.send(command, optionsOrCb);
|
|
1613
|
+
}
|
|
1614
|
+
};
|
|
1615
|
+
RDS.prototype.modifyDBSubnetGroup = function (args, optionsOrCb, cb) {
|
|
1616
|
+
var command = new ModifyDBSubnetGroupCommand(args);
|
|
1617
|
+
if (typeof optionsOrCb === "function") {
|
|
1618
|
+
this.send(command, optionsOrCb);
|
|
1619
|
+
}
|
|
1620
|
+
else if (typeof cb === "function") {
|
|
1621
|
+
if (typeof optionsOrCb !== "object")
|
|
1622
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1623
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1624
|
+
}
|
|
1625
|
+
else {
|
|
1626
|
+
return this.send(command, optionsOrCb);
|
|
1627
|
+
}
|
|
1628
|
+
};
|
|
1629
|
+
RDS.prototype.modifyEventSubscription = function (args, optionsOrCb, cb) {
|
|
1630
|
+
var command = new ModifyEventSubscriptionCommand(args);
|
|
1631
|
+
if (typeof optionsOrCb === "function") {
|
|
1632
|
+
this.send(command, optionsOrCb);
|
|
1633
|
+
}
|
|
1634
|
+
else if (typeof cb === "function") {
|
|
1635
|
+
if (typeof optionsOrCb !== "object")
|
|
1636
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1637
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1638
|
+
}
|
|
1639
|
+
else {
|
|
1640
|
+
return this.send(command, optionsOrCb);
|
|
1641
|
+
}
|
|
1642
|
+
};
|
|
1643
|
+
RDS.prototype.modifyGlobalCluster = function (args, optionsOrCb, cb) {
|
|
1644
|
+
var command = new ModifyGlobalClusterCommand(args);
|
|
1645
|
+
if (typeof optionsOrCb === "function") {
|
|
1646
|
+
this.send(command, optionsOrCb);
|
|
1647
|
+
}
|
|
1648
|
+
else if (typeof cb === "function") {
|
|
1649
|
+
if (typeof optionsOrCb !== "object")
|
|
1650
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1651
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1652
|
+
}
|
|
1653
|
+
else {
|
|
1654
|
+
return this.send(command, optionsOrCb);
|
|
1655
|
+
}
|
|
1656
|
+
};
|
|
1657
|
+
RDS.prototype.modifyOptionGroup = function (args, optionsOrCb, cb) {
|
|
1658
|
+
var command = new ModifyOptionGroupCommand(args);
|
|
1659
|
+
if (typeof optionsOrCb === "function") {
|
|
1660
|
+
this.send(command, optionsOrCb);
|
|
1661
|
+
}
|
|
1662
|
+
else if (typeof cb === "function") {
|
|
1663
|
+
if (typeof optionsOrCb !== "object")
|
|
1664
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1665
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1666
|
+
}
|
|
1667
|
+
else {
|
|
1668
|
+
return this.send(command, optionsOrCb);
|
|
1669
|
+
}
|
|
1670
|
+
};
|
|
1671
|
+
RDS.prototype.promoteReadReplica = function (args, optionsOrCb, cb) {
|
|
1672
|
+
var command = new PromoteReadReplicaCommand(args);
|
|
1673
|
+
if (typeof optionsOrCb === "function") {
|
|
1674
|
+
this.send(command, optionsOrCb);
|
|
1675
|
+
}
|
|
1676
|
+
else if (typeof cb === "function") {
|
|
1677
|
+
if (typeof optionsOrCb !== "object")
|
|
1678
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1679
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1680
|
+
}
|
|
1681
|
+
else {
|
|
1682
|
+
return this.send(command, optionsOrCb);
|
|
1683
|
+
}
|
|
1684
|
+
};
|
|
1685
|
+
RDS.prototype.promoteReadReplicaDBCluster = function (args, optionsOrCb, cb) {
|
|
1686
|
+
var command = new PromoteReadReplicaDBClusterCommand(args);
|
|
1687
|
+
if (typeof optionsOrCb === "function") {
|
|
1688
|
+
this.send(command, optionsOrCb);
|
|
1689
|
+
}
|
|
1690
|
+
else if (typeof cb === "function") {
|
|
1691
|
+
if (typeof optionsOrCb !== "object")
|
|
1692
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1693
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1694
|
+
}
|
|
1695
|
+
else {
|
|
1696
|
+
return this.send(command, optionsOrCb);
|
|
1697
|
+
}
|
|
1698
|
+
};
|
|
1699
|
+
RDS.prototype.purchaseReservedDBInstancesOffering = function (args, optionsOrCb, cb) {
|
|
1700
|
+
var command = new PurchaseReservedDBInstancesOfferingCommand(args);
|
|
1701
|
+
if (typeof optionsOrCb === "function") {
|
|
1702
|
+
this.send(command, optionsOrCb);
|
|
1703
|
+
}
|
|
1704
|
+
else if (typeof cb === "function") {
|
|
1705
|
+
if (typeof optionsOrCb !== "object")
|
|
1706
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1707
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1708
|
+
}
|
|
1709
|
+
else {
|
|
1710
|
+
return this.send(command, optionsOrCb);
|
|
1711
|
+
}
|
|
1712
|
+
};
|
|
1713
|
+
RDS.prototype.rebootDBInstance = function (args, optionsOrCb, cb) {
|
|
1714
|
+
var command = new RebootDBInstanceCommand(args);
|
|
1715
|
+
if (typeof optionsOrCb === "function") {
|
|
1716
|
+
this.send(command, optionsOrCb);
|
|
1717
|
+
}
|
|
1718
|
+
else if (typeof cb === "function") {
|
|
1719
|
+
if (typeof optionsOrCb !== "object")
|
|
1720
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1721
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1722
|
+
}
|
|
1723
|
+
else {
|
|
1724
|
+
return this.send(command, optionsOrCb);
|
|
1725
|
+
}
|
|
1726
|
+
};
|
|
1727
|
+
RDS.prototype.registerDBProxyTargets = function (args, optionsOrCb, cb) {
|
|
1728
|
+
var command = new RegisterDBProxyTargetsCommand(args);
|
|
1729
|
+
if (typeof optionsOrCb === "function") {
|
|
1730
|
+
this.send(command, optionsOrCb);
|
|
1731
|
+
}
|
|
1732
|
+
else if (typeof cb === "function") {
|
|
1733
|
+
if (typeof optionsOrCb !== "object")
|
|
1734
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1735
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1736
|
+
}
|
|
1737
|
+
else {
|
|
1738
|
+
return this.send(command, optionsOrCb);
|
|
1739
|
+
}
|
|
1740
|
+
};
|
|
1741
|
+
RDS.prototype.removeFromGlobalCluster = function (args, optionsOrCb, cb) {
|
|
1742
|
+
var command = new RemoveFromGlobalClusterCommand(args);
|
|
1743
|
+
if (typeof optionsOrCb === "function") {
|
|
1744
|
+
this.send(command, optionsOrCb);
|
|
1745
|
+
}
|
|
1746
|
+
else if (typeof cb === "function") {
|
|
1747
|
+
if (typeof optionsOrCb !== "object")
|
|
1748
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1749
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1750
|
+
}
|
|
1751
|
+
else {
|
|
1752
|
+
return this.send(command, optionsOrCb);
|
|
1753
|
+
}
|
|
1754
|
+
};
|
|
1755
|
+
RDS.prototype.removeRoleFromDBCluster = function (args, optionsOrCb, cb) {
|
|
1756
|
+
var command = new RemoveRoleFromDBClusterCommand(args);
|
|
1757
|
+
if (typeof optionsOrCb === "function") {
|
|
1758
|
+
this.send(command, optionsOrCb);
|
|
1759
|
+
}
|
|
1760
|
+
else if (typeof cb === "function") {
|
|
1761
|
+
if (typeof optionsOrCb !== "object")
|
|
1762
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1763
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1764
|
+
}
|
|
1765
|
+
else {
|
|
1766
|
+
return this.send(command, optionsOrCb);
|
|
1767
|
+
}
|
|
1768
|
+
};
|
|
1769
|
+
RDS.prototype.removeRoleFromDBInstance = function (args, optionsOrCb, cb) {
|
|
1770
|
+
var command = new RemoveRoleFromDBInstanceCommand(args);
|
|
1771
|
+
if (typeof optionsOrCb === "function") {
|
|
1772
|
+
this.send(command, optionsOrCb);
|
|
1773
|
+
}
|
|
1774
|
+
else if (typeof cb === "function") {
|
|
1775
|
+
if (typeof optionsOrCb !== "object")
|
|
1776
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1777
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1778
|
+
}
|
|
1779
|
+
else {
|
|
1780
|
+
return this.send(command, optionsOrCb);
|
|
1781
|
+
}
|
|
1782
|
+
};
|
|
1783
|
+
RDS.prototype.removeSourceIdentifierFromSubscription = function (args, optionsOrCb, cb) {
|
|
1784
|
+
var command = new RemoveSourceIdentifierFromSubscriptionCommand(args);
|
|
1785
|
+
if (typeof optionsOrCb === "function") {
|
|
1786
|
+
this.send(command, optionsOrCb);
|
|
1787
|
+
}
|
|
1788
|
+
else if (typeof cb === "function") {
|
|
1789
|
+
if (typeof optionsOrCb !== "object")
|
|
1790
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1791
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1792
|
+
}
|
|
1793
|
+
else {
|
|
1794
|
+
return this.send(command, optionsOrCb);
|
|
1795
|
+
}
|
|
1796
|
+
};
|
|
1797
|
+
RDS.prototype.removeTagsFromResource = function (args, optionsOrCb, cb) {
|
|
1798
|
+
var command = new RemoveTagsFromResourceCommand(args);
|
|
1799
|
+
if (typeof optionsOrCb === "function") {
|
|
1800
|
+
this.send(command, optionsOrCb);
|
|
1801
|
+
}
|
|
1802
|
+
else if (typeof cb === "function") {
|
|
1803
|
+
if (typeof optionsOrCb !== "object")
|
|
1804
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1805
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1806
|
+
}
|
|
1807
|
+
else {
|
|
1808
|
+
return this.send(command, optionsOrCb);
|
|
1809
|
+
}
|
|
1810
|
+
};
|
|
1811
|
+
RDS.prototype.resetDBClusterParameterGroup = function (args, optionsOrCb, cb) {
|
|
1812
|
+
var command = new ResetDBClusterParameterGroupCommand(args);
|
|
1813
|
+
if (typeof optionsOrCb === "function") {
|
|
1814
|
+
this.send(command, optionsOrCb);
|
|
1815
|
+
}
|
|
1816
|
+
else if (typeof cb === "function") {
|
|
1817
|
+
if (typeof optionsOrCb !== "object")
|
|
1818
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1819
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1820
|
+
}
|
|
1821
|
+
else {
|
|
1822
|
+
return this.send(command, optionsOrCb);
|
|
1823
|
+
}
|
|
1824
|
+
};
|
|
1825
|
+
RDS.prototype.resetDBParameterGroup = function (args, optionsOrCb, cb) {
|
|
1826
|
+
var command = new ResetDBParameterGroupCommand(args);
|
|
1827
|
+
if (typeof optionsOrCb === "function") {
|
|
1828
|
+
this.send(command, optionsOrCb);
|
|
1829
|
+
}
|
|
1830
|
+
else if (typeof cb === "function") {
|
|
1831
|
+
if (typeof optionsOrCb !== "object")
|
|
1832
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1833
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1834
|
+
}
|
|
1835
|
+
else {
|
|
1836
|
+
return this.send(command, optionsOrCb);
|
|
1837
|
+
}
|
|
1838
|
+
};
|
|
1839
|
+
RDS.prototype.restoreDBClusterFromS3 = function (args, optionsOrCb, cb) {
|
|
1840
|
+
var command = new RestoreDBClusterFromS3Command(args);
|
|
1841
|
+
if (typeof optionsOrCb === "function") {
|
|
1842
|
+
this.send(command, optionsOrCb);
|
|
1843
|
+
}
|
|
1844
|
+
else if (typeof cb === "function") {
|
|
1845
|
+
if (typeof optionsOrCb !== "object")
|
|
1846
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1847
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1848
|
+
}
|
|
1849
|
+
else {
|
|
1850
|
+
return this.send(command, optionsOrCb);
|
|
1851
|
+
}
|
|
1852
|
+
};
|
|
1853
|
+
RDS.prototype.restoreDBClusterFromSnapshot = function (args, optionsOrCb, cb) {
|
|
1854
|
+
var command = new RestoreDBClusterFromSnapshotCommand(args);
|
|
1855
|
+
if (typeof optionsOrCb === "function") {
|
|
1856
|
+
this.send(command, optionsOrCb);
|
|
1857
|
+
}
|
|
1858
|
+
else if (typeof cb === "function") {
|
|
1859
|
+
if (typeof optionsOrCb !== "object")
|
|
1860
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1861
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1862
|
+
}
|
|
1863
|
+
else {
|
|
1864
|
+
return this.send(command, optionsOrCb);
|
|
1865
|
+
}
|
|
1866
|
+
};
|
|
1867
|
+
RDS.prototype.restoreDBClusterToPointInTime = function (args, optionsOrCb, cb) {
|
|
1868
|
+
var command = new RestoreDBClusterToPointInTimeCommand(args);
|
|
1869
|
+
if (typeof optionsOrCb === "function") {
|
|
1870
|
+
this.send(command, optionsOrCb);
|
|
1871
|
+
}
|
|
1872
|
+
else if (typeof cb === "function") {
|
|
1873
|
+
if (typeof optionsOrCb !== "object")
|
|
1874
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1875
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1876
|
+
}
|
|
1877
|
+
else {
|
|
1878
|
+
return this.send(command, optionsOrCb);
|
|
1879
|
+
}
|
|
1880
|
+
};
|
|
1881
|
+
RDS.prototype.restoreDBInstanceFromDBSnapshot = function (args, optionsOrCb, cb) {
|
|
1882
|
+
var command = new RestoreDBInstanceFromDBSnapshotCommand(args);
|
|
1883
|
+
if (typeof optionsOrCb === "function") {
|
|
1884
|
+
this.send(command, optionsOrCb);
|
|
1885
|
+
}
|
|
1886
|
+
else if (typeof cb === "function") {
|
|
1887
|
+
if (typeof optionsOrCb !== "object")
|
|
1888
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1889
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1890
|
+
}
|
|
1891
|
+
else {
|
|
1892
|
+
return this.send(command, optionsOrCb);
|
|
1893
|
+
}
|
|
1894
|
+
};
|
|
1895
|
+
RDS.prototype.restoreDBInstanceFromS3 = function (args, optionsOrCb, cb) {
|
|
1896
|
+
var command = new RestoreDBInstanceFromS3Command(args);
|
|
1897
|
+
if (typeof optionsOrCb === "function") {
|
|
1898
|
+
this.send(command, optionsOrCb);
|
|
1899
|
+
}
|
|
1900
|
+
else if (typeof cb === "function") {
|
|
1901
|
+
if (typeof optionsOrCb !== "object")
|
|
1902
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1903
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1904
|
+
}
|
|
1905
|
+
else {
|
|
1906
|
+
return this.send(command, optionsOrCb);
|
|
1907
|
+
}
|
|
1908
|
+
};
|
|
1909
|
+
RDS.prototype.restoreDBInstanceToPointInTime = function (args, optionsOrCb, cb) {
|
|
1910
|
+
var command = new RestoreDBInstanceToPointInTimeCommand(args);
|
|
1911
|
+
if (typeof optionsOrCb === "function") {
|
|
1912
|
+
this.send(command, optionsOrCb);
|
|
1913
|
+
}
|
|
1914
|
+
else if (typeof cb === "function") {
|
|
1915
|
+
if (typeof optionsOrCb !== "object")
|
|
1916
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1917
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1918
|
+
}
|
|
1919
|
+
else {
|
|
1920
|
+
return this.send(command, optionsOrCb);
|
|
1921
|
+
}
|
|
1922
|
+
};
|
|
1923
|
+
RDS.prototype.revokeDBSecurityGroupIngress = function (args, optionsOrCb, cb) {
|
|
1924
|
+
var command = new RevokeDBSecurityGroupIngressCommand(args);
|
|
1925
|
+
if (typeof optionsOrCb === "function") {
|
|
1926
|
+
this.send(command, optionsOrCb);
|
|
1927
|
+
}
|
|
1928
|
+
else if (typeof cb === "function") {
|
|
1929
|
+
if (typeof optionsOrCb !== "object")
|
|
1930
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1931
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1932
|
+
}
|
|
1933
|
+
else {
|
|
1934
|
+
return this.send(command, optionsOrCb);
|
|
1935
|
+
}
|
|
1936
|
+
};
|
|
1937
|
+
RDS.prototype.startActivityStream = function (args, optionsOrCb, cb) {
|
|
1938
|
+
var command = new StartActivityStreamCommand(args);
|
|
1939
|
+
if (typeof optionsOrCb === "function") {
|
|
1940
|
+
this.send(command, optionsOrCb);
|
|
1941
|
+
}
|
|
1942
|
+
else if (typeof cb === "function") {
|
|
1943
|
+
if (typeof optionsOrCb !== "object")
|
|
1944
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1945
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1946
|
+
}
|
|
1947
|
+
else {
|
|
1948
|
+
return this.send(command, optionsOrCb);
|
|
1949
|
+
}
|
|
1950
|
+
};
|
|
1951
|
+
RDS.prototype.startDBCluster = function (args, optionsOrCb, cb) {
|
|
1952
|
+
var command = new StartDBClusterCommand(args);
|
|
1953
|
+
if (typeof optionsOrCb === "function") {
|
|
1954
|
+
this.send(command, optionsOrCb);
|
|
1955
|
+
}
|
|
1956
|
+
else if (typeof cb === "function") {
|
|
1957
|
+
if (typeof optionsOrCb !== "object")
|
|
1958
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1959
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1960
|
+
}
|
|
1961
|
+
else {
|
|
1962
|
+
return this.send(command, optionsOrCb);
|
|
1963
|
+
}
|
|
1964
|
+
};
|
|
1965
|
+
RDS.prototype.startDBInstance = function (args, optionsOrCb, cb) {
|
|
1966
|
+
var command = new StartDBInstanceCommand(args);
|
|
1967
|
+
if (typeof optionsOrCb === "function") {
|
|
1968
|
+
this.send(command, optionsOrCb);
|
|
1969
|
+
}
|
|
1970
|
+
else if (typeof cb === "function") {
|
|
1971
|
+
if (typeof optionsOrCb !== "object")
|
|
1972
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1973
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1974
|
+
}
|
|
1975
|
+
else {
|
|
1976
|
+
return this.send(command, optionsOrCb);
|
|
1977
|
+
}
|
|
1978
|
+
};
|
|
1979
|
+
RDS.prototype.startDBInstanceAutomatedBackupsReplication = function (args, optionsOrCb, cb) {
|
|
1980
|
+
var command = new StartDBInstanceAutomatedBackupsReplicationCommand(args);
|
|
1981
|
+
if (typeof optionsOrCb === "function") {
|
|
1982
|
+
this.send(command, optionsOrCb);
|
|
1983
|
+
}
|
|
1984
|
+
else if (typeof cb === "function") {
|
|
1985
|
+
if (typeof optionsOrCb !== "object")
|
|
1986
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1987
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1988
|
+
}
|
|
1989
|
+
else {
|
|
1990
|
+
return this.send(command, optionsOrCb);
|
|
1991
|
+
}
|
|
1992
|
+
};
|
|
1993
|
+
RDS.prototype.startExportTask = function (args, optionsOrCb, cb) {
|
|
1994
|
+
var command = new StartExportTaskCommand(args);
|
|
1995
|
+
if (typeof optionsOrCb === "function") {
|
|
1996
|
+
this.send(command, optionsOrCb);
|
|
1997
|
+
}
|
|
1998
|
+
else if (typeof cb === "function") {
|
|
1999
|
+
if (typeof optionsOrCb !== "object")
|
|
2000
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
2001
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2002
|
+
}
|
|
2003
|
+
else {
|
|
2004
|
+
return this.send(command, optionsOrCb);
|
|
2005
|
+
}
|
|
2006
|
+
};
|
|
2007
|
+
RDS.prototype.stopActivityStream = function (args, optionsOrCb, cb) {
|
|
2008
|
+
var command = new StopActivityStreamCommand(args);
|
|
2009
|
+
if (typeof optionsOrCb === "function") {
|
|
2010
|
+
this.send(command, optionsOrCb);
|
|
2011
|
+
}
|
|
2012
|
+
else if (typeof cb === "function") {
|
|
2013
|
+
if (typeof optionsOrCb !== "object")
|
|
2014
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
2015
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2016
|
+
}
|
|
2017
|
+
else {
|
|
2018
|
+
return this.send(command, optionsOrCb);
|
|
2019
|
+
}
|
|
2020
|
+
};
|
|
2021
|
+
RDS.prototype.stopDBCluster = function (args, optionsOrCb, cb) {
|
|
2022
|
+
var command = new StopDBClusterCommand(args);
|
|
2023
|
+
if (typeof optionsOrCb === "function") {
|
|
2024
|
+
this.send(command, optionsOrCb);
|
|
2025
|
+
}
|
|
2026
|
+
else if (typeof cb === "function") {
|
|
2027
|
+
if (typeof optionsOrCb !== "object")
|
|
2028
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
2029
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2030
|
+
}
|
|
2031
|
+
else {
|
|
2032
|
+
return this.send(command, optionsOrCb);
|
|
2033
|
+
}
|
|
2034
|
+
};
|
|
2035
|
+
RDS.prototype.stopDBInstance = function (args, optionsOrCb, cb) {
|
|
2036
|
+
var command = new StopDBInstanceCommand(args);
|
|
2037
|
+
if (typeof optionsOrCb === "function") {
|
|
2038
|
+
this.send(command, optionsOrCb);
|
|
2039
|
+
}
|
|
2040
|
+
else if (typeof cb === "function") {
|
|
2041
|
+
if (typeof optionsOrCb !== "object")
|
|
2042
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
2043
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2044
|
+
}
|
|
2045
|
+
else {
|
|
2046
|
+
return this.send(command, optionsOrCb);
|
|
2047
|
+
}
|
|
2048
|
+
};
|
|
2049
|
+
RDS.prototype.stopDBInstanceAutomatedBackupsReplication = function (args, optionsOrCb, cb) {
|
|
2050
|
+
var command = new StopDBInstanceAutomatedBackupsReplicationCommand(args);
|
|
2051
|
+
if (typeof optionsOrCb === "function") {
|
|
2052
|
+
this.send(command, optionsOrCb);
|
|
2053
|
+
}
|
|
2054
|
+
else if (typeof cb === "function") {
|
|
2055
|
+
if (typeof optionsOrCb !== "object")
|
|
2056
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
2057
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2058
|
+
}
|
|
2059
|
+
else {
|
|
2060
|
+
return this.send(command, optionsOrCb);
|
|
2061
|
+
}
|
|
2062
|
+
};
|
|
2063
|
+
return RDS;
|
|
2064
|
+
}(RDSClient));
|
|
2065
|
+
export { RDS };
|