Package-level declarations
Functions
Link copied to clipboard
suspend fun resolveRetryStrategy(platformProvider: <Error class: unknown class> = PlatformProvider.System, profile: <Error class: unknown class><AwsProfile> = asyncLazy { loadAwsSharedConfig(platformProvider).activeProfile }): <Error class: unknown class>
Attempt to resolve the retry strategy used to make requests by fetching the max attempts and retry mode. Currently, we only support the legacy and standard retry modes.