@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
|
@@ -1,1600 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ReservedDBInstancesOffering = exports.DescribeReservedDBInstancesOfferingsMessage = exports.ReservedDBInstanceNotFoundFault = exports.ReservedDBInstanceMessage = exports.ReservedDBInstance = exports.RecurringCharge = exports.DescribeReservedDBInstancesMessage = exports.PendingMaintenanceActionsMessage = exports.DescribePendingMaintenanceActionsMessage = exports.OrderableDBInstanceOptionsMessage = exports.OrderableDBInstanceOption = exports.AvailableProcessorFeature = exports.DescribeOrderableDBInstanceOptionsMessage = exports.OptionGroups = exports.DescribeOptionGroupsMessage = exports.OptionGroupOptionsMessage = exports.OptionGroupOption = exports.OptionVersion = exports.OptionGroupOptionSetting = exports.MinimumEngineVersionPerAllowedValue = exports.DescribeOptionGroupOptionsMessage = exports.InstallationMediaMessage = exports.DescribeInstallationMediaMessage = exports.GlobalClustersMessage = exports.DescribeGlobalClustersMessage = exports.ExportTasksMessage = exports.DescribeExportTasksMessage = exports.EventSubscriptionsMessage = exports.DescribeEventSubscriptionsMessage = exports.EventsMessage = exports.Event = exports.DescribeEventsMessage = exports.EventCategoriesMessage = exports.EventCategoriesMap = exports.DescribeEventCategoriesMessage = exports.DescribeEngineDefaultParametersResult = exports.DescribeEngineDefaultParametersMessage = exports.DescribeEngineDefaultClusterParametersResult = exports.EngineDefaults = exports.DescribeEngineDefaultClusterParametersMessage = exports.DescribeDBSubnetGroupsMessage = exports.DBSubnetGroupMessage = exports.DescribeDBSnapshotsMessage = exports.DBSnapshotMessage = exports.DescribeDBSnapshotAttributesResult = exports.DBSnapshotAttributesResult = exports.DBSnapshotAttribute = exports.DescribeDBSnapshotAttributesMessage = exports.DescribeDBSecurityGroupsMessage = exports.DBSecurityGroupMessage = void 0;
|
|
4
|
-
exports.ModifyDBSnapshotResult = exports.ModifyDBSnapshotMessage = exports.ModifyDBProxyTargetGroupResponse = exports.ModifyDBProxyTargetGroupRequest = exports.ConnectionPoolConfiguration = exports.ModifyDBProxyEndpointResponse = exports.ModifyDBProxyEndpointRequest = exports.ModifyDBProxyResponse = exports.ModifyDBProxyRequest = exports.ModifyDBParameterGroupMessage = exports.DBParameterGroupNameMessage = exports.ModifyDBInstanceResult = exports.ModifyDBInstanceMessage = exports.DBUpgradeDependencyFailureFault = exports.SharedSnapshotQuotaExceededFault = exports.ModifyDBClusterSnapshotAttributeResult = exports.ModifyDBClusterSnapshotAttributeMessage = exports.ModifyDBClusterParameterGroupMessage = exports.DBClusterParameterGroupNameMessage = exports.ModifyDBClusterEndpointMessage = exports.ModifyDBClusterResult = exports.ModifyDBClusterMessage = exports.CloudwatchLogsExportConfiguration = exports.ModifyCurrentDBClusterCapacityMessage = exports.InvalidDBClusterCapacityFault = exports.DBClusterCapacityInfo = exports.ModifyCertificatesResult = exports.ModifyCertificatesMessage = exports.TagListMessage = exports.ListTagsForResourceMessage = exports.InstallationMediaAlreadyExistsFault = exports.ImportInstallationMediaMessage = exports.FailoverGlobalClusterResult = exports.FailoverGlobalClusterMessage = exports.FailoverDBClusterResult = exports.FailoverDBClusterMessage = exports.DownloadDBLogFilePortionMessage = exports.DownloadDBLogFilePortionDetails = exports.DBLogFileNotFoundFault = exports.DescribeValidDBInstanceModificationsResult = exports.ValidDBInstanceModificationsMessage = exports.ValidStorageOptions = exports.Range = exports.DoubleRange = exports.DescribeValidDBInstanceModificationsMessage = exports.SourceRegionMessage = exports.SourceRegion = exports.DescribeSourceRegionsMessage = exports.ReservedDBInstancesOfferingNotFoundFault = exports.ReservedDBInstancesOfferingMessage = void 0;
|
|
5
|
-
exports.RestoreDBInstanceFromS3Result = exports.RestoreDBInstanceFromS3Message = exports.RestoreDBInstanceFromDBSnapshotResult = exports.RestoreDBInstanceFromDBSnapshotMessage = exports.RestoreDBClusterToPointInTimeResult = exports.RestoreDBClusterToPointInTimeMessage = exports.RestoreDBClusterFromSnapshotResult = exports.RestoreDBClusterFromSnapshotMessage = exports.InvalidRestoreFault = exports.InsufficientDBClusterCapacityFault = exports.RestoreDBClusterFromS3Result = exports.RestoreDBClusterFromS3Message = exports.InvalidS3BucketFault = exports.ResetDBParameterGroupMessage = exports.ResetDBClusterParameterGroupMessage = exports.RemoveTagsFromResourceMessage = exports.RemoveSourceIdentifierFromSubscriptionResult = exports.RemoveSourceIdentifierFromSubscriptionMessage = exports.RemoveRoleFromDBInstanceMessage = exports.DBInstanceRoleNotFoundFault = exports.RemoveRoleFromDBClusterMessage = exports.DBClusterRoleNotFoundFault = exports.RemoveFromGlobalClusterResult = exports.RemoveFromGlobalClusterMessage = exports.RegisterDBProxyTargetsResponse = exports.RegisterDBProxyTargetsRequest = exports.InsufficientAvailableIPsInSubnetFault = exports.DBProxyTargetAlreadyRegisteredFault = exports.RebootDBInstanceResult = exports.RebootDBInstanceMessage = exports.ReservedDBInstanceQuotaExceededFault = exports.ReservedDBInstanceAlreadyExistsFault = exports.PurchaseReservedDBInstancesOfferingResult = exports.PurchaseReservedDBInstancesOfferingMessage = exports.PromoteReadReplicaDBClusterResult = exports.PromoteReadReplicaDBClusterMessage = exports.PromoteReadReplicaResult = exports.PromoteReadReplicaMessage = exports.ModifyOptionGroupResult = exports.ModifyOptionGroupMessage = exports.OptionConfiguration = exports.ModifyGlobalClusterResult = exports.ModifyGlobalClusterMessage = exports.ModifyEventSubscriptionResult = exports.ModifyEventSubscriptionMessage = exports.SubnetAlreadyInUse = exports.ModifyDBSubnetGroupResult = exports.ModifyDBSubnetGroupMessage = exports.ModifyDBSnapshotAttributeResult = exports.ModifyDBSnapshotAttributeMessage = void 0;
|
|
6
|
-
exports.StopDBInstanceAutomatedBackupsReplicationResult = exports.StopDBInstanceAutomatedBackupsReplicationMessage = exports.StopDBInstanceResult = exports.StopDBInstanceMessage = exports.StopDBClusterResult = exports.StopDBClusterMessage = exports.StopActivityStreamResponse = exports.StopActivityStreamRequest = exports.StartExportTaskMessage = exports.InvalidExportSourceStateFault = exports.InvalidExportOnlyFault = exports.IamRoleNotFoundFault = exports.IamRoleMissingPermissionsFault = exports.ExportTaskAlreadyExistsFault = exports.StartDBInstanceAutomatedBackupsReplicationResult = exports.StartDBInstanceAutomatedBackupsReplicationMessage = exports.StartDBInstanceResult = exports.StartDBInstanceMessage = exports.StartDBClusterResult = exports.StartDBClusterMessage = exports.StartActivityStreamResponse = exports.StartActivityStreamRequest = exports.RevokeDBSecurityGroupIngressResult = exports.RevokeDBSecurityGroupIngressMessage = exports.RestoreDBInstanceToPointInTimeResult = exports.RestoreDBInstanceToPointInTimeMessage = exports.PointInTimeRestoreNotEnabledFault = void 0;
|
|
7
|
-
var DBSecurityGroupMessage;
|
|
8
|
-
(function (DBSecurityGroupMessage) {
|
|
9
|
-
/**
|
|
10
|
-
* @internal
|
|
11
|
-
*/
|
|
12
|
-
DBSecurityGroupMessage.filterSensitiveLog = (obj) => ({
|
|
13
|
-
...obj,
|
|
14
|
-
});
|
|
15
|
-
})(DBSecurityGroupMessage = exports.DBSecurityGroupMessage || (exports.DBSecurityGroupMessage = {}));
|
|
16
|
-
var DescribeDBSecurityGroupsMessage;
|
|
17
|
-
(function (DescribeDBSecurityGroupsMessage) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
|
-
DescribeDBSecurityGroupsMessage.filterSensitiveLog = (obj) => ({
|
|
22
|
-
...obj,
|
|
23
|
-
});
|
|
24
|
-
})(DescribeDBSecurityGroupsMessage = exports.DescribeDBSecurityGroupsMessage || (exports.DescribeDBSecurityGroupsMessage = {}));
|
|
25
|
-
var DescribeDBSnapshotAttributesMessage;
|
|
26
|
-
(function (DescribeDBSnapshotAttributesMessage) {
|
|
27
|
-
/**
|
|
28
|
-
* @internal
|
|
29
|
-
*/
|
|
30
|
-
DescribeDBSnapshotAttributesMessage.filterSensitiveLog = (obj) => ({
|
|
31
|
-
...obj,
|
|
32
|
-
});
|
|
33
|
-
})(DescribeDBSnapshotAttributesMessage = exports.DescribeDBSnapshotAttributesMessage || (exports.DescribeDBSnapshotAttributesMessage = {}));
|
|
34
|
-
var DBSnapshotAttribute;
|
|
35
|
-
(function (DBSnapshotAttribute) {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
DBSnapshotAttribute.filterSensitiveLog = (obj) => ({
|
|
40
|
-
...obj,
|
|
41
|
-
});
|
|
42
|
-
})(DBSnapshotAttribute = exports.DBSnapshotAttribute || (exports.DBSnapshotAttribute = {}));
|
|
43
|
-
var DBSnapshotAttributesResult;
|
|
44
|
-
(function (DBSnapshotAttributesResult) {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
DBSnapshotAttributesResult.filterSensitiveLog = (obj) => ({
|
|
49
|
-
...obj,
|
|
50
|
-
});
|
|
51
|
-
})(DBSnapshotAttributesResult = exports.DBSnapshotAttributesResult || (exports.DBSnapshotAttributesResult = {}));
|
|
52
|
-
var DescribeDBSnapshotAttributesResult;
|
|
53
|
-
(function (DescribeDBSnapshotAttributesResult) {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
DescribeDBSnapshotAttributesResult.filterSensitiveLog = (obj) => ({
|
|
58
|
-
...obj,
|
|
59
|
-
});
|
|
60
|
-
})(DescribeDBSnapshotAttributesResult = exports.DescribeDBSnapshotAttributesResult || (exports.DescribeDBSnapshotAttributesResult = {}));
|
|
61
|
-
var DBSnapshotMessage;
|
|
62
|
-
(function (DBSnapshotMessage) {
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
|
-
DBSnapshotMessage.filterSensitiveLog = (obj) => ({
|
|
67
|
-
...obj,
|
|
68
|
-
});
|
|
69
|
-
})(DBSnapshotMessage = exports.DBSnapshotMessage || (exports.DBSnapshotMessage = {}));
|
|
70
|
-
var DescribeDBSnapshotsMessage;
|
|
71
|
-
(function (DescribeDBSnapshotsMessage) {
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
DescribeDBSnapshotsMessage.filterSensitiveLog = (obj) => ({
|
|
76
|
-
...obj,
|
|
77
|
-
});
|
|
78
|
-
})(DescribeDBSnapshotsMessage = exports.DescribeDBSnapshotsMessage || (exports.DescribeDBSnapshotsMessage = {}));
|
|
79
|
-
var DBSubnetGroupMessage;
|
|
80
|
-
(function (DBSubnetGroupMessage) {
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
DBSubnetGroupMessage.filterSensitiveLog = (obj) => ({
|
|
85
|
-
...obj,
|
|
86
|
-
});
|
|
87
|
-
})(DBSubnetGroupMessage = exports.DBSubnetGroupMessage || (exports.DBSubnetGroupMessage = {}));
|
|
88
|
-
var DescribeDBSubnetGroupsMessage;
|
|
89
|
-
(function (DescribeDBSubnetGroupsMessage) {
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
DescribeDBSubnetGroupsMessage.filterSensitiveLog = (obj) => ({
|
|
94
|
-
...obj,
|
|
95
|
-
});
|
|
96
|
-
})(DescribeDBSubnetGroupsMessage = exports.DescribeDBSubnetGroupsMessage || (exports.DescribeDBSubnetGroupsMessage = {}));
|
|
97
|
-
var DescribeEngineDefaultClusterParametersMessage;
|
|
98
|
-
(function (DescribeEngineDefaultClusterParametersMessage) {
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
DescribeEngineDefaultClusterParametersMessage.filterSensitiveLog = (obj) => ({
|
|
103
|
-
...obj,
|
|
104
|
-
});
|
|
105
|
-
})(DescribeEngineDefaultClusterParametersMessage = exports.DescribeEngineDefaultClusterParametersMessage || (exports.DescribeEngineDefaultClusterParametersMessage = {}));
|
|
106
|
-
var EngineDefaults;
|
|
107
|
-
(function (EngineDefaults) {
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
EngineDefaults.filterSensitiveLog = (obj) => ({
|
|
112
|
-
...obj,
|
|
113
|
-
});
|
|
114
|
-
})(EngineDefaults = exports.EngineDefaults || (exports.EngineDefaults = {}));
|
|
115
|
-
var DescribeEngineDefaultClusterParametersResult;
|
|
116
|
-
(function (DescribeEngineDefaultClusterParametersResult) {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
DescribeEngineDefaultClusterParametersResult.filterSensitiveLog = (obj) => ({
|
|
121
|
-
...obj,
|
|
122
|
-
});
|
|
123
|
-
})(DescribeEngineDefaultClusterParametersResult = exports.DescribeEngineDefaultClusterParametersResult || (exports.DescribeEngineDefaultClusterParametersResult = {}));
|
|
124
|
-
var DescribeEngineDefaultParametersMessage;
|
|
125
|
-
(function (DescribeEngineDefaultParametersMessage) {
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
DescribeEngineDefaultParametersMessage.filterSensitiveLog = (obj) => ({
|
|
130
|
-
...obj,
|
|
131
|
-
});
|
|
132
|
-
})(DescribeEngineDefaultParametersMessage = exports.DescribeEngineDefaultParametersMessage || (exports.DescribeEngineDefaultParametersMessage = {}));
|
|
133
|
-
var DescribeEngineDefaultParametersResult;
|
|
134
|
-
(function (DescribeEngineDefaultParametersResult) {
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
|
-
DescribeEngineDefaultParametersResult.filterSensitiveLog = (obj) => ({
|
|
139
|
-
...obj,
|
|
140
|
-
});
|
|
141
|
-
})(DescribeEngineDefaultParametersResult = exports.DescribeEngineDefaultParametersResult || (exports.DescribeEngineDefaultParametersResult = {}));
|
|
142
|
-
var DescribeEventCategoriesMessage;
|
|
143
|
-
(function (DescribeEventCategoriesMessage) {
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
|
-
DescribeEventCategoriesMessage.filterSensitiveLog = (obj) => ({
|
|
148
|
-
...obj,
|
|
149
|
-
});
|
|
150
|
-
})(DescribeEventCategoriesMessage = exports.DescribeEventCategoriesMessage || (exports.DescribeEventCategoriesMessage = {}));
|
|
151
|
-
var EventCategoriesMap;
|
|
152
|
-
(function (EventCategoriesMap) {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
|
-
EventCategoriesMap.filterSensitiveLog = (obj) => ({
|
|
157
|
-
...obj,
|
|
158
|
-
});
|
|
159
|
-
})(EventCategoriesMap = exports.EventCategoriesMap || (exports.EventCategoriesMap = {}));
|
|
160
|
-
var EventCategoriesMessage;
|
|
161
|
-
(function (EventCategoriesMessage) {
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
EventCategoriesMessage.filterSensitiveLog = (obj) => ({
|
|
166
|
-
...obj,
|
|
167
|
-
});
|
|
168
|
-
})(EventCategoriesMessage = exports.EventCategoriesMessage || (exports.EventCategoriesMessage = {}));
|
|
169
|
-
var DescribeEventsMessage;
|
|
170
|
-
(function (DescribeEventsMessage) {
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
|
-
DescribeEventsMessage.filterSensitiveLog = (obj) => ({
|
|
175
|
-
...obj,
|
|
176
|
-
});
|
|
177
|
-
})(DescribeEventsMessage = exports.DescribeEventsMessage || (exports.DescribeEventsMessage = {}));
|
|
178
|
-
var Event;
|
|
179
|
-
(function (Event) {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
Event.filterSensitiveLog = (obj) => ({
|
|
184
|
-
...obj,
|
|
185
|
-
});
|
|
186
|
-
})(Event = exports.Event || (exports.Event = {}));
|
|
187
|
-
var EventsMessage;
|
|
188
|
-
(function (EventsMessage) {
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
|
-
EventsMessage.filterSensitiveLog = (obj) => ({
|
|
193
|
-
...obj,
|
|
194
|
-
});
|
|
195
|
-
})(EventsMessage = exports.EventsMessage || (exports.EventsMessage = {}));
|
|
196
|
-
var DescribeEventSubscriptionsMessage;
|
|
197
|
-
(function (DescribeEventSubscriptionsMessage) {
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
|
-
DescribeEventSubscriptionsMessage.filterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
});
|
|
204
|
-
})(DescribeEventSubscriptionsMessage = exports.DescribeEventSubscriptionsMessage || (exports.DescribeEventSubscriptionsMessage = {}));
|
|
205
|
-
var EventSubscriptionsMessage;
|
|
206
|
-
(function (EventSubscriptionsMessage) {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
|
-
EventSubscriptionsMessage.filterSensitiveLog = (obj) => ({
|
|
211
|
-
...obj,
|
|
212
|
-
});
|
|
213
|
-
})(EventSubscriptionsMessage = exports.EventSubscriptionsMessage || (exports.EventSubscriptionsMessage = {}));
|
|
214
|
-
var DescribeExportTasksMessage;
|
|
215
|
-
(function (DescribeExportTasksMessage) {
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
|
-
DescribeExportTasksMessage.filterSensitiveLog = (obj) => ({
|
|
220
|
-
...obj,
|
|
221
|
-
});
|
|
222
|
-
})(DescribeExportTasksMessage = exports.DescribeExportTasksMessage || (exports.DescribeExportTasksMessage = {}));
|
|
223
|
-
var ExportTasksMessage;
|
|
224
|
-
(function (ExportTasksMessage) {
|
|
225
|
-
/**
|
|
226
|
-
* @internal
|
|
227
|
-
*/
|
|
228
|
-
ExportTasksMessage.filterSensitiveLog = (obj) => ({
|
|
229
|
-
...obj,
|
|
230
|
-
});
|
|
231
|
-
})(ExportTasksMessage = exports.ExportTasksMessage || (exports.ExportTasksMessage = {}));
|
|
232
|
-
var DescribeGlobalClustersMessage;
|
|
233
|
-
(function (DescribeGlobalClustersMessage) {
|
|
234
|
-
/**
|
|
235
|
-
* @internal
|
|
236
|
-
*/
|
|
237
|
-
DescribeGlobalClustersMessage.filterSensitiveLog = (obj) => ({
|
|
238
|
-
...obj,
|
|
239
|
-
});
|
|
240
|
-
})(DescribeGlobalClustersMessage = exports.DescribeGlobalClustersMessage || (exports.DescribeGlobalClustersMessage = {}));
|
|
241
|
-
var GlobalClustersMessage;
|
|
242
|
-
(function (GlobalClustersMessage) {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
|
-
GlobalClustersMessage.filterSensitiveLog = (obj) => ({
|
|
247
|
-
...obj,
|
|
248
|
-
});
|
|
249
|
-
})(GlobalClustersMessage = exports.GlobalClustersMessage || (exports.GlobalClustersMessage = {}));
|
|
250
|
-
var DescribeInstallationMediaMessage;
|
|
251
|
-
(function (DescribeInstallationMediaMessage) {
|
|
252
|
-
/**
|
|
253
|
-
* @internal
|
|
254
|
-
*/
|
|
255
|
-
DescribeInstallationMediaMessage.filterSensitiveLog = (obj) => ({
|
|
256
|
-
...obj,
|
|
257
|
-
});
|
|
258
|
-
})(DescribeInstallationMediaMessage = exports.DescribeInstallationMediaMessage || (exports.DescribeInstallationMediaMessage = {}));
|
|
259
|
-
var InstallationMediaMessage;
|
|
260
|
-
(function (InstallationMediaMessage) {
|
|
261
|
-
/**
|
|
262
|
-
* @internal
|
|
263
|
-
*/
|
|
264
|
-
InstallationMediaMessage.filterSensitiveLog = (obj) => ({
|
|
265
|
-
...obj,
|
|
266
|
-
});
|
|
267
|
-
})(InstallationMediaMessage = exports.InstallationMediaMessage || (exports.InstallationMediaMessage = {}));
|
|
268
|
-
var DescribeOptionGroupOptionsMessage;
|
|
269
|
-
(function (DescribeOptionGroupOptionsMessage) {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
|
-
DescribeOptionGroupOptionsMessage.filterSensitiveLog = (obj) => ({
|
|
274
|
-
...obj,
|
|
275
|
-
});
|
|
276
|
-
})(DescribeOptionGroupOptionsMessage = exports.DescribeOptionGroupOptionsMessage || (exports.DescribeOptionGroupOptionsMessage = {}));
|
|
277
|
-
var MinimumEngineVersionPerAllowedValue;
|
|
278
|
-
(function (MinimumEngineVersionPerAllowedValue) {
|
|
279
|
-
/**
|
|
280
|
-
* @internal
|
|
281
|
-
*/
|
|
282
|
-
MinimumEngineVersionPerAllowedValue.filterSensitiveLog = (obj) => ({
|
|
283
|
-
...obj,
|
|
284
|
-
});
|
|
285
|
-
})(MinimumEngineVersionPerAllowedValue = exports.MinimumEngineVersionPerAllowedValue || (exports.MinimumEngineVersionPerAllowedValue = {}));
|
|
286
|
-
var OptionGroupOptionSetting;
|
|
287
|
-
(function (OptionGroupOptionSetting) {
|
|
288
|
-
/**
|
|
289
|
-
* @internal
|
|
290
|
-
*/
|
|
291
|
-
OptionGroupOptionSetting.filterSensitiveLog = (obj) => ({
|
|
292
|
-
...obj,
|
|
293
|
-
});
|
|
294
|
-
})(OptionGroupOptionSetting = exports.OptionGroupOptionSetting || (exports.OptionGroupOptionSetting = {}));
|
|
295
|
-
var OptionVersion;
|
|
296
|
-
(function (OptionVersion) {
|
|
297
|
-
/**
|
|
298
|
-
* @internal
|
|
299
|
-
*/
|
|
300
|
-
OptionVersion.filterSensitiveLog = (obj) => ({
|
|
301
|
-
...obj,
|
|
302
|
-
});
|
|
303
|
-
})(OptionVersion = exports.OptionVersion || (exports.OptionVersion = {}));
|
|
304
|
-
var OptionGroupOption;
|
|
305
|
-
(function (OptionGroupOption) {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
|
-
OptionGroupOption.filterSensitiveLog = (obj) => ({
|
|
310
|
-
...obj,
|
|
311
|
-
});
|
|
312
|
-
})(OptionGroupOption = exports.OptionGroupOption || (exports.OptionGroupOption = {}));
|
|
313
|
-
var OptionGroupOptionsMessage;
|
|
314
|
-
(function (OptionGroupOptionsMessage) {
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
|
-
OptionGroupOptionsMessage.filterSensitiveLog = (obj) => ({
|
|
319
|
-
...obj,
|
|
320
|
-
});
|
|
321
|
-
})(OptionGroupOptionsMessage = exports.OptionGroupOptionsMessage || (exports.OptionGroupOptionsMessage = {}));
|
|
322
|
-
var DescribeOptionGroupsMessage;
|
|
323
|
-
(function (DescribeOptionGroupsMessage) {
|
|
324
|
-
/**
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
|
-
DescribeOptionGroupsMessage.filterSensitiveLog = (obj) => ({
|
|
328
|
-
...obj,
|
|
329
|
-
});
|
|
330
|
-
})(DescribeOptionGroupsMessage = exports.DescribeOptionGroupsMessage || (exports.DescribeOptionGroupsMessage = {}));
|
|
331
|
-
var OptionGroups;
|
|
332
|
-
(function (OptionGroups) {
|
|
333
|
-
/**
|
|
334
|
-
* @internal
|
|
335
|
-
*/
|
|
336
|
-
OptionGroups.filterSensitiveLog = (obj) => ({
|
|
337
|
-
...obj,
|
|
338
|
-
});
|
|
339
|
-
})(OptionGroups = exports.OptionGroups || (exports.OptionGroups = {}));
|
|
340
|
-
var DescribeOrderableDBInstanceOptionsMessage;
|
|
341
|
-
(function (DescribeOrderableDBInstanceOptionsMessage) {
|
|
342
|
-
/**
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
345
|
-
DescribeOrderableDBInstanceOptionsMessage.filterSensitiveLog = (obj) => ({
|
|
346
|
-
...obj,
|
|
347
|
-
});
|
|
348
|
-
})(DescribeOrderableDBInstanceOptionsMessage = exports.DescribeOrderableDBInstanceOptionsMessage || (exports.DescribeOrderableDBInstanceOptionsMessage = {}));
|
|
349
|
-
var AvailableProcessorFeature;
|
|
350
|
-
(function (AvailableProcessorFeature) {
|
|
351
|
-
/**
|
|
352
|
-
* @internal
|
|
353
|
-
*/
|
|
354
|
-
AvailableProcessorFeature.filterSensitiveLog = (obj) => ({
|
|
355
|
-
...obj,
|
|
356
|
-
});
|
|
357
|
-
})(AvailableProcessorFeature = exports.AvailableProcessorFeature || (exports.AvailableProcessorFeature = {}));
|
|
358
|
-
var OrderableDBInstanceOption;
|
|
359
|
-
(function (OrderableDBInstanceOption) {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
|
-
OrderableDBInstanceOption.filterSensitiveLog = (obj) => ({
|
|
364
|
-
...obj,
|
|
365
|
-
});
|
|
366
|
-
})(OrderableDBInstanceOption = exports.OrderableDBInstanceOption || (exports.OrderableDBInstanceOption = {}));
|
|
367
|
-
var OrderableDBInstanceOptionsMessage;
|
|
368
|
-
(function (OrderableDBInstanceOptionsMessage) {
|
|
369
|
-
/**
|
|
370
|
-
* @internal
|
|
371
|
-
*/
|
|
372
|
-
OrderableDBInstanceOptionsMessage.filterSensitiveLog = (obj) => ({
|
|
373
|
-
...obj,
|
|
374
|
-
});
|
|
375
|
-
})(OrderableDBInstanceOptionsMessage = exports.OrderableDBInstanceOptionsMessage || (exports.OrderableDBInstanceOptionsMessage = {}));
|
|
376
|
-
var DescribePendingMaintenanceActionsMessage;
|
|
377
|
-
(function (DescribePendingMaintenanceActionsMessage) {
|
|
378
|
-
/**
|
|
379
|
-
* @internal
|
|
380
|
-
*/
|
|
381
|
-
DescribePendingMaintenanceActionsMessage.filterSensitiveLog = (obj) => ({
|
|
382
|
-
...obj,
|
|
383
|
-
});
|
|
384
|
-
})(DescribePendingMaintenanceActionsMessage = exports.DescribePendingMaintenanceActionsMessage || (exports.DescribePendingMaintenanceActionsMessage = {}));
|
|
385
|
-
var PendingMaintenanceActionsMessage;
|
|
386
|
-
(function (PendingMaintenanceActionsMessage) {
|
|
387
|
-
/**
|
|
388
|
-
* @internal
|
|
389
|
-
*/
|
|
390
|
-
PendingMaintenanceActionsMessage.filterSensitiveLog = (obj) => ({
|
|
391
|
-
...obj,
|
|
392
|
-
});
|
|
393
|
-
})(PendingMaintenanceActionsMessage = exports.PendingMaintenanceActionsMessage || (exports.PendingMaintenanceActionsMessage = {}));
|
|
394
|
-
var DescribeReservedDBInstancesMessage;
|
|
395
|
-
(function (DescribeReservedDBInstancesMessage) {
|
|
396
|
-
/**
|
|
397
|
-
* @internal
|
|
398
|
-
*/
|
|
399
|
-
DescribeReservedDBInstancesMessage.filterSensitiveLog = (obj) => ({
|
|
400
|
-
...obj,
|
|
401
|
-
});
|
|
402
|
-
})(DescribeReservedDBInstancesMessage = exports.DescribeReservedDBInstancesMessage || (exports.DescribeReservedDBInstancesMessage = {}));
|
|
403
|
-
var RecurringCharge;
|
|
404
|
-
(function (RecurringCharge) {
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
|
-
RecurringCharge.filterSensitiveLog = (obj) => ({
|
|
409
|
-
...obj,
|
|
410
|
-
});
|
|
411
|
-
})(RecurringCharge = exports.RecurringCharge || (exports.RecurringCharge = {}));
|
|
412
|
-
var ReservedDBInstance;
|
|
413
|
-
(function (ReservedDBInstance) {
|
|
414
|
-
/**
|
|
415
|
-
* @internal
|
|
416
|
-
*/
|
|
417
|
-
ReservedDBInstance.filterSensitiveLog = (obj) => ({
|
|
418
|
-
...obj,
|
|
419
|
-
});
|
|
420
|
-
})(ReservedDBInstance = exports.ReservedDBInstance || (exports.ReservedDBInstance = {}));
|
|
421
|
-
var ReservedDBInstanceMessage;
|
|
422
|
-
(function (ReservedDBInstanceMessage) {
|
|
423
|
-
/**
|
|
424
|
-
* @internal
|
|
425
|
-
*/
|
|
426
|
-
ReservedDBInstanceMessage.filterSensitiveLog = (obj) => ({
|
|
427
|
-
...obj,
|
|
428
|
-
});
|
|
429
|
-
})(ReservedDBInstanceMessage = exports.ReservedDBInstanceMessage || (exports.ReservedDBInstanceMessage = {}));
|
|
430
|
-
var ReservedDBInstanceNotFoundFault;
|
|
431
|
-
(function (ReservedDBInstanceNotFoundFault) {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
|
-
ReservedDBInstanceNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
436
|
-
...obj,
|
|
437
|
-
});
|
|
438
|
-
})(ReservedDBInstanceNotFoundFault = exports.ReservedDBInstanceNotFoundFault || (exports.ReservedDBInstanceNotFoundFault = {}));
|
|
439
|
-
var DescribeReservedDBInstancesOfferingsMessage;
|
|
440
|
-
(function (DescribeReservedDBInstancesOfferingsMessage) {
|
|
441
|
-
/**
|
|
442
|
-
* @internal
|
|
443
|
-
*/
|
|
444
|
-
DescribeReservedDBInstancesOfferingsMessage.filterSensitiveLog = (obj) => ({
|
|
445
|
-
...obj,
|
|
446
|
-
});
|
|
447
|
-
})(DescribeReservedDBInstancesOfferingsMessage = exports.DescribeReservedDBInstancesOfferingsMessage || (exports.DescribeReservedDBInstancesOfferingsMessage = {}));
|
|
448
|
-
var ReservedDBInstancesOffering;
|
|
449
|
-
(function (ReservedDBInstancesOffering) {
|
|
450
|
-
/**
|
|
451
|
-
* @internal
|
|
452
|
-
*/
|
|
453
|
-
ReservedDBInstancesOffering.filterSensitiveLog = (obj) => ({
|
|
454
|
-
...obj,
|
|
455
|
-
});
|
|
456
|
-
})(ReservedDBInstancesOffering = exports.ReservedDBInstancesOffering || (exports.ReservedDBInstancesOffering = {}));
|
|
457
|
-
var ReservedDBInstancesOfferingMessage;
|
|
458
|
-
(function (ReservedDBInstancesOfferingMessage) {
|
|
459
|
-
/**
|
|
460
|
-
* @internal
|
|
461
|
-
*/
|
|
462
|
-
ReservedDBInstancesOfferingMessage.filterSensitiveLog = (obj) => ({
|
|
463
|
-
...obj,
|
|
464
|
-
});
|
|
465
|
-
})(ReservedDBInstancesOfferingMessage = exports.ReservedDBInstancesOfferingMessage || (exports.ReservedDBInstancesOfferingMessage = {}));
|
|
466
|
-
var ReservedDBInstancesOfferingNotFoundFault;
|
|
467
|
-
(function (ReservedDBInstancesOfferingNotFoundFault) {
|
|
468
|
-
/**
|
|
469
|
-
* @internal
|
|
470
|
-
*/
|
|
471
|
-
ReservedDBInstancesOfferingNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
472
|
-
...obj,
|
|
473
|
-
});
|
|
474
|
-
})(ReservedDBInstancesOfferingNotFoundFault = exports.ReservedDBInstancesOfferingNotFoundFault || (exports.ReservedDBInstancesOfferingNotFoundFault = {}));
|
|
475
|
-
var DescribeSourceRegionsMessage;
|
|
476
|
-
(function (DescribeSourceRegionsMessage) {
|
|
477
|
-
/**
|
|
478
|
-
* @internal
|
|
479
|
-
*/
|
|
480
|
-
DescribeSourceRegionsMessage.filterSensitiveLog = (obj) => ({
|
|
481
|
-
...obj,
|
|
482
|
-
});
|
|
483
|
-
})(DescribeSourceRegionsMessage = exports.DescribeSourceRegionsMessage || (exports.DescribeSourceRegionsMessage = {}));
|
|
484
|
-
var SourceRegion;
|
|
485
|
-
(function (SourceRegion) {
|
|
486
|
-
/**
|
|
487
|
-
* @internal
|
|
488
|
-
*/
|
|
489
|
-
SourceRegion.filterSensitiveLog = (obj) => ({
|
|
490
|
-
...obj,
|
|
491
|
-
});
|
|
492
|
-
})(SourceRegion = exports.SourceRegion || (exports.SourceRegion = {}));
|
|
493
|
-
var SourceRegionMessage;
|
|
494
|
-
(function (SourceRegionMessage) {
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
|
-
SourceRegionMessage.filterSensitiveLog = (obj) => ({
|
|
499
|
-
...obj,
|
|
500
|
-
});
|
|
501
|
-
})(SourceRegionMessage = exports.SourceRegionMessage || (exports.SourceRegionMessage = {}));
|
|
502
|
-
var DescribeValidDBInstanceModificationsMessage;
|
|
503
|
-
(function (DescribeValidDBInstanceModificationsMessage) {
|
|
504
|
-
/**
|
|
505
|
-
* @internal
|
|
506
|
-
*/
|
|
507
|
-
DescribeValidDBInstanceModificationsMessage.filterSensitiveLog = (obj) => ({
|
|
508
|
-
...obj,
|
|
509
|
-
});
|
|
510
|
-
})(DescribeValidDBInstanceModificationsMessage = exports.DescribeValidDBInstanceModificationsMessage || (exports.DescribeValidDBInstanceModificationsMessage = {}));
|
|
511
|
-
var DoubleRange;
|
|
512
|
-
(function (DoubleRange) {
|
|
513
|
-
/**
|
|
514
|
-
* @internal
|
|
515
|
-
*/
|
|
516
|
-
DoubleRange.filterSensitiveLog = (obj) => ({
|
|
517
|
-
...obj,
|
|
518
|
-
});
|
|
519
|
-
})(DoubleRange = exports.DoubleRange || (exports.DoubleRange = {}));
|
|
520
|
-
var Range;
|
|
521
|
-
(function (Range) {
|
|
522
|
-
/**
|
|
523
|
-
* @internal
|
|
524
|
-
*/
|
|
525
|
-
Range.filterSensitiveLog = (obj) => ({
|
|
526
|
-
...obj,
|
|
527
|
-
});
|
|
528
|
-
})(Range = exports.Range || (exports.Range = {}));
|
|
529
|
-
var ValidStorageOptions;
|
|
530
|
-
(function (ValidStorageOptions) {
|
|
531
|
-
/**
|
|
532
|
-
* @internal
|
|
533
|
-
*/
|
|
534
|
-
ValidStorageOptions.filterSensitiveLog = (obj) => ({
|
|
535
|
-
...obj,
|
|
536
|
-
});
|
|
537
|
-
})(ValidStorageOptions = exports.ValidStorageOptions || (exports.ValidStorageOptions = {}));
|
|
538
|
-
var ValidDBInstanceModificationsMessage;
|
|
539
|
-
(function (ValidDBInstanceModificationsMessage) {
|
|
540
|
-
/**
|
|
541
|
-
* @internal
|
|
542
|
-
*/
|
|
543
|
-
ValidDBInstanceModificationsMessage.filterSensitiveLog = (obj) => ({
|
|
544
|
-
...obj,
|
|
545
|
-
});
|
|
546
|
-
})(ValidDBInstanceModificationsMessage = exports.ValidDBInstanceModificationsMessage || (exports.ValidDBInstanceModificationsMessage = {}));
|
|
547
|
-
var DescribeValidDBInstanceModificationsResult;
|
|
548
|
-
(function (DescribeValidDBInstanceModificationsResult) {
|
|
549
|
-
/**
|
|
550
|
-
* @internal
|
|
551
|
-
*/
|
|
552
|
-
DescribeValidDBInstanceModificationsResult.filterSensitiveLog = (obj) => ({
|
|
553
|
-
...obj,
|
|
554
|
-
});
|
|
555
|
-
})(DescribeValidDBInstanceModificationsResult = exports.DescribeValidDBInstanceModificationsResult || (exports.DescribeValidDBInstanceModificationsResult = {}));
|
|
556
|
-
var DBLogFileNotFoundFault;
|
|
557
|
-
(function (DBLogFileNotFoundFault) {
|
|
558
|
-
/**
|
|
559
|
-
* @internal
|
|
560
|
-
*/
|
|
561
|
-
DBLogFileNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
562
|
-
...obj,
|
|
563
|
-
});
|
|
564
|
-
})(DBLogFileNotFoundFault = exports.DBLogFileNotFoundFault || (exports.DBLogFileNotFoundFault = {}));
|
|
565
|
-
var DownloadDBLogFilePortionDetails;
|
|
566
|
-
(function (DownloadDBLogFilePortionDetails) {
|
|
567
|
-
/**
|
|
568
|
-
* @internal
|
|
569
|
-
*/
|
|
570
|
-
DownloadDBLogFilePortionDetails.filterSensitiveLog = (obj) => ({
|
|
571
|
-
...obj,
|
|
572
|
-
});
|
|
573
|
-
})(DownloadDBLogFilePortionDetails = exports.DownloadDBLogFilePortionDetails || (exports.DownloadDBLogFilePortionDetails = {}));
|
|
574
|
-
var DownloadDBLogFilePortionMessage;
|
|
575
|
-
(function (DownloadDBLogFilePortionMessage) {
|
|
576
|
-
/**
|
|
577
|
-
* @internal
|
|
578
|
-
*/
|
|
579
|
-
DownloadDBLogFilePortionMessage.filterSensitiveLog = (obj) => ({
|
|
580
|
-
...obj,
|
|
581
|
-
});
|
|
582
|
-
})(DownloadDBLogFilePortionMessage = exports.DownloadDBLogFilePortionMessage || (exports.DownloadDBLogFilePortionMessage = {}));
|
|
583
|
-
var FailoverDBClusterMessage;
|
|
584
|
-
(function (FailoverDBClusterMessage) {
|
|
585
|
-
/**
|
|
586
|
-
* @internal
|
|
587
|
-
*/
|
|
588
|
-
FailoverDBClusterMessage.filterSensitiveLog = (obj) => ({
|
|
589
|
-
...obj,
|
|
590
|
-
});
|
|
591
|
-
})(FailoverDBClusterMessage = exports.FailoverDBClusterMessage || (exports.FailoverDBClusterMessage = {}));
|
|
592
|
-
var FailoverDBClusterResult;
|
|
593
|
-
(function (FailoverDBClusterResult) {
|
|
594
|
-
/**
|
|
595
|
-
* @internal
|
|
596
|
-
*/
|
|
597
|
-
FailoverDBClusterResult.filterSensitiveLog = (obj) => ({
|
|
598
|
-
...obj,
|
|
599
|
-
});
|
|
600
|
-
})(FailoverDBClusterResult = exports.FailoverDBClusterResult || (exports.FailoverDBClusterResult = {}));
|
|
601
|
-
var FailoverGlobalClusterMessage;
|
|
602
|
-
(function (FailoverGlobalClusterMessage) {
|
|
603
|
-
/**
|
|
604
|
-
* @internal
|
|
605
|
-
*/
|
|
606
|
-
FailoverGlobalClusterMessage.filterSensitiveLog = (obj) => ({
|
|
607
|
-
...obj,
|
|
608
|
-
});
|
|
609
|
-
})(FailoverGlobalClusterMessage = exports.FailoverGlobalClusterMessage || (exports.FailoverGlobalClusterMessage = {}));
|
|
610
|
-
var FailoverGlobalClusterResult;
|
|
611
|
-
(function (FailoverGlobalClusterResult) {
|
|
612
|
-
/**
|
|
613
|
-
* @internal
|
|
614
|
-
*/
|
|
615
|
-
FailoverGlobalClusterResult.filterSensitiveLog = (obj) => ({
|
|
616
|
-
...obj,
|
|
617
|
-
});
|
|
618
|
-
})(FailoverGlobalClusterResult = exports.FailoverGlobalClusterResult || (exports.FailoverGlobalClusterResult = {}));
|
|
619
|
-
var ImportInstallationMediaMessage;
|
|
620
|
-
(function (ImportInstallationMediaMessage) {
|
|
621
|
-
/**
|
|
622
|
-
* @internal
|
|
623
|
-
*/
|
|
624
|
-
ImportInstallationMediaMessage.filterSensitiveLog = (obj) => ({
|
|
625
|
-
...obj,
|
|
626
|
-
});
|
|
627
|
-
})(ImportInstallationMediaMessage = exports.ImportInstallationMediaMessage || (exports.ImportInstallationMediaMessage = {}));
|
|
628
|
-
var InstallationMediaAlreadyExistsFault;
|
|
629
|
-
(function (InstallationMediaAlreadyExistsFault) {
|
|
630
|
-
/**
|
|
631
|
-
* @internal
|
|
632
|
-
*/
|
|
633
|
-
InstallationMediaAlreadyExistsFault.filterSensitiveLog = (obj) => ({
|
|
634
|
-
...obj,
|
|
635
|
-
});
|
|
636
|
-
})(InstallationMediaAlreadyExistsFault = exports.InstallationMediaAlreadyExistsFault || (exports.InstallationMediaAlreadyExistsFault = {}));
|
|
637
|
-
var ListTagsForResourceMessage;
|
|
638
|
-
(function (ListTagsForResourceMessage) {
|
|
639
|
-
/**
|
|
640
|
-
* @internal
|
|
641
|
-
*/
|
|
642
|
-
ListTagsForResourceMessage.filterSensitiveLog = (obj) => ({
|
|
643
|
-
...obj,
|
|
644
|
-
});
|
|
645
|
-
})(ListTagsForResourceMessage = exports.ListTagsForResourceMessage || (exports.ListTagsForResourceMessage = {}));
|
|
646
|
-
var TagListMessage;
|
|
647
|
-
(function (TagListMessage) {
|
|
648
|
-
/**
|
|
649
|
-
* @internal
|
|
650
|
-
*/
|
|
651
|
-
TagListMessage.filterSensitiveLog = (obj) => ({
|
|
652
|
-
...obj,
|
|
653
|
-
});
|
|
654
|
-
})(TagListMessage = exports.TagListMessage || (exports.TagListMessage = {}));
|
|
655
|
-
var ModifyCertificatesMessage;
|
|
656
|
-
(function (ModifyCertificatesMessage) {
|
|
657
|
-
/**
|
|
658
|
-
* @internal
|
|
659
|
-
*/
|
|
660
|
-
ModifyCertificatesMessage.filterSensitiveLog = (obj) => ({
|
|
661
|
-
...obj,
|
|
662
|
-
});
|
|
663
|
-
})(ModifyCertificatesMessage = exports.ModifyCertificatesMessage || (exports.ModifyCertificatesMessage = {}));
|
|
664
|
-
var ModifyCertificatesResult;
|
|
665
|
-
(function (ModifyCertificatesResult) {
|
|
666
|
-
/**
|
|
667
|
-
* @internal
|
|
668
|
-
*/
|
|
669
|
-
ModifyCertificatesResult.filterSensitiveLog = (obj) => ({
|
|
670
|
-
...obj,
|
|
671
|
-
});
|
|
672
|
-
})(ModifyCertificatesResult = exports.ModifyCertificatesResult || (exports.ModifyCertificatesResult = {}));
|
|
673
|
-
var DBClusterCapacityInfo;
|
|
674
|
-
(function (DBClusterCapacityInfo) {
|
|
675
|
-
/**
|
|
676
|
-
* @internal
|
|
677
|
-
*/
|
|
678
|
-
DBClusterCapacityInfo.filterSensitiveLog = (obj) => ({
|
|
679
|
-
...obj,
|
|
680
|
-
});
|
|
681
|
-
})(DBClusterCapacityInfo = exports.DBClusterCapacityInfo || (exports.DBClusterCapacityInfo = {}));
|
|
682
|
-
var InvalidDBClusterCapacityFault;
|
|
683
|
-
(function (InvalidDBClusterCapacityFault) {
|
|
684
|
-
/**
|
|
685
|
-
* @internal
|
|
686
|
-
*/
|
|
687
|
-
InvalidDBClusterCapacityFault.filterSensitiveLog = (obj) => ({
|
|
688
|
-
...obj,
|
|
689
|
-
});
|
|
690
|
-
})(InvalidDBClusterCapacityFault = exports.InvalidDBClusterCapacityFault || (exports.InvalidDBClusterCapacityFault = {}));
|
|
691
|
-
var ModifyCurrentDBClusterCapacityMessage;
|
|
692
|
-
(function (ModifyCurrentDBClusterCapacityMessage) {
|
|
693
|
-
/**
|
|
694
|
-
* @internal
|
|
695
|
-
*/
|
|
696
|
-
ModifyCurrentDBClusterCapacityMessage.filterSensitiveLog = (obj) => ({
|
|
697
|
-
...obj,
|
|
698
|
-
});
|
|
699
|
-
})(ModifyCurrentDBClusterCapacityMessage = exports.ModifyCurrentDBClusterCapacityMessage || (exports.ModifyCurrentDBClusterCapacityMessage = {}));
|
|
700
|
-
var CloudwatchLogsExportConfiguration;
|
|
701
|
-
(function (CloudwatchLogsExportConfiguration) {
|
|
702
|
-
/**
|
|
703
|
-
* @internal
|
|
704
|
-
*/
|
|
705
|
-
CloudwatchLogsExportConfiguration.filterSensitiveLog = (obj) => ({
|
|
706
|
-
...obj,
|
|
707
|
-
});
|
|
708
|
-
})(CloudwatchLogsExportConfiguration = exports.CloudwatchLogsExportConfiguration || (exports.CloudwatchLogsExportConfiguration = {}));
|
|
709
|
-
var ModifyDBClusterMessage;
|
|
710
|
-
(function (ModifyDBClusterMessage) {
|
|
711
|
-
/**
|
|
712
|
-
* @internal
|
|
713
|
-
*/
|
|
714
|
-
ModifyDBClusterMessage.filterSensitiveLog = (obj) => ({
|
|
715
|
-
...obj,
|
|
716
|
-
});
|
|
717
|
-
})(ModifyDBClusterMessage = exports.ModifyDBClusterMessage || (exports.ModifyDBClusterMessage = {}));
|
|
718
|
-
var ModifyDBClusterResult;
|
|
719
|
-
(function (ModifyDBClusterResult) {
|
|
720
|
-
/**
|
|
721
|
-
* @internal
|
|
722
|
-
*/
|
|
723
|
-
ModifyDBClusterResult.filterSensitiveLog = (obj) => ({
|
|
724
|
-
...obj,
|
|
725
|
-
});
|
|
726
|
-
})(ModifyDBClusterResult = exports.ModifyDBClusterResult || (exports.ModifyDBClusterResult = {}));
|
|
727
|
-
var ModifyDBClusterEndpointMessage;
|
|
728
|
-
(function (ModifyDBClusterEndpointMessage) {
|
|
729
|
-
/**
|
|
730
|
-
* @internal
|
|
731
|
-
*/
|
|
732
|
-
ModifyDBClusterEndpointMessage.filterSensitiveLog = (obj) => ({
|
|
733
|
-
...obj,
|
|
734
|
-
});
|
|
735
|
-
})(ModifyDBClusterEndpointMessage = exports.ModifyDBClusterEndpointMessage || (exports.ModifyDBClusterEndpointMessage = {}));
|
|
736
|
-
var DBClusterParameterGroupNameMessage;
|
|
737
|
-
(function (DBClusterParameterGroupNameMessage) {
|
|
738
|
-
/**
|
|
739
|
-
* @internal
|
|
740
|
-
*/
|
|
741
|
-
DBClusterParameterGroupNameMessage.filterSensitiveLog = (obj) => ({
|
|
742
|
-
...obj,
|
|
743
|
-
});
|
|
744
|
-
})(DBClusterParameterGroupNameMessage = exports.DBClusterParameterGroupNameMessage || (exports.DBClusterParameterGroupNameMessage = {}));
|
|
745
|
-
var ModifyDBClusterParameterGroupMessage;
|
|
746
|
-
(function (ModifyDBClusterParameterGroupMessage) {
|
|
747
|
-
/**
|
|
748
|
-
* @internal
|
|
749
|
-
*/
|
|
750
|
-
ModifyDBClusterParameterGroupMessage.filterSensitiveLog = (obj) => ({
|
|
751
|
-
...obj,
|
|
752
|
-
});
|
|
753
|
-
})(ModifyDBClusterParameterGroupMessage = exports.ModifyDBClusterParameterGroupMessage || (exports.ModifyDBClusterParameterGroupMessage = {}));
|
|
754
|
-
var ModifyDBClusterSnapshotAttributeMessage;
|
|
755
|
-
(function (ModifyDBClusterSnapshotAttributeMessage) {
|
|
756
|
-
/**
|
|
757
|
-
* @internal
|
|
758
|
-
*/
|
|
759
|
-
ModifyDBClusterSnapshotAttributeMessage.filterSensitiveLog = (obj) => ({
|
|
760
|
-
...obj,
|
|
761
|
-
});
|
|
762
|
-
})(ModifyDBClusterSnapshotAttributeMessage = exports.ModifyDBClusterSnapshotAttributeMessage || (exports.ModifyDBClusterSnapshotAttributeMessage = {}));
|
|
763
|
-
var ModifyDBClusterSnapshotAttributeResult;
|
|
764
|
-
(function (ModifyDBClusterSnapshotAttributeResult) {
|
|
765
|
-
/**
|
|
766
|
-
* @internal
|
|
767
|
-
*/
|
|
768
|
-
ModifyDBClusterSnapshotAttributeResult.filterSensitiveLog = (obj) => ({
|
|
769
|
-
...obj,
|
|
770
|
-
});
|
|
771
|
-
})(ModifyDBClusterSnapshotAttributeResult = exports.ModifyDBClusterSnapshotAttributeResult || (exports.ModifyDBClusterSnapshotAttributeResult = {}));
|
|
772
|
-
var SharedSnapshotQuotaExceededFault;
|
|
773
|
-
(function (SharedSnapshotQuotaExceededFault) {
|
|
774
|
-
/**
|
|
775
|
-
* @internal
|
|
776
|
-
*/
|
|
777
|
-
SharedSnapshotQuotaExceededFault.filterSensitiveLog = (obj) => ({
|
|
778
|
-
...obj,
|
|
779
|
-
});
|
|
780
|
-
})(SharedSnapshotQuotaExceededFault = exports.SharedSnapshotQuotaExceededFault || (exports.SharedSnapshotQuotaExceededFault = {}));
|
|
781
|
-
var DBUpgradeDependencyFailureFault;
|
|
782
|
-
(function (DBUpgradeDependencyFailureFault) {
|
|
783
|
-
/**
|
|
784
|
-
* @internal
|
|
785
|
-
*/
|
|
786
|
-
DBUpgradeDependencyFailureFault.filterSensitiveLog = (obj) => ({
|
|
787
|
-
...obj,
|
|
788
|
-
});
|
|
789
|
-
})(DBUpgradeDependencyFailureFault = exports.DBUpgradeDependencyFailureFault || (exports.DBUpgradeDependencyFailureFault = {}));
|
|
790
|
-
var ModifyDBInstanceMessage;
|
|
791
|
-
(function (ModifyDBInstanceMessage) {
|
|
792
|
-
/**
|
|
793
|
-
* @internal
|
|
794
|
-
*/
|
|
795
|
-
ModifyDBInstanceMessage.filterSensitiveLog = (obj) => ({
|
|
796
|
-
...obj,
|
|
797
|
-
});
|
|
798
|
-
})(ModifyDBInstanceMessage = exports.ModifyDBInstanceMessage || (exports.ModifyDBInstanceMessage = {}));
|
|
799
|
-
var ModifyDBInstanceResult;
|
|
800
|
-
(function (ModifyDBInstanceResult) {
|
|
801
|
-
/**
|
|
802
|
-
* @internal
|
|
803
|
-
*/
|
|
804
|
-
ModifyDBInstanceResult.filterSensitiveLog = (obj) => ({
|
|
805
|
-
...obj,
|
|
806
|
-
});
|
|
807
|
-
})(ModifyDBInstanceResult = exports.ModifyDBInstanceResult || (exports.ModifyDBInstanceResult = {}));
|
|
808
|
-
var DBParameterGroupNameMessage;
|
|
809
|
-
(function (DBParameterGroupNameMessage) {
|
|
810
|
-
/**
|
|
811
|
-
* @internal
|
|
812
|
-
*/
|
|
813
|
-
DBParameterGroupNameMessage.filterSensitiveLog = (obj) => ({
|
|
814
|
-
...obj,
|
|
815
|
-
});
|
|
816
|
-
})(DBParameterGroupNameMessage = exports.DBParameterGroupNameMessage || (exports.DBParameterGroupNameMessage = {}));
|
|
817
|
-
var ModifyDBParameterGroupMessage;
|
|
818
|
-
(function (ModifyDBParameterGroupMessage) {
|
|
819
|
-
/**
|
|
820
|
-
* @internal
|
|
821
|
-
*/
|
|
822
|
-
ModifyDBParameterGroupMessage.filterSensitiveLog = (obj) => ({
|
|
823
|
-
...obj,
|
|
824
|
-
});
|
|
825
|
-
})(ModifyDBParameterGroupMessage = exports.ModifyDBParameterGroupMessage || (exports.ModifyDBParameterGroupMessage = {}));
|
|
826
|
-
var ModifyDBProxyRequest;
|
|
827
|
-
(function (ModifyDBProxyRequest) {
|
|
828
|
-
/**
|
|
829
|
-
* @internal
|
|
830
|
-
*/
|
|
831
|
-
ModifyDBProxyRequest.filterSensitiveLog = (obj) => ({
|
|
832
|
-
...obj,
|
|
833
|
-
});
|
|
834
|
-
})(ModifyDBProxyRequest = exports.ModifyDBProxyRequest || (exports.ModifyDBProxyRequest = {}));
|
|
835
|
-
var ModifyDBProxyResponse;
|
|
836
|
-
(function (ModifyDBProxyResponse) {
|
|
837
|
-
/**
|
|
838
|
-
* @internal
|
|
839
|
-
*/
|
|
840
|
-
ModifyDBProxyResponse.filterSensitiveLog = (obj) => ({
|
|
841
|
-
...obj,
|
|
842
|
-
});
|
|
843
|
-
})(ModifyDBProxyResponse = exports.ModifyDBProxyResponse || (exports.ModifyDBProxyResponse = {}));
|
|
844
|
-
var ModifyDBProxyEndpointRequest;
|
|
845
|
-
(function (ModifyDBProxyEndpointRequest) {
|
|
846
|
-
/**
|
|
847
|
-
* @internal
|
|
848
|
-
*/
|
|
849
|
-
ModifyDBProxyEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
850
|
-
...obj,
|
|
851
|
-
});
|
|
852
|
-
})(ModifyDBProxyEndpointRequest = exports.ModifyDBProxyEndpointRequest || (exports.ModifyDBProxyEndpointRequest = {}));
|
|
853
|
-
var ModifyDBProxyEndpointResponse;
|
|
854
|
-
(function (ModifyDBProxyEndpointResponse) {
|
|
855
|
-
/**
|
|
856
|
-
* @internal
|
|
857
|
-
*/
|
|
858
|
-
ModifyDBProxyEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
859
|
-
...obj,
|
|
860
|
-
});
|
|
861
|
-
})(ModifyDBProxyEndpointResponse = exports.ModifyDBProxyEndpointResponse || (exports.ModifyDBProxyEndpointResponse = {}));
|
|
862
|
-
var ConnectionPoolConfiguration;
|
|
863
|
-
(function (ConnectionPoolConfiguration) {
|
|
864
|
-
/**
|
|
865
|
-
* @internal
|
|
866
|
-
*/
|
|
867
|
-
ConnectionPoolConfiguration.filterSensitiveLog = (obj) => ({
|
|
868
|
-
...obj,
|
|
869
|
-
});
|
|
870
|
-
})(ConnectionPoolConfiguration = exports.ConnectionPoolConfiguration || (exports.ConnectionPoolConfiguration = {}));
|
|
871
|
-
var ModifyDBProxyTargetGroupRequest;
|
|
872
|
-
(function (ModifyDBProxyTargetGroupRequest) {
|
|
873
|
-
/**
|
|
874
|
-
* @internal
|
|
875
|
-
*/
|
|
876
|
-
ModifyDBProxyTargetGroupRequest.filterSensitiveLog = (obj) => ({
|
|
877
|
-
...obj,
|
|
878
|
-
});
|
|
879
|
-
})(ModifyDBProxyTargetGroupRequest = exports.ModifyDBProxyTargetGroupRequest || (exports.ModifyDBProxyTargetGroupRequest = {}));
|
|
880
|
-
var ModifyDBProxyTargetGroupResponse;
|
|
881
|
-
(function (ModifyDBProxyTargetGroupResponse) {
|
|
882
|
-
/**
|
|
883
|
-
* @internal
|
|
884
|
-
*/
|
|
885
|
-
ModifyDBProxyTargetGroupResponse.filterSensitiveLog = (obj) => ({
|
|
886
|
-
...obj,
|
|
887
|
-
});
|
|
888
|
-
})(ModifyDBProxyTargetGroupResponse = exports.ModifyDBProxyTargetGroupResponse || (exports.ModifyDBProxyTargetGroupResponse = {}));
|
|
889
|
-
var ModifyDBSnapshotMessage;
|
|
890
|
-
(function (ModifyDBSnapshotMessage) {
|
|
891
|
-
/**
|
|
892
|
-
* @internal
|
|
893
|
-
*/
|
|
894
|
-
ModifyDBSnapshotMessage.filterSensitiveLog = (obj) => ({
|
|
895
|
-
...obj,
|
|
896
|
-
});
|
|
897
|
-
})(ModifyDBSnapshotMessage = exports.ModifyDBSnapshotMessage || (exports.ModifyDBSnapshotMessage = {}));
|
|
898
|
-
var ModifyDBSnapshotResult;
|
|
899
|
-
(function (ModifyDBSnapshotResult) {
|
|
900
|
-
/**
|
|
901
|
-
* @internal
|
|
902
|
-
*/
|
|
903
|
-
ModifyDBSnapshotResult.filterSensitiveLog = (obj) => ({
|
|
904
|
-
...obj,
|
|
905
|
-
});
|
|
906
|
-
})(ModifyDBSnapshotResult = exports.ModifyDBSnapshotResult || (exports.ModifyDBSnapshotResult = {}));
|
|
907
|
-
var ModifyDBSnapshotAttributeMessage;
|
|
908
|
-
(function (ModifyDBSnapshotAttributeMessage) {
|
|
909
|
-
/**
|
|
910
|
-
* @internal
|
|
911
|
-
*/
|
|
912
|
-
ModifyDBSnapshotAttributeMessage.filterSensitiveLog = (obj) => ({
|
|
913
|
-
...obj,
|
|
914
|
-
});
|
|
915
|
-
})(ModifyDBSnapshotAttributeMessage = exports.ModifyDBSnapshotAttributeMessage || (exports.ModifyDBSnapshotAttributeMessage = {}));
|
|
916
|
-
var ModifyDBSnapshotAttributeResult;
|
|
917
|
-
(function (ModifyDBSnapshotAttributeResult) {
|
|
918
|
-
/**
|
|
919
|
-
* @internal
|
|
920
|
-
*/
|
|
921
|
-
ModifyDBSnapshotAttributeResult.filterSensitiveLog = (obj) => ({
|
|
922
|
-
...obj,
|
|
923
|
-
});
|
|
924
|
-
})(ModifyDBSnapshotAttributeResult = exports.ModifyDBSnapshotAttributeResult || (exports.ModifyDBSnapshotAttributeResult = {}));
|
|
925
|
-
var ModifyDBSubnetGroupMessage;
|
|
926
|
-
(function (ModifyDBSubnetGroupMessage) {
|
|
927
|
-
/**
|
|
928
|
-
* @internal
|
|
929
|
-
*/
|
|
930
|
-
ModifyDBSubnetGroupMessage.filterSensitiveLog = (obj) => ({
|
|
931
|
-
...obj,
|
|
932
|
-
});
|
|
933
|
-
})(ModifyDBSubnetGroupMessage = exports.ModifyDBSubnetGroupMessage || (exports.ModifyDBSubnetGroupMessage = {}));
|
|
934
|
-
var ModifyDBSubnetGroupResult;
|
|
935
|
-
(function (ModifyDBSubnetGroupResult) {
|
|
936
|
-
/**
|
|
937
|
-
* @internal
|
|
938
|
-
*/
|
|
939
|
-
ModifyDBSubnetGroupResult.filterSensitiveLog = (obj) => ({
|
|
940
|
-
...obj,
|
|
941
|
-
});
|
|
942
|
-
})(ModifyDBSubnetGroupResult = exports.ModifyDBSubnetGroupResult || (exports.ModifyDBSubnetGroupResult = {}));
|
|
943
|
-
var SubnetAlreadyInUse;
|
|
944
|
-
(function (SubnetAlreadyInUse) {
|
|
945
|
-
/**
|
|
946
|
-
* @internal
|
|
947
|
-
*/
|
|
948
|
-
SubnetAlreadyInUse.filterSensitiveLog = (obj) => ({
|
|
949
|
-
...obj,
|
|
950
|
-
});
|
|
951
|
-
})(SubnetAlreadyInUse = exports.SubnetAlreadyInUse || (exports.SubnetAlreadyInUse = {}));
|
|
952
|
-
var ModifyEventSubscriptionMessage;
|
|
953
|
-
(function (ModifyEventSubscriptionMessage) {
|
|
954
|
-
/**
|
|
955
|
-
* @internal
|
|
956
|
-
*/
|
|
957
|
-
ModifyEventSubscriptionMessage.filterSensitiveLog = (obj) => ({
|
|
958
|
-
...obj,
|
|
959
|
-
});
|
|
960
|
-
})(ModifyEventSubscriptionMessage = exports.ModifyEventSubscriptionMessage || (exports.ModifyEventSubscriptionMessage = {}));
|
|
961
|
-
var ModifyEventSubscriptionResult;
|
|
962
|
-
(function (ModifyEventSubscriptionResult) {
|
|
963
|
-
/**
|
|
964
|
-
* @internal
|
|
965
|
-
*/
|
|
966
|
-
ModifyEventSubscriptionResult.filterSensitiveLog = (obj) => ({
|
|
967
|
-
...obj,
|
|
968
|
-
});
|
|
969
|
-
})(ModifyEventSubscriptionResult = exports.ModifyEventSubscriptionResult || (exports.ModifyEventSubscriptionResult = {}));
|
|
970
|
-
var ModifyGlobalClusterMessage;
|
|
971
|
-
(function (ModifyGlobalClusterMessage) {
|
|
972
|
-
/**
|
|
973
|
-
* @internal
|
|
974
|
-
*/
|
|
975
|
-
ModifyGlobalClusterMessage.filterSensitiveLog = (obj) => ({
|
|
976
|
-
...obj,
|
|
977
|
-
});
|
|
978
|
-
})(ModifyGlobalClusterMessage = exports.ModifyGlobalClusterMessage || (exports.ModifyGlobalClusterMessage = {}));
|
|
979
|
-
var ModifyGlobalClusterResult;
|
|
980
|
-
(function (ModifyGlobalClusterResult) {
|
|
981
|
-
/**
|
|
982
|
-
* @internal
|
|
983
|
-
*/
|
|
984
|
-
ModifyGlobalClusterResult.filterSensitiveLog = (obj) => ({
|
|
985
|
-
...obj,
|
|
986
|
-
});
|
|
987
|
-
})(ModifyGlobalClusterResult = exports.ModifyGlobalClusterResult || (exports.ModifyGlobalClusterResult = {}));
|
|
988
|
-
var OptionConfiguration;
|
|
989
|
-
(function (OptionConfiguration) {
|
|
990
|
-
/**
|
|
991
|
-
* @internal
|
|
992
|
-
*/
|
|
993
|
-
OptionConfiguration.filterSensitiveLog = (obj) => ({
|
|
994
|
-
...obj,
|
|
995
|
-
});
|
|
996
|
-
})(OptionConfiguration = exports.OptionConfiguration || (exports.OptionConfiguration = {}));
|
|
997
|
-
var ModifyOptionGroupMessage;
|
|
998
|
-
(function (ModifyOptionGroupMessage) {
|
|
999
|
-
/**
|
|
1000
|
-
* @internal
|
|
1001
|
-
*/
|
|
1002
|
-
ModifyOptionGroupMessage.filterSensitiveLog = (obj) => ({
|
|
1003
|
-
...obj,
|
|
1004
|
-
});
|
|
1005
|
-
})(ModifyOptionGroupMessage = exports.ModifyOptionGroupMessage || (exports.ModifyOptionGroupMessage = {}));
|
|
1006
|
-
var ModifyOptionGroupResult;
|
|
1007
|
-
(function (ModifyOptionGroupResult) {
|
|
1008
|
-
/**
|
|
1009
|
-
* @internal
|
|
1010
|
-
*/
|
|
1011
|
-
ModifyOptionGroupResult.filterSensitiveLog = (obj) => ({
|
|
1012
|
-
...obj,
|
|
1013
|
-
});
|
|
1014
|
-
})(ModifyOptionGroupResult = exports.ModifyOptionGroupResult || (exports.ModifyOptionGroupResult = {}));
|
|
1015
|
-
var PromoteReadReplicaMessage;
|
|
1016
|
-
(function (PromoteReadReplicaMessage) {
|
|
1017
|
-
/**
|
|
1018
|
-
* @internal
|
|
1019
|
-
*/
|
|
1020
|
-
PromoteReadReplicaMessage.filterSensitiveLog = (obj) => ({
|
|
1021
|
-
...obj,
|
|
1022
|
-
});
|
|
1023
|
-
})(PromoteReadReplicaMessage = exports.PromoteReadReplicaMessage || (exports.PromoteReadReplicaMessage = {}));
|
|
1024
|
-
var PromoteReadReplicaResult;
|
|
1025
|
-
(function (PromoteReadReplicaResult) {
|
|
1026
|
-
/**
|
|
1027
|
-
* @internal
|
|
1028
|
-
*/
|
|
1029
|
-
PromoteReadReplicaResult.filterSensitiveLog = (obj) => ({
|
|
1030
|
-
...obj,
|
|
1031
|
-
});
|
|
1032
|
-
})(PromoteReadReplicaResult = exports.PromoteReadReplicaResult || (exports.PromoteReadReplicaResult = {}));
|
|
1033
|
-
var PromoteReadReplicaDBClusterMessage;
|
|
1034
|
-
(function (PromoteReadReplicaDBClusterMessage) {
|
|
1035
|
-
/**
|
|
1036
|
-
* @internal
|
|
1037
|
-
*/
|
|
1038
|
-
PromoteReadReplicaDBClusterMessage.filterSensitiveLog = (obj) => ({
|
|
1039
|
-
...obj,
|
|
1040
|
-
});
|
|
1041
|
-
})(PromoteReadReplicaDBClusterMessage = exports.PromoteReadReplicaDBClusterMessage || (exports.PromoteReadReplicaDBClusterMessage = {}));
|
|
1042
|
-
var PromoteReadReplicaDBClusterResult;
|
|
1043
|
-
(function (PromoteReadReplicaDBClusterResult) {
|
|
1044
|
-
/**
|
|
1045
|
-
* @internal
|
|
1046
|
-
*/
|
|
1047
|
-
PromoteReadReplicaDBClusterResult.filterSensitiveLog = (obj) => ({
|
|
1048
|
-
...obj,
|
|
1049
|
-
});
|
|
1050
|
-
})(PromoteReadReplicaDBClusterResult = exports.PromoteReadReplicaDBClusterResult || (exports.PromoteReadReplicaDBClusterResult = {}));
|
|
1051
|
-
var PurchaseReservedDBInstancesOfferingMessage;
|
|
1052
|
-
(function (PurchaseReservedDBInstancesOfferingMessage) {
|
|
1053
|
-
/**
|
|
1054
|
-
* @internal
|
|
1055
|
-
*/
|
|
1056
|
-
PurchaseReservedDBInstancesOfferingMessage.filterSensitiveLog = (obj) => ({
|
|
1057
|
-
...obj,
|
|
1058
|
-
});
|
|
1059
|
-
})(PurchaseReservedDBInstancesOfferingMessage = exports.PurchaseReservedDBInstancesOfferingMessage || (exports.PurchaseReservedDBInstancesOfferingMessage = {}));
|
|
1060
|
-
var PurchaseReservedDBInstancesOfferingResult;
|
|
1061
|
-
(function (PurchaseReservedDBInstancesOfferingResult) {
|
|
1062
|
-
/**
|
|
1063
|
-
* @internal
|
|
1064
|
-
*/
|
|
1065
|
-
PurchaseReservedDBInstancesOfferingResult.filterSensitiveLog = (obj) => ({
|
|
1066
|
-
...obj,
|
|
1067
|
-
});
|
|
1068
|
-
})(PurchaseReservedDBInstancesOfferingResult = exports.PurchaseReservedDBInstancesOfferingResult || (exports.PurchaseReservedDBInstancesOfferingResult = {}));
|
|
1069
|
-
var ReservedDBInstanceAlreadyExistsFault;
|
|
1070
|
-
(function (ReservedDBInstanceAlreadyExistsFault) {
|
|
1071
|
-
/**
|
|
1072
|
-
* @internal
|
|
1073
|
-
*/
|
|
1074
|
-
ReservedDBInstanceAlreadyExistsFault.filterSensitiveLog = (obj) => ({
|
|
1075
|
-
...obj,
|
|
1076
|
-
});
|
|
1077
|
-
})(ReservedDBInstanceAlreadyExistsFault = exports.ReservedDBInstanceAlreadyExistsFault || (exports.ReservedDBInstanceAlreadyExistsFault = {}));
|
|
1078
|
-
var ReservedDBInstanceQuotaExceededFault;
|
|
1079
|
-
(function (ReservedDBInstanceQuotaExceededFault) {
|
|
1080
|
-
/**
|
|
1081
|
-
* @internal
|
|
1082
|
-
*/
|
|
1083
|
-
ReservedDBInstanceQuotaExceededFault.filterSensitiveLog = (obj) => ({
|
|
1084
|
-
...obj,
|
|
1085
|
-
});
|
|
1086
|
-
})(ReservedDBInstanceQuotaExceededFault = exports.ReservedDBInstanceQuotaExceededFault || (exports.ReservedDBInstanceQuotaExceededFault = {}));
|
|
1087
|
-
var RebootDBInstanceMessage;
|
|
1088
|
-
(function (RebootDBInstanceMessage) {
|
|
1089
|
-
/**
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
1092
|
-
RebootDBInstanceMessage.filterSensitiveLog = (obj) => ({
|
|
1093
|
-
...obj,
|
|
1094
|
-
});
|
|
1095
|
-
})(RebootDBInstanceMessage = exports.RebootDBInstanceMessage || (exports.RebootDBInstanceMessage = {}));
|
|
1096
|
-
var RebootDBInstanceResult;
|
|
1097
|
-
(function (RebootDBInstanceResult) {
|
|
1098
|
-
/**
|
|
1099
|
-
* @internal
|
|
1100
|
-
*/
|
|
1101
|
-
RebootDBInstanceResult.filterSensitiveLog = (obj) => ({
|
|
1102
|
-
...obj,
|
|
1103
|
-
});
|
|
1104
|
-
})(RebootDBInstanceResult = exports.RebootDBInstanceResult || (exports.RebootDBInstanceResult = {}));
|
|
1105
|
-
var DBProxyTargetAlreadyRegisteredFault;
|
|
1106
|
-
(function (DBProxyTargetAlreadyRegisteredFault) {
|
|
1107
|
-
/**
|
|
1108
|
-
* @internal
|
|
1109
|
-
*/
|
|
1110
|
-
DBProxyTargetAlreadyRegisteredFault.filterSensitiveLog = (obj) => ({
|
|
1111
|
-
...obj,
|
|
1112
|
-
});
|
|
1113
|
-
})(DBProxyTargetAlreadyRegisteredFault = exports.DBProxyTargetAlreadyRegisteredFault || (exports.DBProxyTargetAlreadyRegisteredFault = {}));
|
|
1114
|
-
var InsufficientAvailableIPsInSubnetFault;
|
|
1115
|
-
(function (InsufficientAvailableIPsInSubnetFault) {
|
|
1116
|
-
/**
|
|
1117
|
-
* @internal
|
|
1118
|
-
*/
|
|
1119
|
-
InsufficientAvailableIPsInSubnetFault.filterSensitiveLog = (obj) => ({
|
|
1120
|
-
...obj,
|
|
1121
|
-
});
|
|
1122
|
-
})(InsufficientAvailableIPsInSubnetFault = exports.InsufficientAvailableIPsInSubnetFault || (exports.InsufficientAvailableIPsInSubnetFault = {}));
|
|
1123
|
-
var RegisterDBProxyTargetsRequest;
|
|
1124
|
-
(function (RegisterDBProxyTargetsRequest) {
|
|
1125
|
-
/**
|
|
1126
|
-
* @internal
|
|
1127
|
-
*/
|
|
1128
|
-
RegisterDBProxyTargetsRequest.filterSensitiveLog = (obj) => ({
|
|
1129
|
-
...obj,
|
|
1130
|
-
});
|
|
1131
|
-
})(RegisterDBProxyTargetsRequest = exports.RegisterDBProxyTargetsRequest || (exports.RegisterDBProxyTargetsRequest = {}));
|
|
1132
|
-
var RegisterDBProxyTargetsResponse;
|
|
1133
|
-
(function (RegisterDBProxyTargetsResponse) {
|
|
1134
|
-
/**
|
|
1135
|
-
* @internal
|
|
1136
|
-
*/
|
|
1137
|
-
RegisterDBProxyTargetsResponse.filterSensitiveLog = (obj) => ({
|
|
1138
|
-
...obj,
|
|
1139
|
-
});
|
|
1140
|
-
})(RegisterDBProxyTargetsResponse = exports.RegisterDBProxyTargetsResponse || (exports.RegisterDBProxyTargetsResponse = {}));
|
|
1141
|
-
var RemoveFromGlobalClusterMessage;
|
|
1142
|
-
(function (RemoveFromGlobalClusterMessage) {
|
|
1143
|
-
/**
|
|
1144
|
-
* @internal
|
|
1145
|
-
*/
|
|
1146
|
-
RemoveFromGlobalClusterMessage.filterSensitiveLog = (obj) => ({
|
|
1147
|
-
...obj,
|
|
1148
|
-
});
|
|
1149
|
-
})(RemoveFromGlobalClusterMessage = exports.RemoveFromGlobalClusterMessage || (exports.RemoveFromGlobalClusterMessage = {}));
|
|
1150
|
-
var RemoveFromGlobalClusterResult;
|
|
1151
|
-
(function (RemoveFromGlobalClusterResult) {
|
|
1152
|
-
/**
|
|
1153
|
-
* @internal
|
|
1154
|
-
*/
|
|
1155
|
-
RemoveFromGlobalClusterResult.filterSensitiveLog = (obj) => ({
|
|
1156
|
-
...obj,
|
|
1157
|
-
});
|
|
1158
|
-
})(RemoveFromGlobalClusterResult = exports.RemoveFromGlobalClusterResult || (exports.RemoveFromGlobalClusterResult = {}));
|
|
1159
|
-
var DBClusterRoleNotFoundFault;
|
|
1160
|
-
(function (DBClusterRoleNotFoundFault) {
|
|
1161
|
-
/**
|
|
1162
|
-
* @internal
|
|
1163
|
-
*/
|
|
1164
|
-
DBClusterRoleNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
1165
|
-
...obj,
|
|
1166
|
-
});
|
|
1167
|
-
})(DBClusterRoleNotFoundFault = exports.DBClusterRoleNotFoundFault || (exports.DBClusterRoleNotFoundFault = {}));
|
|
1168
|
-
var RemoveRoleFromDBClusterMessage;
|
|
1169
|
-
(function (RemoveRoleFromDBClusterMessage) {
|
|
1170
|
-
/**
|
|
1171
|
-
* @internal
|
|
1172
|
-
*/
|
|
1173
|
-
RemoveRoleFromDBClusterMessage.filterSensitiveLog = (obj) => ({
|
|
1174
|
-
...obj,
|
|
1175
|
-
});
|
|
1176
|
-
})(RemoveRoleFromDBClusterMessage = exports.RemoveRoleFromDBClusterMessage || (exports.RemoveRoleFromDBClusterMessage = {}));
|
|
1177
|
-
var DBInstanceRoleNotFoundFault;
|
|
1178
|
-
(function (DBInstanceRoleNotFoundFault) {
|
|
1179
|
-
/**
|
|
1180
|
-
* @internal
|
|
1181
|
-
*/
|
|
1182
|
-
DBInstanceRoleNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
1183
|
-
...obj,
|
|
1184
|
-
});
|
|
1185
|
-
})(DBInstanceRoleNotFoundFault = exports.DBInstanceRoleNotFoundFault || (exports.DBInstanceRoleNotFoundFault = {}));
|
|
1186
|
-
var RemoveRoleFromDBInstanceMessage;
|
|
1187
|
-
(function (RemoveRoleFromDBInstanceMessage) {
|
|
1188
|
-
/**
|
|
1189
|
-
* @internal
|
|
1190
|
-
*/
|
|
1191
|
-
RemoveRoleFromDBInstanceMessage.filterSensitiveLog = (obj) => ({
|
|
1192
|
-
...obj,
|
|
1193
|
-
});
|
|
1194
|
-
})(RemoveRoleFromDBInstanceMessage = exports.RemoveRoleFromDBInstanceMessage || (exports.RemoveRoleFromDBInstanceMessage = {}));
|
|
1195
|
-
var RemoveSourceIdentifierFromSubscriptionMessage;
|
|
1196
|
-
(function (RemoveSourceIdentifierFromSubscriptionMessage) {
|
|
1197
|
-
/**
|
|
1198
|
-
* @internal
|
|
1199
|
-
*/
|
|
1200
|
-
RemoveSourceIdentifierFromSubscriptionMessage.filterSensitiveLog = (obj) => ({
|
|
1201
|
-
...obj,
|
|
1202
|
-
});
|
|
1203
|
-
})(RemoveSourceIdentifierFromSubscriptionMessage = exports.RemoveSourceIdentifierFromSubscriptionMessage || (exports.RemoveSourceIdentifierFromSubscriptionMessage = {}));
|
|
1204
|
-
var RemoveSourceIdentifierFromSubscriptionResult;
|
|
1205
|
-
(function (RemoveSourceIdentifierFromSubscriptionResult) {
|
|
1206
|
-
/**
|
|
1207
|
-
* @internal
|
|
1208
|
-
*/
|
|
1209
|
-
RemoveSourceIdentifierFromSubscriptionResult.filterSensitiveLog = (obj) => ({
|
|
1210
|
-
...obj,
|
|
1211
|
-
});
|
|
1212
|
-
})(RemoveSourceIdentifierFromSubscriptionResult = exports.RemoveSourceIdentifierFromSubscriptionResult || (exports.RemoveSourceIdentifierFromSubscriptionResult = {}));
|
|
1213
|
-
var RemoveTagsFromResourceMessage;
|
|
1214
|
-
(function (RemoveTagsFromResourceMessage) {
|
|
1215
|
-
/**
|
|
1216
|
-
* @internal
|
|
1217
|
-
*/
|
|
1218
|
-
RemoveTagsFromResourceMessage.filterSensitiveLog = (obj) => ({
|
|
1219
|
-
...obj,
|
|
1220
|
-
});
|
|
1221
|
-
})(RemoveTagsFromResourceMessage = exports.RemoveTagsFromResourceMessage || (exports.RemoveTagsFromResourceMessage = {}));
|
|
1222
|
-
var ResetDBClusterParameterGroupMessage;
|
|
1223
|
-
(function (ResetDBClusterParameterGroupMessage) {
|
|
1224
|
-
/**
|
|
1225
|
-
* @internal
|
|
1226
|
-
*/
|
|
1227
|
-
ResetDBClusterParameterGroupMessage.filterSensitiveLog = (obj) => ({
|
|
1228
|
-
...obj,
|
|
1229
|
-
});
|
|
1230
|
-
})(ResetDBClusterParameterGroupMessage = exports.ResetDBClusterParameterGroupMessage || (exports.ResetDBClusterParameterGroupMessage = {}));
|
|
1231
|
-
var ResetDBParameterGroupMessage;
|
|
1232
|
-
(function (ResetDBParameterGroupMessage) {
|
|
1233
|
-
/**
|
|
1234
|
-
* @internal
|
|
1235
|
-
*/
|
|
1236
|
-
ResetDBParameterGroupMessage.filterSensitiveLog = (obj) => ({
|
|
1237
|
-
...obj,
|
|
1238
|
-
});
|
|
1239
|
-
})(ResetDBParameterGroupMessage = exports.ResetDBParameterGroupMessage || (exports.ResetDBParameterGroupMessage = {}));
|
|
1240
|
-
var InvalidS3BucketFault;
|
|
1241
|
-
(function (InvalidS3BucketFault) {
|
|
1242
|
-
/**
|
|
1243
|
-
* @internal
|
|
1244
|
-
*/
|
|
1245
|
-
InvalidS3BucketFault.filterSensitiveLog = (obj) => ({
|
|
1246
|
-
...obj,
|
|
1247
|
-
});
|
|
1248
|
-
})(InvalidS3BucketFault = exports.InvalidS3BucketFault || (exports.InvalidS3BucketFault = {}));
|
|
1249
|
-
var RestoreDBClusterFromS3Message;
|
|
1250
|
-
(function (RestoreDBClusterFromS3Message) {
|
|
1251
|
-
/**
|
|
1252
|
-
* @internal
|
|
1253
|
-
*/
|
|
1254
|
-
RestoreDBClusterFromS3Message.filterSensitiveLog = (obj) => ({
|
|
1255
|
-
...obj,
|
|
1256
|
-
});
|
|
1257
|
-
})(RestoreDBClusterFromS3Message = exports.RestoreDBClusterFromS3Message || (exports.RestoreDBClusterFromS3Message = {}));
|
|
1258
|
-
var RestoreDBClusterFromS3Result;
|
|
1259
|
-
(function (RestoreDBClusterFromS3Result) {
|
|
1260
|
-
/**
|
|
1261
|
-
* @internal
|
|
1262
|
-
*/
|
|
1263
|
-
RestoreDBClusterFromS3Result.filterSensitiveLog = (obj) => ({
|
|
1264
|
-
...obj,
|
|
1265
|
-
});
|
|
1266
|
-
})(RestoreDBClusterFromS3Result = exports.RestoreDBClusterFromS3Result || (exports.RestoreDBClusterFromS3Result = {}));
|
|
1267
|
-
var InsufficientDBClusterCapacityFault;
|
|
1268
|
-
(function (InsufficientDBClusterCapacityFault) {
|
|
1269
|
-
/**
|
|
1270
|
-
* @internal
|
|
1271
|
-
*/
|
|
1272
|
-
InsufficientDBClusterCapacityFault.filterSensitiveLog = (obj) => ({
|
|
1273
|
-
...obj,
|
|
1274
|
-
});
|
|
1275
|
-
})(InsufficientDBClusterCapacityFault = exports.InsufficientDBClusterCapacityFault || (exports.InsufficientDBClusterCapacityFault = {}));
|
|
1276
|
-
var InvalidRestoreFault;
|
|
1277
|
-
(function (InvalidRestoreFault) {
|
|
1278
|
-
/**
|
|
1279
|
-
* @internal
|
|
1280
|
-
*/
|
|
1281
|
-
InvalidRestoreFault.filterSensitiveLog = (obj) => ({
|
|
1282
|
-
...obj,
|
|
1283
|
-
});
|
|
1284
|
-
})(InvalidRestoreFault = exports.InvalidRestoreFault || (exports.InvalidRestoreFault = {}));
|
|
1285
|
-
var RestoreDBClusterFromSnapshotMessage;
|
|
1286
|
-
(function (RestoreDBClusterFromSnapshotMessage) {
|
|
1287
|
-
/**
|
|
1288
|
-
* @internal
|
|
1289
|
-
*/
|
|
1290
|
-
RestoreDBClusterFromSnapshotMessage.filterSensitiveLog = (obj) => ({
|
|
1291
|
-
...obj,
|
|
1292
|
-
});
|
|
1293
|
-
})(RestoreDBClusterFromSnapshotMessage = exports.RestoreDBClusterFromSnapshotMessage || (exports.RestoreDBClusterFromSnapshotMessage = {}));
|
|
1294
|
-
var RestoreDBClusterFromSnapshotResult;
|
|
1295
|
-
(function (RestoreDBClusterFromSnapshotResult) {
|
|
1296
|
-
/**
|
|
1297
|
-
* @internal
|
|
1298
|
-
*/
|
|
1299
|
-
RestoreDBClusterFromSnapshotResult.filterSensitiveLog = (obj) => ({
|
|
1300
|
-
...obj,
|
|
1301
|
-
});
|
|
1302
|
-
})(RestoreDBClusterFromSnapshotResult = exports.RestoreDBClusterFromSnapshotResult || (exports.RestoreDBClusterFromSnapshotResult = {}));
|
|
1303
|
-
var RestoreDBClusterToPointInTimeMessage;
|
|
1304
|
-
(function (RestoreDBClusterToPointInTimeMessage) {
|
|
1305
|
-
/**
|
|
1306
|
-
* @internal
|
|
1307
|
-
*/
|
|
1308
|
-
RestoreDBClusterToPointInTimeMessage.filterSensitiveLog = (obj) => ({
|
|
1309
|
-
...obj,
|
|
1310
|
-
});
|
|
1311
|
-
})(RestoreDBClusterToPointInTimeMessage = exports.RestoreDBClusterToPointInTimeMessage || (exports.RestoreDBClusterToPointInTimeMessage = {}));
|
|
1312
|
-
var RestoreDBClusterToPointInTimeResult;
|
|
1313
|
-
(function (RestoreDBClusterToPointInTimeResult) {
|
|
1314
|
-
/**
|
|
1315
|
-
* @internal
|
|
1316
|
-
*/
|
|
1317
|
-
RestoreDBClusterToPointInTimeResult.filterSensitiveLog = (obj) => ({
|
|
1318
|
-
...obj,
|
|
1319
|
-
});
|
|
1320
|
-
})(RestoreDBClusterToPointInTimeResult = exports.RestoreDBClusterToPointInTimeResult || (exports.RestoreDBClusterToPointInTimeResult = {}));
|
|
1321
|
-
var RestoreDBInstanceFromDBSnapshotMessage;
|
|
1322
|
-
(function (RestoreDBInstanceFromDBSnapshotMessage) {
|
|
1323
|
-
/**
|
|
1324
|
-
* @internal
|
|
1325
|
-
*/
|
|
1326
|
-
RestoreDBInstanceFromDBSnapshotMessage.filterSensitiveLog = (obj) => ({
|
|
1327
|
-
...obj,
|
|
1328
|
-
});
|
|
1329
|
-
})(RestoreDBInstanceFromDBSnapshotMessage = exports.RestoreDBInstanceFromDBSnapshotMessage || (exports.RestoreDBInstanceFromDBSnapshotMessage = {}));
|
|
1330
|
-
var RestoreDBInstanceFromDBSnapshotResult;
|
|
1331
|
-
(function (RestoreDBInstanceFromDBSnapshotResult) {
|
|
1332
|
-
/**
|
|
1333
|
-
* @internal
|
|
1334
|
-
*/
|
|
1335
|
-
RestoreDBInstanceFromDBSnapshotResult.filterSensitiveLog = (obj) => ({
|
|
1336
|
-
...obj,
|
|
1337
|
-
});
|
|
1338
|
-
})(RestoreDBInstanceFromDBSnapshotResult = exports.RestoreDBInstanceFromDBSnapshotResult || (exports.RestoreDBInstanceFromDBSnapshotResult = {}));
|
|
1339
|
-
var RestoreDBInstanceFromS3Message;
|
|
1340
|
-
(function (RestoreDBInstanceFromS3Message) {
|
|
1341
|
-
/**
|
|
1342
|
-
* @internal
|
|
1343
|
-
*/
|
|
1344
|
-
RestoreDBInstanceFromS3Message.filterSensitiveLog = (obj) => ({
|
|
1345
|
-
...obj,
|
|
1346
|
-
});
|
|
1347
|
-
})(RestoreDBInstanceFromS3Message = exports.RestoreDBInstanceFromS3Message || (exports.RestoreDBInstanceFromS3Message = {}));
|
|
1348
|
-
var RestoreDBInstanceFromS3Result;
|
|
1349
|
-
(function (RestoreDBInstanceFromS3Result) {
|
|
1350
|
-
/**
|
|
1351
|
-
* @internal
|
|
1352
|
-
*/
|
|
1353
|
-
RestoreDBInstanceFromS3Result.filterSensitiveLog = (obj) => ({
|
|
1354
|
-
...obj,
|
|
1355
|
-
});
|
|
1356
|
-
})(RestoreDBInstanceFromS3Result = exports.RestoreDBInstanceFromS3Result || (exports.RestoreDBInstanceFromS3Result = {}));
|
|
1357
|
-
var PointInTimeRestoreNotEnabledFault;
|
|
1358
|
-
(function (PointInTimeRestoreNotEnabledFault) {
|
|
1359
|
-
/**
|
|
1360
|
-
* @internal
|
|
1361
|
-
*/
|
|
1362
|
-
PointInTimeRestoreNotEnabledFault.filterSensitiveLog = (obj) => ({
|
|
1363
|
-
...obj,
|
|
1364
|
-
});
|
|
1365
|
-
})(PointInTimeRestoreNotEnabledFault = exports.PointInTimeRestoreNotEnabledFault || (exports.PointInTimeRestoreNotEnabledFault = {}));
|
|
1366
|
-
var RestoreDBInstanceToPointInTimeMessage;
|
|
1367
|
-
(function (RestoreDBInstanceToPointInTimeMessage) {
|
|
1368
|
-
/**
|
|
1369
|
-
* @internal
|
|
1370
|
-
*/
|
|
1371
|
-
RestoreDBInstanceToPointInTimeMessage.filterSensitiveLog = (obj) => ({
|
|
1372
|
-
...obj,
|
|
1373
|
-
});
|
|
1374
|
-
})(RestoreDBInstanceToPointInTimeMessage = exports.RestoreDBInstanceToPointInTimeMessage || (exports.RestoreDBInstanceToPointInTimeMessage = {}));
|
|
1375
|
-
var RestoreDBInstanceToPointInTimeResult;
|
|
1376
|
-
(function (RestoreDBInstanceToPointInTimeResult) {
|
|
1377
|
-
/**
|
|
1378
|
-
* @internal
|
|
1379
|
-
*/
|
|
1380
|
-
RestoreDBInstanceToPointInTimeResult.filterSensitiveLog = (obj) => ({
|
|
1381
|
-
...obj,
|
|
1382
|
-
});
|
|
1383
|
-
})(RestoreDBInstanceToPointInTimeResult = exports.RestoreDBInstanceToPointInTimeResult || (exports.RestoreDBInstanceToPointInTimeResult = {}));
|
|
1384
|
-
var RevokeDBSecurityGroupIngressMessage;
|
|
1385
|
-
(function (RevokeDBSecurityGroupIngressMessage) {
|
|
1386
|
-
/**
|
|
1387
|
-
* @internal
|
|
1388
|
-
*/
|
|
1389
|
-
RevokeDBSecurityGroupIngressMessage.filterSensitiveLog = (obj) => ({
|
|
1390
|
-
...obj,
|
|
1391
|
-
});
|
|
1392
|
-
})(RevokeDBSecurityGroupIngressMessage = exports.RevokeDBSecurityGroupIngressMessage || (exports.RevokeDBSecurityGroupIngressMessage = {}));
|
|
1393
|
-
var RevokeDBSecurityGroupIngressResult;
|
|
1394
|
-
(function (RevokeDBSecurityGroupIngressResult) {
|
|
1395
|
-
/**
|
|
1396
|
-
* @internal
|
|
1397
|
-
*/
|
|
1398
|
-
RevokeDBSecurityGroupIngressResult.filterSensitiveLog = (obj) => ({
|
|
1399
|
-
...obj,
|
|
1400
|
-
});
|
|
1401
|
-
})(RevokeDBSecurityGroupIngressResult = exports.RevokeDBSecurityGroupIngressResult || (exports.RevokeDBSecurityGroupIngressResult = {}));
|
|
1402
|
-
var StartActivityStreamRequest;
|
|
1403
|
-
(function (StartActivityStreamRequest) {
|
|
1404
|
-
/**
|
|
1405
|
-
* @internal
|
|
1406
|
-
*/
|
|
1407
|
-
StartActivityStreamRequest.filterSensitiveLog = (obj) => ({
|
|
1408
|
-
...obj,
|
|
1409
|
-
});
|
|
1410
|
-
})(StartActivityStreamRequest = exports.StartActivityStreamRequest || (exports.StartActivityStreamRequest = {}));
|
|
1411
|
-
var StartActivityStreamResponse;
|
|
1412
|
-
(function (StartActivityStreamResponse) {
|
|
1413
|
-
/**
|
|
1414
|
-
* @internal
|
|
1415
|
-
*/
|
|
1416
|
-
StartActivityStreamResponse.filterSensitiveLog = (obj) => ({
|
|
1417
|
-
...obj,
|
|
1418
|
-
});
|
|
1419
|
-
})(StartActivityStreamResponse = exports.StartActivityStreamResponse || (exports.StartActivityStreamResponse = {}));
|
|
1420
|
-
var StartDBClusterMessage;
|
|
1421
|
-
(function (StartDBClusterMessage) {
|
|
1422
|
-
/**
|
|
1423
|
-
* @internal
|
|
1424
|
-
*/
|
|
1425
|
-
StartDBClusterMessage.filterSensitiveLog = (obj) => ({
|
|
1426
|
-
...obj,
|
|
1427
|
-
});
|
|
1428
|
-
})(StartDBClusterMessage = exports.StartDBClusterMessage || (exports.StartDBClusterMessage = {}));
|
|
1429
|
-
var StartDBClusterResult;
|
|
1430
|
-
(function (StartDBClusterResult) {
|
|
1431
|
-
/**
|
|
1432
|
-
* @internal
|
|
1433
|
-
*/
|
|
1434
|
-
StartDBClusterResult.filterSensitiveLog = (obj) => ({
|
|
1435
|
-
...obj,
|
|
1436
|
-
});
|
|
1437
|
-
})(StartDBClusterResult = exports.StartDBClusterResult || (exports.StartDBClusterResult = {}));
|
|
1438
|
-
var StartDBInstanceMessage;
|
|
1439
|
-
(function (StartDBInstanceMessage) {
|
|
1440
|
-
/**
|
|
1441
|
-
* @internal
|
|
1442
|
-
*/
|
|
1443
|
-
StartDBInstanceMessage.filterSensitiveLog = (obj) => ({
|
|
1444
|
-
...obj,
|
|
1445
|
-
});
|
|
1446
|
-
})(StartDBInstanceMessage = exports.StartDBInstanceMessage || (exports.StartDBInstanceMessage = {}));
|
|
1447
|
-
var StartDBInstanceResult;
|
|
1448
|
-
(function (StartDBInstanceResult) {
|
|
1449
|
-
/**
|
|
1450
|
-
* @internal
|
|
1451
|
-
*/
|
|
1452
|
-
StartDBInstanceResult.filterSensitiveLog = (obj) => ({
|
|
1453
|
-
...obj,
|
|
1454
|
-
});
|
|
1455
|
-
})(StartDBInstanceResult = exports.StartDBInstanceResult || (exports.StartDBInstanceResult = {}));
|
|
1456
|
-
var StartDBInstanceAutomatedBackupsReplicationMessage;
|
|
1457
|
-
(function (StartDBInstanceAutomatedBackupsReplicationMessage) {
|
|
1458
|
-
/**
|
|
1459
|
-
* @internal
|
|
1460
|
-
*/
|
|
1461
|
-
StartDBInstanceAutomatedBackupsReplicationMessage.filterSensitiveLog = (obj) => ({
|
|
1462
|
-
...obj,
|
|
1463
|
-
});
|
|
1464
|
-
})(StartDBInstanceAutomatedBackupsReplicationMessage = exports.StartDBInstanceAutomatedBackupsReplicationMessage || (exports.StartDBInstanceAutomatedBackupsReplicationMessage = {}));
|
|
1465
|
-
var StartDBInstanceAutomatedBackupsReplicationResult;
|
|
1466
|
-
(function (StartDBInstanceAutomatedBackupsReplicationResult) {
|
|
1467
|
-
/**
|
|
1468
|
-
* @internal
|
|
1469
|
-
*/
|
|
1470
|
-
StartDBInstanceAutomatedBackupsReplicationResult.filterSensitiveLog = (obj) => ({
|
|
1471
|
-
...obj,
|
|
1472
|
-
});
|
|
1473
|
-
})(StartDBInstanceAutomatedBackupsReplicationResult = exports.StartDBInstanceAutomatedBackupsReplicationResult || (exports.StartDBInstanceAutomatedBackupsReplicationResult = {}));
|
|
1474
|
-
var ExportTaskAlreadyExistsFault;
|
|
1475
|
-
(function (ExportTaskAlreadyExistsFault) {
|
|
1476
|
-
/**
|
|
1477
|
-
* @internal
|
|
1478
|
-
*/
|
|
1479
|
-
ExportTaskAlreadyExistsFault.filterSensitiveLog = (obj) => ({
|
|
1480
|
-
...obj,
|
|
1481
|
-
});
|
|
1482
|
-
})(ExportTaskAlreadyExistsFault = exports.ExportTaskAlreadyExistsFault || (exports.ExportTaskAlreadyExistsFault = {}));
|
|
1483
|
-
var IamRoleMissingPermissionsFault;
|
|
1484
|
-
(function (IamRoleMissingPermissionsFault) {
|
|
1485
|
-
/**
|
|
1486
|
-
* @internal
|
|
1487
|
-
*/
|
|
1488
|
-
IamRoleMissingPermissionsFault.filterSensitiveLog = (obj) => ({
|
|
1489
|
-
...obj,
|
|
1490
|
-
});
|
|
1491
|
-
})(IamRoleMissingPermissionsFault = exports.IamRoleMissingPermissionsFault || (exports.IamRoleMissingPermissionsFault = {}));
|
|
1492
|
-
var IamRoleNotFoundFault;
|
|
1493
|
-
(function (IamRoleNotFoundFault) {
|
|
1494
|
-
/**
|
|
1495
|
-
* @internal
|
|
1496
|
-
*/
|
|
1497
|
-
IamRoleNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
1498
|
-
...obj,
|
|
1499
|
-
});
|
|
1500
|
-
})(IamRoleNotFoundFault = exports.IamRoleNotFoundFault || (exports.IamRoleNotFoundFault = {}));
|
|
1501
|
-
var InvalidExportOnlyFault;
|
|
1502
|
-
(function (InvalidExportOnlyFault) {
|
|
1503
|
-
/**
|
|
1504
|
-
* @internal
|
|
1505
|
-
*/
|
|
1506
|
-
InvalidExportOnlyFault.filterSensitiveLog = (obj) => ({
|
|
1507
|
-
...obj,
|
|
1508
|
-
});
|
|
1509
|
-
})(InvalidExportOnlyFault = exports.InvalidExportOnlyFault || (exports.InvalidExportOnlyFault = {}));
|
|
1510
|
-
var InvalidExportSourceStateFault;
|
|
1511
|
-
(function (InvalidExportSourceStateFault) {
|
|
1512
|
-
/**
|
|
1513
|
-
* @internal
|
|
1514
|
-
*/
|
|
1515
|
-
InvalidExportSourceStateFault.filterSensitiveLog = (obj) => ({
|
|
1516
|
-
...obj,
|
|
1517
|
-
});
|
|
1518
|
-
})(InvalidExportSourceStateFault = exports.InvalidExportSourceStateFault || (exports.InvalidExportSourceStateFault = {}));
|
|
1519
|
-
var StartExportTaskMessage;
|
|
1520
|
-
(function (StartExportTaskMessage) {
|
|
1521
|
-
/**
|
|
1522
|
-
* @internal
|
|
1523
|
-
*/
|
|
1524
|
-
StartExportTaskMessage.filterSensitiveLog = (obj) => ({
|
|
1525
|
-
...obj,
|
|
1526
|
-
});
|
|
1527
|
-
})(StartExportTaskMessage = exports.StartExportTaskMessage || (exports.StartExportTaskMessage = {}));
|
|
1528
|
-
var StopActivityStreamRequest;
|
|
1529
|
-
(function (StopActivityStreamRequest) {
|
|
1530
|
-
/**
|
|
1531
|
-
* @internal
|
|
1532
|
-
*/
|
|
1533
|
-
StopActivityStreamRequest.filterSensitiveLog = (obj) => ({
|
|
1534
|
-
...obj,
|
|
1535
|
-
});
|
|
1536
|
-
})(StopActivityStreamRequest = exports.StopActivityStreamRequest || (exports.StopActivityStreamRequest = {}));
|
|
1537
|
-
var StopActivityStreamResponse;
|
|
1538
|
-
(function (StopActivityStreamResponse) {
|
|
1539
|
-
/**
|
|
1540
|
-
* @internal
|
|
1541
|
-
*/
|
|
1542
|
-
StopActivityStreamResponse.filterSensitiveLog = (obj) => ({
|
|
1543
|
-
...obj,
|
|
1544
|
-
});
|
|
1545
|
-
})(StopActivityStreamResponse = exports.StopActivityStreamResponse || (exports.StopActivityStreamResponse = {}));
|
|
1546
|
-
var StopDBClusterMessage;
|
|
1547
|
-
(function (StopDBClusterMessage) {
|
|
1548
|
-
/**
|
|
1549
|
-
* @internal
|
|
1550
|
-
*/
|
|
1551
|
-
StopDBClusterMessage.filterSensitiveLog = (obj) => ({
|
|
1552
|
-
...obj,
|
|
1553
|
-
});
|
|
1554
|
-
})(StopDBClusterMessage = exports.StopDBClusterMessage || (exports.StopDBClusterMessage = {}));
|
|
1555
|
-
var StopDBClusterResult;
|
|
1556
|
-
(function (StopDBClusterResult) {
|
|
1557
|
-
/**
|
|
1558
|
-
* @internal
|
|
1559
|
-
*/
|
|
1560
|
-
StopDBClusterResult.filterSensitiveLog = (obj) => ({
|
|
1561
|
-
...obj,
|
|
1562
|
-
});
|
|
1563
|
-
})(StopDBClusterResult = exports.StopDBClusterResult || (exports.StopDBClusterResult = {}));
|
|
1564
|
-
var StopDBInstanceMessage;
|
|
1565
|
-
(function (StopDBInstanceMessage) {
|
|
1566
|
-
/**
|
|
1567
|
-
* @internal
|
|
1568
|
-
*/
|
|
1569
|
-
StopDBInstanceMessage.filterSensitiveLog = (obj) => ({
|
|
1570
|
-
...obj,
|
|
1571
|
-
});
|
|
1572
|
-
})(StopDBInstanceMessage = exports.StopDBInstanceMessage || (exports.StopDBInstanceMessage = {}));
|
|
1573
|
-
var StopDBInstanceResult;
|
|
1574
|
-
(function (StopDBInstanceResult) {
|
|
1575
|
-
/**
|
|
1576
|
-
* @internal
|
|
1577
|
-
*/
|
|
1578
|
-
StopDBInstanceResult.filterSensitiveLog = (obj) => ({
|
|
1579
|
-
...obj,
|
|
1580
|
-
});
|
|
1581
|
-
})(StopDBInstanceResult = exports.StopDBInstanceResult || (exports.StopDBInstanceResult = {}));
|
|
1582
|
-
var StopDBInstanceAutomatedBackupsReplicationMessage;
|
|
1583
|
-
(function (StopDBInstanceAutomatedBackupsReplicationMessage) {
|
|
1584
|
-
/**
|
|
1585
|
-
* @internal
|
|
1586
|
-
*/
|
|
1587
|
-
StopDBInstanceAutomatedBackupsReplicationMessage.filterSensitiveLog = (obj) => ({
|
|
1588
|
-
...obj,
|
|
1589
|
-
});
|
|
1590
|
-
})(StopDBInstanceAutomatedBackupsReplicationMessage = exports.StopDBInstanceAutomatedBackupsReplicationMessage || (exports.StopDBInstanceAutomatedBackupsReplicationMessage = {}));
|
|
1591
|
-
var StopDBInstanceAutomatedBackupsReplicationResult;
|
|
1592
|
-
(function (StopDBInstanceAutomatedBackupsReplicationResult) {
|
|
1593
|
-
/**
|
|
1594
|
-
* @internal
|
|
1595
|
-
*/
|
|
1596
|
-
StopDBInstanceAutomatedBackupsReplicationResult.filterSensitiveLog = (obj) => ({
|
|
1597
|
-
...obj,
|
|
1598
|
-
});
|
|
1599
|
-
})(StopDBInstanceAutomatedBackupsReplicationResult = exports.StopDBInstanceAutomatedBackupsReplicationResult || (exports.StopDBInstanceAutomatedBackupsReplicationResult = {}));
|
|
1600
|
-
//# sourceMappingURL=models_1.js.map
|