@aws-sdk/client-cost-and-usage-report-service-node
Version:
Node SDK for AWS Cost and Usage Report Service
6 lines (5 loc) • 448 B
TypeScript
import { DuplicateReportNameException } from "./DuplicateReportNameException";
import { ReportLimitReachedException } from "./ReportLimitReachedException";
import { InternalErrorException } from "./InternalErrorException";
import { ValidationException } from "./ValidationException";
export declare type PutReportDefinitionExceptionsUnion = DuplicateReportNameException | ReportLimitReachedException | InternalErrorException | ValidationException;