UNPKG
@aws-sdk/client-cost-and-usage-report-service-node
Version:
latest (0.1.0-preview.2)
preview (0.1.0-preview.6)
0.1.0-preview.6
0.1.0-preview.5
0.1.0-preview.4
0.1.0-preview.3
0.1.0-preview.2
Node SDK for AWS Cost and Usage Report Service
@aws-sdk/client-cost-and-usage-report-service-node
/
types
/
DeleteReportDefinitionExceptionsUnion.d.ts
4 lines
(3 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
import
{
InternalErrorException
}
from
"./InternalErrorException"
;
import
{
ValidationException
}
from
"./ValidationException"
;
export
declare
type
DeleteReportDefinitionExceptionsUnion
=
InternalErrorException
|
ValidationException
;