UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

40 lines (39 loc) 2.89 kB
export { AclArgs, AclState } from "./acl"; export type Acl = import("./acl").Acl; export declare const Acl: typeof import("./acl").Acl; export { ClusterArgs, ClusterState } 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 { GetParameterGroupArgs, GetParameterGroupResult, GetParameterGroupOutputArgs } from "./getParameterGroup"; export declare const getParameterGroup: typeof import("./getParameterGroup").getParameterGroup; export declare const getParameterGroupOutput: typeof import("./getParameterGroup").getParameterGroupOutput; export { GetSnapshotArgs, GetSnapshotResult, GetSnapshotOutputArgs } from "./getSnapshot"; export declare const getSnapshot: typeof import("./getSnapshot").getSnapshot; export declare const getSnapshotOutput: typeof import("./getSnapshot").getSnapshotOutput; 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, MultiRegionClusterState } from "./multiRegionCluster"; export type MultiRegionCluster = import("./multiRegionCluster").MultiRegionCluster; export declare const MultiRegionCluster: typeof import("./multiRegionCluster").MultiRegionCluster; export { ParameterGroupArgs, ParameterGroupState } from "./parameterGroup"; export type ParameterGroup = import("./parameterGroup").ParameterGroup; export declare const ParameterGroup: typeof import("./parameterGroup").ParameterGroup; export { SnapshotArgs, SnapshotState } from "./snapshot"; export type Snapshot = import("./snapshot").Snapshot; export declare const Snapshot: typeof import("./snapshot").Snapshot; export { SubnetGroupArgs, SubnetGroupState } from "./subnetGroup"; export type SubnetGroup = import("./subnetGroup").SubnetGroup; export declare const SubnetGroup: typeof import("./subnetGroup").SubnetGroup; export { UserArgs, UserState } from "./user"; export type User = import("./user").User; export declare const User: typeof import("./user").User;