UNPKG

@aws-lambda-powertools/parameters

Version:
16 lines 605 B
import type { EnvironmentVariablesService } from '../config/EnvironmentVariablesService.js'; import type { GetOptionsInterface, TransformOptions } from '../types/BaseProvider.js'; /** * Options for the `get` method. * * It merges the default options with the provided options. */ declare class GetOptions implements GetOptionsInterface { forceFetch: boolean; maxAge: number; sdkOptions?: unknown; transform?: TransformOptions; constructor(envVarsService: EnvironmentVariablesService, options?: GetOptionsInterface); } export { GetOptions }; //# sourceMappingURL=GetOptions.d.ts.map