@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
|
@@ -0,0 +1,2652 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
import { ActivityStreamMode, ActivityStreamStatus, AvailabilityZone, Certificate, DBCluster, DBClusterSnapshotAttributesResult, DBInstance, DBInstanceAutomatedBackup, DBProxy, DBProxyEndpoint, DBProxyTarget, DBProxyTargetGroup, DBSecurityGroup, DBSnapshot, DBSubnetGroup, EventSubscription, ExportTask, Filter, GlobalCluster, InstallationMedia, OptionGroup, OptionSetting, Parameter, ProcessorFeature, ReplicaMode, ResourcePendingMaintenanceActions, ScalingConfiguration, Tag, UserAuthConfig } from "./models_0";
|
|
3
|
+
|
|
4
|
+
export interface DBSecurityGroupMessage {
|
|
5
|
+
|
|
6
|
+
Marker?: string;
|
|
7
|
+
|
|
8
|
+
DBSecurityGroups?: DBSecurityGroup[];
|
|
9
|
+
}
|
|
10
|
+
export declare namespace DBSecurityGroupMessage {
|
|
11
|
+
|
|
12
|
+
const filterSensitiveLog: (obj: DBSecurityGroupMessage) => any;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export interface DescribeDBSecurityGroupsMessage {
|
|
16
|
+
|
|
17
|
+
DBSecurityGroupName?: string;
|
|
18
|
+
|
|
19
|
+
Filters?: Filter[];
|
|
20
|
+
|
|
21
|
+
MaxRecords?: number;
|
|
22
|
+
|
|
23
|
+
Marker?: string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace DescribeDBSecurityGroupsMessage {
|
|
26
|
+
|
|
27
|
+
const filterSensitiveLog: (obj: DescribeDBSecurityGroupsMessage) => any;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export interface DescribeDBSnapshotAttributesMessage {
|
|
31
|
+
|
|
32
|
+
DBSnapshotIdentifier: string | undefined;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace DescribeDBSnapshotAttributesMessage {
|
|
35
|
+
|
|
36
|
+
const filterSensitiveLog: (obj: DescribeDBSnapshotAttributesMessage) => any;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export interface DBSnapshotAttribute {
|
|
40
|
+
|
|
41
|
+
AttributeName?: string;
|
|
42
|
+
|
|
43
|
+
AttributeValues?: string[];
|
|
44
|
+
}
|
|
45
|
+
export declare namespace DBSnapshotAttribute {
|
|
46
|
+
|
|
47
|
+
const filterSensitiveLog: (obj: DBSnapshotAttribute) => any;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export interface DBSnapshotAttributesResult {
|
|
51
|
+
|
|
52
|
+
DBSnapshotIdentifier?: string;
|
|
53
|
+
|
|
54
|
+
DBSnapshotAttributes?: DBSnapshotAttribute[];
|
|
55
|
+
}
|
|
56
|
+
export declare namespace DBSnapshotAttributesResult {
|
|
57
|
+
|
|
58
|
+
const filterSensitiveLog: (obj: DBSnapshotAttributesResult) => any;
|
|
59
|
+
}
|
|
60
|
+
export interface DescribeDBSnapshotAttributesResult {
|
|
61
|
+
|
|
62
|
+
DBSnapshotAttributesResult?: DBSnapshotAttributesResult;
|
|
63
|
+
}
|
|
64
|
+
export declare namespace DescribeDBSnapshotAttributesResult {
|
|
65
|
+
|
|
66
|
+
const filterSensitiveLog: (obj: DescribeDBSnapshotAttributesResult) => any;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export interface DBSnapshotMessage {
|
|
70
|
+
|
|
71
|
+
Marker?: string;
|
|
72
|
+
|
|
73
|
+
DBSnapshots?: DBSnapshot[];
|
|
74
|
+
}
|
|
75
|
+
export declare namespace DBSnapshotMessage {
|
|
76
|
+
|
|
77
|
+
const filterSensitiveLog: (obj: DBSnapshotMessage) => any;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export interface DescribeDBSnapshotsMessage {
|
|
81
|
+
|
|
82
|
+
DBInstanceIdentifier?: string;
|
|
83
|
+
|
|
84
|
+
DBSnapshotIdentifier?: string;
|
|
85
|
+
|
|
86
|
+
SnapshotType?: string;
|
|
87
|
+
|
|
88
|
+
Filters?: Filter[];
|
|
89
|
+
|
|
90
|
+
MaxRecords?: number;
|
|
91
|
+
|
|
92
|
+
Marker?: string;
|
|
93
|
+
|
|
94
|
+
IncludeShared?: boolean;
|
|
95
|
+
|
|
96
|
+
IncludePublic?: boolean;
|
|
97
|
+
|
|
98
|
+
DbiResourceId?: string;
|
|
99
|
+
}
|
|
100
|
+
export declare namespace DescribeDBSnapshotsMessage {
|
|
101
|
+
|
|
102
|
+
const filterSensitiveLog: (obj: DescribeDBSnapshotsMessage) => any;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export interface DBSubnetGroupMessage {
|
|
106
|
+
|
|
107
|
+
Marker?: string;
|
|
108
|
+
|
|
109
|
+
DBSubnetGroups?: DBSubnetGroup[];
|
|
110
|
+
}
|
|
111
|
+
export declare namespace DBSubnetGroupMessage {
|
|
112
|
+
|
|
113
|
+
const filterSensitiveLog: (obj: DBSubnetGroupMessage) => any;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export interface DescribeDBSubnetGroupsMessage {
|
|
117
|
+
|
|
118
|
+
DBSubnetGroupName?: string;
|
|
119
|
+
|
|
120
|
+
Filters?: Filter[];
|
|
121
|
+
|
|
122
|
+
MaxRecords?: number;
|
|
123
|
+
|
|
124
|
+
Marker?: string;
|
|
125
|
+
}
|
|
126
|
+
export declare namespace DescribeDBSubnetGroupsMessage {
|
|
127
|
+
|
|
128
|
+
const filterSensitiveLog: (obj: DescribeDBSubnetGroupsMessage) => any;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
export interface DescribeEngineDefaultClusterParametersMessage {
|
|
132
|
+
|
|
133
|
+
DBParameterGroupFamily: string | undefined;
|
|
134
|
+
|
|
135
|
+
Filters?: Filter[];
|
|
136
|
+
|
|
137
|
+
MaxRecords?: number;
|
|
138
|
+
|
|
139
|
+
Marker?: string;
|
|
140
|
+
}
|
|
141
|
+
export declare namespace DescribeEngineDefaultClusterParametersMessage {
|
|
142
|
+
|
|
143
|
+
const filterSensitiveLog: (obj: DescribeEngineDefaultClusterParametersMessage) => any;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export interface EngineDefaults {
|
|
147
|
+
|
|
148
|
+
DBParameterGroupFamily?: string;
|
|
149
|
+
|
|
150
|
+
Marker?: string;
|
|
151
|
+
|
|
152
|
+
Parameters?: Parameter[];
|
|
153
|
+
}
|
|
154
|
+
export declare namespace EngineDefaults {
|
|
155
|
+
|
|
156
|
+
const filterSensitiveLog: (obj: EngineDefaults) => any;
|
|
157
|
+
}
|
|
158
|
+
export interface DescribeEngineDefaultClusterParametersResult {
|
|
159
|
+
|
|
160
|
+
EngineDefaults?: EngineDefaults;
|
|
161
|
+
}
|
|
162
|
+
export declare namespace DescribeEngineDefaultClusterParametersResult {
|
|
163
|
+
|
|
164
|
+
const filterSensitiveLog: (obj: DescribeEngineDefaultClusterParametersResult) => any;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
export interface DescribeEngineDefaultParametersMessage {
|
|
168
|
+
|
|
169
|
+
DBParameterGroupFamily: string | undefined;
|
|
170
|
+
|
|
171
|
+
Filters?: Filter[];
|
|
172
|
+
|
|
173
|
+
MaxRecords?: number;
|
|
174
|
+
|
|
175
|
+
Marker?: string;
|
|
176
|
+
}
|
|
177
|
+
export declare namespace DescribeEngineDefaultParametersMessage {
|
|
178
|
+
|
|
179
|
+
const filterSensitiveLog: (obj: DescribeEngineDefaultParametersMessage) => any;
|
|
180
|
+
}
|
|
181
|
+
export interface DescribeEngineDefaultParametersResult {
|
|
182
|
+
|
|
183
|
+
EngineDefaults?: EngineDefaults;
|
|
184
|
+
}
|
|
185
|
+
export declare namespace DescribeEngineDefaultParametersResult {
|
|
186
|
+
|
|
187
|
+
const filterSensitiveLog: (obj: DescribeEngineDefaultParametersResult) => any;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
export interface DescribeEventCategoriesMessage {
|
|
191
|
+
|
|
192
|
+
SourceType?: string;
|
|
193
|
+
|
|
194
|
+
Filters?: Filter[];
|
|
195
|
+
}
|
|
196
|
+
export declare namespace DescribeEventCategoriesMessage {
|
|
197
|
+
|
|
198
|
+
const filterSensitiveLog: (obj: DescribeEventCategoriesMessage) => any;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
export interface EventCategoriesMap {
|
|
202
|
+
|
|
203
|
+
SourceType?: string;
|
|
204
|
+
|
|
205
|
+
EventCategories?: string[];
|
|
206
|
+
}
|
|
207
|
+
export declare namespace EventCategoriesMap {
|
|
208
|
+
|
|
209
|
+
const filterSensitiveLog: (obj: EventCategoriesMap) => any;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
export interface EventCategoriesMessage {
|
|
213
|
+
|
|
214
|
+
EventCategoriesMapList?: EventCategoriesMap[];
|
|
215
|
+
}
|
|
216
|
+
export declare namespace EventCategoriesMessage {
|
|
217
|
+
|
|
218
|
+
const filterSensitiveLog: (obj: EventCategoriesMessage) => any;
|
|
219
|
+
}
|
|
220
|
+
export declare type SourceType = "db-cluster" | "db-cluster-snapshot" | "db-instance" | "db-parameter-group" | "db-security-group" | "db-snapshot";
|
|
221
|
+
|
|
222
|
+
export interface DescribeEventsMessage {
|
|
223
|
+
|
|
224
|
+
SourceIdentifier?: string;
|
|
225
|
+
|
|
226
|
+
SourceType?: SourceType | string;
|
|
227
|
+
|
|
228
|
+
StartTime?: Date;
|
|
229
|
+
|
|
230
|
+
EndTime?: Date;
|
|
231
|
+
|
|
232
|
+
Duration?: number;
|
|
233
|
+
|
|
234
|
+
EventCategories?: string[];
|
|
235
|
+
|
|
236
|
+
Filters?: Filter[];
|
|
237
|
+
|
|
238
|
+
MaxRecords?: number;
|
|
239
|
+
|
|
240
|
+
Marker?: string;
|
|
241
|
+
}
|
|
242
|
+
export declare namespace DescribeEventsMessage {
|
|
243
|
+
|
|
244
|
+
const filterSensitiveLog: (obj: DescribeEventsMessage) => any;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
export interface Event {
|
|
248
|
+
|
|
249
|
+
SourceIdentifier?: string;
|
|
250
|
+
|
|
251
|
+
SourceType?: SourceType | string;
|
|
252
|
+
|
|
253
|
+
Message?: string;
|
|
254
|
+
|
|
255
|
+
EventCategories?: string[];
|
|
256
|
+
|
|
257
|
+
Date?: Date;
|
|
258
|
+
|
|
259
|
+
SourceArn?: string;
|
|
260
|
+
}
|
|
261
|
+
export declare namespace Event {
|
|
262
|
+
|
|
263
|
+
const filterSensitiveLog: (obj: Event) => any;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
export interface EventsMessage {
|
|
267
|
+
|
|
268
|
+
Marker?: string;
|
|
269
|
+
|
|
270
|
+
Events?: Event[];
|
|
271
|
+
}
|
|
272
|
+
export declare namespace EventsMessage {
|
|
273
|
+
|
|
274
|
+
const filterSensitiveLog: (obj: EventsMessage) => any;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
export interface DescribeEventSubscriptionsMessage {
|
|
278
|
+
|
|
279
|
+
SubscriptionName?: string;
|
|
280
|
+
|
|
281
|
+
Filters?: Filter[];
|
|
282
|
+
|
|
283
|
+
MaxRecords?: number;
|
|
284
|
+
|
|
285
|
+
Marker?: string;
|
|
286
|
+
}
|
|
287
|
+
export declare namespace DescribeEventSubscriptionsMessage {
|
|
288
|
+
|
|
289
|
+
const filterSensitiveLog: (obj: DescribeEventSubscriptionsMessage) => any;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
export interface EventSubscriptionsMessage {
|
|
293
|
+
|
|
294
|
+
Marker?: string;
|
|
295
|
+
|
|
296
|
+
EventSubscriptionsList?: EventSubscription[];
|
|
297
|
+
}
|
|
298
|
+
export declare namespace EventSubscriptionsMessage {
|
|
299
|
+
|
|
300
|
+
const filterSensitiveLog: (obj: EventSubscriptionsMessage) => any;
|
|
301
|
+
}
|
|
302
|
+
export interface DescribeExportTasksMessage {
|
|
303
|
+
|
|
304
|
+
ExportTaskIdentifier?: string;
|
|
305
|
+
|
|
306
|
+
SourceArn?: string;
|
|
307
|
+
|
|
308
|
+
Filters?: Filter[];
|
|
309
|
+
|
|
310
|
+
Marker?: string;
|
|
311
|
+
|
|
312
|
+
MaxRecords?: number;
|
|
313
|
+
}
|
|
314
|
+
export declare namespace DescribeExportTasksMessage {
|
|
315
|
+
|
|
316
|
+
const filterSensitiveLog: (obj: DescribeExportTasksMessage) => any;
|
|
317
|
+
}
|
|
318
|
+
export interface ExportTasksMessage {
|
|
319
|
+
|
|
320
|
+
Marker?: string;
|
|
321
|
+
|
|
322
|
+
ExportTasks?: ExportTask[];
|
|
323
|
+
}
|
|
324
|
+
export declare namespace ExportTasksMessage {
|
|
325
|
+
|
|
326
|
+
const filterSensitiveLog: (obj: ExportTasksMessage) => any;
|
|
327
|
+
}
|
|
328
|
+
export interface DescribeGlobalClustersMessage {
|
|
329
|
+
|
|
330
|
+
GlobalClusterIdentifier?: string;
|
|
331
|
+
|
|
332
|
+
Filters?: Filter[];
|
|
333
|
+
|
|
334
|
+
MaxRecords?: number;
|
|
335
|
+
|
|
336
|
+
Marker?: string;
|
|
337
|
+
}
|
|
338
|
+
export declare namespace DescribeGlobalClustersMessage {
|
|
339
|
+
|
|
340
|
+
const filterSensitiveLog: (obj: DescribeGlobalClustersMessage) => any;
|
|
341
|
+
}
|
|
342
|
+
export interface GlobalClustersMessage {
|
|
343
|
+
|
|
344
|
+
Marker?: string;
|
|
345
|
+
|
|
346
|
+
GlobalClusters?: GlobalCluster[];
|
|
347
|
+
}
|
|
348
|
+
export declare namespace GlobalClustersMessage {
|
|
349
|
+
|
|
350
|
+
const filterSensitiveLog: (obj: GlobalClustersMessage) => any;
|
|
351
|
+
}
|
|
352
|
+
export interface DescribeInstallationMediaMessage {
|
|
353
|
+
|
|
354
|
+
InstallationMediaId?: string;
|
|
355
|
+
|
|
356
|
+
Filters?: Filter[];
|
|
357
|
+
|
|
358
|
+
MaxRecords?: number;
|
|
359
|
+
|
|
360
|
+
Marker?: string;
|
|
361
|
+
}
|
|
362
|
+
export declare namespace DescribeInstallationMediaMessage {
|
|
363
|
+
|
|
364
|
+
const filterSensitiveLog: (obj: DescribeInstallationMediaMessage) => any;
|
|
365
|
+
}
|
|
366
|
+
export interface InstallationMediaMessage {
|
|
367
|
+
|
|
368
|
+
Marker?: string;
|
|
369
|
+
|
|
370
|
+
InstallationMedia?: InstallationMedia[];
|
|
371
|
+
}
|
|
372
|
+
export declare namespace InstallationMediaMessage {
|
|
373
|
+
|
|
374
|
+
const filterSensitiveLog: (obj: InstallationMediaMessage) => any;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
export interface DescribeOptionGroupOptionsMessage {
|
|
378
|
+
|
|
379
|
+
EngineName: string | undefined;
|
|
380
|
+
|
|
381
|
+
MajorEngineVersion?: string;
|
|
382
|
+
|
|
383
|
+
Filters?: Filter[];
|
|
384
|
+
|
|
385
|
+
MaxRecords?: number;
|
|
386
|
+
|
|
387
|
+
Marker?: string;
|
|
388
|
+
}
|
|
389
|
+
export declare namespace DescribeOptionGroupOptionsMessage {
|
|
390
|
+
|
|
391
|
+
const filterSensitiveLog: (obj: DescribeOptionGroupOptionsMessage) => any;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
export interface MinimumEngineVersionPerAllowedValue {
|
|
395
|
+
|
|
396
|
+
AllowedValue?: string;
|
|
397
|
+
|
|
398
|
+
MinimumEngineVersion?: string;
|
|
399
|
+
}
|
|
400
|
+
export declare namespace MinimumEngineVersionPerAllowedValue {
|
|
401
|
+
|
|
402
|
+
const filterSensitiveLog: (obj: MinimumEngineVersionPerAllowedValue) => any;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
export interface OptionGroupOptionSetting {
|
|
406
|
+
|
|
407
|
+
SettingName?: string;
|
|
408
|
+
|
|
409
|
+
SettingDescription?: string;
|
|
410
|
+
|
|
411
|
+
DefaultValue?: string;
|
|
412
|
+
|
|
413
|
+
ApplyType?: string;
|
|
414
|
+
|
|
415
|
+
AllowedValues?: string;
|
|
416
|
+
|
|
417
|
+
IsModifiable?: boolean;
|
|
418
|
+
|
|
419
|
+
IsRequired?: boolean;
|
|
420
|
+
|
|
421
|
+
MinimumEngineVersionPerAllowedValue?: MinimumEngineVersionPerAllowedValue[];
|
|
422
|
+
}
|
|
423
|
+
export declare namespace OptionGroupOptionSetting {
|
|
424
|
+
|
|
425
|
+
const filterSensitiveLog: (obj: OptionGroupOptionSetting) => any;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
export interface OptionVersion {
|
|
429
|
+
|
|
430
|
+
Version?: string;
|
|
431
|
+
|
|
432
|
+
IsDefault?: boolean;
|
|
433
|
+
}
|
|
434
|
+
export declare namespace OptionVersion {
|
|
435
|
+
|
|
436
|
+
const filterSensitiveLog: (obj: OptionVersion) => any;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
export interface OptionGroupOption {
|
|
440
|
+
|
|
441
|
+
Name?: string;
|
|
442
|
+
|
|
443
|
+
Description?: string;
|
|
444
|
+
|
|
445
|
+
EngineName?: string;
|
|
446
|
+
|
|
447
|
+
MajorEngineVersion?: string;
|
|
448
|
+
|
|
449
|
+
MinimumRequiredMinorEngineVersion?: string;
|
|
450
|
+
|
|
451
|
+
PortRequired?: boolean;
|
|
452
|
+
|
|
453
|
+
DefaultPort?: number;
|
|
454
|
+
|
|
455
|
+
OptionsDependedOn?: string[];
|
|
456
|
+
|
|
457
|
+
OptionsConflictsWith?: string[];
|
|
458
|
+
|
|
459
|
+
Persistent?: boolean;
|
|
460
|
+
|
|
461
|
+
Permanent?: boolean;
|
|
462
|
+
|
|
463
|
+
RequiresAutoMinorEngineVersionUpgrade?: boolean;
|
|
464
|
+
|
|
465
|
+
VpcOnly?: boolean;
|
|
466
|
+
|
|
467
|
+
SupportsOptionVersionDowngrade?: boolean;
|
|
468
|
+
|
|
469
|
+
OptionGroupOptionSettings?: OptionGroupOptionSetting[];
|
|
470
|
+
|
|
471
|
+
OptionGroupOptionVersions?: OptionVersion[];
|
|
472
|
+
}
|
|
473
|
+
export declare namespace OptionGroupOption {
|
|
474
|
+
|
|
475
|
+
const filterSensitiveLog: (obj: OptionGroupOption) => any;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
export interface OptionGroupOptionsMessage {
|
|
479
|
+
|
|
480
|
+
OptionGroupOptions?: OptionGroupOption[];
|
|
481
|
+
|
|
482
|
+
Marker?: string;
|
|
483
|
+
}
|
|
484
|
+
export declare namespace OptionGroupOptionsMessage {
|
|
485
|
+
|
|
486
|
+
const filterSensitiveLog: (obj: OptionGroupOptionsMessage) => any;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
export interface DescribeOptionGroupsMessage {
|
|
490
|
+
|
|
491
|
+
OptionGroupName?: string;
|
|
492
|
+
|
|
493
|
+
Filters?: Filter[];
|
|
494
|
+
|
|
495
|
+
Marker?: string;
|
|
496
|
+
|
|
497
|
+
MaxRecords?: number;
|
|
498
|
+
|
|
499
|
+
EngineName?: string;
|
|
500
|
+
|
|
501
|
+
MajorEngineVersion?: string;
|
|
502
|
+
}
|
|
503
|
+
export declare namespace DescribeOptionGroupsMessage {
|
|
504
|
+
|
|
505
|
+
const filterSensitiveLog: (obj: DescribeOptionGroupsMessage) => any;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
export interface OptionGroups {
|
|
509
|
+
|
|
510
|
+
OptionGroupsList?: OptionGroup[];
|
|
511
|
+
|
|
512
|
+
Marker?: string;
|
|
513
|
+
}
|
|
514
|
+
export declare namespace OptionGroups {
|
|
515
|
+
|
|
516
|
+
const filterSensitiveLog: (obj: OptionGroups) => any;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
export interface DescribeOrderableDBInstanceOptionsMessage {
|
|
520
|
+
|
|
521
|
+
Engine: string | undefined;
|
|
522
|
+
|
|
523
|
+
EngineVersion?: string;
|
|
524
|
+
|
|
525
|
+
DBInstanceClass?: string;
|
|
526
|
+
|
|
527
|
+
LicenseModel?: string;
|
|
528
|
+
|
|
529
|
+
AvailabilityZoneGroup?: string;
|
|
530
|
+
|
|
531
|
+
Vpc?: boolean;
|
|
532
|
+
|
|
533
|
+
Filters?: Filter[];
|
|
534
|
+
|
|
535
|
+
MaxRecords?: number;
|
|
536
|
+
|
|
537
|
+
Marker?: string;
|
|
538
|
+
}
|
|
539
|
+
export declare namespace DescribeOrderableDBInstanceOptionsMessage {
|
|
540
|
+
|
|
541
|
+
const filterSensitiveLog: (obj: DescribeOrderableDBInstanceOptionsMessage) => any;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
export interface AvailableProcessorFeature {
|
|
545
|
+
|
|
546
|
+
Name?: string;
|
|
547
|
+
|
|
548
|
+
DefaultValue?: string;
|
|
549
|
+
|
|
550
|
+
AllowedValues?: string;
|
|
551
|
+
}
|
|
552
|
+
export declare namespace AvailableProcessorFeature {
|
|
553
|
+
|
|
554
|
+
const filterSensitiveLog: (obj: AvailableProcessorFeature) => any;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
export interface OrderableDBInstanceOption {
|
|
558
|
+
|
|
559
|
+
Engine?: string;
|
|
560
|
+
|
|
561
|
+
EngineVersion?: string;
|
|
562
|
+
|
|
563
|
+
DBInstanceClass?: string;
|
|
564
|
+
|
|
565
|
+
LicenseModel?: string;
|
|
566
|
+
|
|
567
|
+
AvailabilityZoneGroup?: string;
|
|
568
|
+
|
|
569
|
+
AvailabilityZones?: AvailabilityZone[];
|
|
570
|
+
|
|
571
|
+
MultiAZCapable?: boolean;
|
|
572
|
+
|
|
573
|
+
ReadReplicaCapable?: boolean;
|
|
574
|
+
|
|
575
|
+
Vpc?: boolean;
|
|
576
|
+
|
|
577
|
+
SupportsStorageEncryption?: boolean;
|
|
578
|
+
|
|
579
|
+
StorageType?: string;
|
|
580
|
+
|
|
581
|
+
SupportsIops?: boolean;
|
|
582
|
+
|
|
583
|
+
SupportsEnhancedMonitoring?: boolean;
|
|
584
|
+
|
|
585
|
+
SupportsIAMDatabaseAuthentication?: boolean;
|
|
586
|
+
|
|
587
|
+
SupportsPerformanceInsights?: boolean;
|
|
588
|
+
|
|
589
|
+
MinStorageSize?: number;
|
|
590
|
+
|
|
591
|
+
MaxStorageSize?: number;
|
|
592
|
+
|
|
593
|
+
MinIopsPerDbInstance?: number;
|
|
594
|
+
|
|
595
|
+
MaxIopsPerDbInstance?: number;
|
|
596
|
+
|
|
597
|
+
MinIopsPerGib?: number;
|
|
598
|
+
|
|
599
|
+
MaxIopsPerGib?: number;
|
|
600
|
+
|
|
601
|
+
AvailableProcessorFeatures?: AvailableProcessorFeature[];
|
|
602
|
+
|
|
603
|
+
SupportedEngineModes?: string[];
|
|
604
|
+
|
|
605
|
+
SupportsStorageAutoscaling?: boolean;
|
|
606
|
+
|
|
607
|
+
SupportsKerberosAuthentication?: boolean;
|
|
608
|
+
|
|
609
|
+
OutpostCapable?: boolean;
|
|
610
|
+
|
|
611
|
+
SupportedActivityStreamModes?: string[];
|
|
612
|
+
|
|
613
|
+
SupportsGlobalDatabases?: boolean;
|
|
614
|
+
}
|
|
615
|
+
export declare namespace OrderableDBInstanceOption {
|
|
616
|
+
|
|
617
|
+
const filterSensitiveLog: (obj: OrderableDBInstanceOption) => any;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
export interface OrderableDBInstanceOptionsMessage {
|
|
621
|
+
|
|
622
|
+
OrderableDBInstanceOptions?: OrderableDBInstanceOption[];
|
|
623
|
+
|
|
624
|
+
Marker?: string;
|
|
625
|
+
}
|
|
626
|
+
export declare namespace OrderableDBInstanceOptionsMessage {
|
|
627
|
+
|
|
628
|
+
const filterSensitiveLog: (obj: OrderableDBInstanceOptionsMessage) => any;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
export interface DescribePendingMaintenanceActionsMessage {
|
|
632
|
+
|
|
633
|
+
ResourceIdentifier?: string;
|
|
634
|
+
|
|
635
|
+
Filters?: Filter[];
|
|
636
|
+
|
|
637
|
+
Marker?: string;
|
|
638
|
+
|
|
639
|
+
MaxRecords?: number;
|
|
640
|
+
}
|
|
641
|
+
export declare namespace DescribePendingMaintenanceActionsMessage {
|
|
642
|
+
|
|
643
|
+
const filterSensitiveLog: (obj: DescribePendingMaintenanceActionsMessage) => any;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
export interface PendingMaintenanceActionsMessage {
|
|
647
|
+
|
|
648
|
+
PendingMaintenanceActions?: ResourcePendingMaintenanceActions[];
|
|
649
|
+
|
|
650
|
+
Marker?: string;
|
|
651
|
+
}
|
|
652
|
+
export declare namespace PendingMaintenanceActionsMessage {
|
|
653
|
+
|
|
654
|
+
const filterSensitiveLog: (obj: PendingMaintenanceActionsMessage) => any;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
export interface DescribeReservedDBInstancesMessage {
|
|
658
|
+
|
|
659
|
+
ReservedDBInstanceId?: string;
|
|
660
|
+
|
|
661
|
+
ReservedDBInstancesOfferingId?: string;
|
|
662
|
+
|
|
663
|
+
DBInstanceClass?: string;
|
|
664
|
+
|
|
665
|
+
Duration?: string;
|
|
666
|
+
|
|
667
|
+
ProductDescription?: string;
|
|
668
|
+
|
|
669
|
+
OfferingType?: string;
|
|
670
|
+
|
|
671
|
+
MultiAZ?: boolean;
|
|
672
|
+
|
|
673
|
+
LeaseId?: string;
|
|
674
|
+
|
|
675
|
+
Filters?: Filter[];
|
|
676
|
+
|
|
677
|
+
MaxRecords?: number;
|
|
678
|
+
|
|
679
|
+
Marker?: string;
|
|
680
|
+
}
|
|
681
|
+
export declare namespace DescribeReservedDBInstancesMessage {
|
|
682
|
+
|
|
683
|
+
const filterSensitiveLog: (obj: DescribeReservedDBInstancesMessage) => any;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
export interface RecurringCharge {
|
|
687
|
+
|
|
688
|
+
RecurringChargeAmount?: number;
|
|
689
|
+
|
|
690
|
+
RecurringChargeFrequency?: string;
|
|
691
|
+
}
|
|
692
|
+
export declare namespace RecurringCharge {
|
|
693
|
+
|
|
694
|
+
const filterSensitiveLog: (obj: RecurringCharge) => any;
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
export interface ReservedDBInstance {
|
|
698
|
+
|
|
699
|
+
ReservedDBInstanceId?: string;
|
|
700
|
+
|
|
701
|
+
ReservedDBInstancesOfferingId?: string;
|
|
702
|
+
|
|
703
|
+
DBInstanceClass?: string;
|
|
704
|
+
|
|
705
|
+
StartTime?: Date;
|
|
706
|
+
|
|
707
|
+
Duration?: number;
|
|
708
|
+
|
|
709
|
+
FixedPrice?: number;
|
|
710
|
+
|
|
711
|
+
UsagePrice?: number;
|
|
712
|
+
|
|
713
|
+
CurrencyCode?: string;
|
|
714
|
+
|
|
715
|
+
DBInstanceCount?: number;
|
|
716
|
+
|
|
717
|
+
ProductDescription?: string;
|
|
718
|
+
|
|
719
|
+
OfferingType?: string;
|
|
720
|
+
|
|
721
|
+
MultiAZ?: boolean;
|
|
722
|
+
|
|
723
|
+
State?: string;
|
|
724
|
+
|
|
725
|
+
RecurringCharges?: RecurringCharge[];
|
|
726
|
+
|
|
727
|
+
ReservedDBInstanceArn?: string;
|
|
728
|
+
|
|
729
|
+
LeaseId?: string;
|
|
730
|
+
}
|
|
731
|
+
export declare namespace ReservedDBInstance {
|
|
732
|
+
|
|
733
|
+
const filterSensitiveLog: (obj: ReservedDBInstance) => any;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
export interface ReservedDBInstanceMessage {
|
|
737
|
+
|
|
738
|
+
Marker?: string;
|
|
739
|
+
|
|
740
|
+
ReservedDBInstances?: ReservedDBInstance[];
|
|
741
|
+
}
|
|
742
|
+
export declare namespace ReservedDBInstanceMessage {
|
|
743
|
+
|
|
744
|
+
const filterSensitiveLog: (obj: ReservedDBInstanceMessage) => any;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
export interface ReservedDBInstanceNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
748
|
+
name: "ReservedDBInstanceNotFoundFault";
|
|
749
|
+
$fault: "client";
|
|
750
|
+
message?: string;
|
|
751
|
+
}
|
|
752
|
+
export declare namespace ReservedDBInstanceNotFoundFault {
|
|
753
|
+
|
|
754
|
+
const filterSensitiveLog: (obj: ReservedDBInstanceNotFoundFault) => any;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
export interface DescribeReservedDBInstancesOfferingsMessage {
|
|
758
|
+
|
|
759
|
+
ReservedDBInstancesOfferingId?: string;
|
|
760
|
+
|
|
761
|
+
DBInstanceClass?: string;
|
|
762
|
+
|
|
763
|
+
Duration?: string;
|
|
764
|
+
|
|
765
|
+
ProductDescription?: string;
|
|
766
|
+
|
|
767
|
+
OfferingType?: string;
|
|
768
|
+
|
|
769
|
+
MultiAZ?: boolean;
|
|
770
|
+
|
|
771
|
+
Filters?: Filter[];
|
|
772
|
+
|
|
773
|
+
MaxRecords?: number;
|
|
774
|
+
|
|
775
|
+
Marker?: string;
|
|
776
|
+
}
|
|
777
|
+
export declare namespace DescribeReservedDBInstancesOfferingsMessage {
|
|
778
|
+
|
|
779
|
+
const filterSensitiveLog: (obj: DescribeReservedDBInstancesOfferingsMessage) => any;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
export interface ReservedDBInstancesOffering {
|
|
783
|
+
|
|
784
|
+
ReservedDBInstancesOfferingId?: string;
|
|
785
|
+
|
|
786
|
+
DBInstanceClass?: string;
|
|
787
|
+
|
|
788
|
+
Duration?: number;
|
|
789
|
+
|
|
790
|
+
FixedPrice?: number;
|
|
791
|
+
|
|
792
|
+
UsagePrice?: number;
|
|
793
|
+
|
|
794
|
+
CurrencyCode?: string;
|
|
795
|
+
|
|
796
|
+
ProductDescription?: string;
|
|
797
|
+
|
|
798
|
+
OfferingType?: string;
|
|
799
|
+
|
|
800
|
+
MultiAZ?: boolean;
|
|
801
|
+
|
|
802
|
+
RecurringCharges?: RecurringCharge[];
|
|
803
|
+
}
|
|
804
|
+
export declare namespace ReservedDBInstancesOffering {
|
|
805
|
+
|
|
806
|
+
const filterSensitiveLog: (obj: ReservedDBInstancesOffering) => any;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
export interface ReservedDBInstancesOfferingMessage {
|
|
810
|
+
|
|
811
|
+
Marker?: string;
|
|
812
|
+
|
|
813
|
+
ReservedDBInstancesOfferings?: ReservedDBInstancesOffering[];
|
|
814
|
+
}
|
|
815
|
+
export declare namespace ReservedDBInstancesOfferingMessage {
|
|
816
|
+
|
|
817
|
+
const filterSensitiveLog: (obj: ReservedDBInstancesOfferingMessage) => any;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
export interface ReservedDBInstancesOfferingNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
821
|
+
name: "ReservedDBInstancesOfferingNotFoundFault";
|
|
822
|
+
$fault: "client";
|
|
823
|
+
message?: string;
|
|
824
|
+
}
|
|
825
|
+
export declare namespace ReservedDBInstancesOfferingNotFoundFault {
|
|
826
|
+
|
|
827
|
+
const filterSensitiveLog: (obj: ReservedDBInstancesOfferingNotFoundFault) => any;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
export interface DescribeSourceRegionsMessage {
|
|
831
|
+
|
|
832
|
+
RegionName?: string;
|
|
833
|
+
|
|
834
|
+
MaxRecords?: number;
|
|
835
|
+
|
|
836
|
+
Marker?: string;
|
|
837
|
+
|
|
838
|
+
Filters?: Filter[];
|
|
839
|
+
}
|
|
840
|
+
export declare namespace DescribeSourceRegionsMessage {
|
|
841
|
+
|
|
842
|
+
const filterSensitiveLog: (obj: DescribeSourceRegionsMessage) => any;
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
export interface SourceRegion {
|
|
846
|
+
|
|
847
|
+
RegionName?: string;
|
|
848
|
+
|
|
849
|
+
Endpoint?: string;
|
|
850
|
+
|
|
851
|
+
Status?: string;
|
|
852
|
+
|
|
853
|
+
SupportsDBInstanceAutomatedBackupsReplication?: boolean;
|
|
854
|
+
}
|
|
855
|
+
export declare namespace SourceRegion {
|
|
856
|
+
|
|
857
|
+
const filterSensitiveLog: (obj: SourceRegion) => any;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
export interface SourceRegionMessage {
|
|
861
|
+
|
|
862
|
+
Marker?: string;
|
|
863
|
+
|
|
864
|
+
SourceRegions?: SourceRegion[];
|
|
865
|
+
}
|
|
866
|
+
export declare namespace SourceRegionMessage {
|
|
867
|
+
|
|
868
|
+
const filterSensitiveLog: (obj: SourceRegionMessage) => any;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
export interface DescribeValidDBInstanceModificationsMessage {
|
|
872
|
+
|
|
873
|
+
DBInstanceIdentifier: string | undefined;
|
|
874
|
+
}
|
|
875
|
+
export declare namespace DescribeValidDBInstanceModificationsMessage {
|
|
876
|
+
|
|
877
|
+
const filterSensitiveLog: (obj: DescribeValidDBInstanceModificationsMessage) => any;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
export interface DoubleRange {
|
|
881
|
+
|
|
882
|
+
From?: number;
|
|
883
|
+
|
|
884
|
+
To?: number;
|
|
885
|
+
}
|
|
886
|
+
export declare namespace DoubleRange {
|
|
887
|
+
|
|
888
|
+
const filterSensitiveLog: (obj: DoubleRange) => any;
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
export interface Range {
|
|
892
|
+
|
|
893
|
+
From?: number;
|
|
894
|
+
|
|
895
|
+
To?: number;
|
|
896
|
+
|
|
897
|
+
Step?: number;
|
|
898
|
+
}
|
|
899
|
+
export declare namespace Range {
|
|
900
|
+
|
|
901
|
+
const filterSensitiveLog: (obj: Range) => any;
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
export interface ValidStorageOptions {
|
|
905
|
+
|
|
906
|
+
StorageType?: string;
|
|
907
|
+
|
|
908
|
+
StorageSize?: Range[];
|
|
909
|
+
|
|
910
|
+
ProvisionedIops?: Range[];
|
|
911
|
+
|
|
912
|
+
IopsToStorageRatio?: DoubleRange[];
|
|
913
|
+
|
|
914
|
+
SupportsStorageAutoscaling?: boolean;
|
|
915
|
+
}
|
|
916
|
+
export declare namespace ValidStorageOptions {
|
|
917
|
+
|
|
918
|
+
const filterSensitiveLog: (obj: ValidStorageOptions) => any;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
export interface ValidDBInstanceModificationsMessage {
|
|
922
|
+
|
|
923
|
+
Storage?: ValidStorageOptions[];
|
|
924
|
+
|
|
925
|
+
ValidProcessorFeatures?: AvailableProcessorFeature[];
|
|
926
|
+
}
|
|
927
|
+
export declare namespace ValidDBInstanceModificationsMessage {
|
|
928
|
+
|
|
929
|
+
const filterSensitiveLog: (obj: ValidDBInstanceModificationsMessage) => any;
|
|
930
|
+
}
|
|
931
|
+
export interface DescribeValidDBInstanceModificationsResult {
|
|
932
|
+
|
|
933
|
+
ValidDBInstanceModificationsMessage?: ValidDBInstanceModificationsMessage;
|
|
934
|
+
}
|
|
935
|
+
export declare namespace DescribeValidDBInstanceModificationsResult {
|
|
936
|
+
|
|
937
|
+
const filterSensitiveLog: (obj: DescribeValidDBInstanceModificationsResult) => any;
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
export interface DBLogFileNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
941
|
+
name: "DBLogFileNotFoundFault";
|
|
942
|
+
$fault: "client";
|
|
943
|
+
message?: string;
|
|
944
|
+
}
|
|
945
|
+
export declare namespace DBLogFileNotFoundFault {
|
|
946
|
+
|
|
947
|
+
const filterSensitiveLog: (obj: DBLogFileNotFoundFault) => any;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
export interface DownloadDBLogFilePortionDetails {
|
|
951
|
+
|
|
952
|
+
LogFileData?: string;
|
|
953
|
+
|
|
954
|
+
Marker?: string;
|
|
955
|
+
|
|
956
|
+
AdditionalDataPending?: boolean;
|
|
957
|
+
}
|
|
958
|
+
export declare namespace DownloadDBLogFilePortionDetails {
|
|
959
|
+
|
|
960
|
+
const filterSensitiveLog: (obj: DownloadDBLogFilePortionDetails) => any;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
export interface DownloadDBLogFilePortionMessage {
|
|
964
|
+
|
|
965
|
+
DBInstanceIdentifier: string | undefined;
|
|
966
|
+
|
|
967
|
+
LogFileName: string | undefined;
|
|
968
|
+
|
|
969
|
+
Marker?: string;
|
|
970
|
+
|
|
971
|
+
NumberOfLines?: number;
|
|
972
|
+
}
|
|
973
|
+
export declare namespace DownloadDBLogFilePortionMessage {
|
|
974
|
+
|
|
975
|
+
const filterSensitiveLog: (obj: DownloadDBLogFilePortionMessage) => any;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
export interface FailoverDBClusterMessage {
|
|
979
|
+
|
|
980
|
+
DBClusterIdentifier: string | undefined;
|
|
981
|
+
|
|
982
|
+
TargetDBInstanceIdentifier?: string;
|
|
983
|
+
}
|
|
984
|
+
export declare namespace FailoverDBClusterMessage {
|
|
985
|
+
|
|
986
|
+
const filterSensitiveLog: (obj: FailoverDBClusterMessage) => any;
|
|
987
|
+
}
|
|
988
|
+
export interface FailoverDBClusterResult {
|
|
989
|
+
|
|
990
|
+
DBCluster?: DBCluster;
|
|
991
|
+
}
|
|
992
|
+
export declare namespace FailoverDBClusterResult {
|
|
993
|
+
|
|
994
|
+
const filterSensitiveLog: (obj: FailoverDBClusterResult) => any;
|
|
995
|
+
}
|
|
996
|
+
export interface FailoverGlobalClusterMessage {
|
|
997
|
+
|
|
998
|
+
GlobalClusterIdentifier: string | undefined;
|
|
999
|
+
|
|
1000
|
+
TargetDbClusterIdentifier: string | undefined;
|
|
1001
|
+
}
|
|
1002
|
+
export declare namespace FailoverGlobalClusterMessage {
|
|
1003
|
+
|
|
1004
|
+
const filterSensitiveLog: (obj: FailoverGlobalClusterMessage) => any;
|
|
1005
|
+
}
|
|
1006
|
+
export interface FailoverGlobalClusterResult {
|
|
1007
|
+
|
|
1008
|
+
GlobalCluster?: GlobalCluster;
|
|
1009
|
+
}
|
|
1010
|
+
export declare namespace FailoverGlobalClusterResult {
|
|
1011
|
+
|
|
1012
|
+
const filterSensitiveLog: (obj: FailoverGlobalClusterResult) => any;
|
|
1013
|
+
}
|
|
1014
|
+
export interface ImportInstallationMediaMessage {
|
|
1015
|
+
|
|
1016
|
+
CustomAvailabilityZoneId: string | undefined;
|
|
1017
|
+
|
|
1018
|
+
Engine: string | undefined;
|
|
1019
|
+
|
|
1020
|
+
EngineVersion: string | undefined;
|
|
1021
|
+
|
|
1022
|
+
EngineInstallationMediaPath: string | undefined;
|
|
1023
|
+
|
|
1024
|
+
OSInstallationMediaPath: string | undefined;
|
|
1025
|
+
}
|
|
1026
|
+
export declare namespace ImportInstallationMediaMessage {
|
|
1027
|
+
|
|
1028
|
+
const filterSensitiveLog: (obj: ImportInstallationMediaMessage) => any;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
export interface InstallationMediaAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
1032
|
+
name: "InstallationMediaAlreadyExistsFault";
|
|
1033
|
+
$fault: "client";
|
|
1034
|
+
message?: string;
|
|
1035
|
+
}
|
|
1036
|
+
export declare namespace InstallationMediaAlreadyExistsFault {
|
|
1037
|
+
|
|
1038
|
+
const filterSensitiveLog: (obj: InstallationMediaAlreadyExistsFault) => any;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
export interface ListTagsForResourceMessage {
|
|
1042
|
+
|
|
1043
|
+
ResourceName: string | undefined;
|
|
1044
|
+
|
|
1045
|
+
Filters?: Filter[];
|
|
1046
|
+
}
|
|
1047
|
+
export declare namespace ListTagsForResourceMessage {
|
|
1048
|
+
|
|
1049
|
+
const filterSensitiveLog: (obj: ListTagsForResourceMessage) => any;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
export interface TagListMessage {
|
|
1053
|
+
|
|
1054
|
+
TagList?: Tag[];
|
|
1055
|
+
}
|
|
1056
|
+
export declare namespace TagListMessage {
|
|
1057
|
+
|
|
1058
|
+
const filterSensitiveLog: (obj: TagListMessage) => any;
|
|
1059
|
+
}
|
|
1060
|
+
export interface ModifyCertificatesMessage {
|
|
1061
|
+
|
|
1062
|
+
CertificateIdentifier?: string;
|
|
1063
|
+
|
|
1064
|
+
RemoveCustomerOverride?: boolean;
|
|
1065
|
+
}
|
|
1066
|
+
export declare namespace ModifyCertificatesMessage {
|
|
1067
|
+
|
|
1068
|
+
const filterSensitiveLog: (obj: ModifyCertificatesMessage) => any;
|
|
1069
|
+
}
|
|
1070
|
+
export interface ModifyCertificatesResult {
|
|
1071
|
+
|
|
1072
|
+
Certificate?: Certificate;
|
|
1073
|
+
}
|
|
1074
|
+
export declare namespace ModifyCertificatesResult {
|
|
1075
|
+
|
|
1076
|
+
const filterSensitiveLog: (obj: ModifyCertificatesResult) => any;
|
|
1077
|
+
}
|
|
1078
|
+
export interface DBClusterCapacityInfo {
|
|
1079
|
+
|
|
1080
|
+
DBClusterIdentifier?: string;
|
|
1081
|
+
|
|
1082
|
+
PendingCapacity?: number;
|
|
1083
|
+
|
|
1084
|
+
CurrentCapacity?: number;
|
|
1085
|
+
|
|
1086
|
+
SecondsBeforeTimeout?: number;
|
|
1087
|
+
|
|
1088
|
+
TimeoutAction?: string;
|
|
1089
|
+
}
|
|
1090
|
+
export declare namespace DBClusterCapacityInfo {
|
|
1091
|
+
|
|
1092
|
+
const filterSensitiveLog: (obj: DBClusterCapacityInfo) => any;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
export interface InvalidDBClusterCapacityFault extends __SmithyException, $MetadataBearer {
|
|
1096
|
+
name: "InvalidDBClusterCapacityFault";
|
|
1097
|
+
$fault: "client";
|
|
1098
|
+
message?: string;
|
|
1099
|
+
}
|
|
1100
|
+
export declare namespace InvalidDBClusterCapacityFault {
|
|
1101
|
+
|
|
1102
|
+
const filterSensitiveLog: (obj: InvalidDBClusterCapacityFault) => any;
|
|
1103
|
+
}
|
|
1104
|
+
export interface ModifyCurrentDBClusterCapacityMessage {
|
|
1105
|
+
|
|
1106
|
+
DBClusterIdentifier: string | undefined;
|
|
1107
|
+
|
|
1108
|
+
Capacity?: number;
|
|
1109
|
+
|
|
1110
|
+
SecondsBeforeTimeout?: number;
|
|
1111
|
+
|
|
1112
|
+
TimeoutAction?: string;
|
|
1113
|
+
}
|
|
1114
|
+
export declare namespace ModifyCurrentDBClusterCapacityMessage {
|
|
1115
|
+
|
|
1116
|
+
const filterSensitiveLog: (obj: ModifyCurrentDBClusterCapacityMessage) => any;
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
export interface CloudwatchLogsExportConfiguration {
|
|
1120
|
+
|
|
1121
|
+
EnableLogTypes?: string[];
|
|
1122
|
+
|
|
1123
|
+
DisableLogTypes?: string[];
|
|
1124
|
+
}
|
|
1125
|
+
export declare namespace CloudwatchLogsExportConfiguration {
|
|
1126
|
+
|
|
1127
|
+
const filterSensitiveLog: (obj: CloudwatchLogsExportConfiguration) => any;
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
export interface ModifyDBClusterMessage {
|
|
1131
|
+
|
|
1132
|
+
DBClusterIdentifier: string | undefined;
|
|
1133
|
+
|
|
1134
|
+
NewDBClusterIdentifier?: string;
|
|
1135
|
+
|
|
1136
|
+
ApplyImmediately?: boolean;
|
|
1137
|
+
|
|
1138
|
+
BackupRetentionPeriod?: number;
|
|
1139
|
+
|
|
1140
|
+
DBClusterParameterGroupName?: string;
|
|
1141
|
+
|
|
1142
|
+
VpcSecurityGroupIds?: string[];
|
|
1143
|
+
|
|
1144
|
+
Port?: number;
|
|
1145
|
+
|
|
1146
|
+
MasterUserPassword?: string;
|
|
1147
|
+
|
|
1148
|
+
OptionGroupName?: string;
|
|
1149
|
+
|
|
1150
|
+
PreferredBackupWindow?: string;
|
|
1151
|
+
|
|
1152
|
+
PreferredMaintenanceWindow?: string;
|
|
1153
|
+
|
|
1154
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
1155
|
+
|
|
1156
|
+
BacktrackWindow?: number;
|
|
1157
|
+
|
|
1158
|
+
CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration;
|
|
1159
|
+
|
|
1160
|
+
EngineVersion?: string;
|
|
1161
|
+
|
|
1162
|
+
AllowMajorVersionUpgrade?: boolean;
|
|
1163
|
+
|
|
1164
|
+
DBInstanceParameterGroupName?: string;
|
|
1165
|
+
|
|
1166
|
+
Domain?: string;
|
|
1167
|
+
|
|
1168
|
+
DomainIAMRoleName?: string;
|
|
1169
|
+
|
|
1170
|
+
ScalingConfiguration?: ScalingConfiguration;
|
|
1171
|
+
|
|
1172
|
+
DeletionProtection?: boolean;
|
|
1173
|
+
|
|
1174
|
+
EnableHttpEndpoint?: boolean;
|
|
1175
|
+
|
|
1176
|
+
CopyTagsToSnapshot?: boolean;
|
|
1177
|
+
|
|
1178
|
+
EnableGlobalWriteForwarding?: boolean;
|
|
1179
|
+
}
|
|
1180
|
+
export declare namespace ModifyDBClusterMessage {
|
|
1181
|
+
|
|
1182
|
+
const filterSensitiveLog: (obj: ModifyDBClusterMessage) => any;
|
|
1183
|
+
}
|
|
1184
|
+
export interface ModifyDBClusterResult {
|
|
1185
|
+
|
|
1186
|
+
DBCluster?: DBCluster;
|
|
1187
|
+
}
|
|
1188
|
+
export declare namespace ModifyDBClusterResult {
|
|
1189
|
+
|
|
1190
|
+
const filterSensitiveLog: (obj: ModifyDBClusterResult) => any;
|
|
1191
|
+
}
|
|
1192
|
+
export interface ModifyDBClusterEndpointMessage {
|
|
1193
|
+
|
|
1194
|
+
DBClusterEndpointIdentifier: string | undefined;
|
|
1195
|
+
|
|
1196
|
+
EndpointType?: string;
|
|
1197
|
+
|
|
1198
|
+
StaticMembers?: string[];
|
|
1199
|
+
|
|
1200
|
+
ExcludedMembers?: string[];
|
|
1201
|
+
}
|
|
1202
|
+
export declare namespace ModifyDBClusterEndpointMessage {
|
|
1203
|
+
|
|
1204
|
+
const filterSensitiveLog: (obj: ModifyDBClusterEndpointMessage) => any;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
export interface DBClusterParameterGroupNameMessage {
|
|
1208
|
+
|
|
1209
|
+
DBClusterParameterGroupName?: string;
|
|
1210
|
+
}
|
|
1211
|
+
export declare namespace DBClusterParameterGroupNameMessage {
|
|
1212
|
+
|
|
1213
|
+
const filterSensitiveLog: (obj: DBClusterParameterGroupNameMessage) => any;
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
export interface ModifyDBClusterParameterGroupMessage {
|
|
1217
|
+
|
|
1218
|
+
DBClusterParameterGroupName: string | undefined;
|
|
1219
|
+
|
|
1220
|
+
Parameters: Parameter[] | undefined;
|
|
1221
|
+
}
|
|
1222
|
+
export declare namespace ModifyDBClusterParameterGroupMessage {
|
|
1223
|
+
|
|
1224
|
+
const filterSensitiveLog: (obj: ModifyDBClusterParameterGroupMessage) => any;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
export interface ModifyDBClusterSnapshotAttributeMessage {
|
|
1228
|
+
|
|
1229
|
+
DBClusterSnapshotIdentifier: string | undefined;
|
|
1230
|
+
|
|
1231
|
+
AttributeName: string | undefined;
|
|
1232
|
+
|
|
1233
|
+
ValuesToAdd?: string[];
|
|
1234
|
+
|
|
1235
|
+
ValuesToRemove?: string[];
|
|
1236
|
+
}
|
|
1237
|
+
export declare namespace ModifyDBClusterSnapshotAttributeMessage {
|
|
1238
|
+
|
|
1239
|
+
const filterSensitiveLog: (obj: ModifyDBClusterSnapshotAttributeMessage) => any;
|
|
1240
|
+
}
|
|
1241
|
+
export interface ModifyDBClusterSnapshotAttributeResult {
|
|
1242
|
+
|
|
1243
|
+
DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult;
|
|
1244
|
+
}
|
|
1245
|
+
export declare namespace ModifyDBClusterSnapshotAttributeResult {
|
|
1246
|
+
|
|
1247
|
+
const filterSensitiveLog: (obj: ModifyDBClusterSnapshotAttributeResult) => any;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
export interface SharedSnapshotQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1251
|
+
name: "SharedSnapshotQuotaExceededFault";
|
|
1252
|
+
$fault: "client";
|
|
1253
|
+
message?: string;
|
|
1254
|
+
}
|
|
1255
|
+
export declare namespace SharedSnapshotQuotaExceededFault {
|
|
1256
|
+
|
|
1257
|
+
const filterSensitiveLog: (obj: SharedSnapshotQuotaExceededFault) => any;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
export interface DBUpgradeDependencyFailureFault extends __SmithyException, $MetadataBearer {
|
|
1261
|
+
name: "DBUpgradeDependencyFailureFault";
|
|
1262
|
+
$fault: "client";
|
|
1263
|
+
message?: string;
|
|
1264
|
+
}
|
|
1265
|
+
export declare namespace DBUpgradeDependencyFailureFault {
|
|
1266
|
+
|
|
1267
|
+
const filterSensitiveLog: (obj: DBUpgradeDependencyFailureFault) => any;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
export interface ModifyDBInstanceMessage {
|
|
1271
|
+
|
|
1272
|
+
DBInstanceIdentifier: string | undefined;
|
|
1273
|
+
|
|
1274
|
+
AllocatedStorage?: number;
|
|
1275
|
+
|
|
1276
|
+
DBInstanceClass?: string;
|
|
1277
|
+
|
|
1278
|
+
DBSubnetGroupName?: string;
|
|
1279
|
+
|
|
1280
|
+
DBSecurityGroups?: string[];
|
|
1281
|
+
|
|
1282
|
+
VpcSecurityGroupIds?: string[];
|
|
1283
|
+
|
|
1284
|
+
ApplyImmediately?: boolean;
|
|
1285
|
+
|
|
1286
|
+
MasterUserPassword?: string;
|
|
1287
|
+
|
|
1288
|
+
DBParameterGroupName?: string;
|
|
1289
|
+
|
|
1290
|
+
BackupRetentionPeriod?: number;
|
|
1291
|
+
|
|
1292
|
+
PreferredBackupWindow?: string;
|
|
1293
|
+
|
|
1294
|
+
PreferredMaintenanceWindow?: string;
|
|
1295
|
+
|
|
1296
|
+
MultiAZ?: boolean;
|
|
1297
|
+
|
|
1298
|
+
EngineVersion?: string;
|
|
1299
|
+
|
|
1300
|
+
AllowMajorVersionUpgrade?: boolean;
|
|
1301
|
+
|
|
1302
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
1303
|
+
|
|
1304
|
+
LicenseModel?: string;
|
|
1305
|
+
|
|
1306
|
+
Iops?: number;
|
|
1307
|
+
|
|
1308
|
+
OptionGroupName?: string;
|
|
1309
|
+
|
|
1310
|
+
NewDBInstanceIdentifier?: string;
|
|
1311
|
+
|
|
1312
|
+
StorageType?: string;
|
|
1313
|
+
|
|
1314
|
+
TdeCredentialArn?: string;
|
|
1315
|
+
|
|
1316
|
+
TdeCredentialPassword?: string;
|
|
1317
|
+
|
|
1318
|
+
CACertificateIdentifier?: string;
|
|
1319
|
+
|
|
1320
|
+
Domain?: string;
|
|
1321
|
+
|
|
1322
|
+
CopyTagsToSnapshot?: boolean;
|
|
1323
|
+
|
|
1324
|
+
MonitoringInterval?: number;
|
|
1325
|
+
|
|
1326
|
+
DBPortNumber?: number;
|
|
1327
|
+
|
|
1328
|
+
PubliclyAccessible?: boolean;
|
|
1329
|
+
|
|
1330
|
+
MonitoringRoleArn?: string;
|
|
1331
|
+
|
|
1332
|
+
DomainIAMRoleName?: string;
|
|
1333
|
+
|
|
1334
|
+
PromotionTier?: number;
|
|
1335
|
+
|
|
1336
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
1337
|
+
|
|
1338
|
+
EnablePerformanceInsights?: boolean;
|
|
1339
|
+
|
|
1340
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
1341
|
+
|
|
1342
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
1343
|
+
|
|
1344
|
+
CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration;
|
|
1345
|
+
|
|
1346
|
+
ProcessorFeatures?: ProcessorFeature[];
|
|
1347
|
+
|
|
1348
|
+
UseDefaultProcessorFeatures?: boolean;
|
|
1349
|
+
|
|
1350
|
+
DeletionProtection?: boolean;
|
|
1351
|
+
|
|
1352
|
+
MaxAllocatedStorage?: number;
|
|
1353
|
+
|
|
1354
|
+
CertificateRotationRestart?: boolean;
|
|
1355
|
+
|
|
1356
|
+
ReplicaMode?: ReplicaMode | string;
|
|
1357
|
+
|
|
1358
|
+
EnableCustomerOwnedIp?: boolean;
|
|
1359
|
+
|
|
1360
|
+
AwsBackupRecoveryPointArn?: string;
|
|
1361
|
+
}
|
|
1362
|
+
export declare namespace ModifyDBInstanceMessage {
|
|
1363
|
+
|
|
1364
|
+
const filterSensitiveLog: (obj: ModifyDBInstanceMessage) => any;
|
|
1365
|
+
}
|
|
1366
|
+
export interface ModifyDBInstanceResult {
|
|
1367
|
+
|
|
1368
|
+
DBInstance?: DBInstance;
|
|
1369
|
+
}
|
|
1370
|
+
export declare namespace ModifyDBInstanceResult {
|
|
1371
|
+
|
|
1372
|
+
const filterSensitiveLog: (obj: ModifyDBInstanceResult) => any;
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
export interface DBParameterGroupNameMessage {
|
|
1376
|
+
|
|
1377
|
+
DBParameterGroupName?: string;
|
|
1378
|
+
}
|
|
1379
|
+
export declare namespace DBParameterGroupNameMessage {
|
|
1380
|
+
|
|
1381
|
+
const filterSensitiveLog: (obj: DBParameterGroupNameMessage) => any;
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
export interface ModifyDBParameterGroupMessage {
|
|
1385
|
+
|
|
1386
|
+
DBParameterGroupName: string | undefined;
|
|
1387
|
+
|
|
1388
|
+
Parameters: Parameter[] | undefined;
|
|
1389
|
+
}
|
|
1390
|
+
export declare namespace ModifyDBParameterGroupMessage {
|
|
1391
|
+
|
|
1392
|
+
const filterSensitiveLog: (obj: ModifyDBParameterGroupMessage) => any;
|
|
1393
|
+
}
|
|
1394
|
+
export interface ModifyDBProxyRequest {
|
|
1395
|
+
|
|
1396
|
+
DBProxyName: string | undefined;
|
|
1397
|
+
|
|
1398
|
+
NewDBProxyName?: string;
|
|
1399
|
+
|
|
1400
|
+
Auth?: UserAuthConfig[];
|
|
1401
|
+
|
|
1402
|
+
RequireTLS?: boolean;
|
|
1403
|
+
|
|
1404
|
+
IdleClientTimeout?: number;
|
|
1405
|
+
|
|
1406
|
+
DebugLogging?: boolean;
|
|
1407
|
+
|
|
1408
|
+
RoleArn?: string;
|
|
1409
|
+
|
|
1410
|
+
SecurityGroups?: string[];
|
|
1411
|
+
}
|
|
1412
|
+
export declare namespace ModifyDBProxyRequest {
|
|
1413
|
+
|
|
1414
|
+
const filterSensitiveLog: (obj: ModifyDBProxyRequest) => any;
|
|
1415
|
+
}
|
|
1416
|
+
export interface ModifyDBProxyResponse {
|
|
1417
|
+
|
|
1418
|
+
DBProxy?: DBProxy;
|
|
1419
|
+
}
|
|
1420
|
+
export declare namespace ModifyDBProxyResponse {
|
|
1421
|
+
|
|
1422
|
+
const filterSensitiveLog: (obj: ModifyDBProxyResponse) => any;
|
|
1423
|
+
}
|
|
1424
|
+
export interface ModifyDBProxyEndpointRequest {
|
|
1425
|
+
|
|
1426
|
+
DBProxyEndpointName: string | undefined;
|
|
1427
|
+
|
|
1428
|
+
NewDBProxyEndpointName?: string;
|
|
1429
|
+
|
|
1430
|
+
VpcSecurityGroupIds?: string[];
|
|
1431
|
+
}
|
|
1432
|
+
export declare namespace ModifyDBProxyEndpointRequest {
|
|
1433
|
+
|
|
1434
|
+
const filterSensitiveLog: (obj: ModifyDBProxyEndpointRequest) => any;
|
|
1435
|
+
}
|
|
1436
|
+
export interface ModifyDBProxyEndpointResponse {
|
|
1437
|
+
|
|
1438
|
+
DBProxyEndpoint?: DBProxyEndpoint;
|
|
1439
|
+
}
|
|
1440
|
+
export declare namespace ModifyDBProxyEndpointResponse {
|
|
1441
|
+
|
|
1442
|
+
const filterSensitiveLog: (obj: ModifyDBProxyEndpointResponse) => any;
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1445
|
+
export interface ConnectionPoolConfiguration {
|
|
1446
|
+
|
|
1447
|
+
MaxConnectionsPercent?: number;
|
|
1448
|
+
|
|
1449
|
+
MaxIdleConnectionsPercent?: number;
|
|
1450
|
+
|
|
1451
|
+
ConnectionBorrowTimeout?: number;
|
|
1452
|
+
|
|
1453
|
+
SessionPinningFilters?: string[];
|
|
1454
|
+
|
|
1455
|
+
InitQuery?: string;
|
|
1456
|
+
}
|
|
1457
|
+
export declare namespace ConnectionPoolConfiguration {
|
|
1458
|
+
|
|
1459
|
+
const filterSensitiveLog: (obj: ConnectionPoolConfiguration) => any;
|
|
1460
|
+
}
|
|
1461
|
+
export interface ModifyDBProxyTargetGroupRequest {
|
|
1462
|
+
|
|
1463
|
+
TargetGroupName: string | undefined;
|
|
1464
|
+
|
|
1465
|
+
DBProxyName: string | undefined;
|
|
1466
|
+
|
|
1467
|
+
ConnectionPoolConfig?: ConnectionPoolConfiguration;
|
|
1468
|
+
|
|
1469
|
+
NewName?: string;
|
|
1470
|
+
}
|
|
1471
|
+
export declare namespace ModifyDBProxyTargetGroupRequest {
|
|
1472
|
+
|
|
1473
|
+
const filterSensitiveLog: (obj: ModifyDBProxyTargetGroupRequest) => any;
|
|
1474
|
+
}
|
|
1475
|
+
export interface ModifyDBProxyTargetGroupResponse {
|
|
1476
|
+
|
|
1477
|
+
DBProxyTargetGroup?: DBProxyTargetGroup;
|
|
1478
|
+
}
|
|
1479
|
+
export declare namespace ModifyDBProxyTargetGroupResponse {
|
|
1480
|
+
|
|
1481
|
+
const filterSensitiveLog: (obj: ModifyDBProxyTargetGroupResponse) => any;
|
|
1482
|
+
}
|
|
1483
|
+
export interface ModifyDBSnapshotMessage {
|
|
1484
|
+
|
|
1485
|
+
DBSnapshotIdentifier: string | undefined;
|
|
1486
|
+
|
|
1487
|
+
EngineVersion?: string;
|
|
1488
|
+
|
|
1489
|
+
OptionGroupName?: string;
|
|
1490
|
+
}
|
|
1491
|
+
export declare namespace ModifyDBSnapshotMessage {
|
|
1492
|
+
|
|
1493
|
+
const filterSensitiveLog: (obj: ModifyDBSnapshotMessage) => any;
|
|
1494
|
+
}
|
|
1495
|
+
export interface ModifyDBSnapshotResult {
|
|
1496
|
+
|
|
1497
|
+
DBSnapshot?: DBSnapshot;
|
|
1498
|
+
}
|
|
1499
|
+
export declare namespace ModifyDBSnapshotResult {
|
|
1500
|
+
|
|
1501
|
+
const filterSensitiveLog: (obj: ModifyDBSnapshotResult) => any;
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
export interface ModifyDBSnapshotAttributeMessage {
|
|
1505
|
+
|
|
1506
|
+
DBSnapshotIdentifier: string | undefined;
|
|
1507
|
+
|
|
1508
|
+
AttributeName: string | undefined;
|
|
1509
|
+
|
|
1510
|
+
ValuesToAdd?: string[];
|
|
1511
|
+
|
|
1512
|
+
ValuesToRemove?: string[];
|
|
1513
|
+
}
|
|
1514
|
+
export declare namespace ModifyDBSnapshotAttributeMessage {
|
|
1515
|
+
|
|
1516
|
+
const filterSensitiveLog: (obj: ModifyDBSnapshotAttributeMessage) => any;
|
|
1517
|
+
}
|
|
1518
|
+
export interface ModifyDBSnapshotAttributeResult {
|
|
1519
|
+
|
|
1520
|
+
DBSnapshotAttributesResult?: DBSnapshotAttributesResult;
|
|
1521
|
+
}
|
|
1522
|
+
export declare namespace ModifyDBSnapshotAttributeResult {
|
|
1523
|
+
|
|
1524
|
+
const filterSensitiveLog: (obj: ModifyDBSnapshotAttributeResult) => any;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
export interface ModifyDBSubnetGroupMessage {
|
|
1528
|
+
|
|
1529
|
+
DBSubnetGroupName: string | undefined;
|
|
1530
|
+
|
|
1531
|
+
DBSubnetGroupDescription?: string;
|
|
1532
|
+
|
|
1533
|
+
SubnetIds: string[] | undefined;
|
|
1534
|
+
}
|
|
1535
|
+
export declare namespace ModifyDBSubnetGroupMessage {
|
|
1536
|
+
|
|
1537
|
+
const filterSensitiveLog: (obj: ModifyDBSubnetGroupMessage) => any;
|
|
1538
|
+
}
|
|
1539
|
+
export interface ModifyDBSubnetGroupResult {
|
|
1540
|
+
|
|
1541
|
+
DBSubnetGroup?: DBSubnetGroup;
|
|
1542
|
+
}
|
|
1543
|
+
export declare namespace ModifyDBSubnetGroupResult {
|
|
1544
|
+
|
|
1545
|
+
const filterSensitiveLog: (obj: ModifyDBSubnetGroupResult) => any;
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
export interface SubnetAlreadyInUse extends __SmithyException, $MetadataBearer {
|
|
1549
|
+
name: "SubnetAlreadyInUse";
|
|
1550
|
+
$fault: "client";
|
|
1551
|
+
message?: string;
|
|
1552
|
+
}
|
|
1553
|
+
export declare namespace SubnetAlreadyInUse {
|
|
1554
|
+
|
|
1555
|
+
const filterSensitiveLog: (obj: SubnetAlreadyInUse) => any;
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1558
|
+
export interface ModifyEventSubscriptionMessage {
|
|
1559
|
+
|
|
1560
|
+
SubscriptionName: string | undefined;
|
|
1561
|
+
|
|
1562
|
+
SnsTopicArn?: string;
|
|
1563
|
+
|
|
1564
|
+
SourceType?: string;
|
|
1565
|
+
|
|
1566
|
+
EventCategories?: string[];
|
|
1567
|
+
|
|
1568
|
+
Enabled?: boolean;
|
|
1569
|
+
}
|
|
1570
|
+
export declare namespace ModifyEventSubscriptionMessage {
|
|
1571
|
+
|
|
1572
|
+
const filterSensitiveLog: (obj: ModifyEventSubscriptionMessage) => any;
|
|
1573
|
+
}
|
|
1574
|
+
export interface ModifyEventSubscriptionResult {
|
|
1575
|
+
|
|
1576
|
+
EventSubscription?: EventSubscription;
|
|
1577
|
+
}
|
|
1578
|
+
export declare namespace ModifyEventSubscriptionResult {
|
|
1579
|
+
|
|
1580
|
+
const filterSensitiveLog: (obj: ModifyEventSubscriptionResult) => any;
|
|
1581
|
+
}
|
|
1582
|
+
export interface ModifyGlobalClusterMessage {
|
|
1583
|
+
|
|
1584
|
+
GlobalClusterIdentifier?: string;
|
|
1585
|
+
|
|
1586
|
+
NewGlobalClusterIdentifier?: string;
|
|
1587
|
+
|
|
1588
|
+
DeletionProtection?: boolean;
|
|
1589
|
+
|
|
1590
|
+
EngineVersion?: string;
|
|
1591
|
+
|
|
1592
|
+
AllowMajorVersionUpgrade?: boolean;
|
|
1593
|
+
}
|
|
1594
|
+
export declare namespace ModifyGlobalClusterMessage {
|
|
1595
|
+
|
|
1596
|
+
const filterSensitiveLog: (obj: ModifyGlobalClusterMessage) => any;
|
|
1597
|
+
}
|
|
1598
|
+
export interface ModifyGlobalClusterResult {
|
|
1599
|
+
|
|
1600
|
+
GlobalCluster?: GlobalCluster;
|
|
1601
|
+
}
|
|
1602
|
+
export declare namespace ModifyGlobalClusterResult {
|
|
1603
|
+
|
|
1604
|
+
const filterSensitiveLog: (obj: ModifyGlobalClusterResult) => any;
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
export interface OptionConfiguration {
|
|
1608
|
+
|
|
1609
|
+
OptionName: string | undefined;
|
|
1610
|
+
|
|
1611
|
+
Port?: number;
|
|
1612
|
+
|
|
1613
|
+
OptionVersion?: string;
|
|
1614
|
+
|
|
1615
|
+
DBSecurityGroupMemberships?: string[];
|
|
1616
|
+
|
|
1617
|
+
VpcSecurityGroupMemberships?: string[];
|
|
1618
|
+
|
|
1619
|
+
OptionSettings?: OptionSetting[];
|
|
1620
|
+
}
|
|
1621
|
+
export declare namespace OptionConfiguration {
|
|
1622
|
+
|
|
1623
|
+
const filterSensitiveLog: (obj: OptionConfiguration) => any;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
export interface ModifyOptionGroupMessage {
|
|
1627
|
+
|
|
1628
|
+
OptionGroupName: string | undefined;
|
|
1629
|
+
|
|
1630
|
+
OptionsToInclude?: OptionConfiguration[];
|
|
1631
|
+
|
|
1632
|
+
OptionsToRemove?: string[];
|
|
1633
|
+
|
|
1634
|
+
ApplyImmediately?: boolean;
|
|
1635
|
+
}
|
|
1636
|
+
export declare namespace ModifyOptionGroupMessage {
|
|
1637
|
+
|
|
1638
|
+
const filterSensitiveLog: (obj: ModifyOptionGroupMessage) => any;
|
|
1639
|
+
}
|
|
1640
|
+
export interface ModifyOptionGroupResult {
|
|
1641
|
+
|
|
1642
|
+
OptionGroup?: OptionGroup;
|
|
1643
|
+
}
|
|
1644
|
+
export declare namespace ModifyOptionGroupResult {
|
|
1645
|
+
|
|
1646
|
+
const filterSensitiveLog: (obj: ModifyOptionGroupResult) => any;
|
|
1647
|
+
}
|
|
1648
|
+
|
|
1649
|
+
export interface PromoteReadReplicaMessage {
|
|
1650
|
+
|
|
1651
|
+
DBInstanceIdentifier: string | undefined;
|
|
1652
|
+
|
|
1653
|
+
BackupRetentionPeriod?: number;
|
|
1654
|
+
|
|
1655
|
+
PreferredBackupWindow?: string;
|
|
1656
|
+
}
|
|
1657
|
+
export declare namespace PromoteReadReplicaMessage {
|
|
1658
|
+
|
|
1659
|
+
const filterSensitiveLog: (obj: PromoteReadReplicaMessage) => any;
|
|
1660
|
+
}
|
|
1661
|
+
export interface PromoteReadReplicaResult {
|
|
1662
|
+
|
|
1663
|
+
DBInstance?: DBInstance;
|
|
1664
|
+
}
|
|
1665
|
+
export declare namespace PromoteReadReplicaResult {
|
|
1666
|
+
|
|
1667
|
+
const filterSensitiveLog: (obj: PromoteReadReplicaResult) => any;
|
|
1668
|
+
}
|
|
1669
|
+
|
|
1670
|
+
export interface PromoteReadReplicaDBClusterMessage {
|
|
1671
|
+
|
|
1672
|
+
DBClusterIdentifier: string | undefined;
|
|
1673
|
+
}
|
|
1674
|
+
export declare namespace PromoteReadReplicaDBClusterMessage {
|
|
1675
|
+
|
|
1676
|
+
const filterSensitiveLog: (obj: PromoteReadReplicaDBClusterMessage) => any;
|
|
1677
|
+
}
|
|
1678
|
+
export interface PromoteReadReplicaDBClusterResult {
|
|
1679
|
+
|
|
1680
|
+
DBCluster?: DBCluster;
|
|
1681
|
+
}
|
|
1682
|
+
export declare namespace PromoteReadReplicaDBClusterResult {
|
|
1683
|
+
|
|
1684
|
+
const filterSensitiveLog: (obj: PromoteReadReplicaDBClusterResult) => any;
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1687
|
+
export interface PurchaseReservedDBInstancesOfferingMessage {
|
|
1688
|
+
|
|
1689
|
+
ReservedDBInstancesOfferingId: string | undefined;
|
|
1690
|
+
|
|
1691
|
+
ReservedDBInstanceId?: string;
|
|
1692
|
+
|
|
1693
|
+
DBInstanceCount?: number;
|
|
1694
|
+
|
|
1695
|
+
Tags?: Tag[];
|
|
1696
|
+
}
|
|
1697
|
+
export declare namespace PurchaseReservedDBInstancesOfferingMessage {
|
|
1698
|
+
|
|
1699
|
+
const filterSensitiveLog: (obj: PurchaseReservedDBInstancesOfferingMessage) => any;
|
|
1700
|
+
}
|
|
1701
|
+
export interface PurchaseReservedDBInstancesOfferingResult {
|
|
1702
|
+
|
|
1703
|
+
ReservedDBInstance?: ReservedDBInstance;
|
|
1704
|
+
}
|
|
1705
|
+
export declare namespace PurchaseReservedDBInstancesOfferingResult {
|
|
1706
|
+
|
|
1707
|
+
const filterSensitiveLog: (obj: PurchaseReservedDBInstancesOfferingResult) => any;
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
export interface ReservedDBInstanceAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
1711
|
+
name: "ReservedDBInstanceAlreadyExistsFault";
|
|
1712
|
+
$fault: "client";
|
|
1713
|
+
message?: string;
|
|
1714
|
+
}
|
|
1715
|
+
export declare namespace ReservedDBInstanceAlreadyExistsFault {
|
|
1716
|
+
|
|
1717
|
+
const filterSensitiveLog: (obj: ReservedDBInstanceAlreadyExistsFault) => any;
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1720
|
+
export interface ReservedDBInstanceQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1721
|
+
name: "ReservedDBInstanceQuotaExceededFault";
|
|
1722
|
+
$fault: "client";
|
|
1723
|
+
message?: string;
|
|
1724
|
+
}
|
|
1725
|
+
export declare namespace ReservedDBInstanceQuotaExceededFault {
|
|
1726
|
+
|
|
1727
|
+
const filterSensitiveLog: (obj: ReservedDBInstanceQuotaExceededFault) => any;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
export interface RebootDBInstanceMessage {
|
|
1731
|
+
|
|
1732
|
+
DBInstanceIdentifier: string | undefined;
|
|
1733
|
+
|
|
1734
|
+
ForceFailover?: boolean;
|
|
1735
|
+
}
|
|
1736
|
+
export declare namespace RebootDBInstanceMessage {
|
|
1737
|
+
|
|
1738
|
+
const filterSensitiveLog: (obj: RebootDBInstanceMessage) => any;
|
|
1739
|
+
}
|
|
1740
|
+
export interface RebootDBInstanceResult {
|
|
1741
|
+
|
|
1742
|
+
DBInstance?: DBInstance;
|
|
1743
|
+
}
|
|
1744
|
+
export declare namespace RebootDBInstanceResult {
|
|
1745
|
+
|
|
1746
|
+
const filterSensitiveLog: (obj: RebootDBInstanceResult) => any;
|
|
1747
|
+
}
|
|
1748
|
+
|
|
1749
|
+
export interface DBProxyTargetAlreadyRegisteredFault extends __SmithyException, $MetadataBearer {
|
|
1750
|
+
name: "DBProxyTargetAlreadyRegisteredFault";
|
|
1751
|
+
$fault: "client";
|
|
1752
|
+
message?: string;
|
|
1753
|
+
}
|
|
1754
|
+
export declare namespace DBProxyTargetAlreadyRegisteredFault {
|
|
1755
|
+
|
|
1756
|
+
const filterSensitiveLog: (obj: DBProxyTargetAlreadyRegisteredFault) => any;
|
|
1757
|
+
}
|
|
1758
|
+
|
|
1759
|
+
export interface InsufficientAvailableIPsInSubnetFault extends __SmithyException, $MetadataBearer {
|
|
1760
|
+
name: "InsufficientAvailableIPsInSubnetFault";
|
|
1761
|
+
$fault: "client";
|
|
1762
|
+
message?: string;
|
|
1763
|
+
}
|
|
1764
|
+
export declare namespace InsufficientAvailableIPsInSubnetFault {
|
|
1765
|
+
|
|
1766
|
+
const filterSensitiveLog: (obj: InsufficientAvailableIPsInSubnetFault) => any;
|
|
1767
|
+
}
|
|
1768
|
+
export interface RegisterDBProxyTargetsRequest {
|
|
1769
|
+
|
|
1770
|
+
DBProxyName: string | undefined;
|
|
1771
|
+
|
|
1772
|
+
TargetGroupName?: string;
|
|
1773
|
+
|
|
1774
|
+
DBInstanceIdentifiers?: string[];
|
|
1775
|
+
|
|
1776
|
+
DBClusterIdentifiers?: string[];
|
|
1777
|
+
}
|
|
1778
|
+
export declare namespace RegisterDBProxyTargetsRequest {
|
|
1779
|
+
|
|
1780
|
+
const filterSensitiveLog: (obj: RegisterDBProxyTargetsRequest) => any;
|
|
1781
|
+
}
|
|
1782
|
+
export interface RegisterDBProxyTargetsResponse {
|
|
1783
|
+
|
|
1784
|
+
DBProxyTargets?: DBProxyTarget[];
|
|
1785
|
+
}
|
|
1786
|
+
export declare namespace RegisterDBProxyTargetsResponse {
|
|
1787
|
+
|
|
1788
|
+
const filterSensitiveLog: (obj: RegisterDBProxyTargetsResponse) => any;
|
|
1789
|
+
}
|
|
1790
|
+
export interface RemoveFromGlobalClusterMessage {
|
|
1791
|
+
|
|
1792
|
+
GlobalClusterIdentifier?: string;
|
|
1793
|
+
|
|
1794
|
+
DbClusterIdentifier?: string;
|
|
1795
|
+
}
|
|
1796
|
+
export declare namespace RemoveFromGlobalClusterMessage {
|
|
1797
|
+
|
|
1798
|
+
const filterSensitiveLog: (obj: RemoveFromGlobalClusterMessage) => any;
|
|
1799
|
+
}
|
|
1800
|
+
export interface RemoveFromGlobalClusterResult {
|
|
1801
|
+
|
|
1802
|
+
GlobalCluster?: GlobalCluster;
|
|
1803
|
+
}
|
|
1804
|
+
export declare namespace RemoveFromGlobalClusterResult {
|
|
1805
|
+
|
|
1806
|
+
const filterSensitiveLog: (obj: RemoveFromGlobalClusterResult) => any;
|
|
1807
|
+
}
|
|
1808
|
+
|
|
1809
|
+
export interface DBClusterRoleNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1810
|
+
name: "DBClusterRoleNotFoundFault";
|
|
1811
|
+
$fault: "client";
|
|
1812
|
+
message?: string;
|
|
1813
|
+
}
|
|
1814
|
+
export declare namespace DBClusterRoleNotFoundFault {
|
|
1815
|
+
|
|
1816
|
+
const filterSensitiveLog: (obj: DBClusterRoleNotFoundFault) => any;
|
|
1817
|
+
}
|
|
1818
|
+
export interface RemoveRoleFromDBClusterMessage {
|
|
1819
|
+
|
|
1820
|
+
DBClusterIdentifier: string | undefined;
|
|
1821
|
+
|
|
1822
|
+
RoleArn: string | undefined;
|
|
1823
|
+
|
|
1824
|
+
FeatureName?: string;
|
|
1825
|
+
}
|
|
1826
|
+
export declare namespace RemoveRoleFromDBClusterMessage {
|
|
1827
|
+
|
|
1828
|
+
const filterSensitiveLog: (obj: RemoveRoleFromDBClusterMessage) => any;
|
|
1829
|
+
}
|
|
1830
|
+
|
|
1831
|
+
export interface DBInstanceRoleNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1832
|
+
name: "DBInstanceRoleNotFoundFault";
|
|
1833
|
+
$fault: "client";
|
|
1834
|
+
message?: string;
|
|
1835
|
+
}
|
|
1836
|
+
export declare namespace DBInstanceRoleNotFoundFault {
|
|
1837
|
+
|
|
1838
|
+
const filterSensitiveLog: (obj: DBInstanceRoleNotFoundFault) => any;
|
|
1839
|
+
}
|
|
1840
|
+
export interface RemoveRoleFromDBInstanceMessage {
|
|
1841
|
+
|
|
1842
|
+
DBInstanceIdentifier: string | undefined;
|
|
1843
|
+
|
|
1844
|
+
RoleArn: string | undefined;
|
|
1845
|
+
|
|
1846
|
+
FeatureName: string | undefined;
|
|
1847
|
+
}
|
|
1848
|
+
export declare namespace RemoveRoleFromDBInstanceMessage {
|
|
1849
|
+
|
|
1850
|
+
const filterSensitiveLog: (obj: RemoveRoleFromDBInstanceMessage) => any;
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
export interface RemoveSourceIdentifierFromSubscriptionMessage {
|
|
1854
|
+
|
|
1855
|
+
SubscriptionName: string | undefined;
|
|
1856
|
+
|
|
1857
|
+
SourceIdentifier: string | undefined;
|
|
1858
|
+
}
|
|
1859
|
+
export declare namespace RemoveSourceIdentifierFromSubscriptionMessage {
|
|
1860
|
+
|
|
1861
|
+
const filterSensitiveLog: (obj: RemoveSourceIdentifierFromSubscriptionMessage) => any;
|
|
1862
|
+
}
|
|
1863
|
+
export interface RemoveSourceIdentifierFromSubscriptionResult {
|
|
1864
|
+
|
|
1865
|
+
EventSubscription?: EventSubscription;
|
|
1866
|
+
}
|
|
1867
|
+
export declare namespace RemoveSourceIdentifierFromSubscriptionResult {
|
|
1868
|
+
|
|
1869
|
+
const filterSensitiveLog: (obj: RemoveSourceIdentifierFromSubscriptionResult) => any;
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
export interface RemoveTagsFromResourceMessage {
|
|
1873
|
+
|
|
1874
|
+
ResourceName: string | undefined;
|
|
1875
|
+
|
|
1876
|
+
TagKeys: string[] | undefined;
|
|
1877
|
+
}
|
|
1878
|
+
export declare namespace RemoveTagsFromResourceMessage {
|
|
1879
|
+
|
|
1880
|
+
const filterSensitiveLog: (obj: RemoveTagsFromResourceMessage) => any;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
export interface ResetDBClusterParameterGroupMessage {
|
|
1884
|
+
|
|
1885
|
+
DBClusterParameterGroupName: string | undefined;
|
|
1886
|
+
|
|
1887
|
+
ResetAllParameters?: boolean;
|
|
1888
|
+
|
|
1889
|
+
Parameters?: Parameter[];
|
|
1890
|
+
}
|
|
1891
|
+
export declare namespace ResetDBClusterParameterGroupMessage {
|
|
1892
|
+
|
|
1893
|
+
const filterSensitiveLog: (obj: ResetDBClusterParameterGroupMessage) => any;
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1896
|
+
export interface ResetDBParameterGroupMessage {
|
|
1897
|
+
|
|
1898
|
+
DBParameterGroupName: string | undefined;
|
|
1899
|
+
|
|
1900
|
+
ResetAllParameters?: boolean;
|
|
1901
|
+
|
|
1902
|
+
Parameters?: Parameter[];
|
|
1903
|
+
}
|
|
1904
|
+
export declare namespace ResetDBParameterGroupMessage {
|
|
1905
|
+
|
|
1906
|
+
const filterSensitiveLog: (obj: ResetDBParameterGroupMessage) => any;
|
|
1907
|
+
}
|
|
1908
|
+
|
|
1909
|
+
export interface InvalidS3BucketFault extends __SmithyException, $MetadataBearer {
|
|
1910
|
+
name: "InvalidS3BucketFault";
|
|
1911
|
+
$fault: "client";
|
|
1912
|
+
message?: string;
|
|
1913
|
+
}
|
|
1914
|
+
export declare namespace InvalidS3BucketFault {
|
|
1915
|
+
|
|
1916
|
+
const filterSensitiveLog: (obj: InvalidS3BucketFault) => any;
|
|
1917
|
+
}
|
|
1918
|
+
export interface RestoreDBClusterFromS3Message {
|
|
1919
|
+
|
|
1920
|
+
AvailabilityZones?: string[];
|
|
1921
|
+
|
|
1922
|
+
BackupRetentionPeriod?: number;
|
|
1923
|
+
|
|
1924
|
+
CharacterSetName?: string;
|
|
1925
|
+
|
|
1926
|
+
DatabaseName?: string;
|
|
1927
|
+
|
|
1928
|
+
DBClusterIdentifier: string | undefined;
|
|
1929
|
+
|
|
1930
|
+
DBClusterParameterGroupName?: string;
|
|
1931
|
+
|
|
1932
|
+
VpcSecurityGroupIds?: string[];
|
|
1933
|
+
|
|
1934
|
+
DBSubnetGroupName?: string;
|
|
1935
|
+
|
|
1936
|
+
Engine: string | undefined;
|
|
1937
|
+
|
|
1938
|
+
EngineVersion?: string;
|
|
1939
|
+
|
|
1940
|
+
Port?: number;
|
|
1941
|
+
|
|
1942
|
+
MasterUsername: string | undefined;
|
|
1943
|
+
|
|
1944
|
+
MasterUserPassword: string | undefined;
|
|
1945
|
+
|
|
1946
|
+
OptionGroupName?: string;
|
|
1947
|
+
|
|
1948
|
+
PreferredBackupWindow?: string;
|
|
1949
|
+
|
|
1950
|
+
PreferredMaintenanceWindow?: string;
|
|
1951
|
+
|
|
1952
|
+
Tags?: Tag[];
|
|
1953
|
+
|
|
1954
|
+
StorageEncrypted?: boolean;
|
|
1955
|
+
|
|
1956
|
+
KmsKeyId?: string;
|
|
1957
|
+
|
|
1958
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
1959
|
+
|
|
1960
|
+
SourceEngine: string | undefined;
|
|
1961
|
+
|
|
1962
|
+
SourceEngineVersion: string | undefined;
|
|
1963
|
+
|
|
1964
|
+
S3BucketName: string | undefined;
|
|
1965
|
+
|
|
1966
|
+
S3Prefix?: string;
|
|
1967
|
+
|
|
1968
|
+
S3IngestionRoleArn: string | undefined;
|
|
1969
|
+
|
|
1970
|
+
BacktrackWindow?: number;
|
|
1971
|
+
|
|
1972
|
+
EnableCloudwatchLogsExports?: string[];
|
|
1973
|
+
|
|
1974
|
+
DeletionProtection?: boolean;
|
|
1975
|
+
|
|
1976
|
+
CopyTagsToSnapshot?: boolean;
|
|
1977
|
+
|
|
1978
|
+
Domain?: string;
|
|
1979
|
+
|
|
1980
|
+
DomainIAMRoleName?: string;
|
|
1981
|
+
}
|
|
1982
|
+
export declare namespace RestoreDBClusterFromS3Message {
|
|
1983
|
+
|
|
1984
|
+
const filterSensitiveLog: (obj: RestoreDBClusterFromS3Message) => any;
|
|
1985
|
+
}
|
|
1986
|
+
export interface RestoreDBClusterFromS3Result {
|
|
1987
|
+
|
|
1988
|
+
DBCluster?: DBCluster;
|
|
1989
|
+
}
|
|
1990
|
+
export declare namespace RestoreDBClusterFromS3Result {
|
|
1991
|
+
|
|
1992
|
+
const filterSensitiveLog: (obj: RestoreDBClusterFromS3Result) => any;
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1995
|
+
export interface InsufficientDBClusterCapacityFault extends __SmithyException, $MetadataBearer {
|
|
1996
|
+
name: "InsufficientDBClusterCapacityFault";
|
|
1997
|
+
$fault: "client";
|
|
1998
|
+
message?: string;
|
|
1999
|
+
}
|
|
2000
|
+
export declare namespace InsufficientDBClusterCapacityFault {
|
|
2001
|
+
|
|
2002
|
+
const filterSensitiveLog: (obj: InsufficientDBClusterCapacityFault) => any;
|
|
2003
|
+
}
|
|
2004
|
+
|
|
2005
|
+
export interface InvalidRestoreFault extends __SmithyException, $MetadataBearer {
|
|
2006
|
+
name: "InvalidRestoreFault";
|
|
2007
|
+
$fault: "client";
|
|
2008
|
+
message?: string;
|
|
2009
|
+
}
|
|
2010
|
+
export declare namespace InvalidRestoreFault {
|
|
2011
|
+
|
|
2012
|
+
const filterSensitiveLog: (obj: InvalidRestoreFault) => any;
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
export interface RestoreDBClusterFromSnapshotMessage {
|
|
2016
|
+
|
|
2017
|
+
AvailabilityZones?: string[];
|
|
2018
|
+
|
|
2019
|
+
DBClusterIdentifier: string | undefined;
|
|
2020
|
+
|
|
2021
|
+
SnapshotIdentifier: string | undefined;
|
|
2022
|
+
|
|
2023
|
+
Engine: string | undefined;
|
|
2024
|
+
|
|
2025
|
+
EngineVersion?: string;
|
|
2026
|
+
|
|
2027
|
+
Port?: number;
|
|
2028
|
+
|
|
2029
|
+
DBSubnetGroupName?: string;
|
|
2030
|
+
|
|
2031
|
+
DatabaseName?: string;
|
|
2032
|
+
|
|
2033
|
+
OptionGroupName?: string;
|
|
2034
|
+
|
|
2035
|
+
VpcSecurityGroupIds?: string[];
|
|
2036
|
+
|
|
2037
|
+
Tags?: Tag[];
|
|
2038
|
+
|
|
2039
|
+
KmsKeyId?: string;
|
|
2040
|
+
|
|
2041
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
2042
|
+
|
|
2043
|
+
BacktrackWindow?: number;
|
|
2044
|
+
|
|
2045
|
+
EnableCloudwatchLogsExports?: string[];
|
|
2046
|
+
|
|
2047
|
+
EngineMode?: string;
|
|
2048
|
+
|
|
2049
|
+
ScalingConfiguration?: ScalingConfiguration;
|
|
2050
|
+
|
|
2051
|
+
DBClusterParameterGroupName?: string;
|
|
2052
|
+
|
|
2053
|
+
DeletionProtection?: boolean;
|
|
2054
|
+
|
|
2055
|
+
CopyTagsToSnapshot?: boolean;
|
|
2056
|
+
|
|
2057
|
+
Domain?: string;
|
|
2058
|
+
|
|
2059
|
+
DomainIAMRoleName?: string;
|
|
2060
|
+
}
|
|
2061
|
+
export declare namespace RestoreDBClusterFromSnapshotMessage {
|
|
2062
|
+
|
|
2063
|
+
const filterSensitiveLog: (obj: RestoreDBClusterFromSnapshotMessage) => any;
|
|
2064
|
+
}
|
|
2065
|
+
export interface RestoreDBClusterFromSnapshotResult {
|
|
2066
|
+
|
|
2067
|
+
DBCluster?: DBCluster;
|
|
2068
|
+
}
|
|
2069
|
+
export declare namespace RestoreDBClusterFromSnapshotResult {
|
|
2070
|
+
|
|
2071
|
+
const filterSensitiveLog: (obj: RestoreDBClusterFromSnapshotResult) => any;
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
export interface RestoreDBClusterToPointInTimeMessage {
|
|
2075
|
+
|
|
2076
|
+
DBClusterIdentifier: string | undefined;
|
|
2077
|
+
|
|
2078
|
+
RestoreType?: string;
|
|
2079
|
+
|
|
2080
|
+
SourceDBClusterIdentifier: string | undefined;
|
|
2081
|
+
|
|
2082
|
+
RestoreToTime?: Date;
|
|
2083
|
+
|
|
2084
|
+
UseLatestRestorableTime?: boolean;
|
|
2085
|
+
|
|
2086
|
+
Port?: number;
|
|
2087
|
+
|
|
2088
|
+
DBSubnetGroupName?: string;
|
|
2089
|
+
|
|
2090
|
+
OptionGroupName?: string;
|
|
2091
|
+
|
|
2092
|
+
VpcSecurityGroupIds?: string[];
|
|
2093
|
+
|
|
2094
|
+
Tags?: Tag[];
|
|
2095
|
+
|
|
2096
|
+
KmsKeyId?: string;
|
|
2097
|
+
|
|
2098
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
2099
|
+
|
|
2100
|
+
BacktrackWindow?: number;
|
|
2101
|
+
|
|
2102
|
+
EnableCloudwatchLogsExports?: string[];
|
|
2103
|
+
|
|
2104
|
+
DBClusterParameterGroupName?: string;
|
|
2105
|
+
|
|
2106
|
+
DeletionProtection?: boolean;
|
|
2107
|
+
|
|
2108
|
+
CopyTagsToSnapshot?: boolean;
|
|
2109
|
+
|
|
2110
|
+
Domain?: string;
|
|
2111
|
+
|
|
2112
|
+
DomainIAMRoleName?: string;
|
|
2113
|
+
|
|
2114
|
+
ScalingConfiguration?: ScalingConfiguration;
|
|
2115
|
+
|
|
2116
|
+
EngineMode?: string;
|
|
2117
|
+
}
|
|
2118
|
+
export declare namespace RestoreDBClusterToPointInTimeMessage {
|
|
2119
|
+
|
|
2120
|
+
const filterSensitiveLog: (obj: RestoreDBClusterToPointInTimeMessage) => any;
|
|
2121
|
+
}
|
|
2122
|
+
export interface RestoreDBClusterToPointInTimeResult {
|
|
2123
|
+
|
|
2124
|
+
DBCluster?: DBCluster;
|
|
2125
|
+
}
|
|
2126
|
+
export declare namespace RestoreDBClusterToPointInTimeResult {
|
|
2127
|
+
|
|
2128
|
+
const filterSensitiveLog: (obj: RestoreDBClusterToPointInTimeResult) => any;
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
2132
|
+
|
|
2133
|
+
DBInstanceIdentifier: string | undefined;
|
|
2134
|
+
|
|
2135
|
+
DBSnapshotIdentifier: string | undefined;
|
|
2136
|
+
|
|
2137
|
+
DBInstanceClass?: string;
|
|
2138
|
+
|
|
2139
|
+
Port?: number;
|
|
2140
|
+
|
|
2141
|
+
AvailabilityZone?: string;
|
|
2142
|
+
|
|
2143
|
+
DBSubnetGroupName?: string;
|
|
2144
|
+
|
|
2145
|
+
MultiAZ?: boolean;
|
|
2146
|
+
|
|
2147
|
+
PubliclyAccessible?: boolean;
|
|
2148
|
+
|
|
2149
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
2150
|
+
|
|
2151
|
+
LicenseModel?: string;
|
|
2152
|
+
|
|
2153
|
+
DBName?: string;
|
|
2154
|
+
|
|
2155
|
+
Engine?: string;
|
|
2156
|
+
|
|
2157
|
+
Iops?: number;
|
|
2158
|
+
|
|
2159
|
+
OptionGroupName?: string;
|
|
2160
|
+
|
|
2161
|
+
Tags?: Tag[];
|
|
2162
|
+
|
|
2163
|
+
StorageType?: string;
|
|
2164
|
+
|
|
2165
|
+
TdeCredentialArn?: string;
|
|
2166
|
+
|
|
2167
|
+
TdeCredentialPassword?: string;
|
|
2168
|
+
|
|
2169
|
+
VpcSecurityGroupIds?: string[];
|
|
2170
|
+
|
|
2171
|
+
Domain?: string;
|
|
2172
|
+
|
|
2173
|
+
CopyTagsToSnapshot?: boolean;
|
|
2174
|
+
|
|
2175
|
+
DomainIAMRoleName?: string;
|
|
2176
|
+
|
|
2177
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
2178
|
+
|
|
2179
|
+
EnableCloudwatchLogsExports?: string[];
|
|
2180
|
+
|
|
2181
|
+
ProcessorFeatures?: ProcessorFeature[];
|
|
2182
|
+
|
|
2183
|
+
UseDefaultProcessorFeatures?: boolean;
|
|
2184
|
+
|
|
2185
|
+
DBParameterGroupName?: string;
|
|
2186
|
+
|
|
2187
|
+
DeletionProtection?: boolean;
|
|
2188
|
+
|
|
2189
|
+
EnableCustomerOwnedIp?: boolean;
|
|
2190
|
+
}
|
|
2191
|
+
export declare namespace RestoreDBInstanceFromDBSnapshotMessage {
|
|
2192
|
+
|
|
2193
|
+
const filterSensitiveLog: (obj: RestoreDBInstanceFromDBSnapshotMessage) => any;
|
|
2194
|
+
}
|
|
2195
|
+
export interface RestoreDBInstanceFromDBSnapshotResult {
|
|
2196
|
+
|
|
2197
|
+
DBInstance?: DBInstance;
|
|
2198
|
+
}
|
|
2199
|
+
export declare namespace RestoreDBInstanceFromDBSnapshotResult {
|
|
2200
|
+
|
|
2201
|
+
const filterSensitiveLog: (obj: RestoreDBInstanceFromDBSnapshotResult) => any;
|
|
2202
|
+
}
|
|
2203
|
+
export interface RestoreDBInstanceFromS3Message {
|
|
2204
|
+
|
|
2205
|
+
DBName?: string;
|
|
2206
|
+
|
|
2207
|
+
DBInstanceIdentifier: string | undefined;
|
|
2208
|
+
|
|
2209
|
+
AllocatedStorage?: number;
|
|
2210
|
+
|
|
2211
|
+
DBInstanceClass: string | undefined;
|
|
2212
|
+
|
|
2213
|
+
Engine: string | undefined;
|
|
2214
|
+
|
|
2215
|
+
MasterUsername?: string;
|
|
2216
|
+
|
|
2217
|
+
MasterUserPassword?: string;
|
|
2218
|
+
|
|
2219
|
+
DBSecurityGroups?: string[];
|
|
2220
|
+
|
|
2221
|
+
VpcSecurityGroupIds?: string[];
|
|
2222
|
+
|
|
2223
|
+
AvailabilityZone?: string;
|
|
2224
|
+
|
|
2225
|
+
DBSubnetGroupName?: string;
|
|
2226
|
+
|
|
2227
|
+
PreferredMaintenanceWindow?: string;
|
|
2228
|
+
|
|
2229
|
+
DBParameterGroupName?: string;
|
|
2230
|
+
|
|
2231
|
+
BackupRetentionPeriod?: number;
|
|
2232
|
+
|
|
2233
|
+
PreferredBackupWindow?: string;
|
|
2234
|
+
|
|
2235
|
+
Port?: number;
|
|
2236
|
+
|
|
2237
|
+
MultiAZ?: boolean;
|
|
2238
|
+
|
|
2239
|
+
EngineVersion?: string;
|
|
2240
|
+
|
|
2241
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
2242
|
+
|
|
2243
|
+
LicenseModel?: string;
|
|
2244
|
+
|
|
2245
|
+
Iops?: number;
|
|
2246
|
+
|
|
2247
|
+
OptionGroupName?: string;
|
|
2248
|
+
|
|
2249
|
+
PubliclyAccessible?: boolean;
|
|
2250
|
+
|
|
2251
|
+
Tags?: Tag[];
|
|
2252
|
+
|
|
2253
|
+
StorageType?: string;
|
|
2254
|
+
|
|
2255
|
+
StorageEncrypted?: boolean;
|
|
2256
|
+
|
|
2257
|
+
KmsKeyId?: string;
|
|
2258
|
+
|
|
2259
|
+
CopyTagsToSnapshot?: boolean;
|
|
2260
|
+
|
|
2261
|
+
MonitoringInterval?: number;
|
|
2262
|
+
|
|
2263
|
+
MonitoringRoleArn?: string;
|
|
2264
|
+
|
|
2265
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
2266
|
+
|
|
2267
|
+
SourceEngine: string | undefined;
|
|
2268
|
+
|
|
2269
|
+
SourceEngineVersion: string | undefined;
|
|
2270
|
+
|
|
2271
|
+
S3BucketName: string | undefined;
|
|
2272
|
+
|
|
2273
|
+
S3Prefix?: string;
|
|
2274
|
+
|
|
2275
|
+
S3IngestionRoleArn: string | undefined;
|
|
2276
|
+
|
|
2277
|
+
EnablePerformanceInsights?: boolean;
|
|
2278
|
+
|
|
2279
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
2280
|
+
|
|
2281
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
2282
|
+
|
|
2283
|
+
EnableCloudwatchLogsExports?: string[];
|
|
2284
|
+
|
|
2285
|
+
ProcessorFeatures?: ProcessorFeature[];
|
|
2286
|
+
|
|
2287
|
+
UseDefaultProcessorFeatures?: boolean;
|
|
2288
|
+
|
|
2289
|
+
DeletionProtection?: boolean;
|
|
2290
|
+
|
|
2291
|
+
MaxAllocatedStorage?: number;
|
|
2292
|
+
}
|
|
2293
|
+
export declare namespace RestoreDBInstanceFromS3Message {
|
|
2294
|
+
|
|
2295
|
+
const filterSensitiveLog: (obj: RestoreDBInstanceFromS3Message) => any;
|
|
2296
|
+
}
|
|
2297
|
+
export interface RestoreDBInstanceFromS3Result {
|
|
2298
|
+
|
|
2299
|
+
DBInstance?: DBInstance;
|
|
2300
|
+
}
|
|
2301
|
+
export declare namespace RestoreDBInstanceFromS3Result {
|
|
2302
|
+
|
|
2303
|
+
const filterSensitiveLog: (obj: RestoreDBInstanceFromS3Result) => any;
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
export interface PointInTimeRestoreNotEnabledFault extends __SmithyException, $MetadataBearer {
|
|
2307
|
+
name: "PointInTimeRestoreNotEnabledFault";
|
|
2308
|
+
$fault: "client";
|
|
2309
|
+
message?: string;
|
|
2310
|
+
}
|
|
2311
|
+
export declare namespace PointInTimeRestoreNotEnabledFault {
|
|
2312
|
+
|
|
2313
|
+
const filterSensitiveLog: (obj: PointInTimeRestoreNotEnabledFault) => any;
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
export interface RestoreDBInstanceToPointInTimeMessage {
|
|
2317
|
+
|
|
2318
|
+
SourceDBInstanceIdentifier?: string;
|
|
2319
|
+
|
|
2320
|
+
TargetDBInstanceIdentifier: string | undefined;
|
|
2321
|
+
|
|
2322
|
+
RestoreTime?: Date;
|
|
2323
|
+
|
|
2324
|
+
UseLatestRestorableTime?: boolean;
|
|
2325
|
+
|
|
2326
|
+
DBInstanceClass?: string;
|
|
2327
|
+
|
|
2328
|
+
Port?: number;
|
|
2329
|
+
|
|
2330
|
+
AvailabilityZone?: string;
|
|
2331
|
+
|
|
2332
|
+
DBSubnetGroupName?: string;
|
|
2333
|
+
|
|
2334
|
+
MultiAZ?: boolean;
|
|
2335
|
+
|
|
2336
|
+
PubliclyAccessible?: boolean;
|
|
2337
|
+
|
|
2338
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
2339
|
+
|
|
2340
|
+
LicenseModel?: string;
|
|
2341
|
+
|
|
2342
|
+
DBName?: string;
|
|
2343
|
+
|
|
2344
|
+
Engine?: string;
|
|
2345
|
+
|
|
2346
|
+
Iops?: number;
|
|
2347
|
+
|
|
2348
|
+
OptionGroupName?: string;
|
|
2349
|
+
|
|
2350
|
+
CopyTagsToSnapshot?: boolean;
|
|
2351
|
+
|
|
2352
|
+
Tags?: Tag[];
|
|
2353
|
+
|
|
2354
|
+
StorageType?: string;
|
|
2355
|
+
|
|
2356
|
+
TdeCredentialArn?: string;
|
|
2357
|
+
|
|
2358
|
+
TdeCredentialPassword?: string;
|
|
2359
|
+
|
|
2360
|
+
VpcSecurityGroupIds?: string[];
|
|
2361
|
+
|
|
2362
|
+
Domain?: string;
|
|
2363
|
+
|
|
2364
|
+
DomainIAMRoleName?: string;
|
|
2365
|
+
|
|
2366
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
2367
|
+
|
|
2368
|
+
EnableCloudwatchLogsExports?: string[];
|
|
2369
|
+
|
|
2370
|
+
ProcessorFeatures?: ProcessorFeature[];
|
|
2371
|
+
|
|
2372
|
+
UseDefaultProcessorFeatures?: boolean;
|
|
2373
|
+
|
|
2374
|
+
DBParameterGroupName?: string;
|
|
2375
|
+
|
|
2376
|
+
DeletionProtection?: boolean;
|
|
2377
|
+
|
|
2378
|
+
SourceDbiResourceId?: string;
|
|
2379
|
+
|
|
2380
|
+
MaxAllocatedStorage?: number;
|
|
2381
|
+
|
|
2382
|
+
SourceDBInstanceAutomatedBackupsArn?: string;
|
|
2383
|
+
|
|
2384
|
+
EnableCustomerOwnedIp?: boolean;
|
|
2385
|
+
}
|
|
2386
|
+
export declare namespace RestoreDBInstanceToPointInTimeMessage {
|
|
2387
|
+
|
|
2388
|
+
const filterSensitiveLog: (obj: RestoreDBInstanceToPointInTimeMessage) => any;
|
|
2389
|
+
}
|
|
2390
|
+
export interface RestoreDBInstanceToPointInTimeResult {
|
|
2391
|
+
|
|
2392
|
+
DBInstance?: DBInstance;
|
|
2393
|
+
}
|
|
2394
|
+
export declare namespace RestoreDBInstanceToPointInTimeResult {
|
|
2395
|
+
|
|
2396
|
+
const filterSensitiveLog: (obj: RestoreDBInstanceToPointInTimeResult) => any;
|
|
2397
|
+
}
|
|
2398
|
+
|
|
2399
|
+
export interface RevokeDBSecurityGroupIngressMessage {
|
|
2400
|
+
|
|
2401
|
+
DBSecurityGroupName: string | undefined;
|
|
2402
|
+
|
|
2403
|
+
CIDRIP?: string;
|
|
2404
|
+
|
|
2405
|
+
EC2SecurityGroupName?: string;
|
|
2406
|
+
|
|
2407
|
+
EC2SecurityGroupId?: string;
|
|
2408
|
+
|
|
2409
|
+
EC2SecurityGroupOwnerId?: string;
|
|
2410
|
+
}
|
|
2411
|
+
export declare namespace RevokeDBSecurityGroupIngressMessage {
|
|
2412
|
+
|
|
2413
|
+
const filterSensitiveLog: (obj: RevokeDBSecurityGroupIngressMessage) => any;
|
|
2414
|
+
}
|
|
2415
|
+
export interface RevokeDBSecurityGroupIngressResult {
|
|
2416
|
+
|
|
2417
|
+
DBSecurityGroup?: DBSecurityGroup;
|
|
2418
|
+
}
|
|
2419
|
+
export declare namespace RevokeDBSecurityGroupIngressResult {
|
|
2420
|
+
|
|
2421
|
+
const filterSensitiveLog: (obj: RevokeDBSecurityGroupIngressResult) => any;
|
|
2422
|
+
}
|
|
2423
|
+
export interface StartActivityStreamRequest {
|
|
2424
|
+
|
|
2425
|
+
ResourceArn: string | undefined;
|
|
2426
|
+
|
|
2427
|
+
Mode: ActivityStreamMode | string | undefined;
|
|
2428
|
+
|
|
2429
|
+
KmsKeyId: string | undefined;
|
|
2430
|
+
|
|
2431
|
+
ApplyImmediately?: boolean;
|
|
2432
|
+
|
|
2433
|
+
EngineNativeAuditFieldsIncluded?: boolean;
|
|
2434
|
+
}
|
|
2435
|
+
export declare namespace StartActivityStreamRequest {
|
|
2436
|
+
|
|
2437
|
+
const filterSensitiveLog: (obj: StartActivityStreamRequest) => any;
|
|
2438
|
+
}
|
|
2439
|
+
export interface StartActivityStreamResponse {
|
|
2440
|
+
|
|
2441
|
+
KmsKeyId?: string;
|
|
2442
|
+
|
|
2443
|
+
KinesisStreamName?: string;
|
|
2444
|
+
|
|
2445
|
+
Status?: ActivityStreamStatus | string;
|
|
2446
|
+
|
|
2447
|
+
Mode?: ActivityStreamMode | string;
|
|
2448
|
+
|
|
2449
|
+
ApplyImmediately?: boolean;
|
|
2450
|
+
|
|
2451
|
+
EngineNativeAuditFieldsIncluded?: boolean;
|
|
2452
|
+
}
|
|
2453
|
+
export declare namespace StartActivityStreamResponse {
|
|
2454
|
+
|
|
2455
|
+
const filterSensitiveLog: (obj: StartActivityStreamResponse) => any;
|
|
2456
|
+
}
|
|
2457
|
+
export interface StartDBClusterMessage {
|
|
2458
|
+
|
|
2459
|
+
DBClusterIdentifier: string | undefined;
|
|
2460
|
+
}
|
|
2461
|
+
export declare namespace StartDBClusterMessage {
|
|
2462
|
+
|
|
2463
|
+
const filterSensitiveLog: (obj: StartDBClusterMessage) => any;
|
|
2464
|
+
}
|
|
2465
|
+
export interface StartDBClusterResult {
|
|
2466
|
+
|
|
2467
|
+
DBCluster?: DBCluster;
|
|
2468
|
+
}
|
|
2469
|
+
export declare namespace StartDBClusterResult {
|
|
2470
|
+
|
|
2471
|
+
const filterSensitiveLog: (obj: StartDBClusterResult) => any;
|
|
2472
|
+
}
|
|
2473
|
+
export interface StartDBInstanceMessage {
|
|
2474
|
+
|
|
2475
|
+
DBInstanceIdentifier: string | undefined;
|
|
2476
|
+
}
|
|
2477
|
+
export declare namespace StartDBInstanceMessage {
|
|
2478
|
+
|
|
2479
|
+
const filterSensitiveLog: (obj: StartDBInstanceMessage) => any;
|
|
2480
|
+
}
|
|
2481
|
+
export interface StartDBInstanceResult {
|
|
2482
|
+
|
|
2483
|
+
DBInstance?: DBInstance;
|
|
2484
|
+
}
|
|
2485
|
+
export declare namespace StartDBInstanceResult {
|
|
2486
|
+
|
|
2487
|
+
const filterSensitiveLog: (obj: StartDBInstanceResult) => any;
|
|
2488
|
+
}
|
|
2489
|
+
export interface StartDBInstanceAutomatedBackupsReplicationMessage {
|
|
2490
|
+
|
|
2491
|
+
SourceDBInstanceArn: string | undefined;
|
|
2492
|
+
|
|
2493
|
+
BackupRetentionPeriod?: number;
|
|
2494
|
+
|
|
2495
|
+
KmsKeyId?: string;
|
|
2496
|
+
|
|
2497
|
+
PreSignedUrl?: string;
|
|
2498
|
+
}
|
|
2499
|
+
export declare namespace StartDBInstanceAutomatedBackupsReplicationMessage {
|
|
2500
|
+
|
|
2501
|
+
const filterSensitiveLog: (obj: StartDBInstanceAutomatedBackupsReplicationMessage) => any;
|
|
2502
|
+
}
|
|
2503
|
+
export interface StartDBInstanceAutomatedBackupsReplicationResult {
|
|
2504
|
+
|
|
2505
|
+
DBInstanceAutomatedBackup?: DBInstanceAutomatedBackup;
|
|
2506
|
+
}
|
|
2507
|
+
export declare namespace StartDBInstanceAutomatedBackupsReplicationResult {
|
|
2508
|
+
|
|
2509
|
+
const filterSensitiveLog: (obj: StartDBInstanceAutomatedBackupsReplicationResult) => any;
|
|
2510
|
+
}
|
|
2511
|
+
|
|
2512
|
+
export interface ExportTaskAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
2513
|
+
name: "ExportTaskAlreadyExistsFault";
|
|
2514
|
+
$fault: "client";
|
|
2515
|
+
message?: string;
|
|
2516
|
+
}
|
|
2517
|
+
export declare namespace ExportTaskAlreadyExistsFault {
|
|
2518
|
+
|
|
2519
|
+
const filterSensitiveLog: (obj: ExportTaskAlreadyExistsFault) => any;
|
|
2520
|
+
}
|
|
2521
|
+
|
|
2522
|
+
export interface IamRoleMissingPermissionsFault extends __SmithyException, $MetadataBearer {
|
|
2523
|
+
name: "IamRoleMissingPermissionsFault";
|
|
2524
|
+
$fault: "client";
|
|
2525
|
+
message?: string;
|
|
2526
|
+
}
|
|
2527
|
+
export declare namespace IamRoleMissingPermissionsFault {
|
|
2528
|
+
|
|
2529
|
+
const filterSensitiveLog: (obj: IamRoleMissingPermissionsFault) => any;
|
|
2530
|
+
}
|
|
2531
|
+
|
|
2532
|
+
export interface IamRoleNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
2533
|
+
name: "IamRoleNotFoundFault";
|
|
2534
|
+
$fault: "client";
|
|
2535
|
+
message?: string;
|
|
2536
|
+
}
|
|
2537
|
+
export declare namespace IamRoleNotFoundFault {
|
|
2538
|
+
|
|
2539
|
+
const filterSensitiveLog: (obj: IamRoleNotFoundFault) => any;
|
|
2540
|
+
}
|
|
2541
|
+
|
|
2542
|
+
export interface InvalidExportOnlyFault extends __SmithyException, $MetadataBearer {
|
|
2543
|
+
name: "InvalidExportOnlyFault";
|
|
2544
|
+
$fault: "client";
|
|
2545
|
+
message?: string;
|
|
2546
|
+
}
|
|
2547
|
+
export declare namespace InvalidExportOnlyFault {
|
|
2548
|
+
|
|
2549
|
+
const filterSensitiveLog: (obj: InvalidExportOnlyFault) => any;
|
|
2550
|
+
}
|
|
2551
|
+
|
|
2552
|
+
export interface InvalidExportSourceStateFault extends __SmithyException, $MetadataBearer {
|
|
2553
|
+
name: "InvalidExportSourceStateFault";
|
|
2554
|
+
$fault: "client";
|
|
2555
|
+
message?: string;
|
|
2556
|
+
}
|
|
2557
|
+
export declare namespace InvalidExportSourceStateFault {
|
|
2558
|
+
|
|
2559
|
+
const filterSensitiveLog: (obj: InvalidExportSourceStateFault) => any;
|
|
2560
|
+
}
|
|
2561
|
+
export interface StartExportTaskMessage {
|
|
2562
|
+
|
|
2563
|
+
ExportTaskIdentifier: string | undefined;
|
|
2564
|
+
|
|
2565
|
+
SourceArn: string | undefined;
|
|
2566
|
+
|
|
2567
|
+
S3BucketName: string | undefined;
|
|
2568
|
+
|
|
2569
|
+
IamRoleArn: string | undefined;
|
|
2570
|
+
|
|
2571
|
+
KmsKeyId: string | undefined;
|
|
2572
|
+
|
|
2573
|
+
S3Prefix?: string;
|
|
2574
|
+
|
|
2575
|
+
ExportOnly?: string[];
|
|
2576
|
+
}
|
|
2577
|
+
export declare namespace StartExportTaskMessage {
|
|
2578
|
+
|
|
2579
|
+
const filterSensitiveLog: (obj: StartExportTaskMessage) => any;
|
|
2580
|
+
}
|
|
2581
|
+
export interface StopActivityStreamRequest {
|
|
2582
|
+
|
|
2583
|
+
ResourceArn: string | undefined;
|
|
2584
|
+
|
|
2585
|
+
ApplyImmediately?: boolean;
|
|
2586
|
+
}
|
|
2587
|
+
export declare namespace StopActivityStreamRequest {
|
|
2588
|
+
|
|
2589
|
+
const filterSensitiveLog: (obj: StopActivityStreamRequest) => any;
|
|
2590
|
+
}
|
|
2591
|
+
export interface StopActivityStreamResponse {
|
|
2592
|
+
|
|
2593
|
+
KmsKeyId?: string;
|
|
2594
|
+
|
|
2595
|
+
KinesisStreamName?: string;
|
|
2596
|
+
|
|
2597
|
+
Status?: ActivityStreamStatus | string;
|
|
2598
|
+
}
|
|
2599
|
+
export declare namespace StopActivityStreamResponse {
|
|
2600
|
+
|
|
2601
|
+
const filterSensitiveLog: (obj: StopActivityStreamResponse) => any;
|
|
2602
|
+
}
|
|
2603
|
+
export interface StopDBClusterMessage {
|
|
2604
|
+
|
|
2605
|
+
DBClusterIdentifier: string | undefined;
|
|
2606
|
+
}
|
|
2607
|
+
export declare namespace StopDBClusterMessage {
|
|
2608
|
+
|
|
2609
|
+
const filterSensitiveLog: (obj: StopDBClusterMessage) => any;
|
|
2610
|
+
}
|
|
2611
|
+
export interface StopDBClusterResult {
|
|
2612
|
+
|
|
2613
|
+
DBCluster?: DBCluster;
|
|
2614
|
+
}
|
|
2615
|
+
export declare namespace StopDBClusterResult {
|
|
2616
|
+
|
|
2617
|
+
const filterSensitiveLog: (obj: StopDBClusterResult) => any;
|
|
2618
|
+
}
|
|
2619
|
+
export interface StopDBInstanceMessage {
|
|
2620
|
+
|
|
2621
|
+
DBInstanceIdentifier: string | undefined;
|
|
2622
|
+
|
|
2623
|
+
DBSnapshotIdentifier?: string;
|
|
2624
|
+
}
|
|
2625
|
+
export declare namespace StopDBInstanceMessage {
|
|
2626
|
+
|
|
2627
|
+
const filterSensitiveLog: (obj: StopDBInstanceMessage) => any;
|
|
2628
|
+
}
|
|
2629
|
+
export interface StopDBInstanceResult {
|
|
2630
|
+
|
|
2631
|
+
DBInstance?: DBInstance;
|
|
2632
|
+
}
|
|
2633
|
+
export declare namespace StopDBInstanceResult {
|
|
2634
|
+
|
|
2635
|
+
const filterSensitiveLog: (obj: StopDBInstanceResult) => any;
|
|
2636
|
+
}
|
|
2637
|
+
export interface StopDBInstanceAutomatedBackupsReplicationMessage {
|
|
2638
|
+
|
|
2639
|
+
SourceDBInstanceArn: string | undefined;
|
|
2640
|
+
}
|
|
2641
|
+
export declare namespace StopDBInstanceAutomatedBackupsReplicationMessage {
|
|
2642
|
+
|
|
2643
|
+
const filterSensitiveLog: (obj: StopDBInstanceAutomatedBackupsReplicationMessage) => any;
|
|
2644
|
+
}
|
|
2645
|
+
export interface StopDBInstanceAutomatedBackupsReplicationResult {
|
|
2646
|
+
|
|
2647
|
+
DBInstanceAutomatedBackup?: DBInstanceAutomatedBackup;
|
|
2648
|
+
}
|
|
2649
|
+
export declare namespace StopDBInstanceAutomatedBackupsReplicationResult {
|
|
2650
|
+
|
|
2651
|
+
const filterSensitiveLog: (obj: StopDBInstanceAutomatedBackupsReplicationResult) => any;
|
|
2652
|
+
}
|