UNPKG

cdk-rds-sql

Version:

A CDK construct that allows creating roles and databases an on Aurora Serverless Postgresql cluster.

6 lines (5 loc) 220 B
import { SdkError } from "@smithy/types"; /** * @deprecated this is only used in the deprecated StandardRetryStrategy. Do not use in new code. */ export declare const defaultRetryDecider: (error: SdkError) => boolean;