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) 891 B
export { GetGlobalTableArgs, GetGlobalTableResult, GetGlobalTableOutputArgs } from "./getGlobalTable"; export declare const getGlobalTable: typeof import("./getGlobalTable").getGlobalTable; export declare const getGlobalTableOutput: typeof import("./getGlobalTable").getGlobalTableOutput; export { GetTableArgs, GetTableResult, GetTableOutputArgs } from "./getTable"; export declare const getTable: typeof import("./getTable").getTable; export declare const getTableOutput: typeof import("./getTable").getTableOutput; export { GlobalTableArgs } from "./globalTable"; export type GlobalTable = import("./globalTable").GlobalTable; export declare const GlobalTable: typeof import("./globalTable").GlobalTable; export { TableArgs } from "./table"; export type Table = import("./table").Table; export declare const Table: typeof import("./table").Table; export * from "../types/enums/dynamodb";