@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) • 3.08 kB
TypeScript
export { GetGlobalReplicationGroupArgs, GetGlobalReplicationGroupResult, GetGlobalReplicationGroupOutputArgs } from "./getGlobalReplicationGroup";
export declare const getGlobalReplicationGroup: typeof import("./getGlobalReplicationGroup").getGlobalReplicationGroup;
export declare const getGlobalReplicationGroupOutput: typeof import("./getGlobalReplicationGroup").getGlobalReplicationGroupOutput;
export { GetParameterGroupArgs, GetParameterGroupResult, GetParameterGroupOutputArgs } from "./getParameterGroup";
export declare const getParameterGroup: typeof import("./getParameterGroup").getParameterGroup;
export declare const getParameterGroupOutput: typeof import("./getParameterGroup").getParameterGroupOutput;
export { GetServerlessCacheArgs, GetServerlessCacheResult, GetServerlessCacheOutputArgs } from "./getServerlessCache";
export declare const getServerlessCache: typeof import("./getServerlessCache").getServerlessCache;
export declare const getServerlessCacheOutput: typeof import("./getServerlessCache").getServerlessCacheOutput;
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 { GetUserGroupArgs, GetUserGroupResult, GetUserGroupOutputArgs } from "./getUserGroup";
export declare const getUserGroup: typeof import("./getUserGroup").getUserGroup;
export declare const getUserGroupOutput: typeof import("./getUserGroup").getUserGroupOutput;
export { GlobalReplicationGroupArgs } from "./globalReplicationGroup";
export type GlobalReplicationGroup = import("./globalReplicationGroup").GlobalReplicationGroup;
export declare const GlobalReplicationGroup: typeof import("./globalReplicationGroup").GlobalReplicationGroup;
export { ParameterGroupArgs } from "./parameterGroup";
export type ParameterGroup = import("./parameterGroup").ParameterGroup;
export declare const ParameterGroup: typeof import("./parameterGroup").ParameterGroup;
export { ServerlessCacheArgs } from "./serverlessCache";
export type ServerlessCache = import("./serverlessCache").ServerlessCache;
export declare const ServerlessCache: typeof import("./serverlessCache").ServerlessCache;
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 { UserGroupArgs } from "./userGroup";
export type UserGroup = import("./userGroup").UserGroup;
export declare const UserGroup: typeof import("./userGroup").UserGroup;
export * from "../types/enums/elasticache";