@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
31 lines (30 loc) • 2.6 kB
TypeScript
export { GetRandomPasswordArgs, GetRandomPasswordResult, GetRandomPasswordOutputArgs } from "./getRandomPassword";
export declare const getRandomPassword: typeof import("./getRandomPassword").getRandomPassword;
export declare const getRandomPasswordOutput: typeof import("./getRandomPassword").getRandomPasswordOutput;
export { GetSecretArgs, GetSecretResult, GetSecretOutputArgs } from "./getSecret";
export declare const getSecret: typeof import("./getSecret").getSecret;
export declare const getSecretOutput: typeof import("./getSecret").getSecretOutput;
export { GetSecretRotationArgs, GetSecretRotationResult, GetSecretRotationOutputArgs } from "./getSecretRotation";
export declare const getSecretRotation: typeof import("./getSecretRotation").getSecretRotation;
export declare const getSecretRotationOutput: typeof import("./getSecretRotation").getSecretRotationOutput;
export { GetSecretVersionArgs, GetSecretVersionResult, GetSecretVersionOutputArgs } from "./getSecretVersion";
export declare const getSecretVersion: typeof import("./getSecretVersion").getSecretVersion;
export declare const getSecretVersionOutput: typeof import("./getSecretVersion").getSecretVersionOutput;
export { GetSecretVersionsArgs, GetSecretVersionsResult, GetSecretVersionsOutputArgs } from "./getSecretVersions";
export declare const getSecretVersions: typeof import("./getSecretVersions").getSecretVersions;
export declare const getSecretVersionsOutput: typeof import("./getSecretVersions").getSecretVersionsOutput;
export { GetSecretsArgs, GetSecretsResult, GetSecretsOutputArgs } from "./getSecrets";
export declare const getSecrets: typeof import("./getSecrets").getSecrets;
export declare const getSecretsOutput: typeof import("./getSecrets").getSecretsOutput;
export { SecretArgs, SecretState } from "./secret";
export type Secret = import("./secret").Secret;
export declare const Secret: typeof import("./secret").Secret;
export { SecretPolicyArgs, SecretPolicyState } from "./secretPolicy";
export type SecretPolicy = import("./secretPolicy").SecretPolicy;
export declare const SecretPolicy: typeof import("./secretPolicy").SecretPolicy;
export { SecretRotationArgs, SecretRotationState } from "./secretRotation";
export type SecretRotation = import("./secretRotation").SecretRotation;
export declare const SecretRotation: typeof import("./secretRotation").SecretRotation;
export { SecretVersionArgs, SecretVersionState } from "./secretVersion";
export type SecretVersion = import("./secretVersion").SecretVersion;
export declare const SecretVersion: typeof import("./secretVersion").SecretVersion;