UNPKG

@aws-sdk/client-cost-and-usage-report-service-node

Version:

Node SDK for AWS Cost and Usage Report Service

4 lines (3 loc) 234 B
import { InternalErrorException } from "./InternalErrorException"; import { ValidationException } from "./ValidationException"; export declare type DeleteReportDefinitionExceptionsUnion = InternalErrorException | ValidationException;