UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

37 lines (36 loc) 2.46 kB
export { ApiKeyArgs, ApiKeyState } from "./apiKey"; export type ApiKey = import("./apiKey").ApiKey; export declare const ApiKey: typeof import("./apiKey").ApiKey; export { ApplicationArgs, ApplicationState } from "./application"; export type Application = import("./application").Application; export declare const Application: typeof import("./application").Application; export { GetApiKeyArgs, GetApiKeyResult, GetApiKeyOutputArgs } from "./getApiKey"; export declare const getApiKey: typeof import("./getApiKey").getApiKey; export declare const getApiKeyOutput: typeof import("./getApiKey").getApiKeyOutput; export { GetApplicationArgs, GetApplicationResult, GetApplicationOutputArgs } from "./getApplication"; export declare const getApplication: typeof import("./getApplication").getApplication; export declare const getApplicationOutput: typeof import("./getApplication").getApplicationOutput; export { GetGroupArgs, GetGroupResult, GetGroupOutputArgs } from "./getGroup"; export declare const getGroup: typeof import("./getGroup").getGroup; export declare const getGroupOutput: typeof import("./getGroup").getGroupOutput; export { GetSshKeyArgs, GetSshKeyResult, GetSshKeyOutputArgs } from "./getSshKey"; export declare const getSshKey: typeof import("./getSshKey").getSshKey; export declare const getSshKeyOutput: typeof import("./getSshKey").getSshKeyOutput; export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser"; export declare const getUser: typeof import("./getUser").getUser; export declare const getUserOutput: typeof import("./getUser").getUserOutput; export { GroupArgs, GroupState } from "./group"; export type Group = import("./group").Group; export declare const Group: typeof import("./group").Group; export { GroupMembershipArgs, GroupMembershipState } from "./groupMembership"; export type GroupMembership = import("./groupMembership").GroupMembership; export declare const GroupMembership: typeof import("./groupMembership").GroupMembership; export { PolicyArgs, PolicyState } from "./policy"; export type Policy = import("./policy").Policy; export declare const Policy: typeof import("./policy").Policy; export { SshKeyArgs, SshKeyState } from "./sshKey"; export type SshKey = import("./sshKey").SshKey; export declare const SshKey: typeof import("./sshKey").SshKey; export { UserArgs, UserState } from "./user"; export type User = import("./user").User; export declare const User: typeof import("./user").User;