@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)
38 lines (37 loc) • 2.75 kB
TypeScript
export { AclArgs } from "./acl";
export type Acl = import("./acl").Acl;
export declare const Acl: typeof import("./acl").Acl;
export { ClusterArgs } from "./cluster";
export type Cluster = import("./cluster").Cluster;
export declare const Cluster: typeof import("./cluster").Cluster;
export { GetAclArgs, GetAclResult, GetAclOutputArgs } from "./getAcl";
export declare const getAcl: typeof import("./getAcl").getAcl;
export declare const getAclOutput: typeof import("./getAcl").getAclOutput;
export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster";
export declare const getCluster: typeof import("./getCluster").getCluster;
export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput;
export { GetMultiRegionClusterArgs, GetMultiRegionClusterResult, GetMultiRegionClusterOutputArgs } from "./getMultiRegionCluster";
export declare const getMultiRegionCluster: typeof import("./getMultiRegionCluster").getMultiRegionCluster;
export declare const getMultiRegionClusterOutput: typeof import("./getMultiRegionCluster").getMultiRegionClusterOutput;
export { GetParameterGroupArgs, GetParameterGroupResult, GetParameterGroupOutputArgs } from "./getParameterGroup";
export declare const getParameterGroup: typeof import("./getParameterGroup").getParameterGroup;
export declare const getParameterGroupOutput: typeof import("./getParameterGroup").getParameterGroupOutput;
export { GetSubnetGroupArgs, GetSubnetGroupResult, GetSubnetGroupOutputArgs } from "./getSubnetGroup";
export declare const getSubnetGroup: typeof import("./getSubnetGroup").getSubnetGroup;
export declare const getSubnetGroupOutput: typeof import("./getSubnetGroup").getSubnetGroupOutput;
export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser";
export declare const getUser: typeof import("./getUser").getUser;
export declare const getUserOutput: typeof import("./getUser").getUserOutput;
export { MultiRegionClusterArgs } from "./multiRegionCluster";
export type MultiRegionCluster = import("./multiRegionCluster").MultiRegionCluster;
export declare const MultiRegionCluster: typeof import("./multiRegionCluster").MultiRegionCluster;
export { ParameterGroupArgs } from "./parameterGroup";
export type ParameterGroup = import("./parameterGroup").ParameterGroup;
export declare const ParameterGroup: typeof import("./parameterGroup").ParameterGroup;
export { SubnetGroupArgs } from "./subnetGroup";
export type SubnetGroup = import("./subnetGroup").SubnetGroup;
export declare const SubnetGroup: typeof import("./subnetGroup").SubnetGroup;
export { UserArgs } from "./user";
export type User = import("./user").User;
export declare const User: typeof import("./user").User;
export * from "../types/enums/memorydb";