UNPKG

@cloud-copilot/iam-simulate

Version:
10 lines 463 B
import { AwsRequest } from '../request/request.js'; /** * Get the resolved value of a condition string. * * @param value the string to resolve * @param request the AWS request with context keys * @returns if the resolved value is different from the input value, return the resolved value, otherwise return undefined */ export declare function resolvedValue(value: string, request: AwsRequest): string | undefined; //# sourceMappingURL=conditionUtil.d.ts.map