@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,4210 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
export interface AccountQuota {
|
|
4
|
+
|
|
5
|
+
AccountQuotaName?: string;
|
|
6
|
+
|
|
7
|
+
Used?: number;
|
|
8
|
+
|
|
9
|
+
Max?: number;
|
|
10
|
+
}
|
|
11
|
+
export declare namespace AccountQuota {
|
|
12
|
+
|
|
13
|
+
const filterSensitiveLog: (obj: AccountQuota) => any;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export interface AccountAttributesMessage {
|
|
17
|
+
|
|
18
|
+
AccountQuotas?: AccountQuota[];
|
|
19
|
+
}
|
|
20
|
+
export declare namespace AccountAttributesMessage {
|
|
21
|
+
|
|
22
|
+
const filterSensitiveLog: (obj: AccountAttributesMessage) => any;
|
|
23
|
+
}
|
|
24
|
+
export declare type ActivityStreamMode = "async" | "sync";
|
|
25
|
+
export declare type ActivityStreamStatus = "started" | "starting" | "stopped" | "stopping";
|
|
26
|
+
export interface AddRoleToDBClusterMessage {
|
|
27
|
+
|
|
28
|
+
DBClusterIdentifier: string | undefined;
|
|
29
|
+
|
|
30
|
+
RoleArn: string | undefined;
|
|
31
|
+
|
|
32
|
+
FeatureName?: string;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace AddRoleToDBClusterMessage {
|
|
35
|
+
|
|
36
|
+
const filterSensitiveLog: (obj: AddRoleToDBClusterMessage) => any;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export interface DBClusterNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
40
|
+
name: "DBClusterNotFoundFault";
|
|
41
|
+
$fault: "client";
|
|
42
|
+
message?: string;
|
|
43
|
+
}
|
|
44
|
+
export declare namespace DBClusterNotFoundFault {
|
|
45
|
+
|
|
46
|
+
const filterSensitiveLog: (obj: DBClusterNotFoundFault) => any;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export interface DBClusterRoleAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
50
|
+
name: "DBClusterRoleAlreadyExistsFault";
|
|
51
|
+
$fault: "client";
|
|
52
|
+
message?: string;
|
|
53
|
+
}
|
|
54
|
+
export declare namespace DBClusterRoleAlreadyExistsFault {
|
|
55
|
+
|
|
56
|
+
const filterSensitiveLog: (obj: DBClusterRoleAlreadyExistsFault) => any;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export interface DBClusterRoleQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
60
|
+
name: "DBClusterRoleQuotaExceededFault";
|
|
61
|
+
$fault: "client";
|
|
62
|
+
message?: string;
|
|
63
|
+
}
|
|
64
|
+
export declare namespace DBClusterRoleQuotaExceededFault {
|
|
65
|
+
|
|
66
|
+
const filterSensitiveLog: (obj: DBClusterRoleQuotaExceededFault) => any;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export interface InvalidDBClusterStateFault extends __SmithyException, $MetadataBearer {
|
|
70
|
+
name: "InvalidDBClusterStateFault";
|
|
71
|
+
$fault: "client";
|
|
72
|
+
message?: string;
|
|
73
|
+
}
|
|
74
|
+
export declare namespace InvalidDBClusterStateFault {
|
|
75
|
+
|
|
76
|
+
const filterSensitiveLog: (obj: InvalidDBClusterStateFault) => any;
|
|
77
|
+
}
|
|
78
|
+
export interface AddRoleToDBInstanceMessage {
|
|
79
|
+
|
|
80
|
+
DBInstanceIdentifier: string | undefined;
|
|
81
|
+
|
|
82
|
+
RoleArn: string | undefined;
|
|
83
|
+
|
|
84
|
+
FeatureName: string | undefined;
|
|
85
|
+
}
|
|
86
|
+
export declare namespace AddRoleToDBInstanceMessage {
|
|
87
|
+
|
|
88
|
+
const filterSensitiveLog: (obj: AddRoleToDBInstanceMessage) => any;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export interface DBInstanceNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
92
|
+
name: "DBInstanceNotFoundFault";
|
|
93
|
+
$fault: "client";
|
|
94
|
+
message?: string;
|
|
95
|
+
}
|
|
96
|
+
export declare namespace DBInstanceNotFoundFault {
|
|
97
|
+
|
|
98
|
+
const filterSensitiveLog: (obj: DBInstanceNotFoundFault) => any;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export interface DBInstanceRoleAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
102
|
+
name: "DBInstanceRoleAlreadyExistsFault";
|
|
103
|
+
$fault: "client";
|
|
104
|
+
message?: string;
|
|
105
|
+
}
|
|
106
|
+
export declare namespace DBInstanceRoleAlreadyExistsFault {
|
|
107
|
+
|
|
108
|
+
const filterSensitiveLog: (obj: DBInstanceRoleAlreadyExistsFault) => any;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export interface DBInstanceRoleQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
112
|
+
name: "DBInstanceRoleQuotaExceededFault";
|
|
113
|
+
$fault: "client";
|
|
114
|
+
message?: string;
|
|
115
|
+
}
|
|
116
|
+
export declare namespace DBInstanceRoleQuotaExceededFault {
|
|
117
|
+
|
|
118
|
+
const filterSensitiveLog: (obj: DBInstanceRoleQuotaExceededFault) => any;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
export interface InvalidDBInstanceStateFault extends __SmithyException, $MetadataBearer {
|
|
122
|
+
name: "InvalidDBInstanceStateFault";
|
|
123
|
+
$fault: "client";
|
|
124
|
+
message?: string;
|
|
125
|
+
}
|
|
126
|
+
export declare namespace InvalidDBInstanceStateFault {
|
|
127
|
+
|
|
128
|
+
const filterSensitiveLog: (obj: InvalidDBInstanceStateFault) => any;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
export interface AddSourceIdentifierToSubscriptionMessage {
|
|
132
|
+
|
|
133
|
+
SubscriptionName: string | undefined;
|
|
134
|
+
|
|
135
|
+
SourceIdentifier: string | undefined;
|
|
136
|
+
}
|
|
137
|
+
export declare namespace AddSourceIdentifierToSubscriptionMessage {
|
|
138
|
+
|
|
139
|
+
const filterSensitiveLog: (obj: AddSourceIdentifierToSubscriptionMessage) => any;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export interface EventSubscription {
|
|
143
|
+
|
|
144
|
+
CustomerAwsId?: string;
|
|
145
|
+
|
|
146
|
+
CustSubscriptionId?: string;
|
|
147
|
+
|
|
148
|
+
SnsTopicArn?: string;
|
|
149
|
+
|
|
150
|
+
Status?: string;
|
|
151
|
+
|
|
152
|
+
SubscriptionCreationTime?: string;
|
|
153
|
+
|
|
154
|
+
SourceType?: string;
|
|
155
|
+
|
|
156
|
+
SourceIdsList?: string[];
|
|
157
|
+
|
|
158
|
+
EventCategoriesList?: string[];
|
|
159
|
+
|
|
160
|
+
Enabled?: boolean;
|
|
161
|
+
|
|
162
|
+
EventSubscriptionArn?: string;
|
|
163
|
+
}
|
|
164
|
+
export declare namespace EventSubscription {
|
|
165
|
+
|
|
166
|
+
const filterSensitiveLog: (obj: EventSubscription) => any;
|
|
167
|
+
}
|
|
168
|
+
export interface AddSourceIdentifierToSubscriptionResult {
|
|
169
|
+
|
|
170
|
+
EventSubscription?: EventSubscription;
|
|
171
|
+
}
|
|
172
|
+
export declare namespace AddSourceIdentifierToSubscriptionResult {
|
|
173
|
+
|
|
174
|
+
const filterSensitiveLog: (obj: AddSourceIdentifierToSubscriptionResult) => any;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export interface SourceNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
178
|
+
name: "SourceNotFoundFault";
|
|
179
|
+
$fault: "client";
|
|
180
|
+
message?: string;
|
|
181
|
+
}
|
|
182
|
+
export declare namespace SourceNotFoundFault {
|
|
183
|
+
|
|
184
|
+
const filterSensitiveLog: (obj: SourceNotFoundFault) => any;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
export interface SubscriptionNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
188
|
+
name: "SubscriptionNotFoundFault";
|
|
189
|
+
$fault: "client";
|
|
190
|
+
message?: string;
|
|
191
|
+
}
|
|
192
|
+
export declare namespace SubscriptionNotFoundFault {
|
|
193
|
+
|
|
194
|
+
const filterSensitiveLog: (obj: SubscriptionNotFoundFault) => any;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
export interface Tag {
|
|
198
|
+
|
|
199
|
+
Key?: string;
|
|
200
|
+
|
|
201
|
+
Value?: string;
|
|
202
|
+
}
|
|
203
|
+
export declare namespace Tag {
|
|
204
|
+
|
|
205
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export interface AddTagsToResourceMessage {
|
|
209
|
+
|
|
210
|
+
ResourceName: string | undefined;
|
|
211
|
+
|
|
212
|
+
Tags: Tag[] | undefined;
|
|
213
|
+
}
|
|
214
|
+
export declare namespace AddTagsToResourceMessage {
|
|
215
|
+
|
|
216
|
+
const filterSensitiveLog: (obj: AddTagsToResourceMessage) => any;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export interface DBProxyNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
220
|
+
name: "DBProxyNotFoundFault";
|
|
221
|
+
$fault: "client";
|
|
222
|
+
message?: string;
|
|
223
|
+
}
|
|
224
|
+
export declare namespace DBProxyNotFoundFault {
|
|
225
|
+
|
|
226
|
+
const filterSensitiveLog: (obj: DBProxyNotFoundFault) => any;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
export interface DBProxyTargetGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
230
|
+
name: "DBProxyTargetGroupNotFoundFault";
|
|
231
|
+
$fault: "client";
|
|
232
|
+
message?: string;
|
|
233
|
+
}
|
|
234
|
+
export declare namespace DBProxyTargetGroupNotFoundFault {
|
|
235
|
+
|
|
236
|
+
const filterSensitiveLog: (obj: DBProxyTargetGroupNotFoundFault) => any;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
export interface DBSnapshotNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
240
|
+
name: "DBSnapshotNotFoundFault";
|
|
241
|
+
$fault: "client";
|
|
242
|
+
message?: string;
|
|
243
|
+
}
|
|
244
|
+
export declare namespace DBSnapshotNotFoundFault {
|
|
245
|
+
|
|
246
|
+
const filterSensitiveLog: (obj: DBSnapshotNotFoundFault) => any;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
export interface ApplyPendingMaintenanceActionMessage {
|
|
250
|
+
|
|
251
|
+
ResourceIdentifier: string | undefined;
|
|
252
|
+
|
|
253
|
+
ApplyAction: string | undefined;
|
|
254
|
+
|
|
255
|
+
OptInType: string | undefined;
|
|
256
|
+
}
|
|
257
|
+
export declare namespace ApplyPendingMaintenanceActionMessage {
|
|
258
|
+
|
|
259
|
+
const filterSensitiveLog: (obj: ApplyPendingMaintenanceActionMessage) => any;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
export interface PendingMaintenanceAction {
|
|
263
|
+
|
|
264
|
+
Action?: string;
|
|
265
|
+
|
|
266
|
+
AutoAppliedAfterDate?: Date;
|
|
267
|
+
|
|
268
|
+
ForcedApplyDate?: Date;
|
|
269
|
+
|
|
270
|
+
OptInStatus?: string;
|
|
271
|
+
|
|
272
|
+
CurrentApplyDate?: Date;
|
|
273
|
+
|
|
274
|
+
Description?: string;
|
|
275
|
+
}
|
|
276
|
+
export declare namespace PendingMaintenanceAction {
|
|
277
|
+
|
|
278
|
+
const filterSensitiveLog: (obj: PendingMaintenanceAction) => any;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
export interface ResourcePendingMaintenanceActions {
|
|
282
|
+
|
|
283
|
+
ResourceIdentifier?: string;
|
|
284
|
+
|
|
285
|
+
PendingMaintenanceActionDetails?: PendingMaintenanceAction[];
|
|
286
|
+
}
|
|
287
|
+
export declare namespace ResourcePendingMaintenanceActions {
|
|
288
|
+
|
|
289
|
+
const filterSensitiveLog: (obj: ResourcePendingMaintenanceActions) => any;
|
|
290
|
+
}
|
|
291
|
+
export interface ApplyPendingMaintenanceActionResult {
|
|
292
|
+
|
|
293
|
+
ResourcePendingMaintenanceActions?: ResourcePendingMaintenanceActions;
|
|
294
|
+
}
|
|
295
|
+
export declare namespace ApplyPendingMaintenanceActionResult {
|
|
296
|
+
|
|
297
|
+
const filterSensitiveLog: (obj: ApplyPendingMaintenanceActionResult) => any;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
export interface ResourceNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
301
|
+
name: "ResourceNotFoundFault";
|
|
302
|
+
$fault: "client";
|
|
303
|
+
message?: string;
|
|
304
|
+
}
|
|
305
|
+
export declare namespace ResourceNotFoundFault {
|
|
306
|
+
|
|
307
|
+
const filterSensitiveLog: (obj: ResourceNotFoundFault) => any;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
export interface AuthorizationAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
311
|
+
name: "AuthorizationAlreadyExistsFault";
|
|
312
|
+
$fault: "client";
|
|
313
|
+
message?: string;
|
|
314
|
+
}
|
|
315
|
+
export declare namespace AuthorizationAlreadyExistsFault {
|
|
316
|
+
|
|
317
|
+
const filterSensitiveLog: (obj: AuthorizationAlreadyExistsFault) => any;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
export interface AuthorizationQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
321
|
+
name: "AuthorizationQuotaExceededFault";
|
|
322
|
+
$fault: "client";
|
|
323
|
+
message?: string;
|
|
324
|
+
}
|
|
325
|
+
export declare namespace AuthorizationQuotaExceededFault {
|
|
326
|
+
|
|
327
|
+
const filterSensitiveLog: (obj: AuthorizationQuotaExceededFault) => any;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
export interface AuthorizeDBSecurityGroupIngressMessage {
|
|
331
|
+
|
|
332
|
+
DBSecurityGroupName: string | undefined;
|
|
333
|
+
|
|
334
|
+
CIDRIP?: string;
|
|
335
|
+
|
|
336
|
+
EC2SecurityGroupName?: string;
|
|
337
|
+
|
|
338
|
+
EC2SecurityGroupId?: string;
|
|
339
|
+
|
|
340
|
+
EC2SecurityGroupOwnerId?: string;
|
|
341
|
+
}
|
|
342
|
+
export declare namespace AuthorizeDBSecurityGroupIngressMessage {
|
|
343
|
+
|
|
344
|
+
const filterSensitiveLog: (obj: AuthorizeDBSecurityGroupIngressMessage) => any;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
export interface EC2SecurityGroup {
|
|
348
|
+
|
|
349
|
+
Status?: string;
|
|
350
|
+
|
|
351
|
+
EC2SecurityGroupName?: string;
|
|
352
|
+
|
|
353
|
+
EC2SecurityGroupId?: string;
|
|
354
|
+
|
|
355
|
+
EC2SecurityGroupOwnerId?: string;
|
|
356
|
+
}
|
|
357
|
+
export declare namespace EC2SecurityGroup {
|
|
358
|
+
|
|
359
|
+
const filterSensitiveLog: (obj: EC2SecurityGroup) => any;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
export interface IPRange {
|
|
363
|
+
|
|
364
|
+
Status?: string;
|
|
365
|
+
|
|
366
|
+
CIDRIP?: string;
|
|
367
|
+
}
|
|
368
|
+
export declare namespace IPRange {
|
|
369
|
+
|
|
370
|
+
const filterSensitiveLog: (obj: IPRange) => any;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
export interface DBSecurityGroup {
|
|
374
|
+
|
|
375
|
+
OwnerId?: string;
|
|
376
|
+
|
|
377
|
+
DBSecurityGroupName?: string;
|
|
378
|
+
|
|
379
|
+
DBSecurityGroupDescription?: string;
|
|
380
|
+
|
|
381
|
+
VpcId?: string;
|
|
382
|
+
|
|
383
|
+
EC2SecurityGroups?: EC2SecurityGroup[];
|
|
384
|
+
|
|
385
|
+
IPRanges?: IPRange[];
|
|
386
|
+
|
|
387
|
+
DBSecurityGroupArn?: string;
|
|
388
|
+
}
|
|
389
|
+
export declare namespace DBSecurityGroup {
|
|
390
|
+
|
|
391
|
+
const filterSensitiveLog: (obj: DBSecurityGroup) => any;
|
|
392
|
+
}
|
|
393
|
+
export interface AuthorizeDBSecurityGroupIngressResult {
|
|
394
|
+
|
|
395
|
+
DBSecurityGroup?: DBSecurityGroup;
|
|
396
|
+
}
|
|
397
|
+
export declare namespace AuthorizeDBSecurityGroupIngressResult {
|
|
398
|
+
|
|
399
|
+
const filterSensitiveLog: (obj: AuthorizeDBSecurityGroupIngressResult) => any;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
export interface DBSecurityGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
403
|
+
name: "DBSecurityGroupNotFoundFault";
|
|
404
|
+
$fault: "client";
|
|
405
|
+
message?: string;
|
|
406
|
+
}
|
|
407
|
+
export declare namespace DBSecurityGroupNotFoundFault {
|
|
408
|
+
|
|
409
|
+
const filterSensitiveLog: (obj: DBSecurityGroupNotFoundFault) => any;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
export interface InvalidDBSecurityGroupStateFault extends __SmithyException, $MetadataBearer {
|
|
413
|
+
name: "InvalidDBSecurityGroupStateFault";
|
|
414
|
+
$fault: "client";
|
|
415
|
+
message?: string;
|
|
416
|
+
}
|
|
417
|
+
export declare namespace InvalidDBSecurityGroupStateFault {
|
|
418
|
+
|
|
419
|
+
const filterSensitiveLog: (obj: InvalidDBSecurityGroupStateFault) => any;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
export interface BacktrackDBClusterMessage {
|
|
423
|
+
|
|
424
|
+
DBClusterIdentifier: string | undefined;
|
|
425
|
+
|
|
426
|
+
BacktrackTo: Date | undefined;
|
|
427
|
+
|
|
428
|
+
Force?: boolean;
|
|
429
|
+
|
|
430
|
+
UseEarliestTimeOnPointInTimeUnavailable?: boolean;
|
|
431
|
+
}
|
|
432
|
+
export declare namespace BacktrackDBClusterMessage {
|
|
433
|
+
|
|
434
|
+
const filterSensitiveLog: (obj: BacktrackDBClusterMessage) => any;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
export interface DBClusterBacktrack {
|
|
438
|
+
|
|
439
|
+
DBClusterIdentifier?: string;
|
|
440
|
+
|
|
441
|
+
BacktrackIdentifier?: string;
|
|
442
|
+
|
|
443
|
+
BacktrackTo?: Date;
|
|
444
|
+
|
|
445
|
+
BacktrackedFrom?: Date;
|
|
446
|
+
|
|
447
|
+
BacktrackRequestCreationTime?: Date;
|
|
448
|
+
|
|
449
|
+
Status?: string;
|
|
450
|
+
}
|
|
451
|
+
export declare namespace DBClusterBacktrack {
|
|
452
|
+
|
|
453
|
+
const filterSensitiveLog: (obj: DBClusterBacktrack) => any;
|
|
454
|
+
}
|
|
455
|
+
export interface CancelExportTaskMessage {
|
|
456
|
+
|
|
457
|
+
ExportTaskIdentifier: string | undefined;
|
|
458
|
+
}
|
|
459
|
+
export declare namespace CancelExportTaskMessage {
|
|
460
|
+
|
|
461
|
+
const filterSensitiveLog: (obj: CancelExportTaskMessage) => any;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
export interface ExportTask {
|
|
465
|
+
|
|
466
|
+
ExportTaskIdentifier?: string;
|
|
467
|
+
|
|
468
|
+
SourceArn?: string;
|
|
469
|
+
|
|
470
|
+
ExportOnly?: string[];
|
|
471
|
+
|
|
472
|
+
SnapshotTime?: Date;
|
|
473
|
+
|
|
474
|
+
TaskStartTime?: Date;
|
|
475
|
+
|
|
476
|
+
TaskEndTime?: Date;
|
|
477
|
+
|
|
478
|
+
S3Bucket?: string;
|
|
479
|
+
|
|
480
|
+
S3Prefix?: string;
|
|
481
|
+
|
|
482
|
+
IamRoleArn?: string;
|
|
483
|
+
|
|
484
|
+
KmsKeyId?: string;
|
|
485
|
+
|
|
486
|
+
Status?: string;
|
|
487
|
+
|
|
488
|
+
PercentProgress?: number;
|
|
489
|
+
|
|
490
|
+
TotalExtractedDataInGB?: number;
|
|
491
|
+
|
|
492
|
+
FailureCause?: string;
|
|
493
|
+
|
|
494
|
+
WarningMessage?: string;
|
|
495
|
+
}
|
|
496
|
+
export declare namespace ExportTask {
|
|
497
|
+
|
|
498
|
+
const filterSensitiveLog: (obj: ExportTask) => any;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
export interface ExportTaskNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
502
|
+
name: "ExportTaskNotFoundFault";
|
|
503
|
+
$fault: "client";
|
|
504
|
+
message?: string;
|
|
505
|
+
}
|
|
506
|
+
export declare namespace ExportTaskNotFoundFault {
|
|
507
|
+
|
|
508
|
+
const filterSensitiveLog: (obj: ExportTaskNotFoundFault) => any;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
export interface InvalidExportTaskStateFault extends __SmithyException, $MetadataBearer {
|
|
512
|
+
name: "InvalidExportTaskStateFault";
|
|
513
|
+
$fault: "client";
|
|
514
|
+
message?: string;
|
|
515
|
+
}
|
|
516
|
+
export declare namespace InvalidExportTaskStateFault {
|
|
517
|
+
|
|
518
|
+
const filterSensitiveLog: (obj: InvalidExportTaskStateFault) => any;
|
|
519
|
+
}
|
|
520
|
+
export interface CopyDBClusterParameterGroupMessage {
|
|
521
|
+
|
|
522
|
+
SourceDBClusterParameterGroupIdentifier: string | undefined;
|
|
523
|
+
|
|
524
|
+
TargetDBClusterParameterGroupIdentifier: string | undefined;
|
|
525
|
+
|
|
526
|
+
TargetDBClusterParameterGroupDescription: string | undefined;
|
|
527
|
+
|
|
528
|
+
Tags?: Tag[];
|
|
529
|
+
}
|
|
530
|
+
export declare namespace CopyDBClusterParameterGroupMessage {
|
|
531
|
+
|
|
532
|
+
const filterSensitiveLog: (obj: CopyDBClusterParameterGroupMessage) => any;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
export interface DBClusterParameterGroup {
|
|
536
|
+
|
|
537
|
+
DBClusterParameterGroupName?: string;
|
|
538
|
+
|
|
539
|
+
DBParameterGroupFamily?: string;
|
|
540
|
+
|
|
541
|
+
Description?: string;
|
|
542
|
+
|
|
543
|
+
DBClusterParameterGroupArn?: string;
|
|
544
|
+
}
|
|
545
|
+
export declare namespace DBClusterParameterGroup {
|
|
546
|
+
|
|
547
|
+
const filterSensitiveLog: (obj: DBClusterParameterGroup) => any;
|
|
548
|
+
}
|
|
549
|
+
export interface CopyDBClusterParameterGroupResult {
|
|
550
|
+
|
|
551
|
+
DBClusterParameterGroup?: DBClusterParameterGroup;
|
|
552
|
+
}
|
|
553
|
+
export declare namespace CopyDBClusterParameterGroupResult {
|
|
554
|
+
|
|
555
|
+
const filterSensitiveLog: (obj: CopyDBClusterParameterGroupResult) => any;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
export interface DBParameterGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
559
|
+
name: "DBParameterGroupAlreadyExistsFault";
|
|
560
|
+
$fault: "client";
|
|
561
|
+
message?: string;
|
|
562
|
+
}
|
|
563
|
+
export declare namespace DBParameterGroupAlreadyExistsFault {
|
|
564
|
+
|
|
565
|
+
const filterSensitiveLog: (obj: DBParameterGroupAlreadyExistsFault) => any;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
export interface DBParameterGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
569
|
+
name: "DBParameterGroupNotFoundFault";
|
|
570
|
+
$fault: "client";
|
|
571
|
+
message?: string;
|
|
572
|
+
}
|
|
573
|
+
export declare namespace DBParameterGroupNotFoundFault {
|
|
574
|
+
|
|
575
|
+
const filterSensitiveLog: (obj: DBParameterGroupNotFoundFault) => any;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
export interface DBParameterGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
579
|
+
name: "DBParameterGroupQuotaExceededFault";
|
|
580
|
+
$fault: "client";
|
|
581
|
+
message?: string;
|
|
582
|
+
}
|
|
583
|
+
export declare namespace DBParameterGroupQuotaExceededFault {
|
|
584
|
+
|
|
585
|
+
const filterSensitiveLog: (obj: DBParameterGroupQuotaExceededFault) => any;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
export interface CopyDBClusterSnapshotMessage {
|
|
589
|
+
|
|
590
|
+
SourceDBClusterSnapshotIdentifier: string | undefined;
|
|
591
|
+
|
|
592
|
+
TargetDBClusterSnapshotIdentifier: string | undefined;
|
|
593
|
+
|
|
594
|
+
KmsKeyId?: string;
|
|
595
|
+
|
|
596
|
+
PreSignedUrl?: string;
|
|
597
|
+
|
|
598
|
+
CopyTags?: boolean;
|
|
599
|
+
|
|
600
|
+
Tags?: Tag[];
|
|
601
|
+
}
|
|
602
|
+
export declare namespace CopyDBClusterSnapshotMessage {
|
|
603
|
+
|
|
604
|
+
const filterSensitiveLog: (obj: CopyDBClusterSnapshotMessage) => any;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
export interface DBClusterSnapshot {
|
|
608
|
+
|
|
609
|
+
AvailabilityZones?: string[];
|
|
610
|
+
|
|
611
|
+
DBClusterSnapshotIdentifier?: string;
|
|
612
|
+
|
|
613
|
+
DBClusterIdentifier?: string;
|
|
614
|
+
|
|
615
|
+
SnapshotCreateTime?: Date;
|
|
616
|
+
|
|
617
|
+
Engine?: string;
|
|
618
|
+
|
|
619
|
+
EngineMode?: string;
|
|
620
|
+
|
|
621
|
+
AllocatedStorage?: number;
|
|
622
|
+
|
|
623
|
+
Status?: string;
|
|
624
|
+
|
|
625
|
+
Port?: number;
|
|
626
|
+
|
|
627
|
+
VpcId?: string;
|
|
628
|
+
|
|
629
|
+
ClusterCreateTime?: Date;
|
|
630
|
+
|
|
631
|
+
MasterUsername?: string;
|
|
632
|
+
|
|
633
|
+
EngineVersion?: string;
|
|
634
|
+
|
|
635
|
+
LicenseModel?: string;
|
|
636
|
+
|
|
637
|
+
SnapshotType?: string;
|
|
638
|
+
|
|
639
|
+
PercentProgress?: number;
|
|
640
|
+
|
|
641
|
+
StorageEncrypted?: boolean;
|
|
642
|
+
|
|
643
|
+
KmsKeyId?: string;
|
|
644
|
+
|
|
645
|
+
DBClusterSnapshotArn?: string;
|
|
646
|
+
|
|
647
|
+
SourceDBClusterSnapshotArn?: string;
|
|
648
|
+
|
|
649
|
+
IAMDatabaseAuthenticationEnabled?: boolean;
|
|
650
|
+
|
|
651
|
+
TagList?: Tag[];
|
|
652
|
+
}
|
|
653
|
+
export declare namespace DBClusterSnapshot {
|
|
654
|
+
|
|
655
|
+
const filterSensitiveLog: (obj: DBClusterSnapshot) => any;
|
|
656
|
+
}
|
|
657
|
+
export interface CopyDBClusterSnapshotResult {
|
|
658
|
+
|
|
659
|
+
DBClusterSnapshot?: DBClusterSnapshot;
|
|
660
|
+
}
|
|
661
|
+
export declare namespace CopyDBClusterSnapshotResult {
|
|
662
|
+
|
|
663
|
+
const filterSensitiveLog: (obj: CopyDBClusterSnapshotResult) => any;
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
export interface DBClusterSnapshotAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
667
|
+
name: "DBClusterSnapshotAlreadyExistsFault";
|
|
668
|
+
$fault: "client";
|
|
669
|
+
message?: string;
|
|
670
|
+
}
|
|
671
|
+
export declare namespace DBClusterSnapshotAlreadyExistsFault {
|
|
672
|
+
|
|
673
|
+
const filterSensitiveLog: (obj: DBClusterSnapshotAlreadyExistsFault) => any;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
export interface DBClusterSnapshotNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
677
|
+
name: "DBClusterSnapshotNotFoundFault";
|
|
678
|
+
$fault: "client";
|
|
679
|
+
message?: string;
|
|
680
|
+
}
|
|
681
|
+
export declare namespace DBClusterSnapshotNotFoundFault {
|
|
682
|
+
|
|
683
|
+
const filterSensitiveLog: (obj: DBClusterSnapshotNotFoundFault) => any;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
export interface InvalidDBClusterSnapshotStateFault extends __SmithyException, $MetadataBearer {
|
|
687
|
+
name: "InvalidDBClusterSnapshotStateFault";
|
|
688
|
+
$fault: "client";
|
|
689
|
+
message?: string;
|
|
690
|
+
}
|
|
691
|
+
export declare namespace InvalidDBClusterSnapshotStateFault {
|
|
692
|
+
|
|
693
|
+
const filterSensitiveLog: (obj: InvalidDBClusterSnapshotStateFault) => any;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
export interface KMSKeyNotAccessibleFault extends __SmithyException, $MetadataBearer {
|
|
697
|
+
name: "KMSKeyNotAccessibleFault";
|
|
698
|
+
$fault: "client";
|
|
699
|
+
message?: string;
|
|
700
|
+
}
|
|
701
|
+
export declare namespace KMSKeyNotAccessibleFault {
|
|
702
|
+
|
|
703
|
+
const filterSensitiveLog: (obj: KMSKeyNotAccessibleFault) => any;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
export interface SnapshotQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
707
|
+
name: "SnapshotQuotaExceededFault";
|
|
708
|
+
$fault: "client";
|
|
709
|
+
message?: string;
|
|
710
|
+
}
|
|
711
|
+
export declare namespace SnapshotQuotaExceededFault {
|
|
712
|
+
|
|
713
|
+
const filterSensitiveLog: (obj: SnapshotQuotaExceededFault) => any;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
export interface CopyDBParameterGroupMessage {
|
|
717
|
+
|
|
718
|
+
SourceDBParameterGroupIdentifier: string | undefined;
|
|
719
|
+
|
|
720
|
+
TargetDBParameterGroupIdentifier: string | undefined;
|
|
721
|
+
|
|
722
|
+
TargetDBParameterGroupDescription: string | undefined;
|
|
723
|
+
|
|
724
|
+
Tags?: Tag[];
|
|
725
|
+
}
|
|
726
|
+
export declare namespace CopyDBParameterGroupMessage {
|
|
727
|
+
|
|
728
|
+
const filterSensitiveLog: (obj: CopyDBParameterGroupMessage) => any;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
export interface DBParameterGroup {
|
|
732
|
+
|
|
733
|
+
DBParameterGroupName?: string;
|
|
734
|
+
|
|
735
|
+
DBParameterGroupFamily?: string;
|
|
736
|
+
|
|
737
|
+
Description?: string;
|
|
738
|
+
|
|
739
|
+
DBParameterGroupArn?: string;
|
|
740
|
+
}
|
|
741
|
+
export declare namespace DBParameterGroup {
|
|
742
|
+
|
|
743
|
+
const filterSensitiveLog: (obj: DBParameterGroup) => any;
|
|
744
|
+
}
|
|
745
|
+
export interface CopyDBParameterGroupResult {
|
|
746
|
+
|
|
747
|
+
DBParameterGroup?: DBParameterGroup;
|
|
748
|
+
}
|
|
749
|
+
export declare namespace CopyDBParameterGroupResult {
|
|
750
|
+
|
|
751
|
+
const filterSensitiveLog: (obj: CopyDBParameterGroupResult) => any;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
export interface CopyDBSnapshotMessage {
|
|
755
|
+
|
|
756
|
+
SourceDBSnapshotIdentifier: string | undefined;
|
|
757
|
+
|
|
758
|
+
TargetDBSnapshotIdentifier: string | undefined;
|
|
759
|
+
|
|
760
|
+
KmsKeyId?: string;
|
|
761
|
+
|
|
762
|
+
Tags?: Tag[];
|
|
763
|
+
|
|
764
|
+
CopyTags?: boolean;
|
|
765
|
+
|
|
766
|
+
PreSignedUrl?: string;
|
|
767
|
+
|
|
768
|
+
OptionGroupName?: string;
|
|
769
|
+
|
|
770
|
+
TargetCustomAvailabilityZone?: string;
|
|
771
|
+
}
|
|
772
|
+
export declare namespace CopyDBSnapshotMessage {
|
|
773
|
+
|
|
774
|
+
const filterSensitiveLog: (obj: CopyDBSnapshotMessage) => any;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
export interface ProcessorFeature {
|
|
778
|
+
|
|
779
|
+
Name?: string;
|
|
780
|
+
|
|
781
|
+
Value?: string;
|
|
782
|
+
}
|
|
783
|
+
export declare namespace ProcessorFeature {
|
|
784
|
+
|
|
785
|
+
const filterSensitiveLog: (obj: ProcessorFeature) => any;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
export interface DBSnapshot {
|
|
789
|
+
|
|
790
|
+
DBSnapshotIdentifier?: string;
|
|
791
|
+
|
|
792
|
+
DBInstanceIdentifier?: string;
|
|
793
|
+
|
|
794
|
+
SnapshotCreateTime?: Date;
|
|
795
|
+
|
|
796
|
+
Engine?: string;
|
|
797
|
+
|
|
798
|
+
AllocatedStorage?: number;
|
|
799
|
+
|
|
800
|
+
Status?: string;
|
|
801
|
+
|
|
802
|
+
Port?: number;
|
|
803
|
+
|
|
804
|
+
AvailabilityZone?: string;
|
|
805
|
+
|
|
806
|
+
VpcId?: string;
|
|
807
|
+
|
|
808
|
+
InstanceCreateTime?: Date;
|
|
809
|
+
|
|
810
|
+
MasterUsername?: string;
|
|
811
|
+
|
|
812
|
+
EngineVersion?: string;
|
|
813
|
+
|
|
814
|
+
LicenseModel?: string;
|
|
815
|
+
|
|
816
|
+
SnapshotType?: string;
|
|
817
|
+
|
|
818
|
+
Iops?: number;
|
|
819
|
+
|
|
820
|
+
OptionGroupName?: string;
|
|
821
|
+
|
|
822
|
+
PercentProgress?: number;
|
|
823
|
+
|
|
824
|
+
SourceRegion?: string;
|
|
825
|
+
|
|
826
|
+
SourceDBSnapshotIdentifier?: string;
|
|
827
|
+
|
|
828
|
+
StorageType?: string;
|
|
829
|
+
|
|
830
|
+
TdeCredentialArn?: string;
|
|
831
|
+
|
|
832
|
+
Encrypted?: boolean;
|
|
833
|
+
|
|
834
|
+
KmsKeyId?: string;
|
|
835
|
+
|
|
836
|
+
DBSnapshotArn?: string;
|
|
837
|
+
|
|
838
|
+
Timezone?: string;
|
|
839
|
+
|
|
840
|
+
IAMDatabaseAuthenticationEnabled?: boolean;
|
|
841
|
+
|
|
842
|
+
ProcessorFeatures?: ProcessorFeature[];
|
|
843
|
+
|
|
844
|
+
DbiResourceId?: string;
|
|
845
|
+
|
|
846
|
+
TagList?: Tag[];
|
|
847
|
+
|
|
848
|
+
OriginalSnapshotCreateTime?: Date;
|
|
849
|
+
}
|
|
850
|
+
export declare namespace DBSnapshot {
|
|
851
|
+
|
|
852
|
+
const filterSensitiveLog: (obj: DBSnapshot) => any;
|
|
853
|
+
}
|
|
854
|
+
export interface CopyDBSnapshotResult {
|
|
855
|
+
|
|
856
|
+
DBSnapshot?: DBSnapshot;
|
|
857
|
+
}
|
|
858
|
+
export declare namespace CopyDBSnapshotResult {
|
|
859
|
+
|
|
860
|
+
const filterSensitiveLog: (obj: CopyDBSnapshotResult) => any;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
export interface CustomAvailabilityZoneNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
864
|
+
name: "CustomAvailabilityZoneNotFoundFault";
|
|
865
|
+
$fault: "client";
|
|
866
|
+
message?: string;
|
|
867
|
+
}
|
|
868
|
+
export declare namespace CustomAvailabilityZoneNotFoundFault {
|
|
869
|
+
|
|
870
|
+
const filterSensitiveLog: (obj: CustomAvailabilityZoneNotFoundFault) => any;
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
export interface DBSnapshotAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
874
|
+
name: "DBSnapshotAlreadyExistsFault";
|
|
875
|
+
$fault: "client";
|
|
876
|
+
message?: string;
|
|
877
|
+
}
|
|
878
|
+
export declare namespace DBSnapshotAlreadyExistsFault {
|
|
879
|
+
|
|
880
|
+
const filterSensitiveLog: (obj: DBSnapshotAlreadyExistsFault) => any;
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
export interface InvalidDBSnapshotStateFault extends __SmithyException, $MetadataBearer {
|
|
884
|
+
name: "InvalidDBSnapshotStateFault";
|
|
885
|
+
$fault: "client";
|
|
886
|
+
message?: string;
|
|
887
|
+
}
|
|
888
|
+
export declare namespace InvalidDBSnapshotStateFault {
|
|
889
|
+
|
|
890
|
+
const filterSensitiveLog: (obj: InvalidDBSnapshotStateFault) => any;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
export interface CopyOptionGroupMessage {
|
|
894
|
+
|
|
895
|
+
SourceOptionGroupIdentifier: string | undefined;
|
|
896
|
+
|
|
897
|
+
TargetOptionGroupIdentifier: string | undefined;
|
|
898
|
+
|
|
899
|
+
TargetOptionGroupDescription: string | undefined;
|
|
900
|
+
|
|
901
|
+
Tags?: Tag[];
|
|
902
|
+
}
|
|
903
|
+
export declare namespace CopyOptionGroupMessage {
|
|
904
|
+
|
|
905
|
+
const filterSensitiveLog: (obj: CopyOptionGroupMessage) => any;
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
export interface DBSecurityGroupMembership {
|
|
909
|
+
|
|
910
|
+
DBSecurityGroupName?: string;
|
|
911
|
+
|
|
912
|
+
Status?: string;
|
|
913
|
+
}
|
|
914
|
+
export declare namespace DBSecurityGroupMembership {
|
|
915
|
+
|
|
916
|
+
const filterSensitiveLog: (obj: DBSecurityGroupMembership) => any;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
export interface OptionSetting {
|
|
920
|
+
|
|
921
|
+
Name?: string;
|
|
922
|
+
|
|
923
|
+
Value?: string;
|
|
924
|
+
|
|
925
|
+
DefaultValue?: string;
|
|
926
|
+
|
|
927
|
+
Description?: string;
|
|
928
|
+
|
|
929
|
+
ApplyType?: string;
|
|
930
|
+
|
|
931
|
+
DataType?: string;
|
|
932
|
+
|
|
933
|
+
AllowedValues?: string;
|
|
934
|
+
|
|
935
|
+
IsModifiable?: boolean;
|
|
936
|
+
|
|
937
|
+
IsCollection?: boolean;
|
|
938
|
+
}
|
|
939
|
+
export declare namespace OptionSetting {
|
|
940
|
+
|
|
941
|
+
const filterSensitiveLog: (obj: OptionSetting) => any;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
export interface VpcSecurityGroupMembership {
|
|
945
|
+
|
|
946
|
+
VpcSecurityGroupId?: string;
|
|
947
|
+
|
|
948
|
+
Status?: string;
|
|
949
|
+
}
|
|
950
|
+
export declare namespace VpcSecurityGroupMembership {
|
|
951
|
+
|
|
952
|
+
const filterSensitiveLog: (obj: VpcSecurityGroupMembership) => any;
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
export interface Option {
|
|
956
|
+
|
|
957
|
+
OptionName?: string;
|
|
958
|
+
|
|
959
|
+
OptionDescription?: string;
|
|
960
|
+
|
|
961
|
+
Persistent?: boolean;
|
|
962
|
+
|
|
963
|
+
Permanent?: boolean;
|
|
964
|
+
|
|
965
|
+
Port?: number;
|
|
966
|
+
|
|
967
|
+
OptionVersion?: string;
|
|
968
|
+
|
|
969
|
+
OptionSettings?: OptionSetting[];
|
|
970
|
+
|
|
971
|
+
DBSecurityGroupMemberships?: DBSecurityGroupMembership[];
|
|
972
|
+
|
|
973
|
+
VpcSecurityGroupMemberships?: VpcSecurityGroupMembership[];
|
|
974
|
+
}
|
|
975
|
+
export declare namespace Option {
|
|
976
|
+
|
|
977
|
+
const filterSensitiveLog: (obj: Option) => any;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
export interface OptionGroup {
|
|
981
|
+
|
|
982
|
+
OptionGroupName?: string;
|
|
983
|
+
|
|
984
|
+
OptionGroupDescription?: string;
|
|
985
|
+
|
|
986
|
+
EngineName?: string;
|
|
987
|
+
|
|
988
|
+
MajorEngineVersion?: string;
|
|
989
|
+
|
|
990
|
+
Options?: Option[];
|
|
991
|
+
|
|
992
|
+
AllowsVpcAndNonVpcInstanceMemberships?: boolean;
|
|
993
|
+
|
|
994
|
+
VpcId?: string;
|
|
995
|
+
|
|
996
|
+
OptionGroupArn?: string;
|
|
997
|
+
}
|
|
998
|
+
export declare namespace OptionGroup {
|
|
999
|
+
|
|
1000
|
+
const filterSensitiveLog: (obj: OptionGroup) => any;
|
|
1001
|
+
}
|
|
1002
|
+
export interface CopyOptionGroupResult {
|
|
1003
|
+
|
|
1004
|
+
OptionGroup?: OptionGroup;
|
|
1005
|
+
}
|
|
1006
|
+
export declare namespace CopyOptionGroupResult {
|
|
1007
|
+
|
|
1008
|
+
const filterSensitiveLog: (obj: CopyOptionGroupResult) => any;
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
export interface OptionGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
1012
|
+
name: "OptionGroupAlreadyExistsFault";
|
|
1013
|
+
$fault: "client";
|
|
1014
|
+
message?: string;
|
|
1015
|
+
}
|
|
1016
|
+
export declare namespace OptionGroupAlreadyExistsFault {
|
|
1017
|
+
|
|
1018
|
+
const filterSensitiveLog: (obj: OptionGroupAlreadyExistsFault) => any;
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
export interface OptionGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1022
|
+
name: "OptionGroupNotFoundFault";
|
|
1023
|
+
$fault: "client";
|
|
1024
|
+
message?: string;
|
|
1025
|
+
}
|
|
1026
|
+
export declare namespace OptionGroupNotFoundFault {
|
|
1027
|
+
|
|
1028
|
+
const filterSensitiveLog: (obj: OptionGroupNotFoundFault) => any;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
export interface OptionGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1032
|
+
name: "OptionGroupQuotaExceededFault";
|
|
1033
|
+
$fault: "client";
|
|
1034
|
+
message?: string;
|
|
1035
|
+
}
|
|
1036
|
+
export declare namespace OptionGroupQuotaExceededFault {
|
|
1037
|
+
|
|
1038
|
+
const filterSensitiveLog: (obj: OptionGroupQuotaExceededFault) => any;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
export interface CreateCustomAvailabilityZoneMessage {
|
|
1042
|
+
|
|
1043
|
+
CustomAvailabilityZoneName: string | undefined;
|
|
1044
|
+
|
|
1045
|
+
ExistingVpnId?: string;
|
|
1046
|
+
|
|
1047
|
+
NewVpnTunnelName?: string;
|
|
1048
|
+
|
|
1049
|
+
VpnTunnelOriginatorIP?: string;
|
|
1050
|
+
}
|
|
1051
|
+
export declare namespace CreateCustomAvailabilityZoneMessage {
|
|
1052
|
+
|
|
1053
|
+
const filterSensitiveLog: (obj: CreateCustomAvailabilityZoneMessage) => any;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
export interface VpnDetails {
|
|
1057
|
+
|
|
1058
|
+
VpnId?: string;
|
|
1059
|
+
|
|
1060
|
+
VpnTunnelOriginatorIP?: string;
|
|
1061
|
+
|
|
1062
|
+
VpnGatewayIp?: string;
|
|
1063
|
+
|
|
1064
|
+
VpnPSK?: string;
|
|
1065
|
+
|
|
1066
|
+
VpnName?: string;
|
|
1067
|
+
|
|
1068
|
+
VpnState?: string;
|
|
1069
|
+
}
|
|
1070
|
+
export declare namespace VpnDetails {
|
|
1071
|
+
|
|
1072
|
+
const filterSensitiveLog: (obj: VpnDetails) => any;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
export interface CustomAvailabilityZone {
|
|
1076
|
+
|
|
1077
|
+
CustomAvailabilityZoneId?: string;
|
|
1078
|
+
|
|
1079
|
+
CustomAvailabilityZoneName?: string;
|
|
1080
|
+
|
|
1081
|
+
CustomAvailabilityZoneStatus?: string;
|
|
1082
|
+
|
|
1083
|
+
VpnDetails?: VpnDetails;
|
|
1084
|
+
}
|
|
1085
|
+
export declare namespace CustomAvailabilityZone {
|
|
1086
|
+
|
|
1087
|
+
const filterSensitiveLog: (obj: CustomAvailabilityZone) => any;
|
|
1088
|
+
}
|
|
1089
|
+
export interface CreateCustomAvailabilityZoneResult {
|
|
1090
|
+
|
|
1091
|
+
CustomAvailabilityZone?: CustomAvailabilityZone;
|
|
1092
|
+
}
|
|
1093
|
+
export declare namespace CreateCustomAvailabilityZoneResult {
|
|
1094
|
+
|
|
1095
|
+
const filterSensitiveLog: (obj: CreateCustomAvailabilityZoneResult) => any;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
export interface CustomAvailabilityZoneAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
1099
|
+
name: "CustomAvailabilityZoneAlreadyExistsFault";
|
|
1100
|
+
$fault: "client";
|
|
1101
|
+
message?: string;
|
|
1102
|
+
}
|
|
1103
|
+
export declare namespace CustomAvailabilityZoneAlreadyExistsFault {
|
|
1104
|
+
|
|
1105
|
+
const filterSensitiveLog: (obj: CustomAvailabilityZoneAlreadyExistsFault) => any;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
export interface CustomAvailabilityZoneQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1109
|
+
name: "CustomAvailabilityZoneQuotaExceededFault";
|
|
1110
|
+
$fault: "client";
|
|
1111
|
+
message?: string;
|
|
1112
|
+
}
|
|
1113
|
+
export declare namespace CustomAvailabilityZoneQuotaExceededFault {
|
|
1114
|
+
|
|
1115
|
+
const filterSensitiveLog: (obj: CustomAvailabilityZoneQuotaExceededFault) => any;
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
export interface ScalingConfiguration {
|
|
1119
|
+
|
|
1120
|
+
MinCapacity?: number;
|
|
1121
|
+
|
|
1122
|
+
MaxCapacity?: number;
|
|
1123
|
+
|
|
1124
|
+
AutoPause?: boolean;
|
|
1125
|
+
|
|
1126
|
+
SecondsUntilAutoPause?: number;
|
|
1127
|
+
|
|
1128
|
+
TimeoutAction?: string;
|
|
1129
|
+
|
|
1130
|
+
SecondsBeforeTimeout?: number;
|
|
1131
|
+
}
|
|
1132
|
+
export declare namespace ScalingConfiguration {
|
|
1133
|
+
|
|
1134
|
+
const filterSensitiveLog: (obj: ScalingConfiguration) => any;
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
export interface CreateDBClusterMessage {
|
|
1138
|
+
|
|
1139
|
+
AvailabilityZones?: string[];
|
|
1140
|
+
|
|
1141
|
+
BackupRetentionPeriod?: number;
|
|
1142
|
+
|
|
1143
|
+
CharacterSetName?: string;
|
|
1144
|
+
|
|
1145
|
+
DatabaseName?: string;
|
|
1146
|
+
|
|
1147
|
+
DBClusterIdentifier: string | undefined;
|
|
1148
|
+
|
|
1149
|
+
DBClusterParameterGroupName?: string;
|
|
1150
|
+
|
|
1151
|
+
VpcSecurityGroupIds?: string[];
|
|
1152
|
+
|
|
1153
|
+
DBSubnetGroupName?: string;
|
|
1154
|
+
|
|
1155
|
+
Engine: string | undefined;
|
|
1156
|
+
|
|
1157
|
+
EngineVersion?: string;
|
|
1158
|
+
|
|
1159
|
+
Port?: number;
|
|
1160
|
+
|
|
1161
|
+
MasterUsername?: string;
|
|
1162
|
+
|
|
1163
|
+
MasterUserPassword?: string;
|
|
1164
|
+
|
|
1165
|
+
OptionGroupName?: string;
|
|
1166
|
+
|
|
1167
|
+
PreferredBackupWindow?: string;
|
|
1168
|
+
|
|
1169
|
+
PreferredMaintenanceWindow?: string;
|
|
1170
|
+
|
|
1171
|
+
ReplicationSourceIdentifier?: string;
|
|
1172
|
+
|
|
1173
|
+
Tags?: Tag[];
|
|
1174
|
+
|
|
1175
|
+
StorageEncrypted?: boolean;
|
|
1176
|
+
|
|
1177
|
+
KmsKeyId?: string;
|
|
1178
|
+
|
|
1179
|
+
PreSignedUrl?: string;
|
|
1180
|
+
|
|
1181
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
1182
|
+
|
|
1183
|
+
BacktrackWindow?: number;
|
|
1184
|
+
|
|
1185
|
+
EnableCloudwatchLogsExports?: string[];
|
|
1186
|
+
|
|
1187
|
+
EngineMode?: string;
|
|
1188
|
+
|
|
1189
|
+
ScalingConfiguration?: ScalingConfiguration;
|
|
1190
|
+
|
|
1191
|
+
DeletionProtection?: boolean;
|
|
1192
|
+
|
|
1193
|
+
GlobalClusterIdentifier?: string;
|
|
1194
|
+
|
|
1195
|
+
EnableHttpEndpoint?: boolean;
|
|
1196
|
+
|
|
1197
|
+
CopyTagsToSnapshot?: boolean;
|
|
1198
|
+
|
|
1199
|
+
Domain?: string;
|
|
1200
|
+
|
|
1201
|
+
DomainIAMRoleName?: string;
|
|
1202
|
+
|
|
1203
|
+
EnableGlobalWriteForwarding?: boolean;
|
|
1204
|
+
}
|
|
1205
|
+
export declare namespace CreateDBClusterMessage {
|
|
1206
|
+
|
|
1207
|
+
const filterSensitiveLog: (obj: CreateDBClusterMessage) => any;
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
export interface DBClusterRole {
|
|
1211
|
+
|
|
1212
|
+
RoleArn?: string;
|
|
1213
|
+
|
|
1214
|
+
Status?: string;
|
|
1215
|
+
|
|
1216
|
+
FeatureName?: string;
|
|
1217
|
+
}
|
|
1218
|
+
export declare namespace DBClusterRole {
|
|
1219
|
+
|
|
1220
|
+
const filterSensitiveLog: (obj: DBClusterRole) => any;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
export interface DBClusterMember {
|
|
1224
|
+
|
|
1225
|
+
DBInstanceIdentifier?: string;
|
|
1226
|
+
|
|
1227
|
+
IsClusterWriter?: boolean;
|
|
1228
|
+
|
|
1229
|
+
DBClusterParameterGroupStatus?: string;
|
|
1230
|
+
|
|
1231
|
+
PromotionTier?: number;
|
|
1232
|
+
}
|
|
1233
|
+
export declare namespace DBClusterMember {
|
|
1234
|
+
|
|
1235
|
+
const filterSensitiveLog: (obj: DBClusterMember) => any;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
export interface DBClusterOptionGroupStatus {
|
|
1239
|
+
|
|
1240
|
+
DBClusterOptionGroupName?: string;
|
|
1241
|
+
|
|
1242
|
+
Status?: string;
|
|
1243
|
+
}
|
|
1244
|
+
export declare namespace DBClusterOptionGroupStatus {
|
|
1245
|
+
|
|
1246
|
+
const filterSensitiveLog: (obj: DBClusterOptionGroupStatus) => any;
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
export interface DomainMembership {
|
|
1250
|
+
|
|
1251
|
+
Domain?: string;
|
|
1252
|
+
|
|
1253
|
+
Status?: string;
|
|
1254
|
+
|
|
1255
|
+
FQDN?: string;
|
|
1256
|
+
|
|
1257
|
+
IAMRoleName?: string;
|
|
1258
|
+
}
|
|
1259
|
+
export declare namespace DomainMembership {
|
|
1260
|
+
|
|
1261
|
+
const filterSensitiveLog: (obj: DomainMembership) => any;
|
|
1262
|
+
}
|
|
1263
|
+
export declare enum WriteForwardingStatus {
|
|
1264
|
+
DISABLED = "disabled",
|
|
1265
|
+
DISABLING = "disabling",
|
|
1266
|
+
ENABLED = "enabled",
|
|
1267
|
+
ENABLING = "enabling",
|
|
1268
|
+
UNKNOWN = "unknown"
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
export interface PendingCloudwatchLogsExports {
|
|
1272
|
+
|
|
1273
|
+
LogTypesToEnable?: string[];
|
|
1274
|
+
|
|
1275
|
+
LogTypesToDisable?: string[];
|
|
1276
|
+
}
|
|
1277
|
+
export declare namespace PendingCloudwatchLogsExports {
|
|
1278
|
+
|
|
1279
|
+
const filterSensitiveLog: (obj: PendingCloudwatchLogsExports) => any;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
export interface ClusterPendingModifiedValues {
|
|
1283
|
+
|
|
1284
|
+
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports;
|
|
1285
|
+
|
|
1286
|
+
DBClusterIdentifier?: string;
|
|
1287
|
+
|
|
1288
|
+
MasterUserPassword?: string;
|
|
1289
|
+
|
|
1290
|
+
IAMDatabaseAuthenticationEnabled?: boolean;
|
|
1291
|
+
|
|
1292
|
+
EngineVersion?: string;
|
|
1293
|
+
}
|
|
1294
|
+
export declare namespace ClusterPendingModifiedValues {
|
|
1295
|
+
|
|
1296
|
+
const filterSensitiveLog: (obj: ClusterPendingModifiedValues) => any;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
export interface ScalingConfigurationInfo {
|
|
1300
|
+
|
|
1301
|
+
MinCapacity?: number;
|
|
1302
|
+
|
|
1303
|
+
MaxCapacity?: number;
|
|
1304
|
+
|
|
1305
|
+
AutoPause?: boolean;
|
|
1306
|
+
|
|
1307
|
+
SecondsUntilAutoPause?: number;
|
|
1308
|
+
|
|
1309
|
+
TimeoutAction?: string;
|
|
1310
|
+
|
|
1311
|
+
SecondsBeforeTimeout?: number;
|
|
1312
|
+
}
|
|
1313
|
+
export declare namespace ScalingConfigurationInfo {
|
|
1314
|
+
|
|
1315
|
+
const filterSensitiveLog: (obj: ScalingConfigurationInfo) => any;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
export interface DBCluster {
|
|
1319
|
+
|
|
1320
|
+
AllocatedStorage?: number;
|
|
1321
|
+
|
|
1322
|
+
AvailabilityZones?: string[];
|
|
1323
|
+
|
|
1324
|
+
BackupRetentionPeriod?: number;
|
|
1325
|
+
|
|
1326
|
+
CharacterSetName?: string;
|
|
1327
|
+
|
|
1328
|
+
DatabaseName?: string;
|
|
1329
|
+
|
|
1330
|
+
DBClusterIdentifier?: string;
|
|
1331
|
+
|
|
1332
|
+
DBClusterParameterGroup?: string;
|
|
1333
|
+
|
|
1334
|
+
DBSubnetGroup?: string;
|
|
1335
|
+
|
|
1336
|
+
Status?: string;
|
|
1337
|
+
|
|
1338
|
+
AutomaticRestartTime?: Date;
|
|
1339
|
+
|
|
1340
|
+
PercentProgress?: string;
|
|
1341
|
+
|
|
1342
|
+
EarliestRestorableTime?: Date;
|
|
1343
|
+
|
|
1344
|
+
Endpoint?: string;
|
|
1345
|
+
|
|
1346
|
+
ReaderEndpoint?: string;
|
|
1347
|
+
|
|
1348
|
+
CustomEndpoints?: string[];
|
|
1349
|
+
|
|
1350
|
+
MultiAZ?: boolean;
|
|
1351
|
+
|
|
1352
|
+
Engine?: string;
|
|
1353
|
+
|
|
1354
|
+
EngineVersion?: string;
|
|
1355
|
+
|
|
1356
|
+
LatestRestorableTime?: Date;
|
|
1357
|
+
|
|
1358
|
+
Port?: number;
|
|
1359
|
+
|
|
1360
|
+
MasterUsername?: string;
|
|
1361
|
+
|
|
1362
|
+
DBClusterOptionGroupMemberships?: DBClusterOptionGroupStatus[];
|
|
1363
|
+
|
|
1364
|
+
PreferredBackupWindow?: string;
|
|
1365
|
+
|
|
1366
|
+
PreferredMaintenanceWindow?: string;
|
|
1367
|
+
|
|
1368
|
+
ReplicationSourceIdentifier?: string;
|
|
1369
|
+
|
|
1370
|
+
ReadReplicaIdentifiers?: string[];
|
|
1371
|
+
|
|
1372
|
+
DBClusterMembers?: DBClusterMember[];
|
|
1373
|
+
|
|
1374
|
+
VpcSecurityGroups?: VpcSecurityGroupMembership[];
|
|
1375
|
+
|
|
1376
|
+
HostedZoneId?: string;
|
|
1377
|
+
|
|
1378
|
+
StorageEncrypted?: boolean;
|
|
1379
|
+
|
|
1380
|
+
KmsKeyId?: string;
|
|
1381
|
+
|
|
1382
|
+
DbClusterResourceId?: string;
|
|
1383
|
+
|
|
1384
|
+
DBClusterArn?: string;
|
|
1385
|
+
|
|
1386
|
+
AssociatedRoles?: DBClusterRole[];
|
|
1387
|
+
|
|
1388
|
+
IAMDatabaseAuthenticationEnabled?: boolean;
|
|
1389
|
+
|
|
1390
|
+
CloneGroupId?: string;
|
|
1391
|
+
|
|
1392
|
+
ClusterCreateTime?: Date;
|
|
1393
|
+
|
|
1394
|
+
EarliestBacktrackTime?: Date;
|
|
1395
|
+
|
|
1396
|
+
BacktrackWindow?: number;
|
|
1397
|
+
|
|
1398
|
+
BacktrackConsumedChangeRecords?: number;
|
|
1399
|
+
|
|
1400
|
+
EnabledCloudwatchLogsExports?: string[];
|
|
1401
|
+
|
|
1402
|
+
Capacity?: number;
|
|
1403
|
+
|
|
1404
|
+
EngineMode?: string;
|
|
1405
|
+
|
|
1406
|
+
ScalingConfigurationInfo?: ScalingConfigurationInfo;
|
|
1407
|
+
|
|
1408
|
+
DeletionProtection?: boolean;
|
|
1409
|
+
|
|
1410
|
+
HttpEndpointEnabled?: boolean;
|
|
1411
|
+
|
|
1412
|
+
ActivityStreamMode?: ActivityStreamMode | string;
|
|
1413
|
+
|
|
1414
|
+
ActivityStreamStatus?: ActivityStreamStatus | string;
|
|
1415
|
+
|
|
1416
|
+
ActivityStreamKmsKeyId?: string;
|
|
1417
|
+
|
|
1418
|
+
ActivityStreamKinesisStreamName?: string;
|
|
1419
|
+
|
|
1420
|
+
CopyTagsToSnapshot?: boolean;
|
|
1421
|
+
|
|
1422
|
+
CrossAccountClone?: boolean;
|
|
1423
|
+
|
|
1424
|
+
DomainMemberships?: DomainMembership[];
|
|
1425
|
+
|
|
1426
|
+
TagList?: Tag[];
|
|
1427
|
+
|
|
1428
|
+
GlobalWriteForwardingStatus?: WriteForwardingStatus | string;
|
|
1429
|
+
|
|
1430
|
+
GlobalWriteForwardingRequested?: boolean;
|
|
1431
|
+
|
|
1432
|
+
PendingModifiedValues?: ClusterPendingModifiedValues;
|
|
1433
|
+
}
|
|
1434
|
+
export declare namespace DBCluster {
|
|
1435
|
+
|
|
1436
|
+
const filterSensitiveLog: (obj: DBCluster) => any;
|
|
1437
|
+
}
|
|
1438
|
+
export interface CreateDBClusterResult {
|
|
1439
|
+
|
|
1440
|
+
DBCluster?: DBCluster;
|
|
1441
|
+
}
|
|
1442
|
+
export declare namespace CreateDBClusterResult {
|
|
1443
|
+
|
|
1444
|
+
const filterSensitiveLog: (obj: CreateDBClusterResult) => any;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
export interface DBClusterAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
1448
|
+
name: "DBClusterAlreadyExistsFault";
|
|
1449
|
+
$fault: "client";
|
|
1450
|
+
message?: string;
|
|
1451
|
+
}
|
|
1452
|
+
export declare namespace DBClusterAlreadyExistsFault {
|
|
1453
|
+
|
|
1454
|
+
const filterSensitiveLog: (obj: DBClusterAlreadyExistsFault) => any;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
export interface DBClusterParameterGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1458
|
+
name: "DBClusterParameterGroupNotFoundFault";
|
|
1459
|
+
$fault: "client";
|
|
1460
|
+
message?: string;
|
|
1461
|
+
}
|
|
1462
|
+
export declare namespace DBClusterParameterGroupNotFoundFault {
|
|
1463
|
+
|
|
1464
|
+
const filterSensitiveLog: (obj: DBClusterParameterGroupNotFoundFault) => any;
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
export interface DBClusterQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1468
|
+
name: "DBClusterQuotaExceededFault";
|
|
1469
|
+
$fault: "client";
|
|
1470
|
+
message?: string;
|
|
1471
|
+
}
|
|
1472
|
+
export declare namespace DBClusterQuotaExceededFault {
|
|
1473
|
+
|
|
1474
|
+
const filterSensitiveLog: (obj: DBClusterQuotaExceededFault) => any;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
export interface DBSubnetGroupDoesNotCoverEnoughAZs extends __SmithyException, $MetadataBearer {
|
|
1478
|
+
name: "DBSubnetGroupDoesNotCoverEnoughAZs";
|
|
1479
|
+
$fault: "client";
|
|
1480
|
+
message?: string;
|
|
1481
|
+
}
|
|
1482
|
+
export declare namespace DBSubnetGroupDoesNotCoverEnoughAZs {
|
|
1483
|
+
|
|
1484
|
+
const filterSensitiveLog: (obj: DBSubnetGroupDoesNotCoverEnoughAZs) => any;
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
export interface DBSubnetGroupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1488
|
+
name: "DBSubnetGroupNotFoundFault";
|
|
1489
|
+
$fault: "client";
|
|
1490
|
+
message?: string;
|
|
1491
|
+
}
|
|
1492
|
+
export declare namespace DBSubnetGroupNotFoundFault {
|
|
1493
|
+
|
|
1494
|
+
const filterSensitiveLog: (obj: DBSubnetGroupNotFoundFault) => any;
|
|
1495
|
+
}
|
|
1496
|
+
|
|
1497
|
+
export interface DomainNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1498
|
+
name: "DomainNotFoundFault";
|
|
1499
|
+
$fault: "client";
|
|
1500
|
+
message?: string;
|
|
1501
|
+
}
|
|
1502
|
+
export declare namespace DomainNotFoundFault {
|
|
1503
|
+
|
|
1504
|
+
const filterSensitiveLog: (obj: DomainNotFoundFault) => any;
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
export interface GlobalClusterNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1508
|
+
name: "GlobalClusterNotFoundFault";
|
|
1509
|
+
$fault: "client";
|
|
1510
|
+
message?: string;
|
|
1511
|
+
}
|
|
1512
|
+
export declare namespace GlobalClusterNotFoundFault {
|
|
1513
|
+
|
|
1514
|
+
const filterSensitiveLog: (obj: GlobalClusterNotFoundFault) => any;
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
export interface InsufficientStorageClusterCapacityFault extends __SmithyException, $MetadataBearer {
|
|
1518
|
+
name: "InsufficientStorageClusterCapacityFault";
|
|
1519
|
+
$fault: "client";
|
|
1520
|
+
message?: string;
|
|
1521
|
+
}
|
|
1522
|
+
export declare namespace InsufficientStorageClusterCapacityFault {
|
|
1523
|
+
|
|
1524
|
+
const filterSensitiveLog: (obj: InsufficientStorageClusterCapacityFault) => any;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
export interface InvalidDBSubnetGroupStateFault extends __SmithyException, $MetadataBearer {
|
|
1528
|
+
name: "InvalidDBSubnetGroupStateFault";
|
|
1529
|
+
$fault: "client";
|
|
1530
|
+
message?: string;
|
|
1531
|
+
}
|
|
1532
|
+
export declare namespace InvalidDBSubnetGroupStateFault {
|
|
1533
|
+
|
|
1534
|
+
const filterSensitiveLog: (obj: InvalidDBSubnetGroupStateFault) => any;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
export interface InvalidGlobalClusterStateFault extends __SmithyException, $MetadataBearer {
|
|
1538
|
+
name: "InvalidGlobalClusterStateFault";
|
|
1539
|
+
$fault: "client";
|
|
1540
|
+
message?: string;
|
|
1541
|
+
}
|
|
1542
|
+
export declare namespace InvalidGlobalClusterStateFault {
|
|
1543
|
+
|
|
1544
|
+
const filterSensitiveLog: (obj: InvalidGlobalClusterStateFault) => any;
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
|
|
1548
|
+
name: "InvalidSubnet";
|
|
1549
|
+
$fault: "client";
|
|
1550
|
+
message?: string;
|
|
1551
|
+
}
|
|
1552
|
+
export declare namespace InvalidSubnet {
|
|
1553
|
+
|
|
1554
|
+
const filterSensitiveLog: (obj: InvalidSubnet) => any;
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
export interface InvalidVPCNetworkStateFault extends __SmithyException, $MetadataBearer {
|
|
1558
|
+
name: "InvalidVPCNetworkStateFault";
|
|
1559
|
+
$fault: "client";
|
|
1560
|
+
message?: string;
|
|
1561
|
+
}
|
|
1562
|
+
export declare namespace InvalidVPCNetworkStateFault {
|
|
1563
|
+
|
|
1564
|
+
const filterSensitiveLog: (obj: InvalidVPCNetworkStateFault) => any;
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
export interface StorageQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1568
|
+
name: "StorageQuotaExceededFault";
|
|
1569
|
+
$fault: "client";
|
|
1570
|
+
message?: string;
|
|
1571
|
+
}
|
|
1572
|
+
export declare namespace StorageQuotaExceededFault {
|
|
1573
|
+
|
|
1574
|
+
const filterSensitiveLog: (obj: StorageQuotaExceededFault) => any;
|
|
1575
|
+
}
|
|
1576
|
+
export interface CreateDBClusterEndpointMessage {
|
|
1577
|
+
|
|
1578
|
+
DBClusterIdentifier: string | undefined;
|
|
1579
|
+
|
|
1580
|
+
DBClusterEndpointIdentifier: string | undefined;
|
|
1581
|
+
|
|
1582
|
+
EndpointType: string | undefined;
|
|
1583
|
+
|
|
1584
|
+
StaticMembers?: string[];
|
|
1585
|
+
|
|
1586
|
+
ExcludedMembers?: string[];
|
|
1587
|
+
|
|
1588
|
+
Tags?: Tag[];
|
|
1589
|
+
}
|
|
1590
|
+
export declare namespace CreateDBClusterEndpointMessage {
|
|
1591
|
+
|
|
1592
|
+
const filterSensitiveLog: (obj: CreateDBClusterEndpointMessage) => any;
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
export interface DBClusterEndpoint {
|
|
1596
|
+
|
|
1597
|
+
DBClusterEndpointIdentifier?: string;
|
|
1598
|
+
|
|
1599
|
+
DBClusterIdentifier?: string;
|
|
1600
|
+
|
|
1601
|
+
DBClusterEndpointResourceIdentifier?: string;
|
|
1602
|
+
|
|
1603
|
+
Endpoint?: string;
|
|
1604
|
+
|
|
1605
|
+
Status?: string;
|
|
1606
|
+
|
|
1607
|
+
EndpointType?: string;
|
|
1608
|
+
|
|
1609
|
+
CustomEndpointType?: string;
|
|
1610
|
+
|
|
1611
|
+
StaticMembers?: string[];
|
|
1612
|
+
|
|
1613
|
+
ExcludedMembers?: string[];
|
|
1614
|
+
|
|
1615
|
+
DBClusterEndpointArn?: string;
|
|
1616
|
+
}
|
|
1617
|
+
export declare namespace DBClusterEndpoint {
|
|
1618
|
+
|
|
1619
|
+
const filterSensitiveLog: (obj: DBClusterEndpoint) => any;
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
export interface DBClusterEndpointAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
1623
|
+
name: "DBClusterEndpointAlreadyExistsFault";
|
|
1624
|
+
$fault: "client";
|
|
1625
|
+
message?: string;
|
|
1626
|
+
}
|
|
1627
|
+
export declare namespace DBClusterEndpointAlreadyExistsFault {
|
|
1628
|
+
|
|
1629
|
+
const filterSensitiveLog: (obj: DBClusterEndpointAlreadyExistsFault) => any;
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
export interface DBClusterEndpointQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1633
|
+
name: "DBClusterEndpointQuotaExceededFault";
|
|
1634
|
+
$fault: "client";
|
|
1635
|
+
message?: string;
|
|
1636
|
+
}
|
|
1637
|
+
export declare namespace DBClusterEndpointQuotaExceededFault {
|
|
1638
|
+
|
|
1639
|
+
const filterSensitiveLog: (obj: DBClusterEndpointQuotaExceededFault) => any;
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
export interface CreateDBClusterParameterGroupMessage {
|
|
1643
|
+
|
|
1644
|
+
DBClusterParameterGroupName: string | undefined;
|
|
1645
|
+
|
|
1646
|
+
DBParameterGroupFamily: string | undefined;
|
|
1647
|
+
|
|
1648
|
+
Description: string | undefined;
|
|
1649
|
+
|
|
1650
|
+
Tags?: Tag[];
|
|
1651
|
+
}
|
|
1652
|
+
export declare namespace CreateDBClusterParameterGroupMessage {
|
|
1653
|
+
|
|
1654
|
+
const filterSensitiveLog: (obj: CreateDBClusterParameterGroupMessage) => any;
|
|
1655
|
+
}
|
|
1656
|
+
export interface CreateDBClusterParameterGroupResult {
|
|
1657
|
+
|
|
1658
|
+
DBClusterParameterGroup?: DBClusterParameterGroup;
|
|
1659
|
+
}
|
|
1660
|
+
export declare namespace CreateDBClusterParameterGroupResult {
|
|
1661
|
+
|
|
1662
|
+
const filterSensitiveLog: (obj: CreateDBClusterParameterGroupResult) => any;
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
export interface CreateDBClusterSnapshotMessage {
|
|
1666
|
+
|
|
1667
|
+
DBClusterSnapshotIdentifier: string | undefined;
|
|
1668
|
+
|
|
1669
|
+
DBClusterIdentifier: string | undefined;
|
|
1670
|
+
|
|
1671
|
+
Tags?: Tag[];
|
|
1672
|
+
}
|
|
1673
|
+
export declare namespace CreateDBClusterSnapshotMessage {
|
|
1674
|
+
|
|
1675
|
+
const filterSensitiveLog: (obj: CreateDBClusterSnapshotMessage) => any;
|
|
1676
|
+
}
|
|
1677
|
+
export interface CreateDBClusterSnapshotResult {
|
|
1678
|
+
|
|
1679
|
+
DBClusterSnapshot?: DBClusterSnapshot;
|
|
1680
|
+
}
|
|
1681
|
+
export declare namespace CreateDBClusterSnapshotResult {
|
|
1682
|
+
|
|
1683
|
+
const filterSensitiveLog: (obj: CreateDBClusterSnapshotResult) => any;
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
export interface AuthorizationNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1687
|
+
name: "AuthorizationNotFoundFault";
|
|
1688
|
+
$fault: "client";
|
|
1689
|
+
message?: string;
|
|
1690
|
+
}
|
|
1691
|
+
export declare namespace AuthorizationNotFoundFault {
|
|
1692
|
+
|
|
1693
|
+
const filterSensitiveLog: (obj: AuthorizationNotFoundFault) => any;
|
|
1694
|
+
}
|
|
1695
|
+
export interface BackupPolicyNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1696
|
+
name: "BackupPolicyNotFoundFault";
|
|
1697
|
+
$fault: "client";
|
|
1698
|
+
message?: string;
|
|
1699
|
+
}
|
|
1700
|
+
export declare namespace BackupPolicyNotFoundFault {
|
|
1701
|
+
|
|
1702
|
+
const filterSensitiveLog: (obj: BackupPolicyNotFoundFault) => any;
|
|
1703
|
+
}
|
|
1704
|
+
|
|
1705
|
+
export interface CreateDBInstanceMessage {
|
|
1706
|
+
|
|
1707
|
+
DBName?: string;
|
|
1708
|
+
|
|
1709
|
+
DBInstanceIdentifier: string | undefined;
|
|
1710
|
+
|
|
1711
|
+
AllocatedStorage?: number;
|
|
1712
|
+
|
|
1713
|
+
DBInstanceClass: string | undefined;
|
|
1714
|
+
|
|
1715
|
+
Engine: string | undefined;
|
|
1716
|
+
|
|
1717
|
+
MasterUsername?: string;
|
|
1718
|
+
|
|
1719
|
+
MasterUserPassword?: string;
|
|
1720
|
+
|
|
1721
|
+
DBSecurityGroups?: string[];
|
|
1722
|
+
|
|
1723
|
+
VpcSecurityGroupIds?: string[];
|
|
1724
|
+
|
|
1725
|
+
AvailabilityZone?: string;
|
|
1726
|
+
|
|
1727
|
+
DBSubnetGroupName?: string;
|
|
1728
|
+
|
|
1729
|
+
PreferredMaintenanceWindow?: string;
|
|
1730
|
+
|
|
1731
|
+
DBParameterGroupName?: string;
|
|
1732
|
+
|
|
1733
|
+
BackupRetentionPeriod?: number;
|
|
1734
|
+
|
|
1735
|
+
PreferredBackupWindow?: string;
|
|
1736
|
+
|
|
1737
|
+
Port?: number;
|
|
1738
|
+
|
|
1739
|
+
MultiAZ?: boolean;
|
|
1740
|
+
|
|
1741
|
+
EngineVersion?: string;
|
|
1742
|
+
|
|
1743
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
1744
|
+
|
|
1745
|
+
LicenseModel?: string;
|
|
1746
|
+
|
|
1747
|
+
Iops?: number;
|
|
1748
|
+
|
|
1749
|
+
OptionGroupName?: string;
|
|
1750
|
+
|
|
1751
|
+
CharacterSetName?: string;
|
|
1752
|
+
|
|
1753
|
+
NcharCharacterSetName?: string;
|
|
1754
|
+
|
|
1755
|
+
PubliclyAccessible?: boolean;
|
|
1756
|
+
|
|
1757
|
+
Tags?: Tag[];
|
|
1758
|
+
|
|
1759
|
+
DBClusterIdentifier?: string;
|
|
1760
|
+
|
|
1761
|
+
StorageType?: string;
|
|
1762
|
+
|
|
1763
|
+
TdeCredentialArn?: string;
|
|
1764
|
+
|
|
1765
|
+
TdeCredentialPassword?: string;
|
|
1766
|
+
|
|
1767
|
+
StorageEncrypted?: boolean;
|
|
1768
|
+
|
|
1769
|
+
KmsKeyId?: string;
|
|
1770
|
+
|
|
1771
|
+
Domain?: string;
|
|
1772
|
+
|
|
1773
|
+
CopyTagsToSnapshot?: boolean;
|
|
1774
|
+
|
|
1775
|
+
MonitoringInterval?: number;
|
|
1776
|
+
|
|
1777
|
+
MonitoringRoleArn?: string;
|
|
1778
|
+
|
|
1779
|
+
DomainIAMRoleName?: string;
|
|
1780
|
+
|
|
1781
|
+
PromotionTier?: number;
|
|
1782
|
+
|
|
1783
|
+
Timezone?: string;
|
|
1784
|
+
|
|
1785
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
1786
|
+
|
|
1787
|
+
EnablePerformanceInsights?: boolean;
|
|
1788
|
+
|
|
1789
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
1790
|
+
|
|
1791
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
1792
|
+
|
|
1793
|
+
EnableCloudwatchLogsExports?: string[];
|
|
1794
|
+
|
|
1795
|
+
ProcessorFeatures?: ProcessorFeature[];
|
|
1796
|
+
|
|
1797
|
+
DeletionProtection?: boolean;
|
|
1798
|
+
|
|
1799
|
+
MaxAllocatedStorage?: number;
|
|
1800
|
+
|
|
1801
|
+
EnableCustomerOwnedIp?: boolean;
|
|
1802
|
+
}
|
|
1803
|
+
export declare namespace CreateDBInstanceMessage {
|
|
1804
|
+
|
|
1805
|
+
const filterSensitiveLog: (obj: CreateDBInstanceMessage) => any;
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
export interface DBInstanceRole {
|
|
1809
|
+
|
|
1810
|
+
RoleArn?: string;
|
|
1811
|
+
|
|
1812
|
+
FeatureName?: string;
|
|
1813
|
+
|
|
1814
|
+
Status?: string;
|
|
1815
|
+
}
|
|
1816
|
+
export declare namespace DBInstanceRole {
|
|
1817
|
+
|
|
1818
|
+
const filterSensitiveLog: (obj: DBInstanceRole) => any;
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
export interface DBInstanceAutomatedBackupsReplication {
|
|
1822
|
+
|
|
1823
|
+
DBInstanceAutomatedBackupsArn?: string;
|
|
1824
|
+
}
|
|
1825
|
+
export declare namespace DBInstanceAutomatedBackupsReplication {
|
|
1826
|
+
|
|
1827
|
+
const filterSensitiveLog: (obj: DBInstanceAutomatedBackupsReplication) => any;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
export interface DBParameterGroupStatus {
|
|
1831
|
+
|
|
1832
|
+
DBParameterGroupName?: string;
|
|
1833
|
+
|
|
1834
|
+
ParameterApplyStatus?: string;
|
|
1835
|
+
}
|
|
1836
|
+
export declare namespace DBParameterGroupStatus {
|
|
1837
|
+
|
|
1838
|
+
const filterSensitiveLog: (obj: DBParameterGroupStatus) => any;
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
export interface AvailabilityZone {
|
|
1842
|
+
|
|
1843
|
+
Name?: string;
|
|
1844
|
+
}
|
|
1845
|
+
export declare namespace AvailabilityZone {
|
|
1846
|
+
|
|
1847
|
+
const filterSensitiveLog: (obj: AvailabilityZone) => any;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
export interface Outpost {
|
|
1851
|
+
|
|
1852
|
+
Arn?: string;
|
|
1853
|
+
}
|
|
1854
|
+
export declare namespace Outpost {
|
|
1855
|
+
|
|
1856
|
+
const filterSensitiveLog: (obj: Outpost) => any;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
export interface Subnet {
|
|
1860
|
+
|
|
1861
|
+
SubnetIdentifier?: string;
|
|
1862
|
+
|
|
1863
|
+
SubnetAvailabilityZone?: AvailabilityZone;
|
|
1864
|
+
|
|
1865
|
+
SubnetOutpost?: Outpost;
|
|
1866
|
+
|
|
1867
|
+
SubnetStatus?: string;
|
|
1868
|
+
}
|
|
1869
|
+
export declare namespace Subnet {
|
|
1870
|
+
|
|
1871
|
+
const filterSensitiveLog: (obj: Subnet) => any;
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1874
|
+
export interface DBSubnetGroup {
|
|
1875
|
+
|
|
1876
|
+
DBSubnetGroupName?: string;
|
|
1877
|
+
|
|
1878
|
+
DBSubnetGroupDescription?: string;
|
|
1879
|
+
|
|
1880
|
+
VpcId?: string;
|
|
1881
|
+
|
|
1882
|
+
SubnetGroupStatus?: string;
|
|
1883
|
+
|
|
1884
|
+
Subnets?: Subnet[];
|
|
1885
|
+
|
|
1886
|
+
DBSubnetGroupArn?: string;
|
|
1887
|
+
}
|
|
1888
|
+
export declare namespace DBSubnetGroup {
|
|
1889
|
+
|
|
1890
|
+
const filterSensitiveLog: (obj: DBSubnetGroup) => any;
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
export interface Endpoint {
|
|
1894
|
+
|
|
1895
|
+
Address?: string;
|
|
1896
|
+
|
|
1897
|
+
Port?: number;
|
|
1898
|
+
|
|
1899
|
+
HostedZoneId?: string;
|
|
1900
|
+
}
|
|
1901
|
+
export declare namespace Endpoint {
|
|
1902
|
+
|
|
1903
|
+
const filterSensitiveLog: (obj: Endpoint) => any;
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
export interface OptionGroupMembership {
|
|
1907
|
+
|
|
1908
|
+
OptionGroupName?: string;
|
|
1909
|
+
|
|
1910
|
+
Status?: string;
|
|
1911
|
+
}
|
|
1912
|
+
export declare namespace OptionGroupMembership {
|
|
1913
|
+
|
|
1914
|
+
const filterSensitiveLog: (obj: OptionGroupMembership) => any;
|
|
1915
|
+
}
|
|
1916
|
+
|
|
1917
|
+
export interface PendingModifiedValues {
|
|
1918
|
+
|
|
1919
|
+
DBInstanceClass?: string;
|
|
1920
|
+
|
|
1921
|
+
AllocatedStorage?: number;
|
|
1922
|
+
|
|
1923
|
+
MasterUserPassword?: string;
|
|
1924
|
+
|
|
1925
|
+
Port?: number;
|
|
1926
|
+
|
|
1927
|
+
BackupRetentionPeriod?: number;
|
|
1928
|
+
|
|
1929
|
+
MultiAZ?: boolean;
|
|
1930
|
+
|
|
1931
|
+
EngineVersion?: string;
|
|
1932
|
+
|
|
1933
|
+
LicenseModel?: string;
|
|
1934
|
+
|
|
1935
|
+
Iops?: number;
|
|
1936
|
+
|
|
1937
|
+
DBInstanceIdentifier?: string;
|
|
1938
|
+
|
|
1939
|
+
StorageType?: string;
|
|
1940
|
+
|
|
1941
|
+
CACertificateIdentifier?: string;
|
|
1942
|
+
|
|
1943
|
+
DBSubnetGroupName?: string;
|
|
1944
|
+
|
|
1945
|
+
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports;
|
|
1946
|
+
|
|
1947
|
+
ProcessorFeatures?: ProcessorFeature[];
|
|
1948
|
+
|
|
1949
|
+
IAMDatabaseAuthenticationEnabled?: boolean;
|
|
1950
|
+
}
|
|
1951
|
+
export declare namespace PendingModifiedValues {
|
|
1952
|
+
|
|
1953
|
+
const filterSensitiveLog: (obj: PendingModifiedValues) => any;
|
|
1954
|
+
}
|
|
1955
|
+
export declare enum ReplicaMode {
|
|
1956
|
+
MOUNTED = "mounted",
|
|
1957
|
+
OPEN_READ_ONLY = "open-read-only"
|
|
1958
|
+
}
|
|
1959
|
+
|
|
1960
|
+
export interface DBInstanceStatusInfo {
|
|
1961
|
+
|
|
1962
|
+
StatusType?: string;
|
|
1963
|
+
|
|
1964
|
+
Normal?: boolean;
|
|
1965
|
+
|
|
1966
|
+
Status?: string;
|
|
1967
|
+
|
|
1968
|
+
Message?: string;
|
|
1969
|
+
}
|
|
1970
|
+
export declare namespace DBInstanceStatusInfo {
|
|
1971
|
+
|
|
1972
|
+
const filterSensitiveLog: (obj: DBInstanceStatusInfo) => any;
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1975
|
+
export interface DBInstance {
|
|
1976
|
+
|
|
1977
|
+
DBInstanceIdentifier?: string;
|
|
1978
|
+
|
|
1979
|
+
DBInstanceClass?: string;
|
|
1980
|
+
|
|
1981
|
+
Engine?: string;
|
|
1982
|
+
|
|
1983
|
+
DBInstanceStatus?: string;
|
|
1984
|
+
|
|
1985
|
+
AutomaticRestartTime?: Date;
|
|
1986
|
+
|
|
1987
|
+
MasterUsername?: string;
|
|
1988
|
+
|
|
1989
|
+
DBName?: string;
|
|
1990
|
+
|
|
1991
|
+
Endpoint?: Endpoint;
|
|
1992
|
+
|
|
1993
|
+
AllocatedStorage?: number;
|
|
1994
|
+
|
|
1995
|
+
InstanceCreateTime?: Date;
|
|
1996
|
+
|
|
1997
|
+
PreferredBackupWindow?: string;
|
|
1998
|
+
|
|
1999
|
+
BackupRetentionPeriod?: number;
|
|
2000
|
+
|
|
2001
|
+
DBSecurityGroups?: DBSecurityGroupMembership[];
|
|
2002
|
+
|
|
2003
|
+
VpcSecurityGroups?: VpcSecurityGroupMembership[];
|
|
2004
|
+
|
|
2005
|
+
DBParameterGroups?: DBParameterGroupStatus[];
|
|
2006
|
+
|
|
2007
|
+
AvailabilityZone?: string;
|
|
2008
|
+
|
|
2009
|
+
DBSubnetGroup?: DBSubnetGroup;
|
|
2010
|
+
|
|
2011
|
+
PreferredMaintenanceWindow?: string;
|
|
2012
|
+
|
|
2013
|
+
PendingModifiedValues?: PendingModifiedValues;
|
|
2014
|
+
|
|
2015
|
+
LatestRestorableTime?: Date;
|
|
2016
|
+
|
|
2017
|
+
MultiAZ?: boolean;
|
|
2018
|
+
|
|
2019
|
+
EngineVersion?: string;
|
|
2020
|
+
|
|
2021
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
2022
|
+
|
|
2023
|
+
ReadReplicaSourceDBInstanceIdentifier?: string;
|
|
2024
|
+
|
|
2025
|
+
ReadReplicaDBInstanceIdentifiers?: string[];
|
|
2026
|
+
|
|
2027
|
+
ReadReplicaDBClusterIdentifiers?: string[];
|
|
2028
|
+
|
|
2029
|
+
ReplicaMode?: ReplicaMode | string;
|
|
2030
|
+
|
|
2031
|
+
LicenseModel?: string;
|
|
2032
|
+
|
|
2033
|
+
Iops?: number;
|
|
2034
|
+
|
|
2035
|
+
OptionGroupMemberships?: OptionGroupMembership[];
|
|
2036
|
+
|
|
2037
|
+
CharacterSetName?: string;
|
|
2038
|
+
|
|
2039
|
+
NcharCharacterSetName?: string;
|
|
2040
|
+
|
|
2041
|
+
SecondaryAvailabilityZone?: string;
|
|
2042
|
+
|
|
2043
|
+
PubliclyAccessible?: boolean;
|
|
2044
|
+
|
|
2045
|
+
StatusInfos?: DBInstanceStatusInfo[];
|
|
2046
|
+
|
|
2047
|
+
StorageType?: string;
|
|
2048
|
+
|
|
2049
|
+
TdeCredentialArn?: string;
|
|
2050
|
+
|
|
2051
|
+
DbInstancePort?: number;
|
|
2052
|
+
|
|
2053
|
+
DBClusterIdentifier?: string;
|
|
2054
|
+
|
|
2055
|
+
StorageEncrypted?: boolean;
|
|
2056
|
+
|
|
2057
|
+
KmsKeyId?: string;
|
|
2058
|
+
|
|
2059
|
+
DbiResourceId?: string;
|
|
2060
|
+
|
|
2061
|
+
CACertificateIdentifier?: string;
|
|
2062
|
+
|
|
2063
|
+
DomainMemberships?: DomainMembership[];
|
|
2064
|
+
|
|
2065
|
+
CopyTagsToSnapshot?: boolean;
|
|
2066
|
+
|
|
2067
|
+
MonitoringInterval?: number;
|
|
2068
|
+
|
|
2069
|
+
EnhancedMonitoringResourceArn?: string;
|
|
2070
|
+
|
|
2071
|
+
MonitoringRoleArn?: string;
|
|
2072
|
+
|
|
2073
|
+
PromotionTier?: number;
|
|
2074
|
+
|
|
2075
|
+
DBInstanceArn?: string;
|
|
2076
|
+
|
|
2077
|
+
Timezone?: string;
|
|
2078
|
+
|
|
2079
|
+
IAMDatabaseAuthenticationEnabled?: boolean;
|
|
2080
|
+
|
|
2081
|
+
PerformanceInsightsEnabled?: boolean;
|
|
2082
|
+
|
|
2083
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
2084
|
+
|
|
2085
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
2086
|
+
|
|
2087
|
+
EnabledCloudwatchLogsExports?: string[];
|
|
2088
|
+
|
|
2089
|
+
ProcessorFeatures?: ProcessorFeature[];
|
|
2090
|
+
|
|
2091
|
+
DeletionProtection?: boolean;
|
|
2092
|
+
|
|
2093
|
+
AssociatedRoles?: DBInstanceRole[];
|
|
2094
|
+
|
|
2095
|
+
ListenerEndpoint?: Endpoint;
|
|
2096
|
+
|
|
2097
|
+
MaxAllocatedStorage?: number;
|
|
2098
|
+
|
|
2099
|
+
TagList?: Tag[];
|
|
2100
|
+
|
|
2101
|
+
DBInstanceAutomatedBackupsReplications?: DBInstanceAutomatedBackupsReplication[];
|
|
2102
|
+
|
|
2103
|
+
CustomerOwnedIpEnabled?: boolean;
|
|
2104
|
+
|
|
2105
|
+
AwsBackupRecoveryPointArn?: string;
|
|
2106
|
+
|
|
2107
|
+
ActivityStreamStatus?: ActivityStreamStatus | string;
|
|
2108
|
+
|
|
2109
|
+
ActivityStreamKmsKeyId?: string;
|
|
2110
|
+
|
|
2111
|
+
ActivityStreamKinesisStreamName?: string;
|
|
2112
|
+
|
|
2113
|
+
ActivityStreamMode?: ActivityStreamMode | string;
|
|
2114
|
+
|
|
2115
|
+
ActivityStreamEngineNativeAuditFieldsIncluded?: boolean;
|
|
2116
|
+
}
|
|
2117
|
+
export declare namespace DBInstance {
|
|
2118
|
+
|
|
2119
|
+
const filterSensitiveLog: (obj: DBInstance) => any;
|
|
2120
|
+
}
|
|
2121
|
+
export interface CreateDBInstanceResult {
|
|
2122
|
+
|
|
2123
|
+
DBInstance?: DBInstance;
|
|
2124
|
+
}
|
|
2125
|
+
export declare namespace CreateDBInstanceResult {
|
|
2126
|
+
|
|
2127
|
+
const filterSensitiveLog: (obj: CreateDBInstanceResult) => any;
|
|
2128
|
+
}
|
|
2129
|
+
|
|
2130
|
+
export interface DBInstanceAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
2131
|
+
name: "DBInstanceAlreadyExistsFault";
|
|
2132
|
+
$fault: "client";
|
|
2133
|
+
message?: string;
|
|
2134
|
+
}
|
|
2135
|
+
export declare namespace DBInstanceAlreadyExistsFault {
|
|
2136
|
+
|
|
2137
|
+
const filterSensitiveLog: (obj: DBInstanceAlreadyExistsFault) => any;
|
|
2138
|
+
}
|
|
2139
|
+
|
|
2140
|
+
export interface InstanceQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
2141
|
+
name: "InstanceQuotaExceededFault";
|
|
2142
|
+
$fault: "client";
|
|
2143
|
+
message?: string;
|
|
2144
|
+
}
|
|
2145
|
+
export declare namespace InstanceQuotaExceededFault {
|
|
2146
|
+
|
|
2147
|
+
const filterSensitiveLog: (obj: InstanceQuotaExceededFault) => any;
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2150
|
+
export interface InsufficientDBInstanceCapacityFault extends __SmithyException, $MetadataBearer {
|
|
2151
|
+
name: "InsufficientDBInstanceCapacityFault";
|
|
2152
|
+
$fault: "client";
|
|
2153
|
+
message?: string;
|
|
2154
|
+
}
|
|
2155
|
+
export declare namespace InsufficientDBInstanceCapacityFault {
|
|
2156
|
+
|
|
2157
|
+
const filterSensitiveLog: (obj: InsufficientDBInstanceCapacityFault) => any;
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
export interface ProvisionedIopsNotAvailableInAZFault extends __SmithyException, $MetadataBearer {
|
|
2161
|
+
name: "ProvisionedIopsNotAvailableInAZFault";
|
|
2162
|
+
$fault: "client";
|
|
2163
|
+
message?: string;
|
|
2164
|
+
}
|
|
2165
|
+
export declare namespace ProvisionedIopsNotAvailableInAZFault {
|
|
2166
|
+
|
|
2167
|
+
const filterSensitiveLog: (obj: ProvisionedIopsNotAvailableInAZFault) => any;
|
|
2168
|
+
}
|
|
2169
|
+
|
|
2170
|
+
export interface StorageTypeNotSupportedFault extends __SmithyException, $MetadataBearer {
|
|
2171
|
+
name: "StorageTypeNotSupportedFault";
|
|
2172
|
+
$fault: "client";
|
|
2173
|
+
message?: string;
|
|
2174
|
+
}
|
|
2175
|
+
export declare namespace StorageTypeNotSupportedFault {
|
|
2176
|
+
|
|
2177
|
+
const filterSensitiveLog: (obj: StorageTypeNotSupportedFault) => any;
|
|
2178
|
+
}
|
|
2179
|
+
export interface CreateDBInstanceReadReplicaMessage {
|
|
2180
|
+
|
|
2181
|
+
DBInstanceIdentifier: string | undefined;
|
|
2182
|
+
|
|
2183
|
+
SourceDBInstanceIdentifier: string | undefined;
|
|
2184
|
+
|
|
2185
|
+
DBInstanceClass?: string;
|
|
2186
|
+
|
|
2187
|
+
AvailabilityZone?: string;
|
|
2188
|
+
|
|
2189
|
+
Port?: number;
|
|
2190
|
+
|
|
2191
|
+
MultiAZ?: boolean;
|
|
2192
|
+
|
|
2193
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
2194
|
+
|
|
2195
|
+
Iops?: number;
|
|
2196
|
+
|
|
2197
|
+
OptionGroupName?: string;
|
|
2198
|
+
|
|
2199
|
+
DBParameterGroupName?: string;
|
|
2200
|
+
|
|
2201
|
+
PubliclyAccessible?: boolean;
|
|
2202
|
+
|
|
2203
|
+
Tags?: Tag[];
|
|
2204
|
+
|
|
2205
|
+
DBSubnetGroupName?: string;
|
|
2206
|
+
|
|
2207
|
+
VpcSecurityGroupIds?: string[];
|
|
2208
|
+
|
|
2209
|
+
StorageType?: string;
|
|
2210
|
+
|
|
2211
|
+
CopyTagsToSnapshot?: boolean;
|
|
2212
|
+
|
|
2213
|
+
MonitoringInterval?: number;
|
|
2214
|
+
|
|
2215
|
+
MonitoringRoleArn?: string;
|
|
2216
|
+
|
|
2217
|
+
KmsKeyId?: string;
|
|
2218
|
+
|
|
2219
|
+
PreSignedUrl?: string;
|
|
2220
|
+
|
|
2221
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
2222
|
+
|
|
2223
|
+
EnablePerformanceInsights?: boolean;
|
|
2224
|
+
|
|
2225
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
2226
|
+
|
|
2227
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
2228
|
+
|
|
2229
|
+
EnableCloudwatchLogsExports?: string[];
|
|
2230
|
+
|
|
2231
|
+
ProcessorFeatures?: ProcessorFeature[];
|
|
2232
|
+
|
|
2233
|
+
UseDefaultProcessorFeatures?: boolean;
|
|
2234
|
+
|
|
2235
|
+
DeletionProtection?: boolean;
|
|
2236
|
+
|
|
2237
|
+
Domain?: string;
|
|
2238
|
+
|
|
2239
|
+
DomainIAMRoleName?: string;
|
|
2240
|
+
|
|
2241
|
+
ReplicaMode?: ReplicaMode | string;
|
|
2242
|
+
|
|
2243
|
+
MaxAllocatedStorage?: number;
|
|
2244
|
+
}
|
|
2245
|
+
export declare namespace CreateDBInstanceReadReplicaMessage {
|
|
2246
|
+
|
|
2247
|
+
const filterSensitiveLog: (obj: CreateDBInstanceReadReplicaMessage) => any;
|
|
2248
|
+
}
|
|
2249
|
+
export interface CreateDBInstanceReadReplicaResult {
|
|
2250
|
+
|
|
2251
|
+
DBInstance?: DBInstance;
|
|
2252
|
+
}
|
|
2253
|
+
export declare namespace CreateDBInstanceReadReplicaResult {
|
|
2254
|
+
|
|
2255
|
+
const filterSensitiveLog: (obj: CreateDBInstanceReadReplicaResult) => any;
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
export interface DBSubnetGroupNotAllowedFault extends __SmithyException, $MetadataBearer {
|
|
2259
|
+
name: "DBSubnetGroupNotAllowedFault";
|
|
2260
|
+
$fault: "client";
|
|
2261
|
+
message?: string;
|
|
2262
|
+
}
|
|
2263
|
+
export declare namespace DBSubnetGroupNotAllowedFault {
|
|
2264
|
+
|
|
2265
|
+
const filterSensitiveLog: (obj: DBSubnetGroupNotAllowedFault) => any;
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
export interface InvalidDBSubnetGroupFault extends __SmithyException, $MetadataBearer {
|
|
2269
|
+
name: "InvalidDBSubnetGroupFault";
|
|
2270
|
+
$fault: "client";
|
|
2271
|
+
message?: string;
|
|
2272
|
+
}
|
|
2273
|
+
export declare namespace InvalidDBSubnetGroupFault {
|
|
2274
|
+
|
|
2275
|
+
const filterSensitiveLog: (obj: InvalidDBSubnetGroupFault) => any;
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2278
|
+
export interface CreateDBParameterGroupMessage {
|
|
2279
|
+
|
|
2280
|
+
DBParameterGroupName: string | undefined;
|
|
2281
|
+
|
|
2282
|
+
DBParameterGroupFamily: string | undefined;
|
|
2283
|
+
|
|
2284
|
+
Description: string | undefined;
|
|
2285
|
+
|
|
2286
|
+
Tags?: Tag[];
|
|
2287
|
+
}
|
|
2288
|
+
export declare namespace CreateDBParameterGroupMessage {
|
|
2289
|
+
|
|
2290
|
+
const filterSensitiveLog: (obj: CreateDBParameterGroupMessage) => any;
|
|
2291
|
+
}
|
|
2292
|
+
export interface CreateDBParameterGroupResult {
|
|
2293
|
+
|
|
2294
|
+
DBParameterGroup?: DBParameterGroup;
|
|
2295
|
+
}
|
|
2296
|
+
export declare namespace CreateDBParameterGroupResult {
|
|
2297
|
+
|
|
2298
|
+
const filterSensitiveLog: (obj: CreateDBParameterGroupResult) => any;
|
|
2299
|
+
}
|
|
2300
|
+
export declare enum AuthScheme {
|
|
2301
|
+
SECRETS = "SECRETS"
|
|
2302
|
+
}
|
|
2303
|
+
export declare enum IAMAuthMode {
|
|
2304
|
+
DISABLED = "DISABLED",
|
|
2305
|
+
REQUIRED = "REQUIRED"
|
|
2306
|
+
}
|
|
2307
|
+
|
|
2308
|
+
export interface UserAuthConfig {
|
|
2309
|
+
|
|
2310
|
+
Description?: string;
|
|
2311
|
+
|
|
2312
|
+
UserName?: string;
|
|
2313
|
+
|
|
2314
|
+
AuthScheme?: AuthScheme | string;
|
|
2315
|
+
|
|
2316
|
+
SecretArn?: string;
|
|
2317
|
+
|
|
2318
|
+
IAMAuth?: IAMAuthMode | string;
|
|
2319
|
+
}
|
|
2320
|
+
export declare namespace UserAuthConfig {
|
|
2321
|
+
|
|
2322
|
+
const filterSensitiveLog: (obj: UserAuthConfig) => any;
|
|
2323
|
+
}
|
|
2324
|
+
export declare enum EngineFamily {
|
|
2325
|
+
MYSQL = "MYSQL",
|
|
2326
|
+
POSTGRESQL = "POSTGRESQL"
|
|
2327
|
+
}
|
|
2328
|
+
export interface CreateDBProxyRequest {
|
|
2329
|
+
|
|
2330
|
+
DBProxyName: string | undefined;
|
|
2331
|
+
|
|
2332
|
+
EngineFamily: EngineFamily | string | undefined;
|
|
2333
|
+
|
|
2334
|
+
Auth: UserAuthConfig[] | undefined;
|
|
2335
|
+
|
|
2336
|
+
RoleArn: string | undefined;
|
|
2337
|
+
|
|
2338
|
+
VpcSubnetIds: string[] | undefined;
|
|
2339
|
+
|
|
2340
|
+
VpcSecurityGroupIds?: string[];
|
|
2341
|
+
|
|
2342
|
+
RequireTLS?: boolean;
|
|
2343
|
+
|
|
2344
|
+
IdleClientTimeout?: number;
|
|
2345
|
+
|
|
2346
|
+
DebugLogging?: boolean;
|
|
2347
|
+
|
|
2348
|
+
Tags?: Tag[];
|
|
2349
|
+
}
|
|
2350
|
+
export declare namespace CreateDBProxyRequest {
|
|
2351
|
+
|
|
2352
|
+
const filterSensitiveLog: (obj: CreateDBProxyRequest) => any;
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
export interface UserAuthConfigInfo {
|
|
2356
|
+
|
|
2357
|
+
Description?: string;
|
|
2358
|
+
|
|
2359
|
+
UserName?: string;
|
|
2360
|
+
|
|
2361
|
+
AuthScheme?: AuthScheme | string;
|
|
2362
|
+
|
|
2363
|
+
SecretArn?: string;
|
|
2364
|
+
|
|
2365
|
+
IAMAuth?: IAMAuthMode | string;
|
|
2366
|
+
}
|
|
2367
|
+
export declare namespace UserAuthConfigInfo {
|
|
2368
|
+
|
|
2369
|
+
const filterSensitiveLog: (obj: UserAuthConfigInfo) => any;
|
|
2370
|
+
}
|
|
2371
|
+
export declare enum DBProxyStatus {
|
|
2372
|
+
AVAILABLE = "available",
|
|
2373
|
+
CREATING = "creating",
|
|
2374
|
+
DELETING = "deleting",
|
|
2375
|
+
INCOMPATIBLE_NETWORK = "incompatible-network",
|
|
2376
|
+
INSUFFICIENT_RESOURCE_LIMITS = "insufficient-resource-limits",
|
|
2377
|
+
MODIFYING = "modifying",
|
|
2378
|
+
REACTIVATING = "reactivating",
|
|
2379
|
+
SUSPENDED = "suspended",
|
|
2380
|
+
SUSPENDING = "suspending"
|
|
2381
|
+
}
|
|
2382
|
+
|
|
2383
|
+
export interface DBProxy {
|
|
2384
|
+
|
|
2385
|
+
DBProxyName?: string;
|
|
2386
|
+
|
|
2387
|
+
DBProxyArn?: string;
|
|
2388
|
+
|
|
2389
|
+
Status?: DBProxyStatus | string;
|
|
2390
|
+
|
|
2391
|
+
EngineFamily?: string;
|
|
2392
|
+
|
|
2393
|
+
VpcId?: string;
|
|
2394
|
+
|
|
2395
|
+
VpcSecurityGroupIds?: string[];
|
|
2396
|
+
|
|
2397
|
+
VpcSubnetIds?: string[];
|
|
2398
|
+
|
|
2399
|
+
Auth?: UserAuthConfigInfo[];
|
|
2400
|
+
|
|
2401
|
+
RoleArn?: string;
|
|
2402
|
+
|
|
2403
|
+
Endpoint?: string;
|
|
2404
|
+
|
|
2405
|
+
RequireTLS?: boolean;
|
|
2406
|
+
|
|
2407
|
+
IdleClientTimeout?: number;
|
|
2408
|
+
|
|
2409
|
+
DebugLogging?: boolean;
|
|
2410
|
+
|
|
2411
|
+
CreatedDate?: Date;
|
|
2412
|
+
|
|
2413
|
+
UpdatedDate?: Date;
|
|
2414
|
+
}
|
|
2415
|
+
export declare namespace DBProxy {
|
|
2416
|
+
|
|
2417
|
+
const filterSensitiveLog: (obj: DBProxy) => any;
|
|
2418
|
+
}
|
|
2419
|
+
export interface CreateDBProxyResponse {
|
|
2420
|
+
|
|
2421
|
+
DBProxy?: DBProxy;
|
|
2422
|
+
}
|
|
2423
|
+
export declare namespace CreateDBProxyResponse {
|
|
2424
|
+
|
|
2425
|
+
const filterSensitiveLog: (obj: CreateDBProxyResponse) => any;
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
export interface DBProxyAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
2429
|
+
name: "DBProxyAlreadyExistsFault";
|
|
2430
|
+
$fault: "client";
|
|
2431
|
+
message?: string;
|
|
2432
|
+
}
|
|
2433
|
+
export declare namespace DBProxyAlreadyExistsFault {
|
|
2434
|
+
|
|
2435
|
+
const filterSensitiveLog: (obj: DBProxyAlreadyExistsFault) => any;
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2438
|
+
export interface DBProxyQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
2439
|
+
name: "DBProxyQuotaExceededFault";
|
|
2440
|
+
$fault: "client";
|
|
2441
|
+
message?: string;
|
|
2442
|
+
}
|
|
2443
|
+
export declare namespace DBProxyQuotaExceededFault {
|
|
2444
|
+
|
|
2445
|
+
const filterSensitiveLog: (obj: DBProxyQuotaExceededFault) => any;
|
|
2446
|
+
}
|
|
2447
|
+
export declare enum DBProxyEndpointTargetRole {
|
|
2448
|
+
READ_ONLY = "READ_ONLY",
|
|
2449
|
+
READ_WRITE = "READ_WRITE"
|
|
2450
|
+
}
|
|
2451
|
+
export interface CreateDBProxyEndpointRequest {
|
|
2452
|
+
|
|
2453
|
+
DBProxyName: string | undefined;
|
|
2454
|
+
|
|
2455
|
+
DBProxyEndpointName: string | undefined;
|
|
2456
|
+
|
|
2457
|
+
VpcSubnetIds: string[] | undefined;
|
|
2458
|
+
|
|
2459
|
+
VpcSecurityGroupIds?: string[];
|
|
2460
|
+
|
|
2461
|
+
TargetRole?: DBProxyEndpointTargetRole | string;
|
|
2462
|
+
|
|
2463
|
+
Tags?: Tag[];
|
|
2464
|
+
}
|
|
2465
|
+
export declare namespace CreateDBProxyEndpointRequest {
|
|
2466
|
+
|
|
2467
|
+
const filterSensitiveLog: (obj: CreateDBProxyEndpointRequest) => any;
|
|
2468
|
+
}
|
|
2469
|
+
export declare enum DBProxyEndpointStatus {
|
|
2470
|
+
AVAILABLE = "available",
|
|
2471
|
+
CREATING = "creating",
|
|
2472
|
+
DELETING = "deleting",
|
|
2473
|
+
INCOMPATIBLE_NETWORK = "incompatible-network",
|
|
2474
|
+
INSUFFICIENT_RESOURCE_LIMITS = "insufficient-resource-limits",
|
|
2475
|
+
MODIFYING = "modifying"
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
export interface DBProxyEndpoint {
|
|
2479
|
+
|
|
2480
|
+
DBProxyEndpointName?: string;
|
|
2481
|
+
|
|
2482
|
+
DBProxyEndpointArn?: string;
|
|
2483
|
+
|
|
2484
|
+
DBProxyName?: string;
|
|
2485
|
+
|
|
2486
|
+
Status?: DBProxyEndpointStatus | string;
|
|
2487
|
+
|
|
2488
|
+
VpcId?: string;
|
|
2489
|
+
|
|
2490
|
+
VpcSecurityGroupIds?: string[];
|
|
2491
|
+
|
|
2492
|
+
VpcSubnetIds?: string[];
|
|
2493
|
+
|
|
2494
|
+
Endpoint?: string;
|
|
2495
|
+
|
|
2496
|
+
CreatedDate?: Date;
|
|
2497
|
+
|
|
2498
|
+
TargetRole?: DBProxyEndpointTargetRole | string;
|
|
2499
|
+
|
|
2500
|
+
IsDefault?: boolean;
|
|
2501
|
+
}
|
|
2502
|
+
export declare namespace DBProxyEndpoint {
|
|
2503
|
+
|
|
2504
|
+
const filterSensitiveLog: (obj: DBProxyEndpoint) => any;
|
|
2505
|
+
}
|
|
2506
|
+
export interface CreateDBProxyEndpointResponse {
|
|
2507
|
+
|
|
2508
|
+
DBProxyEndpoint?: DBProxyEndpoint;
|
|
2509
|
+
}
|
|
2510
|
+
export declare namespace CreateDBProxyEndpointResponse {
|
|
2511
|
+
|
|
2512
|
+
const filterSensitiveLog: (obj: CreateDBProxyEndpointResponse) => any;
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2515
|
+
export interface DBProxyEndpointAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
2516
|
+
name: "DBProxyEndpointAlreadyExistsFault";
|
|
2517
|
+
$fault: "client";
|
|
2518
|
+
message?: string;
|
|
2519
|
+
}
|
|
2520
|
+
export declare namespace DBProxyEndpointAlreadyExistsFault {
|
|
2521
|
+
|
|
2522
|
+
const filterSensitiveLog: (obj: DBProxyEndpointAlreadyExistsFault) => any;
|
|
2523
|
+
}
|
|
2524
|
+
|
|
2525
|
+
export interface DBProxyEndpointQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
2526
|
+
name: "DBProxyEndpointQuotaExceededFault";
|
|
2527
|
+
$fault: "client";
|
|
2528
|
+
message?: string;
|
|
2529
|
+
}
|
|
2530
|
+
export declare namespace DBProxyEndpointQuotaExceededFault {
|
|
2531
|
+
|
|
2532
|
+
const filterSensitiveLog: (obj: DBProxyEndpointQuotaExceededFault) => any;
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2535
|
+
export interface InvalidDBProxyStateFault extends __SmithyException, $MetadataBearer {
|
|
2536
|
+
name: "InvalidDBProxyStateFault";
|
|
2537
|
+
$fault: "client";
|
|
2538
|
+
message?: string;
|
|
2539
|
+
}
|
|
2540
|
+
export declare namespace InvalidDBProxyStateFault {
|
|
2541
|
+
|
|
2542
|
+
const filterSensitiveLog: (obj: InvalidDBProxyStateFault) => any;
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
export interface CreateDBSecurityGroupMessage {
|
|
2546
|
+
|
|
2547
|
+
DBSecurityGroupName: string | undefined;
|
|
2548
|
+
|
|
2549
|
+
DBSecurityGroupDescription: string | undefined;
|
|
2550
|
+
|
|
2551
|
+
Tags?: Tag[];
|
|
2552
|
+
}
|
|
2553
|
+
export declare namespace CreateDBSecurityGroupMessage {
|
|
2554
|
+
|
|
2555
|
+
const filterSensitiveLog: (obj: CreateDBSecurityGroupMessage) => any;
|
|
2556
|
+
}
|
|
2557
|
+
export interface CreateDBSecurityGroupResult {
|
|
2558
|
+
|
|
2559
|
+
DBSecurityGroup?: DBSecurityGroup;
|
|
2560
|
+
}
|
|
2561
|
+
export declare namespace CreateDBSecurityGroupResult {
|
|
2562
|
+
|
|
2563
|
+
const filterSensitiveLog: (obj: CreateDBSecurityGroupResult) => any;
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2566
|
+
export interface DBSecurityGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
2567
|
+
name: "DBSecurityGroupAlreadyExistsFault";
|
|
2568
|
+
$fault: "client";
|
|
2569
|
+
message?: string;
|
|
2570
|
+
}
|
|
2571
|
+
export declare namespace DBSecurityGroupAlreadyExistsFault {
|
|
2572
|
+
|
|
2573
|
+
const filterSensitiveLog: (obj: DBSecurityGroupAlreadyExistsFault) => any;
|
|
2574
|
+
}
|
|
2575
|
+
|
|
2576
|
+
export interface DBSecurityGroupNotSupportedFault extends __SmithyException, $MetadataBearer {
|
|
2577
|
+
name: "DBSecurityGroupNotSupportedFault";
|
|
2578
|
+
$fault: "client";
|
|
2579
|
+
message?: string;
|
|
2580
|
+
}
|
|
2581
|
+
export declare namespace DBSecurityGroupNotSupportedFault {
|
|
2582
|
+
|
|
2583
|
+
const filterSensitiveLog: (obj: DBSecurityGroupNotSupportedFault) => any;
|
|
2584
|
+
}
|
|
2585
|
+
|
|
2586
|
+
export interface DBSecurityGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
2587
|
+
name: "DBSecurityGroupQuotaExceededFault";
|
|
2588
|
+
$fault: "client";
|
|
2589
|
+
message?: string;
|
|
2590
|
+
}
|
|
2591
|
+
export declare namespace DBSecurityGroupQuotaExceededFault {
|
|
2592
|
+
|
|
2593
|
+
const filterSensitiveLog: (obj: DBSecurityGroupQuotaExceededFault) => any;
|
|
2594
|
+
}
|
|
2595
|
+
|
|
2596
|
+
export interface CreateDBSnapshotMessage {
|
|
2597
|
+
|
|
2598
|
+
DBSnapshotIdentifier: string | undefined;
|
|
2599
|
+
|
|
2600
|
+
DBInstanceIdentifier: string | undefined;
|
|
2601
|
+
|
|
2602
|
+
Tags?: Tag[];
|
|
2603
|
+
}
|
|
2604
|
+
export declare namespace CreateDBSnapshotMessage {
|
|
2605
|
+
|
|
2606
|
+
const filterSensitiveLog: (obj: CreateDBSnapshotMessage) => any;
|
|
2607
|
+
}
|
|
2608
|
+
export interface CreateDBSnapshotResult {
|
|
2609
|
+
|
|
2610
|
+
DBSnapshot?: DBSnapshot;
|
|
2611
|
+
}
|
|
2612
|
+
export declare namespace CreateDBSnapshotResult {
|
|
2613
|
+
|
|
2614
|
+
const filterSensitiveLog: (obj: CreateDBSnapshotResult) => any;
|
|
2615
|
+
}
|
|
2616
|
+
|
|
2617
|
+
export interface CreateDBSubnetGroupMessage {
|
|
2618
|
+
|
|
2619
|
+
DBSubnetGroupName: string | undefined;
|
|
2620
|
+
|
|
2621
|
+
DBSubnetGroupDescription: string | undefined;
|
|
2622
|
+
|
|
2623
|
+
SubnetIds: string[] | undefined;
|
|
2624
|
+
|
|
2625
|
+
Tags?: Tag[];
|
|
2626
|
+
}
|
|
2627
|
+
export declare namespace CreateDBSubnetGroupMessage {
|
|
2628
|
+
|
|
2629
|
+
const filterSensitiveLog: (obj: CreateDBSubnetGroupMessage) => any;
|
|
2630
|
+
}
|
|
2631
|
+
export interface CreateDBSubnetGroupResult {
|
|
2632
|
+
|
|
2633
|
+
DBSubnetGroup?: DBSubnetGroup;
|
|
2634
|
+
}
|
|
2635
|
+
export declare namespace CreateDBSubnetGroupResult {
|
|
2636
|
+
|
|
2637
|
+
const filterSensitiveLog: (obj: CreateDBSubnetGroupResult) => any;
|
|
2638
|
+
}
|
|
2639
|
+
|
|
2640
|
+
export interface DBSubnetGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
2641
|
+
name: "DBSubnetGroupAlreadyExistsFault";
|
|
2642
|
+
$fault: "client";
|
|
2643
|
+
message?: string;
|
|
2644
|
+
}
|
|
2645
|
+
export declare namespace DBSubnetGroupAlreadyExistsFault {
|
|
2646
|
+
|
|
2647
|
+
const filterSensitiveLog: (obj: DBSubnetGroupAlreadyExistsFault) => any;
|
|
2648
|
+
}
|
|
2649
|
+
|
|
2650
|
+
export interface DBSubnetGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
2651
|
+
name: "DBSubnetGroupQuotaExceededFault";
|
|
2652
|
+
$fault: "client";
|
|
2653
|
+
message?: string;
|
|
2654
|
+
}
|
|
2655
|
+
export declare namespace DBSubnetGroupQuotaExceededFault {
|
|
2656
|
+
|
|
2657
|
+
const filterSensitiveLog: (obj: DBSubnetGroupQuotaExceededFault) => any;
|
|
2658
|
+
}
|
|
2659
|
+
|
|
2660
|
+
export interface DBSubnetQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
2661
|
+
name: "DBSubnetQuotaExceededFault";
|
|
2662
|
+
$fault: "client";
|
|
2663
|
+
message?: string;
|
|
2664
|
+
}
|
|
2665
|
+
export declare namespace DBSubnetQuotaExceededFault {
|
|
2666
|
+
|
|
2667
|
+
const filterSensitiveLog: (obj: DBSubnetQuotaExceededFault) => any;
|
|
2668
|
+
}
|
|
2669
|
+
|
|
2670
|
+
export interface CreateEventSubscriptionMessage {
|
|
2671
|
+
|
|
2672
|
+
SubscriptionName: string | undefined;
|
|
2673
|
+
|
|
2674
|
+
SnsTopicArn: string | undefined;
|
|
2675
|
+
|
|
2676
|
+
SourceType?: string;
|
|
2677
|
+
|
|
2678
|
+
EventCategories?: string[];
|
|
2679
|
+
|
|
2680
|
+
SourceIds?: string[];
|
|
2681
|
+
|
|
2682
|
+
Enabled?: boolean;
|
|
2683
|
+
|
|
2684
|
+
Tags?: Tag[];
|
|
2685
|
+
}
|
|
2686
|
+
export declare namespace CreateEventSubscriptionMessage {
|
|
2687
|
+
|
|
2688
|
+
const filterSensitiveLog: (obj: CreateEventSubscriptionMessage) => any;
|
|
2689
|
+
}
|
|
2690
|
+
export interface CreateEventSubscriptionResult {
|
|
2691
|
+
|
|
2692
|
+
EventSubscription?: EventSubscription;
|
|
2693
|
+
}
|
|
2694
|
+
export declare namespace CreateEventSubscriptionResult {
|
|
2695
|
+
|
|
2696
|
+
const filterSensitiveLog: (obj: CreateEventSubscriptionResult) => any;
|
|
2697
|
+
}
|
|
2698
|
+
|
|
2699
|
+
export interface EventSubscriptionQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
2700
|
+
name: "EventSubscriptionQuotaExceededFault";
|
|
2701
|
+
$fault: "client";
|
|
2702
|
+
message?: string;
|
|
2703
|
+
}
|
|
2704
|
+
export declare namespace EventSubscriptionQuotaExceededFault {
|
|
2705
|
+
|
|
2706
|
+
const filterSensitiveLog: (obj: EventSubscriptionQuotaExceededFault) => any;
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2709
|
+
export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer {
|
|
2710
|
+
name: "SNSInvalidTopicFault";
|
|
2711
|
+
$fault: "client";
|
|
2712
|
+
message?: string;
|
|
2713
|
+
}
|
|
2714
|
+
export declare namespace SNSInvalidTopicFault {
|
|
2715
|
+
|
|
2716
|
+
const filterSensitiveLog: (obj: SNSInvalidTopicFault) => any;
|
|
2717
|
+
}
|
|
2718
|
+
|
|
2719
|
+
export interface SNSNoAuthorizationFault extends __SmithyException, $MetadataBearer {
|
|
2720
|
+
name: "SNSNoAuthorizationFault";
|
|
2721
|
+
$fault: "client";
|
|
2722
|
+
message?: string;
|
|
2723
|
+
}
|
|
2724
|
+
export declare namespace SNSNoAuthorizationFault {
|
|
2725
|
+
|
|
2726
|
+
const filterSensitiveLog: (obj: SNSNoAuthorizationFault) => any;
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2729
|
+
export interface SNSTopicArnNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
2730
|
+
name: "SNSTopicArnNotFoundFault";
|
|
2731
|
+
$fault: "client";
|
|
2732
|
+
message?: string;
|
|
2733
|
+
}
|
|
2734
|
+
export declare namespace SNSTopicArnNotFoundFault {
|
|
2735
|
+
|
|
2736
|
+
const filterSensitiveLog: (obj: SNSTopicArnNotFoundFault) => any;
|
|
2737
|
+
}
|
|
2738
|
+
|
|
2739
|
+
export interface SubscriptionAlreadyExistFault extends __SmithyException, $MetadataBearer {
|
|
2740
|
+
name: "SubscriptionAlreadyExistFault";
|
|
2741
|
+
$fault: "client";
|
|
2742
|
+
message?: string;
|
|
2743
|
+
}
|
|
2744
|
+
export declare namespace SubscriptionAlreadyExistFault {
|
|
2745
|
+
|
|
2746
|
+
const filterSensitiveLog: (obj: SubscriptionAlreadyExistFault) => any;
|
|
2747
|
+
}
|
|
2748
|
+
|
|
2749
|
+
export interface SubscriptionCategoryNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
2750
|
+
name: "SubscriptionCategoryNotFoundFault";
|
|
2751
|
+
$fault: "client";
|
|
2752
|
+
message?: string;
|
|
2753
|
+
}
|
|
2754
|
+
export declare namespace SubscriptionCategoryNotFoundFault {
|
|
2755
|
+
|
|
2756
|
+
const filterSensitiveLog: (obj: SubscriptionCategoryNotFoundFault) => any;
|
|
2757
|
+
}
|
|
2758
|
+
export interface CreateGlobalClusterMessage {
|
|
2759
|
+
|
|
2760
|
+
GlobalClusterIdentifier?: string;
|
|
2761
|
+
|
|
2762
|
+
SourceDBClusterIdentifier?: string;
|
|
2763
|
+
|
|
2764
|
+
Engine?: string;
|
|
2765
|
+
|
|
2766
|
+
EngineVersion?: string;
|
|
2767
|
+
|
|
2768
|
+
DeletionProtection?: boolean;
|
|
2769
|
+
|
|
2770
|
+
DatabaseName?: string;
|
|
2771
|
+
|
|
2772
|
+
StorageEncrypted?: boolean;
|
|
2773
|
+
}
|
|
2774
|
+
export declare namespace CreateGlobalClusterMessage {
|
|
2775
|
+
|
|
2776
|
+
const filterSensitiveLog: (obj: CreateGlobalClusterMessage) => any;
|
|
2777
|
+
}
|
|
2778
|
+
export declare enum FailoverStatus {
|
|
2779
|
+
CANCELLING = "cancelling",
|
|
2780
|
+
FAILING_OVER = "failing-over",
|
|
2781
|
+
PENDING = "pending"
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2784
|
+
export interface FailoverState {
|
|
2785
|
+
|
|
2786
|
+
Status?: FailoverStatus | string;
|
|
2787
|
+
|
|
2788
|
+
FromDbClusterArn?: string;
|
|
2789
|
+
|
|
2790
|
+
ToDbClusterArn?: string;
|
|
2791
|
+
}
|
|
2792
|
+
export declare namespace FailoverState {
|
|
2793
|
+
|
|
2794
|
+
const filterSensitiveLog: (obj: FailoverState) => any;
|
|
2795
|
+
}
|
|
2796
|
+
|
|
2797
|
+
export interface GlobalClusterMember {
|
|
2798
|
+
|
|
2799
|
+
DBClusterArn?: string;
|
|
2800
|
+
|
|
2801
|
+
Readers?: string[];
|
|
2802
|
+
|
|
2803
|
+
IsWriter?: boolean;
|
|
2804
|
+
|
|
2805
|
+
GlobalWriteForwardingStatus?: WriteForwardingStatus | string;
|
|
2806
|
+
}
|
|
2807
|
+
export declare namespace GlobalClusterMember {
|
|
2808
|
+
|
|
2809
|
+
const filterSensitiveLog: (obj: GlobalClusterMember) => any;
|
|
2810
|
+
}
|
|
2811
|
+
|
|
2812
|
+
export interface GlobalCluster {
|
|
2813
|
+
|
|
2814
|
+
GlobalClusterIdentifier?: string;
|
|
2815
|
+
|
|
2816
|
+
GlobalClusterResourceId?: string;
|
|
2817
|
+
|
|
2818
|
+
GlobalClusterArn?: string;
|
|
2819
|
+
|
|
2820
|
+
Status?: string;
|
|
2821
|
+
|
|
2822
|
+
Engine?: string;
|
|
2823
|
+
|
|
2824
|
+
EngineVersion?: string;
|
|
2825
|
+
|
|
2826
|
+
DatabaseName?: string;
|
|
2827
|
+
|
|
2828
|
+
StorageEncrypted?: boolean;
|
|
2829
|
+
|
|
2830
|
+
DeletionProtection?: boolean;
|
|
2831
|
+
|
|
2832
|
+
GlobalClusterMembers?: GlobalClusterMember[];
|
|
2833
|
+
|
|
2834
|
+
FailoverState?: FailoverState;
|
|
2835
|
+
}
|
|
2836
|
+
export declare namespace GlobalCluster {
|
|
2837
|
+
|
|
2838
|
+
const filterSensitiveLog: (obj: GlobalCluster) => any;
|
|
2839
|
+
}
|
|
2840
|
+
export interface CreateGlobalClusterResult {
|
|
2841
|
+
|
|
2842
|
+
GlobalCluster?: GlobalCluster;
|
|
2843
|
+
}
|
|
2844
|
+
export declare namespace CreateGlobalClusterResult {
|
|
2845
|
+
|
|
2846
|
+
const filterSensitiveLog: (obj: CreateGlobalClusterResult) => any;
|
|
2847
|
+
}
|
|
2848
|
+
|
|
2849
|
+
export interface GlobalClusterAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
2850
|
+
name: "GlobalClusterAlreadyExistsFault";
|
|
2851
|
+
$fault: "client";
|
|
2852
|
+
message?: string;
|
|
2853
|
+
}
|
|
2854
|
+
export declare namespace GlobalClusterAlreadyExistsFault {
|
|
2855
|
+
|
|
2856
|
+
const filterSensitiveLog: (obj: GlobalClusterAlreadyExistsFault) => any;
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2859
|
+
export interface GlobalClusterQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
2860
|
+
name: "GlobalClusterQuotaExceededFault";
|
|
2861
|
+
$fault: "client";
|
|
2862
|
+
message?: string;
|
|
2863
|
+
}
|
|
2864
|
+
export declare namespace GlobalClusterQuotaExceededFault {
|
|
2865
|
+
|
|
2866
|
+
const filterSensitiveLog: (obj: GlobalClusterQuotaExceededFault) => any;
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2869
|
+
export interface CreateOptionGroupMessage {
|
|
2870
|
+
|
|
2871
|
+
OptionGroupName: string | undefined;
|
|
2872
|
+
|
|
2873
|
+
EngineName: string | undefined;
|
|
2874
|
+
|
|
2875
|
+
MajorEngineVersion: string | undefined;
|
|
2876
|
+
|
|
2877
|
+
OptionGroupDescription: string | undefined;
|
|
2878
|
+
|
|
2879
|
+
Tags?: Tag[];
|
|
2880
|
+
}
|
|
2881
|
+
export declare namespace CreateOptionGroupMessage {
|
|
2882
|
+
|
|
2883
|
+
const filterSensitiveLog: (obj: CreateOptionGroupMessage) => any;
|
|
2884
|
+
}
|
|
2885
|
+
export interface CreateOptionGroupResult {
|
|
2886
|
+
|
|
2887
|
+
OptionGroup?: OptionGroup;
|
|
2888
|
+
}
|
|
2889
|
+
export declare namespace CreateOptionGroupResult {
|
|
2890
|
+
|
|
2891
|
+
const filterSensitiveLog: (obj: CreateOptionGroupResult) => any;
|
|
2892
|
+
}
|
|
2893
|
+
export interface DeleteCustomAvailabilityZoneMessage {
|
|
2894
|
+
|
|
2895
|
+
CustomAvailabilityZoneId: string | undefined;
|
|
2896
|
+
}
|
|
2897
|
+
export declare namespace DeleteCustomAvailabilityZoneMessage {
|
|
2898
|
+
|
|
2899
|
+
const filterSensitiveLog: (obj: DeleteCustomAvailabilityZoneMessage) => any;
|
|
2900
|
+
}
|
|
2901
|
+
export interface DeleteCustomAvailabilityZoneResult {
|
|
2902
|
+
|
|
2903
|
+
CustomAvailabilityZone?: CustomAvailabilityZone;
|
|
2904
|
+
}
|
|
2905
|
+
export declare namespace DeleteCustomAvailabilityZoneResult {
|
|
2906
|
+
|
|
2907
|
+
const filterSensitiveLog: (obj: DeleteCustomAvailabilityZoneResult) => any;
|
|
2908
|
+
}
|
|
2909
|
+
|
|
2910
|
+
export interface DeleteDBClusterMessage {
|
|
2911
|
+
|
|
2912
|
+
DBClusterIdentifier: string | undefined;
|
|
2913
|
+
|
|
2914
|
+
SkipFinalSnapshot?: boolean;
|
|
2915
|
+
|
|
2916
|
+
FinalDBSnapshotIdentifier?: string;
|
|
2917
|
+
}
|
|
2918
|
+
export declare namespace DeleteDBClusterMessage {
|
|
2919
|
+
|
|
2920
|
+
const filterSensitiveLog: (obj: DeleteDBClusterMessage) => any;
|
|
2921
|
+
}
|
|
2922
|
+
export interface DeleteDBClusterResult {
|
|
2923
|
+
|
|
2924
|
+
DBCluster?: DBCluster;
|
|
2925
|
+
}
|
|
2926
|
+
export declare namespace DeleteDBClusterResult {
|
|
2927
|
+
|
|
2928
|
+
const filterSensitiveLog: (obj: DeleteDBClusterResult) => any;
|
|
2929
|
+
}
|
|
2930
|
+
|
|
2931
|
+
export interface DBClusterEndpointNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
2932
|
+
name: "DBClusterEndpointNotFoundFault";
|
|
2933
|
+
$fault: "client";
|
|
2934
|
+
message?: string;
|
|
2935
|
+
}
|
|
2936
|
+
export declare namespace DBClusterEndpointNotFoundFault {
|
|
2937
|
+
|
|
2938
|
+
const filterSensitiveLog: (obj: DBClusterEndpointNotFoundFault) => any;
|
|
2939
|
+
}
|
|
2940
|
+
export interface DeleteDBClusterEndpointMessage {
|
|
2941
|
+
|
|
2942
|
+
DBClusterEndpointIdentifier: string | undefined;
|
|
2943
|
+
}
|
|
2944
|
+
export declare namespace DeleteDBClusterEndpointMessage {
|
|
2945
|
+
|
|
2946
|
+
const filterSensitiveLog: (obj: DeleteDBClusterEndpointMessage) => any;
|
|
2947
|
+
}
|
|
2948
|
+
|
|
2949
|
+
export interface InvalidDBClusterEndpointStateFault extends __SmithyException, $MetadataBearer {
|
|
2950
|
+
name: "InvalidDBClusterEndpointStateFault";
|
|
2951
|
+
$fault: "client";
|
|
2952
|
+
message?: string;
|
|
2953
|
+
}
|
|
2954
|
+
export declare namespace InvalidDBClusterEndpointStateFault {
|
|
2955
|
+
|
|
2956
|
+
const filterSensitiveLog: (obj: InvalidDBClusterEndpointStateFault) => any;
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2959
|
+
export interface DeleteDBClusterParameterGroupMessage {
|
|
2960
|
+
|
|
2961
|
+
DBClusterParameterGroupName: string | undefined;
|
|
2962
|
+
}
|
|
2963
|
+
export declare namespace DeleteDBClusterParameterGroupMessage {
|
|
2964
|
+
|
|
2965
|
+
const filterSensitiveLog: (obj: DeleteDBClusterParameterGroupMessage) => any;
|
|
2966
|
+
}
|
|
2967
|
+
|
|
2968
|
+
export interface InvalidDBParameterGroupStateFault extends __SmithyException, $MetadataBearer {
|
|
2969
|
+
name: "InvalidDBParameterGroupStateFault";
|
|
2970
|
+
$fault: "client";
|
|
2971
|
+
message?: string;
|
|
2972
|
+
}
|
|
2973
|
+
export declare namespace InvalidDBParameterGroupStateFault {
|
|
2974
|
+
|
|
2975
|
+
const filterSensitiveLog: (obj: InvalidDBParameterGroupStateFault) => any;
|
|
2976
|
+
}
|
|
2977
|
+
|
|
2978
|
+
export interface DeleteDBClusterSnapshotMessage {
|
|
2979
|
+
|
|
2980
|
+
DBClusterSnapshotIdentifier: string | undefined;
|
|
2981
|
+
}
|
|
2982
|
+
export declare namespace DeleteDBClusterSnapshotMessage {
|
|
2983
|
+
|
|
2984
|
+
const filterSensitiveLog: (obj: DeleteDBClusterSnapshotMessage) => any;
|
|
2985
|
+
}
|
|
2986
|
+
export interface DeleteDBClusterSnapshotResult {
|
|
2987
|
+
|
|
2988
|
+
DBClusterSnapshot?: DBClusterSnapshot;
|
|
2989
|
+
}
|
|
2990
|
+
export declare namespace DeleteDBClusterSnapshotResult {
|
|
2991
|
+
|
|
2992
|
+
const filterSensitiveLog: (obj: DeleteDBClusterSnapshotResult) => any;
|
|
2993
|
+
}
|
|
2994
|
+
|
|
2995
|
+
export interface DBInstanceAutomatedBackupQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
2996
|
+
name: "DBInstanceAutomatedBackupQuotaExceededFault";
|
|
2997
|
+
$fault: "client";
|
|
2998
|
+
message?: string;
|
|
2999
|
+
}
|
|
3000
|
+
export declare namespace DBInstanceAutomatedBackupQuotaExceededFault {
|
|
3001
|
+
|
|
3002
|
+
const filterSensitiveLog: (obj: DBInstanceAutomatedBackupQuotaExceededFault) => any;
|
|
3003
|
+
}
|
|
3004
|
+
|
|
3005
|
+
export interface DeleteDBInstanceMessage {
|
|
3006
|
+
|
|
3007
|
+
DBInstanceIdentifier: string | undefined;
|
|
3008
|
+
|
|
3009
|
+
SkipFinalSnapshot?: boolean;
|
|
3010
|
+
|
|
3011
|
+
FinalDBSnapshotIdentifier?: string;
|
|
3012
|
+
|
|
3013
|
+
DeleteAutomatedBackups?: boolean;
|
|
3014
|
+
}
|
|
3015
|
+
export declare namespace DeleteDBInstanceMessage {
|
|
3016
|
+
|
|
3017
|
+
const filterSensitiveLog: (obj: DeleteDBInstanceMessage) => any;
|
|
3018
|
+
}
|
|
3019
|
+
export interface DeleteDBInstanceResult {
|
|
3020
|
+
|
|
3021
|
+
DBInstance?: DBInstance;
|
|
3022
|
+
}
|
|
3023
|
+
export declare namespace DeleteDBInstanceResult {
|
|
3024
|
+
|
|
3025
|
+
const filterSensitiveLog: (obj: DeleteDBInstanceResult) => any;
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3028
|
+
export interface DBInstanceAutomatedBackupNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
3029
|
+
name: "DBInstanceAutomatedBackupNotFoundFault";
|
|
3030
|
+
$fault: "client";
|
|
3031
|
+
message?: string;
|
|
3032
|
+
}
|
|
3033
|
+
export declare namespace DBInstanceAutomatedBackupNotFoundFault {
|
|
3034
|
+
|
|
3035
|
+
const filterSensitiveLog: (obj: DBInstanceAutomatedBackupNotFoundFault) => any;
|
|
3036
|
+
}
|
|
3037
|
+
|
|
3038
|
+
export interface DeleteDBInstanceAutomatedBackupMessage {
|
|
3039
|
+
|
|
3040
|
+
DbiResourceId?: string;
|
|
3041
|
+
|
|
3042
|
+
DBInstanceAutomatedBackupsArn?: string;
|
|
3043
|
+
}
|
|
3044
|
+
export declare namespace DeleteDBInstanceAutomatedBackupMessage {
|
|
3045
|
+
|
|
3046
|
+
const filterSensitiveLog: (obj: DeleteDBInstanceAutomatedBackupMessage) => any;
|
|
3047
|
+
}
|
|
3048
|
+
|
|
3049
|
+
export interface RestoreWindow {
|
|
3050
|
+
|
|
3051
|
+
EarliestTime?: Date;
|
|
3052
|
+
|
|
3053
|
+
LatestTime?: Date;
|
|
3054
|
+
}
|
|
3055
|
+
export declare namespace RestoreWindow {
|
|
3056
|
+
|
|
3057
|
+
const filterSensitiveLog: (obj: RestoreWindow) => any;
|
|
3058
|
+
}
|
|
3059
|
+
|
|
3060
|
+
export interface DBInstanceAutomatedBackup {
|
|
3061
|
+
|
|
3062
|
+
DBInstanceArn?: string;
|
|
3063
|
+
|
|
3064
|
+
DbiResourceId?: string;
|
|
3065
|
+
|
|
3066
|
+
Region?: string;
|
|
3067
|
+
|
|
3068
|
+
DBInstanceIdentifier?: string;
|
|
3069
|
+
|
|
3070
|
+
RestoreWindow?: RestoreWindow;
|
|
3071
|
+
|
|
3072
|
+
AllocatedStorage?: number;
|
|
3073
|
+
|
|
3074
|
+
Status?: string;
|
|
3075
|
+
|
|
3076
|
+
Port?: number;
|
|
3077
|
+
|
|
3078
|
+
AvailabilityZone?: string;
|
|
3079
|
+
|
|
3080
|
+
VpcId?: string;
|
|
3081
|
+
|
|
3082
|
+
InstanceCreateTime?: Date;
|
|
3083
|
+
|
|
3084
|
+
MasterUsername?: string;
|
|
3085
|
+
|
|
3086
|
+
Engine?: string;
|
|
3087
|
+
|
|
3088
|
+
EngineVersion?: string;
|
|
3089
|
+
|
|
3090
|
+
LicenseModel?: string;
|
|
3091
|
+
|
|
3092
|
+
Iops?: number;
|
|
3093
|
+
|
|
3094
|
+
OptionGroupName?: string;
|
|
3095
|
+
|
|
3096
|
+
TdeCredentialArn?: string;
|
|
3097
|
+
|
|
3098
|
+
Encrypted?: boolean;
|
|
3099
|
+
|
|
3100
|
+
StorageType?: string;
|
|
3101
|
+
|
|
3102
|
+
KmsKeyId?: string;
|
|
3103
|
+
|
|
3104
|
+
Timezone?: string;
|
|
3105
|
+
|
|
3106
|
+
IAMDatabaseAuthenticationEnabled?: boolean;
|
|
3107
|
+
|
|
3108
|
+
BackupRetentionPeriod?: number;
|
|
3109
|
+
|
|
3110
|
+
DBInstanceAutomatedBackupsArn?: string;
|
|
3111
|
+
|
|
3112
|
+
DBInstanceAutomatedBackupsReplications?: DBInstanceAutomatedBackupsReplication[];
|
|
3113
|
+
}
|
|
3114
|
+
export declare namespace DBInstanceAutomatedBackup {
|
|
3115
|
+
|
|
3116
|
+
const filterSensitiveLog: (obj: DBInstanceAutomatedBackup) => any;
|
|
3117
|
+
}
|
|
3118
|
+
export interface DeleteDBInstanceAutomatedBackupResult {
|
|
3119
|
+
|
|
3120
|
+
DBInstanceAutomatedBackup?: DBInstanceAutomatedBackup;
|
|
3121
|
+
}
|
|
3122
|
+
export declare namespace DeleteDBInstanceAutomatedBackupResult {
|
|
3123
|
+
|
|
3124
|
+
const filterSensitiveLog: (obj: DeleteDBInstanceAutomatedBackupResult) => any;
|
|
3125
|
+
}
|
|
3126
|
+
|
|
3127
|
+
export interface InvalidDBInstanceAutomatedBackupStateFault extends __SmithyException, $MetadataBearer {
|
|
3128
|
+
name: "InvalidDBInstanceAutomatedBackupStateFault";
|
|
3129
|
+
$fault: "client";
|
|
3130
|
+
message?: string;
|
|
3131
|
+
}
|
|
3132
|
+
export declare namespace InvalidDBInstanceAutomatedBackupStateFault {
|
|
3133
|
+
|
|
3134
|
+
const filterSensitiveLog: (obj: InvalidDBInstanceAutomatedBackupStateFault) => any;
|
|
3135
|
+
}
|
|
3136
|
+
|
|
3137
|
+
export interface DeleteDBParameterGroupMessage {
|
|
3138
|
+
|
|
3139
|
+
DBParameterGroupName: string | undefined;
|
|
3140
|
+
}
|
|
3141
|
+
export declare namespace DeleteDBParameterGroupMessage {
|
|
3142
|
+
|
|
3143
|
+
const filterSensitiveLog: (obj: DeleteDBParameterGroupMessage) => any;
|
|
3144
|
+
}
|
|
3145
|
+
export interface DeleteDBProxyRequest {
|
|
3146
|
+
|
|
3147
|
+
DBProxyName: string | undefined;
|
|
3148
|
+
}
|
|
3149
|
+
export declare namespace DeleteDBProxyRequest {
|
|
3150
|
+
|
|
3151
|
+
const filterSensitiveLog: (obj: DeleteDBProxyRequest) => any;
|
|
3152
|
+
}
|
|
3153
|
+
export interface DeleteDBProxyResponse {
|
|
3154
|
+
|
|
3155
|
+
DBProxy?: DBProxy;
|
|
3156
|
+
}
|
|
3157
|
+
export declare namespace DeleteDBProxyResponse {
|
|
3158
|
+
|
|
3159
|
+
const filterSensitiveLog: (obj: DeleteDBProxyResponse) => any;
|
|
3160
|
+
}
|
|
3161
|
+
|
|
3162
|
+
export interface DBProxyEndpointNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
3163
|
+
name: "DBProxyEndpointNotFoundFault";
|
|
3164
|
+
$fault: "client";
|
|
3165
|
+
message?: string;
|
|
3166
|
+
}
|
|
3167
|
+
export declare namespace DBProxyEndpointNotFoundFault {
|
|
3168
|
+
|
|
3169
|
+
const filterSensitiveLog: (obj: DBProxyEndpointNotFoundFault) => any;
|
|
3170
|
+
}
|
|
3171
|
+
export interface DeleteDBProxyEndpointRequest {
|
|
3172
|
+
|
|
3173
|
+
DBProxyEndpointName: string | undefined;
|
|
3174
|
+
}
|
|
3175
|
+
export declare namespace DeleteDBProxyEndpointRequest {
|
|
3176
|
+
|
|
3177
|
+
const filterSensitiveLog: (obj: DeleteDBProxyEndpointRequest) => any;
|
|
3178
|
+
}
|
|
3179
|
+
export interface DeleteDBProxyEndpointResponse {
|
|
3180
|
+
|
|
3181
|
+
DBProxyEndpoint?: DBProxyEndpoint;
|
|
3182
|
+
}
|
|
3183
|
+
export declare namespace DeleteDBProxyEndpointResponse {
|
|
3184
|
+
|
|
3185
|
+
const filterSensitiveLog: (obj: DeleteDBProxyEndpointResponse) => any;
|
|
3186
|
+
}
|
|
3187
|
+
|
|
3188
|
+
export interface InvalidDBProxyEndpointStateFault extends __SmithyException, $MetadataBearer {
|
|
3189
|
+
name: "InvalidDBProxyEndpointStateFault";
|
|
3190
|
+
$fault: "client";
|
|
3191
|
+
message?: string;
|
|
3192
|
+
}
|
|
3193
|
+
export declare namespace InvalidDBProxyEndpointStateFault {
|
|
3194
|
+
|
|
3195
|
+
const filterSensitiveLog: (obj: InvalidDBProxyEndpointStateFault) => any;
|
|
3196
|
+
}
|
|
3197
|
+
|
|
3198
|
+
export interface DeleteDBSecurityGroupMessage {
|
|
3199
|
+
|
|
3200
|
+
DBSecurityGroupName: string | undefined;
|
|
3201
|
+
}
|
|
3202
|
+
export declare namespace DeleteDBSecurityGroupMessage {
|
|
3203
|
+
|
|
3204
|
+
const filterSensitiveLog: (obj: DeleteDBSecurityGroupMessage) => any;
|
|
3205
|
+
}
|
|
3206
|
+
|
|
3207
|
+
export interface DeleteDBSnapshotMessage {
|
|
3208
|
+
|
|
3209
|
+
DBSnapshotIdentifier: string | undefined;
|
|
3210
|
+
}
|
|
3211
|
+
export declare namespace DeleteDBSnapshotMessage {
|
|
3212
|
+
|
|
3213
|
+
const filterSensitiveLog: (obj: DeleteDBSnapshotMessage) => any;
|
|
3214
|
+
}
|
|
3215
|
+
export interface DeleteDBSnapshotResult {
|
|
3216
|
+
|
|
3217
|
+
DBSnapshot?: DBSnapshot;
|
|
3218
|
+
}
|
|
3219
|
+
export declare namespace DeleteDBSnapshotResult {
|
|
3220
|
+
|
|
3221
|
+
const filterSensitiveLog: (obj: DeleteDBSnapshotResult) => any;
|
|
3222
|
+
}
|
|
3223
|
+
|
|
3224
|
+
export interface DeleteDBSubnetGroupMessage {
|
|
3225
|
+
|
|
3226
|
+
DBSubnetGroupName: string | undefined;
|
|
3227
|
+
}
|
|
3228
|
+
export declare namespace DeleteDBSubnetGroupMessage {
|
|
3229
|
+
|
|
3230
|
+
const filterSensitiveLog: (obj: DeleteDBSubnetGroupMessage) => any;
|
|
3231
|
+
}
|
|
3232
|
+
|
|
3233
|
+
export interface InvalidDBSubnetStateFault extends __SmithyException, $MetadataBearer {
|
|
3234
|
+
name: "InvalidDBSubnetStateFault";
|
|
3235
|
+
$fault: "client";
|
|
3236
|
+
message?: string;
|
|
3237
|
+
}
|
|
3238
|
+
export declare namespace InvalidDBSubnetStateFault {
|
|
3239
|
+
|
|
3240
|
+
const filterSensitiveLog: (obj: InvalidDBSubnetStateFault) => any;
|
|
3241
|
+
}
|
|
3242
|
+
|
|
3243
|
+
export interface DeleteEventSubscriptionMessage {
|
|
3244
|
+
|
|
3245
|
+
SubscriptionName: string | undefined;
|
|
3246
|
+
}
|
|
3247
|
+
export declare namespace DeleteEventSubscriptionMessage {
|
|
3248
|
+
|
|
3249
|
+
const filterSensitiveLog: (obj: DeleteEventSubscriptionMessage) => any;
|
|
3250
|
+
}
|
|
3251
|
+
export interface DeleteEventSubscriptionResult {
|
|
3252
|
+
|
|
3253
|
+
EventSubscription?: EventSubscription;
|
|
3254
|
+
}
|
|
3255
|
+
export declare namespace DeleteEventSubscriptionResult {
|
|
3256
|
+
|
|
3257
|
+
const filterSensitiveLog: (obj: DeleteEventSubscriptionResult) => any;
|
|
3258
|
+
}
|
|
3259
|
+
|
|
3260
|
+
export interface InvalidEventSubscriptionStateFault extends __SmithyException, $MetadataBearer {
|
|
3261
|
+
name: "InvalidEventSubscriptionStateFault";
|
|
3262
|
+
$fault: "client";
|
|
3263
|
+
message?: string;
|
|
3264
|
+
}
|
|
3265
|
+
export declare namespace InvalidEventSubscriptionStateFault {
|
|
3266
|
+
|
|
3267
|
+
const filterSensitiveLog: (obj: InvalidEventSubscriptionStateFault) => any;
|
|
3268
|
+
}
|
|
3269
|
+
export interface DeleteGlobalClusterMessage {
|
|
3270
|
+
|
|
3271
|
+
GlobalClusterIdentifier: string | undefined;
|
|
3272
|
+
}
|
|
3273
|
+
export declare namespace DeleteGlobalClusterMessage {
|
|
3274
|
+
|
|
3275
|
+
const filterSensitiveLog: (obj: DeleteGlobalClusterMessage) => any;
|
|
3276
|
+
}
|
|
3277
|
+
export interface DeleteGlobalClusterResult {
|
|
3278
|
+
|
|
3279
|
+
GlobalCluster?: GlobalCluster;
|
|
3280
|
+
}
|
|
3281
|
+
export declare namespace DeleteGlobalClusterResult {
|
|
3282
|
+
|
|
3283
|
+
const filterSensitiveLog: (obj: DeleteGlobalClusterResult) => any;
|
|
3284
|
+
}
|
|
3285
|
+
export interface DeleteInstallationMediaMessage {
|
|
3286
|
+
|
|
3287
|
+
InstallationMediaId: string | undefined;
|
|
3288
|
+
}
|
|
3289
|
+
export declare namespace DeleteInstallationMediaMessage {
|
|
3290
|
+
|
|
3291
|
+
const filterSensitiveLog: (obj: DeleteInstallationMediaMessage) => any;
|
|
3292
|
+
}
|
|
3293
|
+
|
|
3294
|
+
export interface InstallationMediaFailureCause {
|
|
3295
|
+
|
|
3296
|
+
Message?: string;
|
|
3297
|
+
}
|
|
3298
|
+
export declare namespace InstallationMediaFailureCause {
|
|
3299
|
+
|
|
3300
|
+
const filterSensitiveLog: (obj: InstallationMediaFailureCause) => any;
|
|
3301
|
+
}
|
|
3302
|
+
|
|
3303
|
+
export interface InstallationMedia {
|
|
3304
|
+
|
|
3305
|
+
InstallationMediaId?: string;
|
|
3306
|
+
|
|
3307
|
+
CustomAvailabilityZoneId?: string;
|
|
3308
|
+
|
|
3309
|
+
Engine?: string;
|
|
3310
|
+
|
|
3311
|
+
EngineVersion?: string;
|
|
3312
|
+
|
|
3313
|
+
EngineInstallationMediaPath?: string;
|
|
3314
|
+
|
|
3315
|
+
OSInstallationMediaPath?: string;
|
|
3316
|
+
|
|
3317
|
+
Status?: string;
|
|
3318
|
+
|
|
3319
|
+
FailureCause?: InstallationMediaFailureCause;
|
|
3320
|
+
}
|
|
3321
|
+
export declare namespace InstallationMedia {
|
|
3322
|
+
|
|
3323
|
+
const filterSensitiveLog: (obj: InstallationMedia) => any;
|
|
3324
|
+
}
|
|
3325
|
+
|
|
3326
|
+
export interface InstallationMediaNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
3327
|
+
name: "InstallationMediaNotFoundFault";
|
|
3328
|
+
$fault: "client";
|
|
3329
|
+
message?: string;
|
|
3330
|
+
}
|
|
3331
|
+
export declare namespace InstallationMediaNotFoundFault {
|
|
3332
|
+
|
|
3333
|
+
const filterSensitiveLog: (obj: InstallationMediaNotFoundFault) => any;
|
|
3334
|
+
}
|
|
3335
|
+
|
|
3336
|
+
export interface DeleteOptionGroupMessage {
|
|
3337
|
+
|
|
3338
|
+
OptionGroupName: string | undefined;
|
|
3339
|
+
}
|
|
3340
|
+
export declare namespace DeleteOptionGroupMessage {
|
|
3341
|
+
|
|
3342
|
+
const filterSensitiveLog: (obj: DeleteOptionGroupMessage) => any;
|
|
3343
|
+
}
|
|
3344
|
+
|
|
3345
|
+
export interface InvalidOptionGroupStateFault extends __SmithyException, $MetadataBearer {
|
|
3346
|
+
name: "InvalidOptionGroupStateFault";
|
|
3347
|
+
$fault: "client";
|
|
3348
|
+
message?: string;
|
|
3349
|
+
}
|
|
3350
|
+
export declare namespace InvalidOptionGroupStateFault {
|
|
3351
|
+
|
|
3352
|
+
const filterSensitiveLog: (obj: InvalidOptionGroupStateFault) => any;
|
|
3353
|
+
}
|
|
3354
|
+
|
|
3355
|
+
export interface DBProxyTargetNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
3356
|
+
name: "DBProxyTargetNotFoundFault";
|
|
3357
|
+
$fault: "client";
|
|
3358
|
+
message?: string;
|
|
3359
|
+
}
|
|
3360
|
+
export declare namespace DBProxyTargetNotFoundFault {
|
|
3361
|
+
|
|
3362
|
+
const filterSensitiveLog: (obj: DBProxyTargetNotFoundFault) => any;
|
|
3363
|
+
}
|
|
3364
|
+
export interface DeregisterDBProxyTargetsRequest {
|
|
3365
|
+
|
|
3366
|
+
DBProxyName: string | undefined;
|
|
3367
|
+
|
|
3368
|
+
TargetGroupName?: string;
|
|
3369
|
+
|
|
3370
|
+
DBInstanceIdentifiers?: string[];
|
|
3371
|
+
|
|
3372
|
+
DBClusterIdentifiers?: string[];
|
|
3373
|
+
}
|
|
3374
|
+
export declare namespace DeregisterDBProxyTargetsRequest {
|
|
3375
|
+
|
|
3376
|
+
const filterSensitiveLog: (obj: DeregisterDBProxyTargetsRequest) => any;
|
|
3377
|
+
}
|
|
3378
|
+
export interface DeregisterDBProxyTargetsResponse {
|
|
3379
|
+
}
|
|
3380
|
+
export declare namespace DeregisterDBProxyTargetsResponse {
|
|
3381
|
+
|
|
3382
|
+
const filterSensitiveLog: (obj: DeregisterDBProxyTargetsResponse) => any;
|
|
3383
|
+
}
|
|
3384
|
+
|
|
3385
|
+
export interface DescribeAccountAttributesMessage {
|
|
3386
|
+
}
|
|
3387
|
+
export declare namespace DescribeAccountAttributesMessage {
|
|
3388
|
+
|
|
3389
|
+
const filterSensitiveLog: (obj: DescribeAccountAttributesMessage) => any;
|
|
3390
|
+
}
|
|
3391
|
+
|
|
3392
|
+
export interface Certificate {
|
|
3393
|
+
|
|
3394
|
+
CertificateIdentifier?: string;
|
|
3395
|
+
|
|
3396
|
+
CertificateType?: string;
|
|
3397
|
+
|
|
3398
|
+
Thumbprint?: string;
|
|
3399
|
+
|
|
3400
|
+
ValidFrom?: Date;
|
|
3401
|
+
|
|
3402
|
+
ValidTill?: Date;
|
|
3403
|
+
|
|
3404
|
+
CertificateArn?: string;
|
|
3405
|
+
|
|
3406
|
+
CustomerOverride?: boolean;
|
|
3407
|
+
|
|
3408
|
+
CustomerOverrideValidTill?: Date;
|
|
3409
|
+
}
|
|
3410
|
+
export declare namespace Certificate {
|
|
3411
|
+
|
|
3412
|
+
const filterSensitiveLog: (obj: Certificate) => any;
|
|
3413
|
+
}
|
|
3414
|
+
|
|
3415
|
+
export interface CertificateMessage {
|
|
3416
|
+
|
|
3417
|
+
Certificates?: Certificate[];
|
|
3418
|
+
|
|
3419
|
+
Marker?: string;
|
|
3420
|
+
}
|
|
3421
|
+
export declare namespace CertificateMessage {
|
|
3422
|
+
|
|
3423
|
+
const filterSensitiveLog: (obj: CertificateMessage) => any;
|
|
3424
|
+
}
|
|
3425
|
+
|
|
3426
|
+
export interface CertificateNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
3427
|
+
name: "CertificateNotFoundFault";
|
|
3428
|
+
$fault: "client";
|
|
3429
|
+
message?: string;
|
|
3430
|
+
}
|
|
3431
|
+
export declare namespace CertificateNotFoundFault {
|
|
3432
|
+
|
|
3433
|
+
const filterSensitiveLog: (obj: CertificateNotFoundFault) => any;
|
|
3434
|
+
}
|
|
3435
|
+
|
|
3436
|
+
export interface Filter {
|
|
3437
|
+
|
|
3438
|
+
Name: string | undefined;
|
|
3439
|
+
|
|
3440
|
+
Values: string[] | undefined;
|
|
3441
|
+
}
|
|
3442
|
+
export declare namespace Filter {
|
|
3443
|
+
|
|
3444
|
+
const filterSensitiveLog: (obj: Filter) => any;
|
|
3445
|
+
}
|
|
3446
|
+
|
|
3447
|
+
export interface DescribeCertificatesMessage {
|
|
3448
|
+
|
|
3449
|
+
CertificateIdentifier?: string;
|
|
3450
|
+
|
|
3451
|
+
Filters?: Filter[];
|
|
3452
|
+
|
|
3453
|
+
MaxRecords?: number;
|
|
3454
|
+
|
|
3455
|
+
Marker?: string;
|
|
3456
|
+
}
|
|
3457
|
+
export declare namespace DescribeCertificatesMessage {
|
|
3458
|
+
|
|
3459
|
+
const filterSensitiveLog: (obj: DescribeCertificatesMessage) => any;
|
|
3460
|
+
}
|
|
3461
|
+
export interface CustomAvailabilityZoneMessage {
|
|
3462
|
+
|
|
3463
|
+
Marker?: string;
|
|
3464
|
+
|
|
3465
|
+
CustomAvailabilityZones?: CustomAvailabilityZone[];
|
|
3466
|
+
}
|
|
3467
|
+
export declare namespace CustomAvailabilityZoneMessage {
|
|
3468
|
+
|
|
3469
|
+
const filterSensitiveLog: (obj: CustomAvailabilityZoneMessage) => any;
|
|
3470
|
+
}
|
|
3471
|
+
export interface DescribeCustomAvailabilityZonesMessage {
|
|
3472
|
+
|
|
3473
|
+
CustomAvailabilityZoneId?: string;
|
|
3474
|
+
|
|
3475
|
+
Filters?: Filter[];
|
|
3476
|
+
|
|
3477
|
+
MaxRecords?: number;
|
|
3478
|
+
|
|
3479
|
+
Marker?: string;
|
|
3480
|
+
}
|
|
3481
|
+
export declare namespace DescribeCustomAvailabilityZonesMessage {
|
|
3482
|
+
|
|
3483
|
+
const filterSensitiveLog: (obj: DescribeCustomAvailabilityZonesMessage) => any;
|
|
3484
|
+
}
|
|
3485
|
+
|
|
3486
|
+
export interface DBClusterBacktrackMessage {
|
|
3487
|
+
|
|
3488
|
+
Marker?: string;
|
|
3489
|
+
|
|
3490
|
+
DBClusterBacktracks?: DBClusterBacktrack[];
|
|
3491
|
+
}
|
|
3492
|
+
export declare namespace DBClusterBacktrackMessage {
|
|
3493
|
+
|
|
3494
|
+
const filterSensitiveLog: (obj: DBClusterBacktrackMessage) => any;
|
|
3495
|
+
}
|
|
3496
|
+
|
|
3497
|
+
export interface DBClusterBacktrackNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
3498
|
+
name: "DBClusterBacktrackNotFoundFault";
|
|
3499
|
+
$fault: "client";
|
|
3500
|
+
message?: string;
|
|
3501
|
+
}
|
|
3502
|
+
export declare namespace DBClusterBacktrackNotFoundFault {
|
|
3503
|
+
|
|
3504
|
+
const filterSensitiveLog: (obj: DBClusterBacktrackNotFoundFault) => any;
|
|
3505
|
+
}
|
|
3506
|
+
|
|
3507
|
+
export interface DescribeDBClusterBacktracksMessage {
|
|
3508
|
+
|
|
3509
|
+
DBClusterIdentifier: string | undefined;
|
|
3510
|
+
|
|
3511
|
+
BacktrackIdentifier?: string;
|
|
3512
|
+
|
|
3513
|
+
Filters?: Filter[];
|
|
3514
|
+
|
|
3515
|
+
MaxRecords?: number;
|
|
3516
|
+
|
|
3517
|
+
Marker?: string;
|
|
3518
|
+
}
|
|
3519
|
+
export declare namespace DescribeDBClusterBacktracksMessage {
|
|
3520
|
+
|
|
3521
|
+
const filterSensitiveLog: (obj: DescribeDBClusterBacktracksMessage) => any;
|
|
3522
|
+
}
|
|
3523
|
+
export interface DBClusterEndpointMessage {
|
|
3524
|
+
|
|
3525
|
+
Marker?: string;
|
|
3526
|
+
|
|
3527
|
+
DBClusterEndpoints?: DBClusterEndpoint[];
|
|
3528
|
+
}
|
|
3529
|
+
export declare namespace DBClusterEndpointMessage {
|
|
3530
|
+
|
|
3531
|
+
const filterSensitiveLog: (obj: DBClusterEndpointMessage) => any;
|
|
3532
|
+
}
|
|
3533
|
+
export interface DescribeDBClusterEndpointsMessage {
|
|
3534
|
+
|
|
3535
|
+
DBClusterIdentifier?: string;
|
|
3536
|
+
|
|
3537
|
+
DBClusterEndpointIdentifier?: string;
|
|
3538
|
+
|
|
3539
|
+
Filters?: Filter[];
|
|
3540
|
+
|
|
3541
|
+
MaxRecords?: number;
|
|
3542
|
+
|
|
3543
|
+
Marker?: string;
|
|
3544
|
+
}
|
|
3545
|
+
export declare namespace DescribeDBClusterEndpointsMessage {
|
|
3546
|
+
|
|
3547
|
+
const filterSensitiveLog: (obj: DescribeDBClusterEndpointsMessage) => any;
|
|
3548
|
+
}
|
|
3549
|
+
|
|
3550
|
+
export interface DBClusterParameterGroupsMessage {
|
|
3551
|
+
|
|
3552
|
+
Marker?: string;
|
|
3553
|
+
|
|
3554
|
+
DBClusterParameterGroups?: DBClusterParameterGroup[];
|
|
3555
|
+
}
|
|
3556
|
+
export declare namespace DBClusterParameterGroupsMessage {
|
|
3557
|
+
|
|
3558
|
+
const filterSensitiveLog: (obj: DBClusterParameterGroupsMessage) => any;
|
|
3559
|
+
}
|
|
3560
|
+
|
|
3561
|
+
export interface DescribeDBClusterParameterGroupsMessage {
|
|
3562
|
+
|
|
3563
|
+
DBClusterParameterGroupName?: string;
|
|
3564
|
+
|
|
3565
|
+
Filters?: Filter[];
|
|
3566
|
+
|
|
3567
|
+
MaxRecords?: number;
|
|
3568
|
+
|
|
3569
|
+
Marker?: string;
|
|
3570
|
+
}
|
|
3571
|
+
export declare namespace DescribeDBClusterParameterGroupsMessage {
|
|
3572
|
+
|
|
3573
|
+
const filterSensitiveLog: (obj: DescribeDBClusterParameterGroupsMessage) => any;
|
|
3574
|
+
}
|
|
3575
|
+
export declare type ApplyMethod = "immediate" | "pending-reboot";
|
|
3576
|
+
|
|
3577
|
+
export interface Parameter {
|
|
3578
|
+
|
|
3579
|
+
ParameterName?: string;
|
|
3580
|
+
|
|
3581
|
+
ParameterValue?: string;
|
|
3582
|
+
|
|
3583
|
+
Description?: string;
|
|
3584
|
+
|
|
3585
|
+
Source?: string;
|
|
3586
|
+
|
|
3587
|
+
ApplyType?: string;
|
|
3588
|
+
|
|
3589
|
+
DataType?: string;
|
|
3590
|
+
|
|
3591
|
+
AllowedValues?: string;
|
|
3592
|
+
|
|
3593
|
+
IsModifiable?: boolean;
|
|
3594
|
+
|
|
3595
|
+
MinimumEngineVersion?: string;
|
|
3596
|
+
|
|
3597
|
+
ApplyMethod?: ApplyMethod | string;
|
|
3598
|
+
|
|
3599
|
+
SupportedEngineModes?: string[];
|
|
3600
|
+
}
|
|
3601
|
+
export declare namespace Parameter {
|
|
3602
|
+
|
|
3603
|
+
const filterSensitiveLog: (obj: Parameter) => any;
|
|
3604
|
+
}
|
|
3605
|
+
|
|
3606
|
+
export interface DBClusterParameterGroupDetails {
|
|
3607
|
+
|
|
3608
|
+
Parameters?: Parameter[];
|
|
3609
|
+
|
|
3610
|
+
Marker?: string;
|
|
3611
|
+
}
|
|
3612
|
+
export declare namespace DBClusterParameterGroupDetails {
|
|
3613
|
+
|
|
3614
|
+
const filterSensitiveLog: (obj: DBClusterParameterGroupDetails) => any;
|
|
3615
|
+
}
|
|
3616
|
+
|
|
3617
|
+
export interface DescribeDBClusterParametersMessage {
|
|
3618
|
+
|
|
3619
|
+
DBClusterParameterGroupName: string | undefined;
|
|
3620
|
+
|
|
3621
|
+
Source?: string;
|
|
3622
|
+
|
|
3623
|
+
Filters?: Filter[];
|
|
3624
|
+
|
|
3625
|
+
MaxRecords?: number;
|
|
3626
|
+
|
|
3627
|
+
Marker?: string;
|
|
3628
|
+
}
|
|
3629
|
+
export declare namespace DescribeDBClusterParametersMessage {
|
|
3630
|
+
|
|
3631
|
+
const filterSensitiveLog: (obj: DescribeDBClusterParametersMessage) => any;
|
|
3632
|
+
}
|
|
3633
|
+
|
|
3634
|
+
export interface DBClusterMessage {
|
|
3635
|
+
|
|
3636
|
+
Marker?: string;
|
|
3637
|
+
|
|
3638
|
+
DBClusters?: DBCluster[];
|
|
3639
|
+
}
|
|
3640
|
+
export declare namespace DBClusterMessage {
|
|
3641
|
+
|
|
3642
|
+
const filterSensitiveLog: (obj: DBClusterMessage) => any;
|
|
3643
|
+
}
|
|
3644
|
+
|
|
3645
|
+
export interface DescribeDBClustersMessage {
|
|
3646
|
+
|
|
3647
|
+
DBClusterIdentifier?: string;
|
|
3648
|
+
|
|
3649
|
+
Filters?: Filter[];
|
|
3650
|
+
|
|
3651
|
+
MaxRecords?: number;
|
|
3652
|
+
|
|
3653
|
+
Marker?: string;
|
|
3654
|
+
|
|
3655
|
+
IncludeShared?: boolean;
|
|
3656
|
+
}
|
|
3657
|
+
export declare namespace DescribeDBClustersMessage {
|
|
3658
|
+
|
|
3659
|
+
const filterSensitiveLog: (obj: DescribeDBClustersMessage) => any;
|
|
3660
|
+
}
|
|
3661
|
+
|
|
3662
|
+
export interface DescribeDBClusterSnapshotAttributesMessage {
|
|
3663
|
+
|
|
3664
|
+
DBClusterSnapshotIdentifier: string | undefined;
|
|
3665
|
+
}
|
|
3666
|
+
export declare namespace DescribeDBClusterSnapshotAttributesMessage {
|
|
3667
|
+
|
|
3668
|
+
const filterSensitiveLog: (obj: DescribeDBClusterSnapshotAttributesMessage) => any;
|
|
3669
|
+
}
|
|
3670
|
+
|
|
3671
|
+
export interface DBClusterSnapshotAttribute {
|
|
3672
|
+
|
|
3673
|
+
AttributeName?: string;
|
|
3674
|
+
|
|
3675
|
+
AttributeValues?: string[];
|
|
3676
|
+
}
|
|
3677
|
+
export declare namespace DBClusterSnapshotAttribute {
|
|
3678
|
+
|
|
3679
|
+
const filterSensitiveLog: (obj: DBClusterSnapshotAttribute) => any;
|
|
3680
|
+
}
|
|
3681
|
+
|
|
3682
|
+
export interface DBClusterSnapshotAttributesResult {
|
|
3683
|
+
|
|
3684
|
+
DBClusterSnapshotIdentifier?: string;
|
|
3685
|
+
|
|
3686
|
+
DBClusterSnapshotAttributes?: DBClusterSnapshotAttribute[];
|
|
3687
|
+
}
|
|
3688
|
+
export declare namespace DBClusterSnapshotAttributesResult {
|
|
3689
|
+
|
|
3690
|
+
const filterSensitiveLog: (obj: DBClusterSnapshotAttributesResult) => any;
|
|
3691
|
+
}
|
|
3692
|
+
export interface DescribeDBClusterSnapshotAttributesResult {
|
|
3693
|
+
|
|
3694
|
+
DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult;
|
|
3695
|
+
}
|
|
3696
|
+
export declare namespace DescribeDBClusterSnapshotAttributesResult {
|
|
3697
|
+
|
|
3698
|
+
const filterSensitiveLog: (obj: DescribeDBClusterSnapshotAttributesResult) => any;
|
|
3699
|
+
}
|
|
3700
|
+
|
|
3701
|
+
export interface DBClusterSnapshotMessage {
|
|
3702
|
+
|
|
3703
|
+
Marker?: string;
|
|
3704
|
+
|
|
3705
|
+
DBClusterSnapshots?: DBClusterSnapshot[];
|
|
3706
|
+
}
|
|
3707
|
+
export declare namespace DBClusterSnapshotMessage {
|
|
3708
|
+
|
|
3709
|
+
const filterSensitiveLog: (obj: DBClusterSnapshotMessage) => any;
|
|
3710
|
+
}
|
|
3711
|
+
|
|
3712
|
+
export interface DescribeDBClusterSnapshotsMessage {
|
|
3713
|
+
|
|
3714
|
+
DBClusterIdentifier?: string;
|
|
3715
|
+
|
|
3716
|
+
DBClusterSnapshotIdentifier?: string;
|
|
3717
|
+
|
|
3718
|
+
SnapshotType?: string;
|
|
3719
|
+
|
|
3720
|
+
Filters?: Filter[];
|
|
3721
|
+
|
|
3722
|
+
MaxRecords?: number;
|
|
3723
|
+
|
|
3724
|
+
Marker?: string;
|
|
3725
|
+
|
|
3726
|
+
IncludeShared?: boolean;
|
|
3727
|
+
|
|
3728
|
+
IncludePublic?: boolean;
|
|
3729
|
+
}
|
|
3730
|
+
export declare namespace DescribeDBClusterSnapshotsMessage {
|
|
3731
|
+
|
|
3732
|
+
const filterSensitiveLog: (obj: DescribeDBClusterSnapshotsMessage) => any;
|
|
3733
|
+
}
|
|
3734
|
+
|
|
3735
|
+
export interface CharacterSet {
|
|
3736
|
+
|
|
3737
|
+
CharacterSetName?: string;
|
|
3738
|
+
|
|
3739
|
+
CharacterSetDescription?: string;
|
|
3740
|
+
}
|
|
3741
|
+
export declare namespace CharacterSet {
|
|
3742
|
+
|
|
3743
|
+
const filterSensitiveLog: (obj: CharacterSet) => any;
|
|
3744
|
+
}
|
|
3745
|
+
|
|
3746
|
+
export interface Timezone {
|
|
3747
|
+
|
|
3748
|
+
TimezoneName?: string;
|
|
3749
|
+
}
|
|
3750
|
+
export declare namespace Timezone {
|
|
3751
|
+
|
|
3752
|
+
const filterSensitiveLog: (obj: Timezone) => any;
|
|
3753
|
+
}
|
|
3754
|
+
|
|
3755
|
+
export interface UpgradeTarget {
|
|
3756
|
+
|
|
3757
|
+
Engine?: string;
|
|
3758
|
+
|
|
3759
|
+
EngineVersion?: string;
|
|
3760
|
+
|
|
3761
|
+
Description?: string;
|
|
3762
|
+
|
|
3763
|
+
AutoUpgrade?: boolean;
|
|
3764
|
+
|
|
3765
|
+
IsMajorVersionUpgrade?: boolean;
|
|
3766
|
+
|
|
3767
|
+
SupportedEngineModes?: string[];
|
|
3768
|
+
|
|
3769
|
+
SupportsParallelQuery?: boolean;
|
|
3770
|
+
|
|
3771
|
+
SupportsGlobalDatabases?: boolean;
|
|
3772
|
+
}
|
|
3773
|
+
export declare namespace UpgradeTarget {
|
|
3774
|
+
|
|
3775
|
+
const filterSensitiveLog: (obj: UpgradeTarget) => any;
|
|
3776
|
+
}
|
|
3777
|
+
|
|
3778
|
+
export interface DBEngineVersion {
|
|
3779
|
+
|
|
3780
|
+
Engine?: string;
|
|
3781
|
+
|
|
3782
|
+
EngineVersion?: string;
|
|
3783
|
+
|
|
3784
|
+
DBParameterGroupFamily?: string;
|
|
3785
|
+
|
|
3786
|
+
DBEngineDescription?: string;
|
|
3787
|
+
|
|
3788
|
+
DBEngineVersionDescription?: string;
|
|
3789
|
+
|
|
3790
|
+
DefaultCharacterSet?: CharacterSet;
|
|
3791
|
+
|
|
3792
|
+
SupportedCharacterSets?: CharacterSet[];
|
|
3793
|
+
|
|
3794
|
+
SupportedNcharCharacterSets?: CharacterSet[];
|
|
3795
|
+
|
|
3796
|
+
ValidUpgradeTarget?: UpgradeTarget[];
|
|
3797
|
+
|
|
3798
|
+
SupportedTimezones?: Timezone[];
|
|
3799
|
+
|
|
3800
|
+
ExportableLogTypes?: string[];
|
|
3801
|
+
|
|
3802
|
+
SupportsLogExportsToCloudwatchLogs?: boolean;
|
|
3803
|
+
|
|
3804
|
+
SupportsReadReplica?: boolean;
|
|
3805
|
+
|
|
3806
|
+
SupportedEngineModes?: string[];
|
|
3807
|
+
|
|
3808
|
+
SupportedFeatureNames?: string[];
|
|
3809
|
+
|
|
3810
|
+
Status?: string;
|
|
3811
|
+
|
|
3812
|
+
SupportsParallelQuery?: boolean;
|
|
3813
|
+
|
|
3814
|
+
SupportsGlobalDatabases?: boolean;
|
|
3815
|
+
}
|
|
3816
|
+
export declare namespace DBEngineVersion {
|
|
3817
|
+
|
|
3818
|
+
const filterSensitiveLog: (obj: DBEngineVersion) => any;
|
|
3819
|
+
}
|
|
3820
|
+
|
|
3821
|
+
export interface DBEngineVersionMessage {
|
|
3822
|
+
|
|
3823
|
+
Marker?: string;
|
|
3824
|
+
|
|
3825
|
+
DBEngineVersions?: DBEngineVersion[];
|
|
3826
|
+
}
|
|
3827
|
+
export declare namespace DBEngineVersionMessage {
|
|
3828
|
+
|
|
3829
|
+
const filterSensitiveLog: (obj: DBEngineVersionMessage) => any;
|
|
3830
|
+
}
|
|
3831
|
+
export interface DescribeDBEngineVersionsMessage {
|
|
3832
|
+
|
|
3833
|
+
Engine?: string;
|
|
3834
|
+
|
|
3835
|
+
EngineVersion?: string;
|
|
3836
|
+
|
|
3837
|
+
DBParameterGroupFamily?: string;
|
|
3838
|
+
|
|
3839
|
+
Filters?: Filter[];
|
|
3840
|
+
|
|
3841
|
+
MaxRecords?: number;
|
|
3842
|
+
|
|
3843
|
+
Marker?: string;
|
|
3844
|
+
|
|
3845
|
+
DefaultOnly?: boolean;
|
|
3846
|
+
|
|
3847
|
+
ListSupportedCharacterSets?: boolean;
|
|
3848
|
+
|
|
3849
|
+
ListSupportedTimezones?: boolean;
|
|
3850
|
+
|
|
3851
|
+
IncludeAll?: boolean;
|
|
3852
|
+
}
|
|
3853
|
+
export declare namespace DescribeDBEngineVersionsMessage {
|
|
3854
|
+
|
|
3855
|
+
const filterSensitiveLog: (obj: DescribeDBEngineVersionsMessage) => any;
|
|
3856
|
+
}
|
|
3857
|
+
|
|
3858
|
+
export interface DBInstanceAutomatedBackupMessage {
|
|
3859
|
+
|
|
3860
|
+
Marker?: string;
|
|
3861
|
+
|
|
3862
|
+
DBInstanceAutomatedBackups?: DBInstanceAutomatedBackup[];
|
|
3863
|
+
}
|
|
3864
|
+
export declare namespace DBInstanceAutomatedBackupMessage {
|
|
3865
|
+
|
|
3866
|
+
const filterSensitiveLog: (obj: DBInstanceAutomatedBackupMessage) => any;
|
|
3867
|
+
}
|
|
3868
|
+
|
|
3869
|
+
export interface DescribeDBInstanceAutomatedBackupsMessage {
|
|
3870
|
+
|
|
3871
|
+
DbiResourceId?: string;
|
|
3872
|
+
|
|
3873
|
+
DBInstanceIdentifier?: string;
|
|
3874
|
+
|
|
3875
|
+
Filters?: Filter[];
|
|
3876
|
+
|
|
3877
|
+
MaxRecords?: number;
|
|
3878
|
+
|
|
3879
|
+
Marker?: string;
|
|
3880
|
+
|
|
3881
|
+
DBInstanceAutomatedBackupsArn?: string;
|
|
3882
|
+
}
|
|
3883
|
+
export declare namespace DescribeDBInstanceAutomatedBackupsMessage {
|
|
3884
|
+
|
|
3885
|
+
const filterSensitiveLog: (obj: DescribeDBInstanceAutomatedBackupsMessage) => any;
|
|
3886
|
+
}
|
|
3887
|
+
|
|
3888
|
+
export interface DBInstanceMessage {
|
|
3889
|
+
|
|
3890
|
+
Marker?: string;
|
|
3891
|
+
|
|
3892
|
+
DBInstances?: DBInstance[];
|
|
3893
|
+
}
|
|
3894
|
+
export declare namespace DBInstanceMessage {
|
|
3895
|
+
|
|
3896
|
+
const filterSensitiveLog: (obj: DBInstanceMessage) => any;
|
|
3897
|
+
}
|
|
3898
|
+
|
|
3899
|
+
export interface DescribeDBInstancesMessage {
|
|
3900
|
+
|
|
3901
|
+
DBInstanceIdentifier?: string;
|
|
3902
|
+
|
|
3903
|
+
Filters?: Filter[];
|
|
3904
|
+
|
|
3905
|
+
MaxRecords?: number;
|
|
3906
|
+
|
|
3907
|
+
Marker?: string;
|
|
3908
|
+
}
|
|
3909
|
+
export declare namespace DescribeDBInstancesMessage {
|
|
3910
|
+
|
|
3911
|
+
const filterSensitiveLog: (obj: DescribeDBInstancesMessage) => any;
|
|
3912
|
+
}
|
|
3913
|
+
|
|
3914
|
+
export interface DescribeDBLogFilesMessage {
|
|
3915
|
+
|
|
3916
|
+
DBInstanceIdentifier: string | undefined;
|
|
3917
|
+
|
|
3918
|
+
FilenameContains?: string;
|
|
3919
|
+
|
|
3920
|
+
FileLastWritten?: number;
|
|
3921
|
+
|
|
3922
|
+
FileSize?: number;
|
|
3923
|
+
|
|
3924
|
+
Filters?: Filter[];
|
|
3925
|
+
|
|
3926
|
+
MaxRecords?: number;
|
|
3927
|
+
|
|
3928
|
+
Marker?: string;
|
|
3929
|
+
}
|
|
3930
|
+
export declare namespace DescribeDBLogFilesMessage {
|
|
3931
|
+
|
|
3932
|
+
const filterSensitiveLog: (obj: DescribeDBLogFilesMessage) => any;
|
|
3933
|
+
}
|
|
3934
|
+
|
|
3935
|
+
export interface DescribeDBLogFilesDetails {
|
|
3936
|
+
|
|
3937
|
+
LogFileName?: string;
|
|
3938
|
+
|
|
3939
|
+
LastWritten?: number;
|
|
3940
|
+
|
|
3941
|
+
Size?: number;
|
|
3942
|
+
}
|
|
3943
|
+
export declare namespace DescribeDBLogFilesDetails {
|
|
3944
|
+
|
|
3945
|
+
const filterSensitiveLog: (obj: DescribeDBLogFilesDetails) => any;
|
|
3946
|
+
}
|
|
3947
|
+
|
|
3948
|
+
export interface DescribeDBLogFilesResponse {
|
|
3949
|
+
|
|
3950
|
+
DescribeDBLogFiles?: DescribeDBLogFilesDetails[];
|
|
3951
|
+
|
|
3952
|
+
Marker?: string;
|
|
3953
|
+
}
|
|
3954
|
+
export declare namespace DescribeDBLogFilesResponse {
|
|
3955
|
+
|
|
3956
|
+
const filterSensitiveLog: (obj: DescribeDBLogFilesResponse) => any;
|
|
3957
|
+
}
|
|
3958
|
+
|
|
3959
|
+
export interface DBParameterGroupsMessage {
|
|
3960
|
+
|
|
3961
|
+
Marker?: string;
|
|
3962
|
+
|
|
3963
|
+
DBParameterGroups?: DBParameterGroup[];
|
|
3964
|
+
}
|
|
3965
|
+
export declare namespace DBParameterGroupsMessage {
|
|
3966
|
+
|
|
3967
|
+
const filterSensitiveLog: (obj: DBParameterGroupsMessage) => any;
|
|
3968
|
+
}
|
|
3969
|
+
|
|
3970
|
+
export interface DescribeDBParameterGroupsMessage {
|
|
3971
|
+
|
|
3972
|
+
DBParameterGroupName?: string;
|
|
3973
|
+
|
|
3974
|
+
Filters?: Filter[];
|
|
3975
|
+
|
|
3976
|
+
MaxRecords?: number;
|
|
3977
|
+
|
|
3978
|
+
Marker?: string;
|
|
3979
|
+
}
|
|
3980
|
+
export declare namespace DescribeDBParameterGroupsMessage {
|
|
3981
|
+
|
|
3982
|
+
const filterSensitiveLog: (obj: DescribeDBParameterGroupsMessage) => any;
|
|
3983
|
+
}
|
|
3984
|
+
|
|
3985
|
+
export interface DBParameterGroupDetails {
|
|
3986
|
+
|
|
3987
|
+
Parameters?: Parameter[];
|
|
3988
|
+
|
|
3989
|
+
Marker?: string;
|
|
3990
|
+
}
|
|
3991
|
+
export declare namespace DBParameterGroupDetails {
|
|
3992
|
+
|
|
3993
|
+
const filterSensitiveLog: (obj: DBParameterGroupDetails) => any;
|
|
3994
|
+
}
|
|
3995
|
+
export interface DescribeDBParametersMessage {
|
|
3996
|
+
|
|
3997
|
+
DBParameterGroupName: string | undefined;
|
|
3998
|
+
|
|
3999
|
+
Source?: string;
|
|
4000
|
+
|
|
4001
|
+
Filters?: Filter[];
|
|
4002
|
+
|
|
4003
|
+
MaxRecords?: number;
|
|
4004
|
+
|
|
4005
|
+
Marker?: string;
|
|
4006
|
+
}
|
|
4007
|
+
export declare namespace DescribeDBParametersMessage {
|
|
4008
|
+
|
|
4009
|
+
const filterSensitiveLog: (obj: DescribeDBParametersMessage) => any;
|
|
4010
|
+
}
|
|
4011
|
+
export interface DescribeDBProxiesRequest {
|
|
4012
|
+
|
|
4013
|
+
DBProxyName?: string;
|
|
4014
|
+
|
|
4015
|
+
Filters?: Filter[];
|
|
4016
|
+
|
|
4017
|
+
Marker?: string;
|
|
4018
|
+
|
|
4019
|
+
MaxRecords?: number;
|
|
4020
|
+
}
|
|
4021
|
+
export declare namespace DescribeDBProxiesRequest {
|
|
4022
|
+
|
|
4023
|
+
const filterSensitiveLog: (obj: DescribeDBProxiesRequest) => any;
|
|
4024
|
+
}
|
|
4025
|
+
export interface DescribeDBProxiesResponse {
|
|
4026
|
+
|
|
4027
|
+
DBProxies?: DBProxy[];
|
|
4028
|
+
|
|
4029
|
+
Marker?: string;
|
|
4030
|
+
}
|
|
4031
|
+
export declare namespace DescribeDBProxiesResponse {
|
|
4032
|
+
|
|
4033
|
+
const filterSensitiveLog: (obj: DescribeDBProxiesResponse) => any;
|
|
4034
|
+
}
|
|
4035
|
+
export interface DescribeDBProxyEndpointsRequest {
|
|
4036
|
+
|
|
4037
|
+
DBProxyName?: string;
|
|
4038
|
+
|
|
4039
|
+
DBProxyEndpointName?: string;
|
|
4040
|
+
|
|
4041
|
+
Filters?: Filter[];
|
|
4042
|
+
|
|
4043
|
+
Marker?: string;
|
|
4044
|
+
|
|
4045
|
+
MaxRecords?: number;
|
|
4046
|
+
}
|
|
4047
|
+
export declare namespace DescribeDBProxyEndpointsRequest {
|
|
4048
|
+
|
|
4049
|
+
const filterSensitiveLog: (obj: DescribeDBProxyEndpointsRequest) => any;
|
|
4050
|
+
}
|
|
4051
|
+
export interface DescribeDBProxyEndpointsResponse {
|
|
4052
|
+
|
|
4053
|
+
DBProxyEndpoints?: DBProxyEndpoint[];
|
|
4054
|
+
|
|
4055
|
+
Marker?: string;
|
|
4056
|
+
}
|
|
4057
|
+
export declare namespace DescribeDBProxyEndpointsResponse {
|
|
4058
|
+
|
|
4059
|
+
const filterSensitiveLog: (obj: DescribeDBProxyEndpointsResponse) => any;
|
|
4060
|
+
}
|
|
4061
|
+
export interface DescribeDBProxyTargetGroupsRequest {
|
|
4062
|
+
|
|
4063
|
+
DBProxyName: string | undefined;
|
|
4064
|
+
|
|
4065
|
+
TargetGroupName?: string;
|
|
4066
|
+
|
|
4067
|
+
Filters?: Filter[];
|
|
4068
|
+
|
|
4069
|
+
Marker?: string;
|
|
4070
|
+
|
|
4071
|
+
MaxRecords?: number;
|
|
4072
|
+
}
|
|
4073
|
+
export declare namespace DescribeDBProxyTargetGroupsRequest {
|
|
4074
|
+
|
|
4075
|
+
const filterSensitiveLog: (obj: DescribeDBProxyTargetGroupsRequest) => any;
|
|
4076
|
+
}
|
|
4077
|
+
|
|
4078
|
+
export interface ConnectionPoolConfigurationInfo {
|
|
4079
|
+
|
|
4080
|
+
MaxConnectionsPercent?: number;
|
|
4081
|
+
|
|
4082
|
+
MaxIdleConnectionsPercent?: number;
|
|
4083
|
+
|
|
4084
|
+
ConnectionBorrowTimeout?: number;
|
|
4085
|
+
|
|
4086
|
+
SessionPinningFilters?: string[];
|
|
4087
|
+
|
|
4088
|
+
InitQuery?: string;
|
|
4089
|
+
}
|
|
4090
|
+
export declare namespace ConnectionPoolConfigurationInfo {
|
|
4091
|
+
|
|
4092
|
+
const filterSensitiveLog: (obj: ConnectionPoolConfigurationInfo) => any;
|
|
4093
|
+
}
|
|
4094
|
+
|
|
4095
|
+
export interface DBProxyTargetGroup {
|
|
4096
|
+
|
|
4097
|
+
DBProxyName?: string;
|
|
4098
|
+
|
|
4099
|
+
TargetGroupName?: string;
|
|
4100
|
+
|
|
4101
|
+
TargetGroupArn?: string;
|
|
4102
|
+
|
|
4103
|
+
IsDefault?: boolean;
|
|
4104
|
+
|
|
4105
|
+
Status?: string;
|
|
4106
|
+
|
|
4107
|
+
ConnectionPoolConfig?: ConnectionPoolConfigurationInfo;
|
|
4108
|
+
|
|
4109
|
+
CreatedDate?: Date;
|
|
4110
|
+
|
|
4111
|
+
UpdatedDate?: Date;
|
|
4112
|
+
}
|
|
4113
|
+
export declare namespace DBProxyTargetGroup {
|
|
4114
|
+
|
|
4115
|
+
const filterSensitiveLog: (obj: DBProxyTargetGroup) => any;
|
|
4116
|
+
}
|
|
4117
|
+
export interface DescribeDBProxyTargetGroupsResponse {
|
|
4118
|
+
|
|
4119
|
+
TargetGroups?: DBProxyTargetGroup[];
|
|
4120
|
+
|
|
4121
|
+
Marker?: string;
|
|
4122
|
+
}
|
|
4123
|
+
export declare namespace DescribeDBProxyTargetGroupsResponse {
|
|
4124
|
+
|
|
4125
|
+
const filterSensitiveLog: (obj: DescribeDBProxyTargetGroupsResponse) => any;
|
|
4126
|
+
}
|
|
4127
|
+
export interface DescribeDBProxyTargetsRequest {
|
|
4128
|
+
|
|
4129
|
+
DBProxyName: string | undefined;
|
|
4130
|
+
|
|
4131
|
+
TargetGroupName?: string;
|
|
4132
|
+
|
|
4133
|
+
Filters?: Filter[];
|
|
4134
|
+
|
|
4135
|
+
Marker?: string;
|
|
4136
|
+
|
|
4137
|
+
MaxRecords?: number;
|
|
4138
|
+
}
|
|
4139
|
+
export declare namespace DescribeDBProxyTargetsRequest {
|
|
4140
|
+
|
|
4141
|
+
const filterSensitiveLog: (obj: DescribeDBProxyTargetsRequest) => any;
|
|
4142
|
+
}
|
|
4143
|
+
export declare enum TargetRole {
|
|
4144
|
+
READ_ONLY = "READ_ONLY",
|
|
4145
|
+
READ_WRITE = "READ_WRITE",
|
|
4146
|
+
UNKNOWN = "UNKNOWN"
|
|
4147
|
+
}
|
|
4148
|
+
export declare enum TargetHealthReason {
|
|
4149
|
+
AUTH_FAILURE = "AUTH_FAILURE",
|
|
4150
|
+
CONNECTION_FAILED = "CONNECTION_FAILED",
|
|
4151
|
+
INVALID_REPLICATION_STATE = "INVALID_REPLICATION_STATE",
|
|
4152
|
+
PENDING_PROXY_CAPACITY = "PENDING_PROXY_CAPACITY",
|
|
4153
|
+
UNREACHABLE = "UNREACHABLE"
|
|
4154
|
+
}
|
|
4155
|
+
export declare enum TargetState {
|
|
4156
|
+
available = "AVAILABLE",
|
|
4157
|
+
registering = "REGISTERING",
|
|
4158
|
+
unavailable = "UNAVAILABLE"
|
|
4159
|
+
}
|
|
4160
|
+
|
|
4161
|
+
export interface TargetHealth {
|
|
4162
|
+
|
|
4163
|
+
State?: TargetState | string;
|
|
4164
|
+
|
|
4165
|
+
Reason?: TargetHealthReason | string;
|
|
4166
|
+
|
|
4167
|
+
Description?: string;
|
|
4168
|
+
}
|
|
4169
|
+
export declare namespace TargetHealth {
|
|
4170
|
+
|
|
4171
|
+
const filterSensitiveLog: (obj: TargetHealth) => any;
|
|
4172
|
+
}
|
|
4173
|
+
export declare enum TargetType {
|
|
4174
|
+
RDS_INSTANCE = "RDS_INSTANCE",
|
|
4175
|
+
RDS_SERVERLESS_ENDPOINT = "RDS_SERVERLESS_ENDPOINT",
|
|
4176
|
+
TRACKED_CLUSTER = "TRACKED_CLUSTER"
|
|
4177
|
+
}
|
|
4178
|
+
|
|
4179
|
+
export interface DBProxyTarget {
|
|
4180
|
+
|
|
4181
|
+
TargetArn?: string;
|
|
4182
|
+
|
|
4183
|
+
Endpoint?: string;
|
|
4184
|
+
|
|
4185
|
+
TrackedClusterId?: string;
|
|
4186
|
+
|
|
4187
|
+
RdsResourceId?: string;
|
|
4188
|
+
|
|
4189
|
+
Port?: number;
|
|
4190
|
+
|
|
4191
|
+
Type?: TargetType | string;
|
|
4192
|
+
|
|
4193
|
+
Role?: TargetRole | string;
|
|
4194
|
+
|
|
4195
|
+
TargetHealth?: TargetHealth;
|
|
4196
|
+
}
|
|
4197
|
+
export declare namespace DBProxyTarget {
|
|
4198
|
+
|
|
4199
|
+
const filterSensitiveLog: (obj: DBProxyTarget) => any;
|
|
4200
|
+
}
|
|
4201
|
+
export interface DescribeDBProxyTargetsResponse {
|
|
4202
|
+
|
|
4203
|
+
Targets?: DBProxyTarget[];
|
|
4204
|
+
|
|
4205
|
+
Marker?: string;
|
|
4206
|
+
}
|
|
4207
|
+
export declare namespace DescribeDBProxyTargetsResponse {
|
|
4208
|
+
|
|
4209
|
+
const filterSensitiveLog: (obj: DescribeDBProxyTargetsResponse) => any;
|
|
4210
|
+
}
|