@pulumiverse/scaleway
Version:
A Pulumi package for creating and managing Scaleway cloud resources.
13 lines • 827 B
TypeScript
export { GetKeyArgs, GetKeyResult, GetKeyOutputArgs } from "./getKey";
export declare const getKey: typeof import("./getKey").getKey;
export declare const getKeyOutput: typeof import("./getKey").getKeyOutput;
export { GetVerifyArgs, GetVerifyResult, GetVerifyOutputArgs } from "./getVerify";
export declare const getVerify: typeof import("./getVerify").getVerify;
export declare const getVerifyOutput: typeof import("./getVerify").getVerifyOutput;
export { KeyArgs, KeyState } from "./key";
export type Key = import("./key").Key;
export declare const Key: typeof import("./key").Key;
export { KeyMaterialArgs, KeyMaterialState } from "./keyMaterial";
export type KeyMaterial = import("./keyMaterial").KeyMaterial;
export declare const KeyMaterial: typeof import("./keyMaterial").KeyMaterial;
//# sourceMappingURL=index.d.ts.map