UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

14 lines (13 loc) 758 B
export { AliasArgs } from "./alias"; export type Alias = import("./alias").Alias; export declare const Alias: typeof import("./alias").Alias; export { GetAliasArgs, GetAliasResult, GetAliasOutputArgs } from "./getAlias"; export declare const getAlias: typeof import("./getAlias").getAlias; export declare const getAliasOutput: typeof import("./getAlias").getAliasOutput; export { GetKeyArgs, GetKeyResult, GetKeyOutputArgs } from "./getKey"; export declare const getKey: typeof import("./getKey").getKey; export declare const getKeyOutput: typeof import("./getKey").getKeyOutput; export { KeyArgs } from "./key"; export type Key = import("./key").Key; export declare const Key: typeof import("./key").Key; export * from "../types/enums/paymentcryptography";