UNPKG

404 BTypeScriptView Raw
1import { Provider, UserAgent } from "@aws-sdk/types";
2import { DefaultUserAgentOptions } from "./configurations";
3/**
4 * Default provider to the user agent in browsers. It's a best effort to infer
5 * the device information. It uses bowser library to detect the browser and version
6 */
7export declare const defaultUserAgent: ({ serviceId, clientVersion }: DefaultUserAgentOptions) => Provider<UserAgent>;