UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

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;