UNPKG

cdk-amazon-chime-resources

Version:

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

21 lines (20 loc) 423 B
/** * @internal */ export declare enum RETRY_MODES { STANDARD = "standard", ADAPTIVE = "adaptive" } /** * @internal * * The default value for how many HTTP requests an SDK should make for a * single SDK operation invocation before giving up */ export declare const DEFAULT_MAX_ATTEMPTS = 3; /** * @internal * * The default retry algorithm to use. */ export declare const DEFAULT_RETRY_MODE: RETRY_MODES;