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)

20 lines (19 loc) 1.45 kB
export { DefaultViewAssociationArgs } from "./defaultViewAssociation"; export type DefaultViewAssociation = import("./defaultViewAssociation").DefaultViewAssociation; export declare const DefaultViewAssociation: typeof import("./defaultViewAssociation").DefaultViewAssociation; export { GetDefaultViewAssociationArgs, GetDefaultViewAssociationResult, GetDefaultViewAssociationOutputArgs } from "./getDefaultViewAssociation"; export declare const getDefaultViewAssociation: typeof import("./getDefaultViewAssociation").getDefaultViewAssociation; export declare const getDefaultViewAssociationOutput: typeof import("./getDefaultViewAssociation").getDefaultViewAssociationOutput; export { GetIndexArgs, GetIndexResult, GetIndexOutputArgs } from "./getIndex"; export declare const getIndex: typeof import("./getIndex").getIndex; export declare const getIndexOutput: typeof import("./getIndex").getIndexOutput; export { GetViewArgs, GetViewResult, GetViewOutputArgs } from "./getView"; export declare const getView: typeof import("./getView").getView; export declare const getViewOutput: typeof import("./getView").getViewOutput; export { IndexArgs } from "./index_"; export type Index = import("./index_").Index; export declare const Index: typeof import("./index_").Index; export { ViewArgs } from "./view"; export type View = import("./view").View; export declare const View: typeof import("./view").View; export * from "../types/enums/resourceexplorer2";