@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
43 lines (42 loc) • 3.66 kB
TypeScript
export { DefaultKmsKeyArgs, DefaultKmsKeyState } from "./defaultKmsKey";
export type DefaultKmsKey = import("./defaultKmsKey").DefaultKmsKey;
export declare const DefaultKmsKey: typeof import("./defaultKmsKey").DefaultKmsKey;
export { EncryptionByDefaultArgs, EncryptionByDefaultState } from "./encryptionByDefault";
export type EncryptionByDefault = import("./encryptionByDefault").EncryptionByDefault;
export declare const EncryptionByDefault: typeof import("./encryptionByDefault").EncryptionByDefault;
export { FastSnapshotRestoreArgs, FastSnapshotRestoreState } from "./fastSnapshotRestore";
export type FastSnapshotRestore = import("./fastSnapshotRestore").FastSnapshotRestore;
export declare const FastSnapshotRestore: typeof import("./fastSnapshotRestore").FastSnapshotRestore;
export { GetDefaultKmsKeyArgs, GetDefaultKmsKeyResult, GetDefaultKmsKeyOutputArgs } from "./getDefaultKmsKey";
export declare const getDefaultKmsKey: typeof import("./getDefaultKmsKey").getDefaultKmsKey;
export declare const getDefaultKmsKeyOutput: typeof import("./getDefaultKmsKey").getDefaultKmsKeyOutput;
export { GetEbsVolumesArgs, GetEbsVolumesResult, GetEbsVolumesOutputArgs } from "./getEbsVolumes";
export declare const getEbsVolumes: typeof import("./getEbsVolumes").getEbsVolumes;
export declare const getEbsVolumesOutput: typeof import("./getEbsVolumes").getEbsVolumesOutput;
export { GetEncryptionByDefaultArgs, GetEncryptionByDefaultResult, GetEncryptionByDefaultOutputArgs } from "./getEncryptionByDefault";
export declare const getEncryptionByDefault: typeof import("./getEncryptionByDefault").getEncryptionByDefault;
export declare const getEncryptionByDefaultOutput: typeof import("./getEncryptionByDefault").getEncryptionByDefaultOutput;
export { GetSnapshotArgs, GetSnapshotResult, GetSnapshotOutputArgs } from "./getSnapshot";
export declare const getSnapshot: typeof import("./getSnapshot").getSnapshot;
export declare const getSnapshotOutput: typeof import("./getSnapshot").getSnapshotOutput;
export { GetSnapshotIdsArgs, GetSnapshotIdsResult, GetSnapshotIdsOutputArgs } from "./getSnapshotIds";
export declare const getSnapshotIds: typeof import("./getSnapshotIds").getSnapshotIds;
export declare const getSnapshotIdsOutput: typeof import("./getSnapshotIds").getSnapshotIdsOutput;
export { GetVolumeArgs, GetVolumeResult, GetVolumeOutputArgs } from "./getVolume";
export declare const getVolume: typeof import("./getVolume").getVolume;
export declare const getVolumeOutput: typeof import("./getVolume").getVolumeOutput;
export { SnapshotArgs, SnapshotState } from "./snapshot";
export type Snapshot = import("./snapshot").Snapshot;
export declare const Snapshot: typeof import("./snapshot").Snapshot;
export { SnapshotBlockPublicAccessArgs, SnapshotBlockPublicAccessState } from "./snapshotBlockPublicAccess";
export type SnapshotBlockPublicAccess = import("./snapshotBlockPublicAccess").SnapshotBlockPublicAccess;
export declare const SnapshotBlockPublicAccess: typeof import("./snapshotBlockPublicAccess").SnapshotBlockPublicAccess;
export { SnapshotCopyArgs, SnapshotCopyState } from "./snapshotCopy";
export type SnapshotCopy = import("./snapshotCopy").SnapshotCopy;
export declare const SnapshotCopy: typeof import("./snapshotCopy").SnapshotCopy;
export { SnapshotImportArgs, SnapshotImportState } from "./snapshotImport";
export type SnapshotImport = import("./snapshotImport").SnapshotImport;
export declare const SnapshotImport: typeof import("./snapshotImport").SnapshotImport;
export { VolumeArgs, VolumeState } from "./volume";
export type Volume = import("./volume").Volume;
export declare const Volume: typeof import("./volume").Volume;