@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
19 lines (18 loc) • 1.51 kB
TypeScript
export { AnomalyMonitorArgs, AnomalyMonitorState } from "./anomalyMonitor";
export type AnomalyMonitor = import("./anomalyMonitor").AnomalyMonitor;
export declare const AnomalyMonitor: typeof import("./anomalyMonitor").AnomalyMonitor;
export { AnomalySubscriptionArgs, AnomalySubscriptionState } from "./anomalySubscription";
export type AnomalySubscription = import("./anomalySubscription").AnomalySubscription;
export declare const AnomalySubscription: typeof import("./anomalySubscription").AnomalySubscription;
export { CostAllocationTagArgs, CostAllocationTagState } from "./costAllocationTag";
export type CostAllocationTag = import("./costAllocationTag").CostAllocationTag;
export declare const CostAllocationTag: typeof import("./costAllocationTag").CostAllocationTag;
export { CostCategoryArgs, CostCategoryState } from "./costCategory";
export type CostCategory = import("./costCategory").CostCategory;
export declare const CostCategory: typeof import("./costCategory").CostCategory;
export { GetCostCategoryArgs, GetCostCategoryResult, GetCostCategoryOutputArgs } from "./getCostCategory";
export declare const getCostCategory: typeof import("./getCostCategory").getCostCategory;
export declare const getCostCategoryOutput: typeof import("./getCostCategory").getCostCategoryOutput;
export { GetTagsArgs, GetTagsResult, GetTagsOutputArgs } from "./getTags";
export declare const getTags: typeof import("./getTags").getTags;
export declare const getTagsOutput: typeof import("./getTags").getTagsOutput;