UNPKG

aws-ssm

Version:
12 lines (11 loc) 478 B
import { ISsmPathParts } from "./types"; /** * Given an `inputPath`, this function attempts to flesh the * path out to a fully qualified path (as per the convention * laid out in this library). * * If the appropriate "parts" to * the path can not be surmised then an error will be thrown * unless the `ignoreNonStandardPaths` flag is set to **true**. */ export declare function parseForNameComponents(inputPath: string, ignoreNonStandardPaths?: boolean): ISsmPathParts;