@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
38 lines (37 loc) • 2.75 kB
TypeScript
export { ContributorInsightsArgs, ContributorInsightsState } from "./contributorInsights";
export type ContributorInsights = import("./contributorInsights").ContributorInsights;
export declare const ContributorInsights: typeof import("./contributorInsights").ContributorInsights;
export * from "./dynamodbMixins";
export { GetTableArgs, GetTableResult, GetTableOutputArgs } from "./getTable";
export declare const getTable: typeof import("./getTable").getTable;
export declare const getTableOutput: typeof import("./getTable").getTableOutput;
export { GetTableItemArgs, GetTableItemResult, GetTableItemOutputArgs } from "./getTableItem";
export declare const getTableItem: typeof import("./getTableItem").getTableItem;
export declare const getTableItemOutput: typeof import("./getTableItem").getTableItemOutput;
export { GetTablesArgs, GetTablesResult, GetTablesOutputArgs } from "./getTables";
export declare const getTables: typeof import("./getTables").getTables;
export declare const getTablesOutput: typeof import("./getTables").getTablesOutput;
export { GlobalTableArgs, GlobalTableState } from "./globalTable";
export type GlobalTable = import("./globalTable").GlobalTable;
export declare const GlobalTable: typeof import("./globalTable").GlobalTable;
export { KinesisStreamingDestinationArgs, KinesisStreamingDestinationState } from "./kinesisStreamingDestination";
export type KinesisStreamingDestination = import("./kinesisStreamingDestination").KinesisStreamingDestination;
export declare const KinesisStreamingDestination: typeof import("./kinesisStreamingDestination").KinesisStreamingDestination;
export { ResourcePolicyArgs, ResourcePolicyState } from "./resourcePolicy";
export type ResourcePolicy = import("./resourcePolicy").ResourcePolicy;
export declare const ResourcePolicy: typeof import("./resourcePolicy").ResourcePolicy;
export { TableArgs, TableState } from "./table";
export type Table = import("./table").Table;
export declare const Table: typeof import("./table").Table;
export { TableExportArgs, TableExportState } from "./tableExport";
export type TableExport = import("./tableExport").TableExport;
export declare const TableExport: typeof import("./tableExport").TableExport;
export { TableItemArgs, TableItemState } from "./tableItem";
export type TableItem = import("./tableItem").TableItem;
export declare const TableItem: typeof import("./tableItem").TableItem;
export { TableReplicaArgs, TableReplicaState } from "./tableReplica";
export type TableReplica = import("./tableReplica").TableReplica;
export declare const TableReplica: typeof import("./tableReplica").TableReplica;
export { TagArgs, TagState } from "./tag";
export type Tag = import("./tag").Tag;
export declare const Tag: typeof import("./tag").Tag;