MCPcopy
hub / github.com/middyjs/middy / AppConfigOptions

Interface AppConfigOptions

packages/appconfig/index.d.ts:19–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17): ParamType<T>;
18
19export interface AppConfigOptions<AwsAppConfigClient = AppConfigDataClient>
20 extends Omit<
21 MiddyOptions<AwsAppConfigClient, AppConfigDataClientConfig>,
22 "fetchData"
23 > {
24 fetchData?: {
25 [key: string]: StartConfigurationSessionRequest | ParamType<unknown>;
26 };
27}
28
29export type Context<TOptions extends AppConfigOptions | undefined> =
30 TOptions extends { setToContext: true }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected