UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

64 lines 4.49 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 { GetPolicyArgs, GetPolicyResult, GetPolicyOutputArgs } from "./getPolicy"; export declare const getPolicy: typeof import("./getPolicy").getPolicy; export declare const getPolicyOutput: typeof import("./getPolicy").getPolicyOutput; export { GetSamlArgs, GetSamlResult, GetSamlOutputArgs } from "./getSaml"; export declare const getSaml: typeof import("./getSaml").getSaml; export declare const getSamlOutput: typeof import("./getSaml").getSamlOutput; export { GetSamlCertificateArgs, GetSamlCertificateResult, GetSamlCertificateOutputArgs } from "./getSamlCertificate"; export declare const getSamlCertificate: typeof import("./getSamlCertificate").getSamlCertificate; export declare const getSamlCertificateOutput: typeof import("./getSamlCertificate").getSamlCertificateOutput; export { GetScimArgs, GetScimResult, GetScimOutputArgs } from "./getScim"; export declare const getScim: typeof import("./getScim").getScim; export declare const getScimOutput: typeof import("./getScim").getScimOutput; export { GetScimTokenArgs, GetScimTokenResult, GetScimTokenOutputArgs } from "./getScimToken"; export declare const getScimToken: typeof import("./getScimToken").getScimToken; export declare const getScimTokenOutput: typeof import("./getScimToken").getScimTokenOutput; 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 { SamlArgs, SamlState } from "./saml"; export type Saml = import("./saml").Saml; export declare const Saml: typeof import("./saml").Saml; export { SamlCertificateArgs, SamlCertificateState } from "./samlCertificate"; export type SamlCertificate = import("./samlCertificate").SamlCertificate; export declare const SamlCertificate: typeof import("./samlCertificate").SamlCertificate; export { ScimArgs, ScimState } from "./scim"; export type Scim = import("./scim").Scim; export declare const Scim: typeof import("./scim").Scim; export { ScimTokenArgs, ScimTokenState } from "./scimToken"; export type ScimToken = import("./scimToken").ScimToken; export declare const ScimToken: typeof import("./scimToken").ScimToken; 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; //# sourceMappingURL=index.d.ts.map